=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/pkg/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ghc-7.10.3nb7 Makefile:69: target 'all' given more than once in the same rule + test -f mk/config.mk.old + cp -p mk/config.mk mk/config.mk.old touch -r mk/config.mk.old mk/config.mk + test -f mk/project.mk.old + cp -p mk/project.mk mk/project.mk.old touch -r mk/project.mk.old mk/project.mk + test -f compiler/ghc.cabal.old + cp -p compiler/ghc.cabal compiler/ghc.cabal.old touch -r compiler/ghc.cabal.old compiler/ghc.cabal ===--- building phase 0 /usr/pkg/bin/gmake -r --no-print-directory -f ghc.mk phase=0 phase_0_builds mkdir inplace mkdir inplace/bin mkdir inplace/lib "rm" -f inplace/bin/mkdirhier echo '#!/bin/sh' >> inplace/bin/mkdirhier cat utils/mkdirhier/mkdirhier.sh >> inplace/bin/mkdirhier chmod +x inplace/bin/mkdirhier "inplace/bin/mkdirhier" utils/ghc-cabal/dist/build/tmp//. "inplace/bin/mkdirhier" bootstrapping/. "inplace/bin/mkdirhier" inplace/bin//. "inplace/bin/mkdirhier" compiler/stage1/build//. "inplace/bin/mkdirhier" utils/ghc-pkg/dist/build//. "rm" -f compiler/stage1/build/Config.hs "rm" -f utils/ghc-pkg/dist/build/Version.hs "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -H32m -O \ -optc-fno-stack-protector \ \ --make utils/ghc-cabal/Main.hs -o utils/ghc-cabal/dist/build/tmp/ghc-cabal \ -no-user-package-db \ -Wall -fno-warn-unused-imports -fno-warn-warnings-deprecations \ -DCABAL_VERSION=1,22,5,0 \ -DBOOTSTRAPPING \ -optP-include -optPutils/ghc-cabal/cabal_macros_boot.h \ -odir bootstrapping \ -hidir bootstrapping \ -ilibraries/Cabal/Cabal \ -ilibraries/binary/src -DGENERICS \ -ilibraries/filepath \ -ilibraries/hpc \ echo "module Version where" >> utils/ghc-pkg/dist/build/Version.hs Creating compiler/stage1/build/Config.hs ... echo "version, targetOS, targetARCH :: String" >> utils/ghc-pkg/dist/build/Version.hs echo "version = \"7.10.3\"" >> utils/ghc-pkg/dist/build/Version.hs echo "targetOS = \"netbsd\"" >> utils/ghc-pkg/dist/build/Version.hs echo "targetARCH = \"x86_64\"" >> utils/ghc-pkg/dist/build/Version.hs done. [ 1 of 90] Compiling System.FilePath.Windows ( libraries/filepath/System/FilePath/Windows.hs, bootstrapping/System/FilePath/Windows.o ) [ 2 of 90] Compiling System.FilePath.Posix ( libraries/filepath/System/FilePath/Posix.hs, bootstrapping/System/FilePath/Posix.o ) [ 3 of 90] Compiling Data.Binary.Builder.Base ( libraries/binary/src/Data/Binary/Builder/Base.hs, bootstrapping/Data/Binary/Builder/Base.o ) [ 4 of 90] Compiling Data.Binary.Builder ( libraries/binary/src/Data/Binary/Builder.hs, bootstrapping/Data/Binary/Builder.o ) [ 5 of 90] Compiling Data.Binary.Get.Internal ( libraries/binary/src/Data/Binary/Get/Internal.hs, bootstrapping/Data/Binary/Get/Internal.o ) libraries/binary/src/Data/Binary/Get/Internal.hs:383:1: Warning: Rule "<$> to <*>" may never fire because `<$>' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `<$>' [ 6 of 90] Compiling Data.Binary.Get ( libraries/binary/src/Data/Binary/Get.hs, bootstrapping/Data/Binary/Get.o ) libraries/binary/src/Data/Binary/Get.hs:418:1: Warning: Rule "getWord8/readN" may never fire because `getWord8' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord8' libraries/binary/src/Data/Binary/Get.hs:419:1: Warning: Rule "getWord16be/readN" may never fire because `getWord16be' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord16be' libraries/binary/src/Data/Binary/Get.hs:420:1: Warning: Rule "getWord16le/readN" may never fire because `getWord16le' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord16le' libraries/binary/src/Data/Binary/Get.hs:421:1: Warning: Rule "getWord32be/readN" may never fire because `getWord32be' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord32be' libraries/binary/src/Data/Binary/Get.hs:422:1: Warning: Rule "getWord32le/readN" may never fire because `getWord32le' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord32le' libraries/binary/src/Data/Binary/Get.hs:423:1: Warning: Rule "getWord64be/readN" may never fire because `getWord64be' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord64be' libraries/binary/src/Data/Binary/Get.hs:424:1: Warning: Rule "getWord64le/readN" may never fire because `getWord64le' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord64le' [ 7 of 90] Compiling Data.Binary.Put ( libraries/binary/src/Data/Binary/Put.hs, bootstrapping/Data/Binary/Put.o ) libraries/binary/src/Data/Binary/Put.hs:3:14: Warning: `Data.Binary.Put' is marked as Trustworthy but has been inferred as safe! [ 8 of 90] Compiling Data.Binary.Class ( libraries/binary/src/Data/Binary/Class.hs, bootstrapping/Data/Binary/Class.o ) libraries/binary/src/Data/Binary/Class.hs:3:14: Warning: `Data.Binary.Class' is marked as Trustworthy but has been inferred as safe! [ 9 of 90] Compiling Data.Binary.Generic ( libraries/binary/src/Data/Binary/Generic.hs, bootstrapping/Data/Binary/Generic.o ) libraries/binary/src/Data/Binary/Generic.hs:2:26: Warning: `Data.Binary.Generic' is marked as Trustworthy but has been inferred as safe! [10 of 90] Compiling Data.Binary ( libraries/binary/src/Data/Binary.hs, bootstrapping/Data/Binary.o ) [11 of 90] Compiling Distribution.GetOpt ( libraries/Cabal/Cabal/Distribution/GetOpt.hs, bootstrapping/Distribution/GetOpt.o ) [12 of 90] Compiling Distribution.Compat.Binary ( libraries/Cabal/Cabal/Distribution/Compat/Binary.hs, bootstrapping/Distribution/Compat/Binary.o ) [13 of 90] Compiling Distribution.TestSuite ( libraries/Cabal/Cabal/Distribution/TestSuite.hs, bootstrapping/Distribution/TestSuite.o ) [14 of 90] Compiling Distribution.Simple.PreProcess.Unlit ( libraries/Cabal/Cabal/Distribution/Simple/PreProcess/Unlit.hs, bootstrapping/Distribution/Simple/PreProcess/Unlit.o ) [15 of 90] Compiling Distribution.PackageDescription.Utils ( libraries/Cabal/Cabal/Distribution/PackageDescription/Utils.hs, bootstrapping/Distribution/PackageDescription/Utils.o ) [16 of 90] Compiling Distribution.Compat.ReadP ( libraries/Cabal/Cabal/Distribution/Compat/ReadP.hs, bootstrapping/Distribution/Compat/ReadP.o ) [17 of 90] Compiling Distribution.ReadE ( libraries/Cabal/Cabal/Distribution/ReadE.hs, bootstrapping/Distribution/ReadE.o ) [18 of 90] Compiling Distribution.Compat.Exception ( libraries/Cabal/Cabal/Distribution/Compat/Exception.hs, bootstrapping/Distribution/Compat/Exception.o ) [19 of 90] Compiling Distribution.Compat.Environment ( libraries/Cabal/Cabal/Distribution/Compat/Environment.hs, bootstrapping/Distribution/Compat/Environment.o ) [20 of 90] Compiling Distribution.Compat.CreatePipe ( libraries/Cabal/Cabal/Distribution/Compat/CreatePipe.hs, bootstrapping/Distribution/Compat/CreatePipe.o ) [21 of 90] Compiling System.FilePath ( libraries/filepath/System/FilePath.hs, bootstrapping/System/FilePath.o ) [22 of 90] Compiling Distribution.Simple.CCompiler ( libraries/Cabal/Cabal/Distribution/Simple/CCompiler.hs, bootstrapping/Distribution/Simple/CCompiler.o ) [23 of 90] Compiling Distribution.Compat.TempFile ( libraries/Cabal/Cabal/Distribution/Compat/TempFile.hs, bootstrapping/Distribution/Compat/TempFile.o ) [24 of 90] Compiling Distribution.Compat.CopyFile ( libraries/Cabal/Cabal/Distribution/Compat/CopyFile.hs, bootstrapping/Distribution/Compat/CopyFile.o ) [25 of 90] Compiling Distribution.Verbosity ( libraries/Cabal/Cabal/Distribution/Verbosity.hs, bootstrapping/Distribution/Verbosity.o ) [26 of 90] Compiling Distribution.Text ( libraries/Cabal/Cabal/Distribution/Text.hs, bootstrapping/Distribution/Text.o ) [27 of 90] Compiling Distribution.Version ( libraries/Cabal/Cabal/Distribution/Version.hs, bootstrapping/Distribution/Version.o ) [28 of 90] Compiling Distribution.License ( libraries/Cabal/Cabal/Distribution/License.hs, bootstrapping/Distribution/License.o ) [29 of 90] Compiling Language.Haskell.Extension ( libraries/Cabal/Cabal/Language/Haskell/Extension.hs, bootstrapping/Language/Haskell/Extension.o ) [30 of 90] Compiling Distribution.Compiler ( libraries/Cabal/Cabal/Distribution/Compiler.hs, bootstrapping/Distribution/Compiler.o ) [31 of 90] Compiling Distribution.Simple.Compiler ( libraries/Cabal/Cabal/Distribution/Simple/Compiler.hs, bootstrapping/Distribution/Simple/Compiler.o ) [32 of 90] Compiling Distribution.Simple.GHC.ImplInfo ( libraries/Cabal/Cabal/Distribution/Simple/GHC/ImplInfo.hs, bootstrapping/Distribution/Simple/GHC/ImplInfo.o ) [33 of 90] Compiling Distribution.System ( libraries/Cabal/Cabal/Distribution/System.hs, bootstrapping/Distribution/System.o ) [34 of 90] Compiling Distribution.ModuleName ( libraries/Cabal/Cabal/Distribution/ModuleName.hs, bootstrapping/Distribution/ModuleName.o ) [35 of 90] Compiling Distribution.Package ( libraries/Cabal/Cabal/Distribution/Package.hs, bootstrapping/Distribution/Package.o ) [36 of 90] Compiling Distribution.PackageDescription ( libraries/Cabal/Cabal/Distribution/PackageDescription.hs, bootstrapping/Distribution/PackageDescription.o ) [37 of 90] Compiling Distribution.Simple.InstallDirs ( libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs, bootstrapping/Distribution/Simple/InstallDirs.o ) [38 of 90] Compiling Distribution.Simple.Utils ( libraries/Cabal/Cabal/Distribution/Simple/Utils.hs, bootstrapping/Distribution/Simple/Utils.o ) [39 of 90] Compiling Distribution.PackageDescription.Configuration ( libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs, bootstrapping/Distribution/PackageDescription/Configuration.o ) [40 of 90] Compiling Distribution.PackageDescription.Check ( libraries/Cabal/Cabal/Distribution/PackageDescription/Check.hs, bootstrapping/Distribution/PackageDescription/Check.o ) [41 of 90] Compiling Distribution.Simple.Program.Find ( libraries/Cabal/Cabal/Distribution/Simple/Program/Find.hs, bootstrapping/Distribution/Simple/Program/Find.o ) [42 of 90] Compiling Distribution.Simple.Program.Types ( libraries/Cabal/Cabal/Distribution/Simple/Program/Types.hs, bootstrapping/Distribution/Simple/Program/Types.o ) [43 of 90] Compiling Distribution.Simple.Program.Run ( libraries/Cabal/Cabal/Distribution/Simple/Program/Run.hs, bootstrapping/Distribution/Simple/Program/Run.o ) [44 of 90] Compiling Distribution.Simple.Program.Builtin ( libraries/Cabal/Cabal/Distribution/Simple/Program/Builtin.hs, bootstrapping/Distribution/Simple/Program/Builtin.o ) [45 of 90] Compiling Distribution.Simple.Program.Db ( libraries/Cabal/Cabal/Distribution/Simple/Program/Db.hs, bootstrapping/Distribution/Simple/Program/Db.o ) [46 of 90] Compiling Distribution.Simple.Program ( libraries/Cabal/Cabal/Distribution/Simple/Program.hs, bootstrapping/Distribution/Simple/Program.o ) [47 of 90] Compiling Distribution.Simple.Program.Ld ( libraries/Cabal/Cabal/Distribution/Simple/Program/Ld.hs, bootstrapping/Distribution/Simple/Program/Ld.o ) [48 of 90] Compiling Distribution.Simple.Program.Script ( libraries/Cabal/Cabal/Distribution/Simple/Program/Script.hs, bootstrapping/Distribution/Simple/Program/Script.o ) [49 of 90] Compiling Distribution.Simple.Program.Strip ( libraries/Cabal/Cabal/Distribution/Simple/Program/Strip.hs, bootstrapping/Distribution/Simple/Program/Strip.o ) [50 of 90] Compiling Distribution.Utils.NubList ( libraries/Cabal/Cabal/Distribution/Utils/NubList.hs, bootstrapping/Distribution/Utils/NubList.o ) [51 of 90] Compiling Distribution.ParseUtils ( libraries/Cabal/Cabal/Distribution/ParseUtils.hs, bootstrapping/Distribution/ParseUtils.o ) [52 of 90] Compiling Distribution.PackageDescription.Parse ( libraries/Cabal/Cabal/Distribution/PackageDescription/Parse.hs, bootstrapping/Distribution/PackageDescription/Parse.o ) [53 of 90] Compiling Distribution.InstalledPackageInfo ( libraries/Cabal/Cabal/Distribution/InstalledPackageInfo.hs, bootstrapping/Distribution/InstalledPackageInfo.o ) [54 of 90] Compiling Distribution.Simple.Program.HcPkg ( libraries/Cabal/Cabal/Distribution/Simple/Program/HcPkg.hs, bootstrapping/Distribution/Simple/Program/HcPkg.o ) [55 of 90] Compiling Distribution.Simple.PackageIndex ( libraries/Cabal/Cabal/Distribution/Simple/PackageIndex.hs, bootstrapping/Distribution/Simple/PackageIndex.o ) [56 of 90] Compiling Distribution.Simple.Command ( libraries/Cabal/Cabal/Distribution/Simple/Command.hs, bootstrapping/Distribution/Simple/Command.o ) [57 of 90] Compiling Distribution.Simple.Setup ( libraries/Cabal/Cabal/Distribution/Simple/Setup.hs, bootstrapping/Distribution/Simple/Setup.o ) [58 of 90] Compiling Distribution.Simple.LocalBuildInfo ( libraries/Cabal/Cabal/Distribution/Simple/LocalBuildInfo.hs, bootstrapping/Distribution/Simple/LocalBuildInfo.o ) [59 of 90] Compiling Distribution.Simple.Build.Macros ( libraries/Cabal/Cabal/Distribution/Simple/Build/Macros.hs, bootstrapping/Distribution/Simple/Build/Macros.o ) [60 of 90] Compiling Distribution.Simple.Program.Ar ( libraries/Cabal/Cabal/Distribution/Simple/Program/Ar.hs, bootstrapping/Distribution/Simple/Program/Ar.o ) [61 of 90] Compiling Distribution.Simple.Test.Log ( libraries/Cabal/Cabal/Distribution/Simple/Test/Log.hs, bootstrapping/Distribution/Simple/Test/Log.o ) [62 of 90] Compiling Distribution.Simple.BuildPaths ( libraries/Cabal/Cabal/Distribution/Simple/BuildPaths.hs, bootstrapping/Distribution/Simple/BuildPaths.o ) [63 of 90] Compiling Distribution.Simple.Build.PathsModule ( libraries/Cabal/Cabal/Distribution/Simple/Build/PathsModule.hs, bootstrapping/Distribution/Simple/Build/PathsModule.o ) [64 of 90] Compiling Distribution.Simple.HaskellSuite ( libraries/Cabal/Cabal/Distribution/Simple/HaskellSuite.hs, bootstrapping/Distribution/Simple/HaskellSuite.o ) [65 of 90] Compiling Distribution.Simple.JHC ( libraries/Cabal/Cabal/Distribution/Simple/JHC.hs, bootstrapping/Distribution/Simple/JHC.o ) [66 of 90] Compiling Distribution.Simple.UHC ( libraries/Cabal/Cabal/Distribution/Simple/UHC.hs, bootstrapping/Distribution/Simple/UHC.o ) [67 of 90] Compiling Distribution.Simple.BuildTarget ( libraries/Cabal/Cabal/Distribution/Simple/BuildTarget.hs, bootstrapping/Distribution/Simple/BuildTarget.o ) [68 of 90] Compiling Distribution.Simple.LHC ( libraries/Cabal/Cabal/Distribution/Simple/LHC.hs, bootstrapping/Distribution/Simple/LHC.o ) [69 of 90] Compiling Distribution.Simple.Program.GHC ( libraries/Cabal/Cabal/Distribution/Simple/Program/GHC.hs, bootstrapping/Distribution/Simple/Program/GHC.o ) [70 of 90] Compiling Distribution.Simple.Program.Hpc ( libraries/Cabal/Cabal/Distribution/Simple/Program/Hpc.hs, bootstrapping/Distribution/Simple/Program/Hpc.o ) [71 of 90] Compiling Distribution.Simple.Hpc ( libraries/Cabal/Cabal/Distribution/Simple/Hpc.hs, bootstrapping/Distribution/Simple/Hpc.o ) [72 of 90] Compiling Distribution.Simple.Test.ExeV10 ( libraries/Cabal/Cabal/Distribution/Simple/Test/ExeV10.hs, bootstrapping/Distribution/Simple/Test/ExeV10.o ) [73 of 90] Compiling Distribution.Simple.Test.LibV09 ( libraries/Cabal/Cabal/Distribution/Simple/Test/LibV09.hs, bootstrapping/Distribution/Simple/Test/LibV09.o ) [74 of 90] Compiling Distribution.Simple.PreProcess ( libraries/Cabal/Cabal/Distribution/Simple/PreProcess.hs, bootstrapping/Distribution/Simple/PreProcess.o ) [75 of 90] Compiling Distribution.Simple.SrcDist ( libraries/Cabal/Cabal/Distribution/Simple/SrcDist.hs, bootstrapping/Distribution/Simple/SrcDist.o ) [76 of 90] Compiling Distribution.Simple.UserHooks ( libraries/Cabal/Cabal/Distribution/Simple/UserHooks.hs, bootstrapping/Distribution/Simple/UserHooks.o ) [77 of 90] Compiling Distribution.Simple.Bench ( libraries/Cabal/Cabal/Distribution/Simple/Bench.hs, bootstrapping/Distribution/Simple/Bench.o ) [78 of 90] Compiling Distribution.Simple.Test ( libraries/Cabal/Cabal/Distribution/Simple/Test.hs, bootstrapping/Distribution/Simple/Test.o ) [79 of 90] Compiling Distribution.Simple.GHC.Internal ( libraries/Cabal/Cabal/Distribution/Simple/GHC/Internal.hs, bootstrapping/Distribution/Simple/GHC/Internal.o ) [80 of 90] Compiling Distribution.Simple.GHCJS ( libraries/Cabal/Cabal/Distribution/Simple/GHCJS.hs, bootstrapping/Distribution/Simple/GHCJS.o ) [81 of 90] Compiling Distribution.Simple.GHC.IPI642 ( libraries/Cabal/Cabal/Distribution/Simple/GHC/IPI642.hs, bootstrapping/Distribution/Simple/GHC/IPI642.o ) [82 of 90] Compiling Distribution.Simple.GHC.IPI641 ( libraries/Cabal/Cabal/Distribution/Simple/GHC/IPI641.hs, bootstrapping/Distribution/Simple/GHC/IPI641.o ) [83 of 90] Compiling Distribution.Simple.GHC ( libraries/Cabal/Cabal/Distribution/Simple/GHC.hs, bootstrapping/Distribution/Simple/GHC.o ) [84 of 90] Compiling Distribution.Simple.Configure ( libraries/Cabal/Cabal/Distribution/Simple/Configure.hs, bootstrapping/Distribution/Simple/Configure.o ) [85 of 90] Compiling Distribution.Simple.Register ( libraries/Cabal/Cabal/Distribution/Simple/Register.hs, bootstrapping/Distribution/Simple/Register.o ) [86 of 90] Compiling Distribution.Simple.Build ( libraries/Cabal/Cabal/Distribution/Simple/Build.hs, bootstrapping/Distribution/Simple/Build.o ) [87 of 90] Compiling Distribution.Simple.Haddock ( libraries/Cabal/Cabal/Distribution/Simple/Haddock.hs, bootstrapping/Distribution/Simple/Haddock.o ) [88 of 90] Compiling Distribution.Simple.Install ( libraries/Cabal/Cabal/Distribution/Simple/Install.hs, bootstrapping/Distribution/Simple/Install.o ) [89 of 90] Compiling Distribution.Simple ( libraries/Cabal/Cabal/Distribution/Simple.hs, bootstrapping/Distribution/Simple.o ) [90 of 90] Compiling Main ( utils/ghc-cabal/Main.hs, bootstrapping/Main.o ) Linking utils/ghc-cabal/dist/build/tmp/ghc-cabal ... "touch" utils/ghc-cabal/dist/build/tmp/ghc-cabal "cp" utils/ghc-cabal/dist/build/tmp/ghc-cabal inplace/bin/ghc-cabal "inplace/bin/ghc-cabal" configure libraries/binary dist-boot "" --with-ghc="/tmp/work/lang/ghc7/work/.tools/bin/ghc" --with-ghc-pkg="/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" --package-db=/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --constraint "binary == 0.7.5.0" --constraint "Cabal == 1.22.5.0" --constraint "hpc == 0.6.0.2" --constraint "bin-package-db == 0.0.0.0" --constraint "hoopl == 3.10.0.2" --constraint "transformers == 0.4.2.0" --constraint "terminfo == 0.4.0.1" --with-gcc="cc" --configure-option=--with-cc="cc" --with-ar="ar" "inplace/bin/ghc-cabal" configure utils/hsc2hs dist "" --with-ghc="/tmp/work/lang/ghc7/work/.tools/bin/ghc" --with-ghc-pkg="/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" --package-db=/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bootstrapping.conf --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --constraint "binary == 0.7.5.0" --constraint "Cabal == 1.22.5.0" --constraint "hpc == 0.6.0.2" --constraint "bin-package-db == 0.0.0.0" --constraint "hoopl == 3.10.0.2" --constraint "transformers == 0.4.2.0" --constraint "terminfo == 0.4.0.1" --with-gcc="cc" --configure-option=--with-cc="cc" --with-ar="ar" Configuring hsc2hs-0.67... Configuring binary-0.7.5.0... "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" update --force --package-db=libraries/bootstrapping.conf libraries/binary/dist-boot/inplace-pkg-config Reading package info from "libraries/binary/dist-boot/inplace-pkg-config" ... done. binary-0.7.5.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-boot/doc/html/binary/binary.haddock doesn't exist or isn't a file binary-0.7.5.0: cannot find any of ["Data/Binary.hi","Data/Binary.p_hi","Data/Binary.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Put.hi","Data/Binary/Put.p_hi","Data/Binary/Put.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Get.hi","Data/Binary/Get.p_hi","Data/Binary/Get.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Get/Internal.hi","Data/Binary/Get/Internal.p_hi","Data/Binary/Get/Internal.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Builder.hi","Data/Binary/Builder.p_hi","Data/Binary/Builder.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Builder/Internal.hi","Data/Binary/Builder/Internal.p_hi","Data/Binary/Builder/Internal.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Builder/Base.hi","Data/Binary/Builder/Base.p_hi","Data/Binary/Builder/Base.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Class.hi","Data/Binary/Class.p_hi","Data/Binary/Class.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Generic.hi","Data/Binary/Generic.p_hi","Data/Binary/Generic.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["libHSbinary-0.7.5.0-0SY9l9eefH5Kx0uHIPdgLw.a","libHSbinary-0.7.5.0-0SY9l9eefH5Kx0uHIPdgLw.p_a","libHSbinary-0.7.5.0-0SY9l9eefH5Kx0uHIPdgLw-ghc7.10.3.so","libHSbinary-0.7.5.0-0SY9l9eefH5Kx0uHIPdgLw-ghc7.10.3.dylib","HSbinary-0.7.5.0-0SY9l9eefH5Kx0uHIPdgLw-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" configure libraries/Cabal/Cabal dist-boot "" --with-ghc="/tmp/work/lang/ghc7/work/.tools/bin/ghc" --with-ghc-pkg="/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" --package-db=/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --constraint "binary == 0.7.5.0" --constraint "Cabal == 1.22.5.0" --constraint "hpc == 0.6.0.2" --constraint "bin-package-db == 0.0.0.0" --constraint "hoopl == 3.10.0.2" --constraint "transformers == 0.4.2.0" --constraint "terminfo == 0.4.0.1" --with-gcc="cc" --configure-option=--with-cc="cc" --with-ar="ar" Configuring Cabal-1.22.5.0... "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" update --force --package-db=libraries/bootstrapping.conf libraries/Cabal/Cabal/dist-boot/inplace-pkg-config Reading package info from "libraries/Cabal/Cabal/dist-boot/inplace-pkg-config" ... done. Cabal-1.22.5.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/Cabal/Cabal/dist-boot/doc/html/Cabal/Cabal.haddock doesn't exist or isn't a file Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/CreatePipe.hi","Distribution/Compat/CreatePipe.p_hi","Distribution/Compat/CreatePipe.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/Environment.hi","Distribution/Compat/Environment.p_hi","Distribution/Compat/Environment.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/Exception.hi","Distribution/Compat/Exception.p_hi","Distribution/Compat/Exception.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/ReadP.hi","Distribution/Compat/ReadP.p_hi","Distribution/Compat/ReadP.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compiler.hi","Distribution/Compiler.p_hi","Distribution/Compiler.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/InstalledPackageInfo.hi","Distribution/InstalledPackageInfo.p_hi","Distribution/InstalledPackageInfo.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/License.hi","Distribution/License.p_hi","Distribution/License.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Make.hi","Distribution/Make.p_hi","Distribution/Make.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/ModuleName.hi","Distribution/ModuleName.p_hi","Distribution/ModuleName.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Package.hi","Distribution/Package.p_hi","Distribution/Package.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/PackageDescription.hi","Distribution/PackageDescription.p_hi","Distribution/PackageDescription.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/PackageDescription/Check.hi","Distribution/PackageDescription/Check.p_hi","Distribution/PackageDescription/Check.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/PackageDescription/Configuration.hi","Distribution/PackageDescription/Configuration.p_hi","Distribution/PackageDescription/Configuration.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/PackageDescription/Parse.hi","Distribution/PackageDescription/Parse.p_hi","Distribution/PackageDescription/Parse.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/PackageDescription/PrettyPrint.hi","Distribution/PackageDescription/PrettyPrint.p_hi","Distribution/PackageDescription/PrettyPrint.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/PackageDescription/Utils.hi","Distribution/PackageDescription/Utils.p_hi","Distribution/PackageDescription/Utils.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/ParseUtils.hi","Distribution/ParseUtils.p_hi","Distribution/ParseUtils.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/ReadE.hi","Distribution/ReadE.p_hi","Distribution/ReadE.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple.hi","Distribution/Simple.p_hi","Distribution/Simple.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Bench.hi","Distribution/Simple/Bench.p_hi","Distribution/Simple/Bench.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Build.hi","Distribution/Simple/Build.p_hi","Distribution/Simple/Build.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Build/Macros.hi","Distribution/Simple/Build/Macros.p_hi","Distribution/Simple/Build/Macros.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Build/PathsModule.hi","Distribution/Simple/Build/PathsModule.p_hi","Distribution/Simple/Build/PathsModule.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/BuildPaths.hi","Distribution/Simple/BuildPaths.p_hi","Distribution/Simple/BuildPaths.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/BuildTarget.hi","Distribution/Simple/BuildTarget.p_hi","Distribution/Simple/BuildTarget.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/CCompiler.hi","Distribution/Simple/CCompiler.p_hi","Distribution/Simple/CCompiler.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Command.hi","Distribution/Simple/Command.p_hi","Distribution/Simple/Command.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Compiler.hi","Distribution/Simple/Compiler.p_hi","Distribution/Simple/Compiler.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Configure.hi","Distribution/Simple/Configure.p_hi","Distribution/Simple/Configure.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/GHC.hi","Distribution/Simple/GHC.p_hi","Distribution/Simple/GHC.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/GHCJS.hi","Distribution/Simple/GHCJS.p_hi","Distribution/Simple/GHCJS.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Haddock.hi","Distribution/Simple/Haddock.p_hi","Distribution/Simple/Haddock.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/HaskellSuite.hi","Distribution/Simple/HaskellSuite.p_hi","Distribution/Simple/HaskellSuite.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Hpc.hi","Distribution/Simple/Hpc.p_hi","Distribution/Simple/Hpc.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Install.hi","Distribution/Simple/Install.p_hi","Distribution/Simple/Install.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/InstallDirs.hi","Distribution/Simple/InstallDirs.p_hi","Distribution/Simple/InstallDirs.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/JHC.hi","Distribution/Simple/JHC.p_hi","Distribution/Simple/JHC.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/LHC.hi","Distribution/Simple/LHC.p_hi","Distribution/Simple/LHC.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/LocalBuildInfo.hi","Distribution/Simple/LocalBuildInfo.p_hi","Distribution/Simple/LocalBuildInfo.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/PackageIndex.hi","Distribution/Simple/PackageIndex.p_hi","Distribution/Simple/PackageIndex.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/PreProcess.hi","Distribution/Simple/PreProcess.p_hi","Distribution/Simple/PreProcess.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/PreProcess/Unlit.hi","Distribution/Simple/PreProcess/Unlit.p_hi","Distribution/Simple/PreProcess/Unlit.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program.hi","Distribution/Simple/Program.p_hi","Distribution/Simple/Program.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Ar.hi","Distribution/Simple/Program/Ar.p_hi","Distribution/Simple/Program/Ar.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Builtin.hi","Distribution/Simple/Program/Builtin.p_hi","Distribution/Simple/Program/Builtin.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Db.hi","Distribution/Simple/Program/Db.p_hi","Distribution/Simple/Program/Db.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Find.hi","Distribution/Simple/Program/Find.p_hi","Distribution/Simple/Program/Find.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/GHC.hi","Distribution/Simple/Program/GHC.p_hi","Distribution/Simple/Program/GHC.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/HcPkg.hi","Distribution/Simple/Program/HcPkg.p_hi","Distribution/Simple/Program/HcPkg.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Hpc.hi","Distribution/Simple/Program/Hpc.p_hi","Distribution/Simple/Program/Hpc.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Ld.hi","Distribution/Simple/Program/Ld.p_hi","Distribution/Simple/Program/Ld.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Run.hi","Distribution/Simple/Program/Run.p_hi","Distribution/Simple/Program/Run.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Script.hi","Distribution/Simple/Program/Script.p_hi","Distribution/Simple/Program/Script.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Strip.hi","Distribution/Simple/Program/Strip.p_hi","Distribution/Simple/Program/Strip.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Types.hi","Distribution/Simple/Program/Types.p_hi","Distribution/Simple/Program/Types.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Register.hi","Distribution/Simple/Register.p_hi","Distribution/Simple/Register.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Setup.hi","Distribution/Simple/Setup.p_hi","Distribution/Simple/Setup.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/SrcDist.hi","Distribution/Simple/SrcDist.p_hi","Distribution/Simple/SrcDist.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Test.hi","Distribution/Simple/Test.p_hi","Distribution/Simple/Test.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Test/ExeV10.hi","Distribution/Simple/Test/ExeV10.p_hi","Distribution/Simple/Test/ExeV10.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Test/LibV09.hi","Distribution/Simple/Test/LibV09.p_hi","Distribution/Simple/Test/LibV09.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Test/Log.hi","Distribution/Simple/Test/Log.p_hi","Distribution/Simple/Test/Log.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/UHC.hi","Distribution/Simple/UHC.p_hi","Distribution/Simple/UHC.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/UserHooks.hi","Distribution/Simple/UserHooks.p_hi","Distribution/Simple/UserHooks.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Utils.hi","Distribution/Simple/Utils.p_hi","Distribution/Simple/Utils.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/System.hi","Distribution/System.p_hi","Distribution/System.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/TestSuite.hi","Distribution/TestSuite.p_hi","Distribution/TestSuite.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Text.hi","Distribution/Text.p_hi","Distribution/Text.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Utils/NubList.hi","Distribution/Utils/NubList.p_hi","Distribution/Utils/NubList.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Verbosity.hi","Distribution/Verbosity.p_hi","Distribution/Verbosity.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Version.hi","Distribution/Version.p_hi","Distribution/Version.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Language/Haskell/Extension.hi","Language/Haskell/Extension.p_hi","Language/Haskell/Extension.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/Binary.hi","Distribution/Compat/Binary.p_hi","Distribution/Compat/Binary.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/CopyFile.hi","Distribution/Compat/CopyFile.p_hi","Distribution/Compat/CopyFile.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/TempFile.hi","Distribution/Compat/TempFile.p_hi","Distribution/Compat/TempFile.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/GetOpt.hi","Distribution/GetOpt.p_hi","Distribution/GetOpt.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/GHC/Internal.hi","Distribution/Simple/GHC/Internal.p_hi","Distribution/Simple/GHC/Internal.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/GHC/IPI641.hi","Distribution/Simple/GHC/IPI641.p_hi","Distribution/Simple/GHC/IPI641.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/GHC/IPI642.hi","Distribution/Simple/GHC/IPI642.p_hi","Distribution/Simple/GHC/IPI642.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/GHC/ImplInfo.hi","Distribution/Simple/GHC/ImplInfo.p_hi","Distribution/Simple/GHC/ImplInfo.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Paths_Cabal.hi","Paths_Cabal.p_hi","Paths_Cabal.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["libHSCabal-1.22.5.0-1lO1N0pKbwf4zBgHJflENk.a","libHSCabal-1.22.5.0-1lO1N0pKbwf4zBgHJflENk.p_a","libHSCabal-1.22.5.0-1lO1N0pKbwf4zBgHJflENk-ghc7.10.3.so","libHSCabal-1.22.5.0-1lO1N0pKbwf4zBgHJflENk-ghc7.10.3.dylib","HSCabal-1.22.5.0-1lO1N0pKbwf4zBgHJflENk-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" configure libraries/hpc dist-boot "" --with-ghc="/tmp/work/lang/ghc7/work/.tools/bin/ghc" --with-ghc-pkg="/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" --package-db=/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --constraint "binary == 0.7.5.0" --constraint "Cabal == 1.22.5.0" --constraint "hpc == 0.6.0.2" --constraint "bin-package-db == 0.0.0.0" --constraint "hoopl == 3.10.0.2" --constraint "transformers == 0.4.2.0" --constraint "terminfo == 0.4.0.1" --with-gcc="cc" --configure-option=--with-cc="cc" --with-ar="ar" Configuring hpc-0.6.0.2... "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" update --force --package-db=libraries/bootstrapping.conf libraries/hpc/dist-boot/inplace-pkg-config Reading package info from "libraries/hpc/dist-boot/inplace-pkg-config" ... done. hpc-0.6.0.2: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-boot/doc/html/hpc/hpc.haddock doesn't exist or isn't a file hpc-0.6.0.2: cannot find any of ["Trace/Hpc/Util.hi","Trace/Hpc/Util.p_hi","Trace/Hpc/Util.dyn_hi"] (ignoring) hpc-0.6.0.2: cannot find any of ["Trace/Hpc/Mix.hi","Trace/Hpc/Mix.p_hi","Trace/Hpc/Mix.dyn_hi"] (ignoring) hpc-0.6.0.2: cannot find any of ["Trace/Hpc/Tix.hi","Trace/Hpc/Tix.p_hi","Trace/Hpc/Tix.dyn_hi"] (ignoring) hpc-0.6.0.2: cannot find any of ["Trace/Hpc/Reflect.hi","Trace/Hpc/Reflect.p_hi","Trace/Hpc/Reflect.dyn_hi"] (ignoring) hpc-0.6.0.2: cannot find any of ["libHShpc-0.6.0.2-DDwDHQgWWA09CucvRU5R4m.a","libHShpc-0.6.0.2-DDwDHQgWWA09CucvRU5R4m.p_a","libHShpc-0.6.0.2-DDwDHQgWWA09CucvRU5R4m-ghc7.10.3.so","libHShpc-0.6.0.2-DDwDHQgWWA09CucvRU5R4m-ghc7.10.3.dylib","HShpc-0.6.0.2-DDwDHQgWWA09CucvRU5R4m-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" configure libraries/bin-package-db dist-boot "" --with-ghc="/tmp/work/lang/ghc7/work/.tools/bin/ghc" --with-ghc-pkg="/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" --package-db=/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --constraint "binary == 0.7.5.0" --constraint "Cabal == 1.22.5.0" --constraint "hpc == 0.6.0.2" --constraint "bin-package-db == 0.0.0.0" --constraint "hoopl == 3.10.0.2" --constraint "transformers == 0.4.2.0" --constraint "terminfo == 0.4.0.1" --with-gcc="cc" --configure-option=--with-cc="cc" --with-ar="ar" Configuring bin-package-db-0.0.0.0... "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" update --force --package-db=libraries/bootstrapping.conf libraries/bin-package-db/dist-boot/inplace-pkg-config Reading package info from "libraries/bin-package-db/dist-boot/inplace-pkg-config" ... done. bin-package-db-0.0.0.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-boot/doc/html/bin-package-db/bin-package-db.haddock doesn't exist or isn't a file bin-package-db-0.0.0.0: cannot find any of ["GHC/PackageDb.hi","GHC/PackageDb.p_hi","GHC/PackageDb.dyn_hi"] (ignoring) bin-package-db-0.0.0.0: cannot find any of ["libHSbin-package-db-0.0.0.0-7ekaVkdTyruAPquAD2LLSf.a","libHSbin-package-db-0.0.0.0-7ekaVkdTyruAPquAD2LLSf.p_a","libHSbin-package-db-0.0.0.0-7ekaVkdTyruAPquAD2LLSf-ghc7.10.3.so","libHSbin-package-db-0.0.0.0-7ekaVkdTyruAPquAD2LLSf-ghc7.10.3.dylib","HSbin-package-db-0.0.0.0-7ekaVkdTyruAPquAD2LLSf-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" configure libraries/hoopl dist-boot "" --with-ghc="/tmp/work/lang/ghc7/work/.tools/bin/ghc" --with-ghc-pkg="/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" --package-db=/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --constraint "binary == 0.7.5.0" --constraint "Cabal == 1.22.5.0" --constraint "hpc == 0.6.0.2" --constraint "bin-package-db == 0.0.0.0" --constraint "hoopl == 3.10.0.2" --constraint "transformers == 0.4.2.0" --constraint "terminfo == 0.4.0.1" --with-gcc="cc" --configure-option=--with-cc="cc" --with-ar="ar" Configuring hoopl-3.10.0.2... "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" update --force --package-db=libraries/bootstrapping.conf libraries/hoopl/dist-boot/inplace-pkg-config Reading package info from "libraries/hoopl/dist-boot/inplace-pkg-config" ... done. hoopl-3.10.0.2: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-boot/doc/html/hoopl/hoopl.haddock doesn't exist or isn't a file hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl.hi","Compiler/Hoopl.p_hi","Compiler/Hoopl.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Internals.hi","Compiler/Hoopl/Internals.p_hi","Compiler/Hoopl/Internals.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Wrappers.hi","Compiler/Hoopl/Wrappers.p_hi","Compiler/Hoopl/Wrappers.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Passes/Dominator.hi","Compiler/Hoopl/Passes/Dominator.p_hi","Compiler/Hoopl/Passes/Dominator.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Passes/DList.hi","Compiler/Hoopl/Passes/DList.p_hi","Compiler/Hoopl/Passes/DList.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Checkpoint.hi","Compiler/Hoopl/Checkpoint.p_hi","Compiler/Hoopl/Checkpoint.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Collections.hi","Compiler/Hoopl/Collections.p_hi","Compiler/Hoopl/Collections.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Combinators.hi","Compiler/Hoopl/Combinators.p_hi","Compiler/Hoopl/Combinators.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Dataflow.hi","Compiler/Hoopl/Dataflow.p_hi","Compiler/Hoopl/Dataflow.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Debug.hi","Compiler/Hoopl/Debug.p_hi","Compiler/Hoopl/Debug.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Block.hi","Compiler/Hoopl/Block.p_hi","Compiler/Hoopl/Block.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Graph.hi","Compiler/Hoopl/Graph.p_hi","Compiler/Hoopl/Graph.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Label.hi","Compiler/Hoopl/Label.p_hi","Compiler/Hoopl/Label.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/MkGraph.hi","Compiler/Hoopl/MkGraph.p_hi","Compiler/Hoopl/MkGraph.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Fuel.hi","Compiler/Hoopl/Fuel.p_hi","Compiler/Hoopl/Fuel.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Pointed.hi","Compiler/Hoopl/Pointed.p_hi","Compiler/Hoopl/Pointed.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Shape.hi","Compiler/Hoopl/Shape.p_hi","Compiler/Hoopl/Shape.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Show.hi","Compiler/Hoopl/Show.p_hi","Compiler/Hoopl/Show.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Unique.hi","Compiler/Hoopl/Unique.p_hi","Compiler/Hoopl/Unique.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/XUtil.hi","Compiler/Hoopl/XUtil.p_hi","Compiler/Hoopl/XUtil.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["libHShoopl-3.10.0.2-GC8oB7yJZlR3MSSEIbKJ9S.a","libHShoopl-3.10.0.2-GC8oB7yJZlR3MSSEIbKJ9S.p_a","libHShoopl-3.10.0.2-GC8oB7yJZlR3MSSEIbKJ9S-ghc7.10.3.so","libHShoopl-3.10.0.2-GC8oB7yJZlR3MSSEIbKJ9S-ghc7.10.3.dylib","HShoopl-3.10.0.2-GC8oB7yJZlR3MSSEIbKJ9S-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" configure libraries/transformers dist-boot "" --with-ghc="/tmp/work/lang/ghc7/work/.tools/bin/ghc" --with-ghc-pkg="/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" --package-db=/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --constraint "binary == 0.7.5.0" --constraint "Cabal == 1.22.5.0" --constraint "hpc == 0.6.0.2" --constraint "bin-package-db == 0.0.0.0" --constraint "hoopl == 3.10.0.2" --constraint "transformers == 0.4.2.0" --constraint "terminfo == 0.4.0.1" --with-gcc="cc" --configure-option=--with-cc="cc" --with-ar="ar" Configuring transformers-0.4.2.0... "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" update --force --package-db=libraries/bootstrapping.conf libraries/transformers/dist-boot/inplace-pkg-config Reading package info from "libraries/transformers/dist-boot/inplace-pkg-config" ... done. transformers-0.4.2.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-boot/doc/html/transformers/transformers.haddock doesn't exist or isn't a file transformers-0.4.2.0: cannot find any of ["Control/Applicative/Backwards.hi","Control/Applicative/Backwards.p_hi","Control/Applicative/Backwards.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Applicative/Lift.hi","Control/Applicative/Lift.p_hi","Control/Applicative/Lift.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/IO/Class.hi","Control/Monad/IO/Class.p_hi","Control/Monad/IO/Class.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Signatures.hi","Control/Monad/Signatures.p_hi","Control/Monad/Signatures.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Class.hi","Control/Monad/Trans/Class.p_hi","Control/Monad/Trans/Class.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Cont.hi","Control/Monad/Trans/Cont.p_hi","Control/Monad/Trans/Cont.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Except.hi","Control/Monad/Trans/Except.p_hi","Control/Monad/Trans/Except.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Error.hi","Control/Monad/Trans/Error.p_hi","Control/Monad/Trans/Error.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Identity.hi","Control/Monad/Trans/Identity.p_hi","Control/Monad/Trans/Identity.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/List.hi","Control/Monad/Trans/List.p_hi","Control/Monad/Trans/List.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Maybe.hi","Control/Monad/Trans/Maybe.p_hi","Control/Monad/Trans/Maybe.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Reader.hi","Control/Monad/Trans/Reader.p_hi","Control/Monad/Trans/Reader.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/RWS.hi","Control/Monad/Trans/RWS.p_hi","Control/Monad/Trans/RWS.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/RWS/Lazy.hi","Control/Monad/Trans/RWS/Lazy.p_hi","Control/Monad/Trans/RWS/Lazy.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/RWS/Strict.hi","Control/Monad/Trans/RWS/Strict.p_hi","Control/Monad/Trans/RWS/Strict.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/State.hi","Control/Monad/Trans/State.p_hi","Control/Monad/Trans/State.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/State/Lazy.hi","Control/Monad/Trans/State/Lazy.p_hi","Control/Monad/Trans/State/Lazy.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/State/Strict.hi","Control/Monad/Trans/State/Strict.p_hi","Control/Monad/Trans/State/Strict.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Writer.hi","Control/Monad/Trans/Writer.p_hi","Control/Monad/Trans/Writer.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Writer/Lazy.hi","Control/Monad/Trans/Writer/Lazy.p_hi","Control/Monad/Trans/Writer/Lazy.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Writer/Strict.hi","Control/Monad/Trans/Writer/Strict.p_hi","Control/Monad/Trans/Writer/Strict.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Data/Functor/Classes.hi","Data/Functor/Classes.p_hi","Data/Functor/Classes.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Data/Functor/Compose.hi","Data/Functor/Compose.p_hi","Data/Functor/Compose.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Data/Functor/Constant.hi","Data/Functor/Constant.p_hi","Data/Functor/Constant.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Data/Functor/Product.hi","Data/Functor/Product.p_hi","Data/Functor/Product.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Data/Functor/Reverse.hi","Data/Functor/Reverse.p_hi","Data/Functor/Reverse.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Data/Functor/Sum.hi","Data/Functor/Sum.p_hi","Data/Functor/Sum.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["libHStransformers-0.4.2.0-LUSLxXYOxhVEUh1JsY7DGq.a","libHStransformers-0.4.2.0-LUSLxXYOxhVEUh1JsY7DGq.p_a","libHStransformers-0.4.2.0-LUSLxXYOxhVEUh1JsY7DGq-ghc7.10.3.so","libHStransformers-0.4.2.0-LUSLxXYOxhVEUh1JsY7DGq-ghc7.10.3.dylib","HStransformers-0.4.2.0-LUSLxXYOxhVEUh1JsY7DGq-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" configure libraries/terminfo dist-boot "" --with-ghc="/tmp/work/lang/ghc7/work/.tools/bin/ghc" --with-ghc-pkg="/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" --package-db=/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --constraint "binary == 0.7.5.0" --constraint "Cabal == 1.22.5.0" --constraint "hpc == 0.6.0.2" --constraint "bin-package-db == 0.0.0.0" --constraint "hoopl == 3.10.0.2" --constraint "transformers == 0.4.2.0" --constraint "terminfo == 0.4.0.1" --with-gcc="cc" --configure-option=--with-cc="cc" --with-ar="ar" Configuring terminfo-0.4.0.1... configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries, --with-gcc checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E -I/usr/include -I/usr/pkg/include checking for grep that handles long lines and -e... /tmp/work/lang/ghc7/work/.tools/bin/grep checking for egrep... /tmp/work/lang/ghc7/work/.tools/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ncurses.h usability... no checking ncurses.h presence... no checking for ncurses.h... no checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking for setupterm in -ltinfo... no checking for setupterm in -lncursesw... no checking for setupterm in -lncurses... no checking for setupterm in -lcurses... yes configure: creating ./config.status config.status: creating terminfo.buildinfo configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries, --with-gcc "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" update --force --package-db=libraries/bootstrapping.conf libraries/terminfo/dist-boot/inplace-pkg-config Reading package info from "libraries/terminfo/dist-boot/inplace-pkg-config" ... done. terminfo-0.4.0.1: Warning: include-dirs: /usr//usr/include doesn't exist or isn't a directory terminfo-0.4.0.1: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/terminfo/dist-boot/doc/html/terminfo/terminfo.haddock doesn't exist or isn't a file terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo.hi","System/Console/Terminfo.p_hi","System/Console/Terminfo.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo/Base.hi","System/Console/Terminfo/Base.p_hi","System/Console/Terminfo/Base.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo/Cursor.hi","System/Console/Terminfo/Cursor.p_hi","System/Console/Terminfo/Cursor.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo/Color.hi","System/Console/Terminfo/Color.p_hi","System/Console/Terminfo/Color.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo/Edit.hi","System/Console/Terminfo/Edit.p_hi","System/Console/Terminfo/Edit.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo/Effects.hi","System/Console/Terminfo/Effects.p_hi","System/Console/Terminfo/Effects.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo/Keys.hi","System/Console/Terminfo/Keys.p_hi","System/Console/Terminfo/Keys.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["libHSterminfo-0.4.0.1-8LJwG2OwEnAJiUE53fPy86.a","libHSterminfo-0.4.0.1-8LJwG2OwEnAJiUE53fPy86.p_a","libHSterminfo-0.4.0.1-8LJwG2OwEnAJiUE53fPy86-ghc7.10.3.so","libHSterminfo-0.4.0.1-8LJwG2OwEnAJiUE53fPy86-ghc7.10.3.dylib","HSterminfo-0.4.0.1-8LJwG2OwEnAJiUE53fPy86-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" configure compiler stage1 "" --with-ghc="/tmp/work/lang/ghc7/work/.tools/bin/ghc" --with-ghc-pkg="/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" --flags=stage1 --flags=ncg --ghc-option=-DSTAGE=1 --package-db=/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --constraint "binary == 0.7.5.0" --constraint "Cabal == 1.22.5.0" --constraint "hpc == 0.6.0.2" --constraint "bin-package-db == 0.0.0.0" --constraint "hoopl == 3.10.0.2" --constraint "transformers == 0.4.2.0" --constraint "terminfo == 0.4.0.1" --with-gcc="cc" --configure-option=--with-cc="cc" --with-ar="ar" --disable-library-for-ghci "inplace/bin/ghc-cabal" configure utils/ghc-pkg dist "" --with-ghc="/tmp/work/lang/ghc7/work/.tools/bin/ghc" --with-ghc-pkg="/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" --package-db=/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bootstrapping.conf --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --constraint "binary == 0.7.5.0" --constraint "Cabal == 1.22.5.0" --constraint "hpc == 0.6.0.2" --constraint "bin-package-db == 0.0.0.0" --constraint "hoopl == 3.10.0.2" --constraint "transformers == 0.4.2.0" --constraint "terminfo == 0.4.0.1" --with-gcc="cc" --configure-option=--with-cc="cc" --with-ar="ar" Configuring ghc-pkg-6.9... Configuring ghc-7.10.3... "/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" update --force --package-db=libraries/bootstrapping.conf compiler/stage1/inplace-pkg-config Reading package info from "compiler/stage1/inplace-pkg-config" ... done. ghc-7.10.3: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage1/doc/html/ghc/ghc.haddock doesn't exist or isn't a file ghc-7.10.3: cannot find any of ["Avail.hi","Avail.p_hi","Avail.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BasicTypes.hi","BasicTypes.p_hi","BasicTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ConLike.hi","ConLike.p_hi","ConLike.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DataCon.hi","DataCon.p_hi","DataCon.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PatSyn.hi","PatSyn.p_hi","PatSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Demand.hi","Demand.p_hi","Demand.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Debug.hi","Debug.p_hi","Debug.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Exception.hi","Exception.p_hi","Exception.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GhcMonad.hi","GhcMonad.p_hi","GhcMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Hooks.hi","Hooks.p_hi","Hooks.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Id.hi","Id.p_hi","Id.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["IdInfo.hi","IdInfo.p_hi","IdInfo.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Lexeme.hi","Lexeme.p_hi","Lexeme.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Literal.hi","Literal.p_hi","Literal.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Llvm.hi","Llvm.p_hi","Llvm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Llvm/AbsSyn.hi","Llvm/AbsSyn.p_hi","Llvm/AbsSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Llvm/MetaData.hi","Llvm/MetaData.p_hi","Llvm/MetaData.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Llvm/PpLlvm.hi","Llvm/PpLlvm.p_hi","Llvm/PpLlvm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Llvm/Types.hi","Llvm/Types.p_hi","Llvm/Types.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmCodeGen.hi","LlvmCodeGen.p_hi","LlvmCodeGen.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmCodeGen/Base.hi","LlvmCodeGen/Base.p_hi","LlvmCodeGen/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmCodeGen/CodeGen.hi","LlvmCodeGen/CodeGen.p_hi","LlvmCodeGen/CodeGen.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmCodeGen/Data.hi","LlvmCodeGen/Data.p_hi","LlvmCodeGen/Data.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmCodeGen/Ppr.hi","LlvmCodeGen/Ppr.p_hi","LlvmCodeGen/Ppr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmCodeGen/Regs.hi","LlvmCodeGen/Regs.p_hi","LlvmCodeGen/Regs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmMangler.hi","LlvmMangler.p_hi","LlvmMangler.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MkId.hi","MkId.p_hi","MkId.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Module.hi","Module.p_hi","Module.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Name.hi","Name.p_hi","Name.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["NameEnv.hi","NameEnv.p_hi","NameEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["NameSet.hi","NameSet.p_hi","NameSet.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["OccName.hi","OccName.p_hi","OccName.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RdrName.hi","RdrName.p_hi","RdrName.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SrcLoc.hi","SrcLoc.p_hi","SrcLoc.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["UniqSupply.hi","UniqSupply.p_hi","UniqSupply.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Unique.hi","Unique.p_hi","Unique.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Var.hi","Var.p_hi","Var.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["VarEnv.hi","VarEnv.p_hi","VarEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["VarSet.hi","VarSet.p_hi","VarSet.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["UnVarGraph.hi","UnVarGraph.p_hi","UnVarGraph.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BlockId.hi","BlockId.p_hi","BlockId.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CLabel.hi","CLabel.p_hi","CLabel.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Cmm.hi","Cmm.p_hi","Cmm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmBuildInfoTables.hi","CmmBuildInfoTables.p_hi","CmmBuildInfoTables.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmPipeline.hi","CmmPipeline.p_hi","CmmPipeline.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmCallConv.hi","CmmCallConv.p_hi","CmmCallConv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmCommonBlockElim.hi","CmmCommonBlockElim.p_hi","CmmCommonBlockElim.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmContFlowOpt.hi","CmmContFlowOpt.p_hi","CmmContFlowOpt.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmExpr.hi","CmmExpr.p_hi","CmmExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmInfo.hi","CmmInfo.p_hi","CmmInfo.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmLex.hi","CmmLex.p_hi","CmmLex.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmLint.hi","CmmLint.p_hi","CmmLint.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmLive.hi","CmmLive.p_hi","CmmLive.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmMachOp.hi","CmmMachOp.p_hi","CmmMachOp.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmNode.hi","CmmNode.p_hi","CmmNode.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmOpt.hi","CmmOpt.p_hi","CmmOpt.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmParse.hi","CmmParse.p_hi","CmmParse.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmProcPoint.hi","CmmProcPoint.p_hi","CmmProcPoint.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmSink.hi","CmmSink.p_hi","CmmSink.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmType.hi","CmmType.p_hi","CmmType.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmUtils.hi","CmmUtils.p_hi","CmmUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmLayoutStack.hi","CmmLayoutStack.p_hi","CmmLayoutStack.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MkGraph.hi","MkGraph.p_hi","MkGraph.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprBase.hi","PprBase.p_hi","PprBase.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprC.hi","PprC.p_hi","PprC.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprCmm.hi","PprCmm.p_hi","PprCmm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprCmmDecl.hi","PprCmmDecl.p_hi","PprCmmDecl.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprCmmExpr.hi","PprCmmExpr.p_hi","PprCmmExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Bitmap.hi","Bitmap.p_hi","Bitmap.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform.hi","CodeGen/Platform.p_hi","CodeGen/Platform.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/ARM.hi","CodeGen/Platform/ARM.p_hi","CodeGen/Platform/ARM.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/ARM64.hi","CodeGen/Platform/ARM64.p_hi","CodeGen/Platform/ARM64.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/NoRegs.hi","CodeGen/Platform/NoRegs.p_hi","CodeGen/Platform/NoRegs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/PPC.hi","CodeGen/Platform/PPC.p_hi","CodeGen/Platform/PPC.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/PPC_Darwin.hi","CodeGen/Platform/PPC_Darwin.p_hi","CodeGen/Platform/PPC_Darwin.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/SPARC.hi","CodeGen/Platform/SPARC.p_hi","CodeGen/Platform/SPARC.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/X86.hi","CodeGen/Platform/X86.p_hi","CodeGen/Platform/X86.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/X86_64.hi","CodeGen/Platform/X86_64.p_hi","CodeGen/Platform/X86_64.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CgUtils.hi","CgUtils.p_hi","CgUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmm.hi","StgCmm.p_hi","StgCmm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmBind.hi","StgCmmBind.p_hi","StgCmmBind.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmClosure.hi","StgCmmClosure.p_hi","StgCmmClosure.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmCon.hi","StgCmmCon.p_hi","StgCmmCon.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmEnv.hi","StgCmmEnv.p_hi","StgCmmEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmExpr.hi","StgCmmExpr.p_hi","StgCmmExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmForeign.hi","StgCmmForeign.p_hi","StgCmmForeign.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmHeap.hi","StgCmmHeap.p_hi","StgCmmHeap.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmHpc.hi","StgCmmHpc.p_hi","StgCmmHpc.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmArgRep.hi","StgCmmArgRep.p_hi","StgCmmArgRep.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmLayout.hi","StgCmmLayout.p_hi","StgCmmLayout.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmMonad.hi","StgCmmMonad.p_hi","StgCmmMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmPrim.hi","StgCmmPrim.p_hi","StgCmmPrim.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmProf.hi","StgCmmProf.p_hi","StgCmmProf.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmTicky.hi","StgCmmTicky.p_hi","StgCmmTicky.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmUtils.hi","StgCmmUtils.p_hi","StgCmmUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmExtCode.hi","StgCmmExtCode.p_hi","StgCmmExtCode.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SMRep.hi","SMRep.p_hi","SMRep.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreArity.hi","CoreArity.p_hi","CoreArity.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreFVs.hi","CoreFVs.p_hi","CoreFVs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreLint.hi","CoreLint.p_hi","CoreLint.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CorePrep.hi","CorePrep.p_hi","CorePrep.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreSubst.hi","CoreSubst.p_hi","CoreSubst.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreSyn.hi","CoreSyn.p_hi","CoreSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TrieMap.hi","TrieMap.p_hi","TrieMap.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreTidy.hi","CoreTidy.p_hi","CoreTidy.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreUnfold.hi","CoreUnfold.p_hi","CoreUnfold.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreUtils.hi","CoreUtils.p_hi","CoreUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MkCore.hi","MkCore.p_hi","MkCore.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprCore.hi","PprCore.p_hi","PprCore.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Check.hi","Check.p_hi","Check.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Coverage.hi","Coverage.p_hi","Coverage.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Desugar.hi","Desugar.p_hi","Desugar.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsArrows.hi","DsArrows.p_hi","DsArrows.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsBinds.hi","DsBinds.p_hi","DsBinds.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsCCall.hi","DsCCall.p_hi","DsCCall.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsExpr.hi","DsExpr.p_hi","DsExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsForeign.hi","DsForeign.p_hi","DsForeign.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsGRHSs.hi","DsGRHSs.p_hi","DsGRHSs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsListComp.hi","DsListComp.p_hi","DsListComp.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsMonad.hi","DsMonad.p_hi","DsMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsUtils.hi","DsUtils.p_hi","DsUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Match.hi","Match.p_hi","Match.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MatchCon.hi","MatchCon.p_hi","MatchCon.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MatchLit.hi","MatchLit.p_hi","MatchLit.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsBinds.hi","HsBinds.p_hi","HsBinds.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsDecls.hi","HsDecls.p_hi","HsDecls.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsDoc.hi","HsDoc.p_hi","HsDoc.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsExpr.hi","HsExpr.p_hi","HsExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsImpExp.hi","HsImpExp.p_hi","HsImpExp.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsLit.hi","HsLit.p_hi","HsLit.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PlaceHolder.hi","PlaceHolder.p_hi","PlaceHolder.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsPat.hi","HsPat.p_hi","HsPat.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsSyn.hi","HsSyn.p_hi","HsSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsTypes.hi","HsTypes.p_hi","HsTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsUtils.hi","HsUtils.p_hi","HsUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BinIface.hi","BinIface.p_hi","BinIface.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BuildTyCl.hi","BuildTyCl.p_hi","BuildTyCl.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["IfaceEnv.hi","IfaceEnv.p_hi","IfaceEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["IfaceSyn.hi","IfaceSyn.p_hi","IfaceSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["IfaceType.hi","IfaceType.p_hi","IfaceType.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LoadIface.hi","LoadIface.p_hi","LoadIface.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MkIface.hi","MkIface.p_hi","MkIface.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcIface.hi","TcIface.p_hi","TcIface.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FlagChecker.hi","FlagChecker.p_hi","FlagChecker.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Annotations.hi","Annotations.p_hi","Annotations.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BreakArray.hi","BreakArray.p_hi","BreakArray.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmdLineParser.hi","CmdLineParser.p_hi","CmdLineParser.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeOutput.hi","CodeOutput.p_hi","CodeOutput.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Config.hi","Config.p_hi","Config.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Constants.hi","Constants.p_hi","Constants.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DriverMkDepend.hi","DriverMkDepend.p_hi","DriverMkDepend.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DriverPhases.hi","DriverPhases.p_hi","DriverPhases.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PipelineMonad.hi","PipelineMonad.p_hi","PipelineMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DriverPipeline.hi","DriverPipeline.p_hi","DriverPipeline.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DynFlags.hi","DynFlags.p_hi","DynFlags.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ErrUtils.hi","ErrUtils.p_hi","ErrUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Finder.hi","Finder.p_hi","Finder.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GHC.hi","GHC.p_hi","GHC.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GhcMake.hi","GhcMake.p_hi","GhcMake.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GhcPlugins.hi","GhcPlugins.p_hi","GhcPlugins.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DynamicLoading.hi","DynamicLoading.p_hi","DynamicLoading.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HeaderInfo.hi","HeaderInfo.p_hi","HeaderInfo.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HscMain.hi","HscMain.p_hi","HscMain.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HscStats.hi","HscStats.p_hi","HscStats.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HscTypes.hi","HscTypes.p_hi","HscTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["InteractiveEval.hi","InteractiveEval.p_hi","InteractiveEval.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["InteractiveEvalTypes.hi","InteractiveEvalTypes.p_hi","InteractiveEvalTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PackageConfig.hi","PackageConfig.p_hi","PackageConfig.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Packages.hi","Packages.p_hi","Packages.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PlatformConstants.hi","PlatformConstants.p_hi","PlatformConstants.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Plugins.hi","Plugins.p_hi","Plugins.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcPluginM.hi","TcPluginM.p_hi","TcPluginM.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprTyThing.hi","PprTyThing.p_hi","PprTyThing.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StaticFlags.hi","StaticFlags.p_hi","StaticFlags.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StaticPtrTable.hi","StaticPtrTable.p_hi","StaticPtrTable.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SysTools.hi","SysTools.p_hi","SysTools.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TidyPgm.hi","TidyPgm.p_hi","TidyPgm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Ctype.hi","Ctype.p_hi","Ctype.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HaddockUtils.hi","HaddockUtils.p_hi","HaddockUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Lexer.hi","Lexer.p_hi","Lexer.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["OptCoercion.hi","OptCoercion.p_hi","OptCoercion.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Parser.hi","Parser.p_hi","Parser.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RdrHsSyn.hi","RdrHsSyn.p_hi","RdrHsSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ApiAnnotation.hi","ApiAnnotation.p_hi","ApiAnnotation.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ForeignCall.hi","ForeignCall.p_hi","ForeignCall.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PrelInfo.hi","PrelInfo.p_hi","PrelInfo.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PrelNames.hi","PrelNames.p_hi","PrelNames.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PrelRules.hi","PrelRules.p_hi","PrelRules.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PrimOp.hi","PrimOp.p_hi","PrimOp.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TysPrim.hi","TysPrim.p_hi","TysPrim.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TysWiredIn.hi","TysWiredIn.p_hi","TysWiredIn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CostCentre.hi","CostCentre.p_hi","CostCentre.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ProfInit.hi","ProfInit.p_hi","ProfInit.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SCCfinal.hi","SCCfinal.p_hi","SCCfinal.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnBinds.hi","RnBinds.p_hi","RnBinds.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnEnv.hi","RnEnv.p_hi","RnEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnExpr.hi","RnExpr.p_hi","RnExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnHsDoc.hi","RnHsDoc.p_hi","RnHsDoc.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnNames.hi","RnNames.p_hi","RnNames.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnPat.hi","RnPat.p_hi","RnPat.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnSource.hi","RnSource.p_hi","RnSource.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnSplice.hi","RnSplice.p_hi","RnSplice.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnTypes.hi","RnTypes.p_hi","RnTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreMonad.hi","CoreMonad.p_hi","CoreMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CSE.hi","CSE.p_hi","CSE.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FloatIn.hi","FloatIn.p_hi","FloatIn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FloatOut.hi","FloatOut.p_hi","FloatOut.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LiberateCase.hi","LiberateCase.p_hi","LiberateCase.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["OccurAnal.hi","OccurAnal.p_hi","OccurAnal.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SAT.hi","SAT.p_hi","SAT.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SetLevels.hi","SetLevels.p_hi","SetLevels.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SimplCore.hi","SimplCore.p_hi","SimplCore.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SimplEnv.hi","SimplEnv.p_hi","SimplEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SimplMonad.hi","SimplMonad.p_hi","SimplMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SimplUtils.hi","SimplUtils.p_hi","SimplUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Simplify.hi","Simplify.p_hi","Simplify.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SimplStg.hi","SimplStg.p_hi","SimplStg.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgStats.hi","StgStats.p_hi","StgStats.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["UnariseStg.hi","UnariseStg.p_hi","UnariseStg.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Rules.hi","Rules.p_hi","Rules.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SpecConstr.hi","SpecConstr.p_hi","SpecConstr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Specialise.hi","Specialise.p_hi","Specialise.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreToStg.hi","CoreToStg.p_hi","CoreToStg.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgLint.hi","StgLint.p_hi","StgLint.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgSyn.hi","StgSyn.p_hi","StgSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CallArity.hi","CallArity.p_hi","CallArity.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DmdAnal.hi","DmdAnal.p_hi","DmdAnal.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["WorkWrap.hi","WorkWrap.p_hi","WorkWrap.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["WwLib.hi","WwLib.p_hi","WwLib.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FamInst.hi","FamInst.p_hi","FamInst.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Inst.hi","Inst.p_hi","Inst.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcAnnotations.hi","TcAnnotations.p_hi","TcAnnotations.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcArrows.hi","TcArrows.p_hi","TcArrows.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcBinds.hi","TcBinds.p_hi","TcBinds.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcClassDcl.hi","TcClassDcl.p_hi","TcClassDcl.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcDefaults.hi","TcDefaults.p_hi","TcDefaults.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcDeriv.hi","TcDeriv.p_hi","TcDeriv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcEnv.hi","TcEnv.p_hi","TcEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcExpr.hi","TcExpr.p_hi","TcExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcForeign.hi","TcForeign.p_hi","TcForeign.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcGenDeriv.hi","TcGenDeriv.p_hi","TcGenDeriv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcGenGenerics.hi","TcGenGenerics.p_hi","TcGenGenerics.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcHsSyn.hi","TcHsSyn.p_hi","TcHsSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcHsType.hi","TcHsType.p_hi","TcHsType.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcInstDcls.hi","TcInstDcls.p_hi","TcInstDcls.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcMType.hi","TcMType.p_hi","TcMType.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcValidity.hi","TcValidity.p_hi","TcValidity.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcMatches.hi","TcMatches.p_hi","TcMatches.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcPat.hi","TcPat.p_hi","TcPat.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcPatSyn.hi","TcPatSyn.p_hi","TcPatSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcRnDriver.hi","TcRnDriver.p_hi","TcRnDriver.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcRnMonad.hi","TcRnMonad.p_hi","TcRnMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcRnTypes.hi","TcRnTypes.p_hi","TcRnTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcRules.hi","TcRules.p_hi","TcRules.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcSimplify.hi","TcSimplify.p_hi","TcSimplify.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcErrors.hi","TcErrors.p_hi","TcErrors.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcTyClsDecls.hi","TcTyClsDecls.p_hi","TcTyClsDecls.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcTyDecls.hi","TcTyDecls.p_hi","TcTyDecls.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcType.hi","TcType.p_hi","TcType.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcEvidence.hi","TcEvidence.p_hi","TcEvidence.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcUnify.hi","TcUnify.p_hi","TcUnify.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcInteract.hi","TcInteract.p_hi","TcInteract.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcCanonical.hi","TcCanonical.p_hi","TcCanonical.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcFlatten.hi","TcFlatten.p_hi","TcFlatten.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcSMonad.hi","TcSMonad.p_hi","TcSMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcTypeNats.hi","TcTypeNats.p_hi","TcTypeNats.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcSplice.hi","TcSplice.p_hi","TcSplice.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Class.hi","Class.p_hi","Class.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Coercion.hi","Coercion.p_hi","Coercion.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FamInstEnv.hi","FamInstEnv.p_hi","FamInstEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FunDeps.hi","FunDeps.p_hi","FunDeps.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["InstEnv.hi","InstEnv.p_hi","InstEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TyCon.hi","TyCon.p_hi","TyCon.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoAxiom.hi","CoAxiom.p_hi","CoAxiom.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Kind.hi","Kind.p_hi","Kind.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Type.hi","Type.p_hi","Type.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TypeRep.hi","TypeRep.p_hi","TypeRep.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Unify.hi","Unify.p_hi","Unify.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Bag.hi","Bag.p_hi","Bag.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Binary.hi","Binary.p_hi","Binary.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BooleanFormula.hi","BooleanFormula.p_hi","BooleanFormula.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BufWrite.hi","BufWrite.p_hi","BufWrite.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Digraph.hi","Digraph.p_hi","Digraph.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Encoding.hi","Encoding.p_hi","Encoding.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FastBool.hi","FastBool.p_hi","FastBool.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FastFunctions.hi","FastFunctions.p_hi","FastFunctions.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FastMutInt.hi","FastMutInt.p_hi","FastMutInt.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FastString.hi","FastString.p_hi","FastString.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FastTypes.hi","FastTypes.p_hi","FastTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Fingerprint.hi","Fingerprint.p_hi","Fingerprint.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FiniteMap.hi","FiniteMap.p_hi","FiniteMap.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GraphBase.hi","GraphBase.p_hi","GraphBase.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GraphColor.hi","GraphColor.p_hi","GraphColor.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GraphOps.hi","GraphOps.p_hi","GraphOps.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GraphPpr.hi","GraphPpr.p_hi","GraphPpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["IOEnv.hi","IOEnv.p_hi","IOEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ListSetOps.hi","ListSetOps.p_hi","ListSetOps.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Maybes.hi","Maybes.p_hi","Maybes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MonadUtils.hi","MonadUtils.p_hi","MonadUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["OrdList.hi","OrdList.p_hi","OrdList.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Outputable.hi","Outputable.p_hi","Outputable.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Pair.hi","Pair.p_hi","Pair.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Panic.hi","Panic.p_hi","Panic.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Pretty.hi","Pretty.p_hi","Pretty.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Serialized.hi","Serialized.p_hi","Serialized.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["State.hi","State.p_hi","State.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Stream.hi","Stream.p_hi","Stream.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StringBuffer.hi","StringBuffer.p_hi","StringBuffer.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["UniqFM.hi","UniqFM.p_hi","UniqFM.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["UniqSet.hi","UniqSet.p_hi","UniqSet.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Util.hi","Util.p_hi","Util.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ExtsCompat46.hi","ExtsCompat46.p_hi","ExtsCompat46.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Builtins/Base.hi","Vectorise/Builtins/Base.p_hi","Vectorise/Builtins/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Builtins/Initialise.hi","Vectorise/Builtins/Initialise.p_hi","Vectorise/Builtins/Initialise.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Builtins.hi","Vectorise/Builtins.p_hi","Vectorise/Builtins.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Monad/Base.hi","Vectorise/Monad/Base.p_hi","Vectorise/Monad/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Monad/Naming.hi","Vectorise/Monad/Naming.p_hi","Vectorise/Monad/Naming.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Monad/Local.hi","Vectorise/Monad/Local.p_hi","Vectorise/Monad/Local.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Monad/Global.hi","Vectorise/Monad/Global.p_hi","Vectorise/Monad/Global.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Monad/InstEnv.hi","Vectorise/Monad/InstEnv.p_hi","Vectorise/Monad/InstEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Monad.hi","Vectorise/Monad.p_hi","Vectorise/Monad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Utils/Base.hi","Vectorise/Utils/Base.p_hi","Vectorise/Utils/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Utils/Closure.hi","Vectorise/Utils/Closure.p_hi","Vectorise/Utils/Closure.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Utils/Hoisting.hi","Vectorise/Utils/Hoisting.p_hi","Vectorise/Utils/Hoisting.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Utils/PADict.hi","Vectorise/Utils/PADict.p_hi","Vectorise/Utils/PADict.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Utils/Poly.hi","Vectorise/Utils/Poly.p_hi","Vectorise/Utils/Poly.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Utils.hi","Vectorise/Utils.p_hi","Vectorise/Utils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Generic/Description.hi","Vectorise/Generic/Description.p_hi","Vectorise/Generic/Description.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Generic/PAMethods.hi","Vectorise/Generic/PAMethods.p_hi","Vectorise/Generic/PAMethods.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Generic/PADict.hi","Vectorise/Generic/PADict.p_hi","Vectorise/Generic/PADict.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Generic/PData.hi","Vectorise/Generic/PData.p_hi","Vectorise/Generic/PData.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Type/Env.hi","Vectorise/Type/Env.p_hi","Vectorise/Type/Env.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Type/Type.hi","Vectorise/Type/Type.p_hi","Vectorise/Type/Type.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Type/TyConDecl.hi","Vectorise/Type/TyConDecl.p_hi","Vectorise/Type/TyConDecl.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Type/Classify.hi","Vectorise/Type/Classify.p_hi","Vectorise/Type/Classify.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Convert.hi","Vectorise/Convert.p_hi","Vectorise/Convert.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Vect.hi","Vectorise/Vect.p_hi","Vectorise/Vect.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Var.hi","Vectorise/Var.p_hi","Vectorise/Var.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Env.hi","Vectorise/Env.p_hi","Vectorise/Env.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Exp.hi","Vectorise/Exp.p_hi","Vectorise/Exp.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise.hi","Vectorise.p_hi","Vectorise.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Hoopl/Dataflow.hi","Hoopl/Dataflow.p_hi","Hoopl/Dataflow.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Hoopl.hi","Hoopl.p_hi","Hoopl.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["AsmCodeGen.hi","AsmCodeGen.p_hi","AsmCodeGen.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TargetReg.hi","TargetReg.p_hi","TargetReg.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["NCGMonad.hi","NCGMonad.p_hi","NCGMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Instruction.hi","Instruction.p_hi","Instruction.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Size.hi","Size.p_hi","Size.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Reg.hi","Reg.p_hi","Reg.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegClass.hi","RegClass.p_hi","RegClass.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PIC.hi","PIC.p_hi","PIC.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Platform.hi","Platform.p_hi","Platform.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CPrim.hi","CPrim.p_hi","CPrim.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["X86/Regs.hi","X86/Regs.p_hi","X86/Regs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["X86/RegInfo.hi","X86/RegInfo.p_hi","X86/RegInfo.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["X86/Instr.hi","X86/Instr.p_hi","X86/Instr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["X86/Cond.hi","X86/Cond.p_hi","X86/Cond.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["X86/Ppr.hi","X86/Ppr.p_hi","X86/Ppr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["X86/CodeGen.hi","X86/CodeGen.p_hi","X86/CodeGen.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PPC/Regs.hi","PPC/Regs.p_hi","PPC/Regs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PPC/RegInfo.hi","PPC/RegInfo.p_hi","PPC/RegInfo.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PPC/Instr.hi","PPC/Instr.p_hi","PPC/Instr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PPC/Cond.hi","PPC/Cond.p_hi","PPC/Cond.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PPC/Ppr.hi","PPC/Ppr.p_hi","PPC/Ppr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PPC/CodeGen.hi","PPC/CodeGen.p_hi","PPC/CodeGen.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Base.hi","SPARC/Base.p_hi","SPARC/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Regs.hi","SPARC/Regs.p_hi","SPARC/Regs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Imm.hi","SPARC/Imm.p_hi","SPARC/Imm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/AddrMode.hi","SPARC/AddrMode.p_hi","SPARC/AddrMode.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Cond.hi","SPARC/Cond.p_hi","SPARC/Cond.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Instr.hi","SPARC/Instr.p_hi","SPARC/Instr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Stack.hi","SPARC/Stack.p_hi","SPARC/Stack.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/ShortcutJump.hi","SPARC/ShortcutJump.p_hi","SPARC/ShortcutJump.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Ppr.hi","SPARC/Ppr.p_hi","SPARC/Ppr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen.hi","SPARC/CodeGen.p_hi","SPARC/CodeGen.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/Amode.hi","SPARC/CodeGen/Amode.p_hi","SPARC/CodeGen/Amode.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/Base.hi","SPARC/CodeGen/Base.p_hi","SPARC/CodeGen/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/CondCode.hi","SPARC/CodeGen/CondCode.p_hi","SPARC/CodeGen/CondCode.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/Gen32.hi","SPARC/CodeGen/Gen32.p_hi","SPARC/CodeGen/Gen32.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/Gen64.hi","SPARC/CodeGen/Gen64.p_hi","SPARC/CodeGen/Gen64.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/Sanity.hi","SPARC/CodeGen/Sanity.p_hi","SPARC/CodeGen/Sanity.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/Expand.hi","SPARC/CodeGen/Expand.p_hi","SPARC/CodeGen/Expand.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Liveness.hi","RegAlloc/Liveness.p_hi","RegAlloc/Liveness.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/Main.hi","RegAlloc/Graph/Main.p_hi","RegAlloc/Graph/Main.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/Stats.hi","RegAlloc/Graph/Stats.p_hi","RegAlloc/Graph/Stats.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/ArchBase.hi","RegAlloc/Graph/ArchBase.p_hi","RegAlloc/Graph/ArchBase.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/ArchX86.hi","RegAlloc/Graph/ArchX86.p_hi","RegAlloc/Graph/ArchX86.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/Coalesce.hi","RegAlloc/Graph/Coalesce.p_hi","RegAlloc/Graph/Coalesce.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/Spill.hi","RegAlloc/Graph/Spill.p_hi","RegAlloc/Graph/Spill.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/SpillClean.hi","RegAlloc/Graph/SpillClean.p_hi","RegAlloc/Graph/SpillClean.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/SpillCost.hi","RegAlloc/Graph/SpillCost.p_hi","RegAlloc/Graph/SpillCost.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/TrivColorable.hi","RegAlloc/Graph/TrivColorable.p_hi","RegAlloc/Graph/TrivColorable.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/Main.hi","RegAlloc/Linear/Main.p_hi","RegAlloc/Linear/Main.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/JoinToTargets.hi","RegAlloc/Linear/JoinToTargets.p_hi","RegAlloc/Linear/JoinToTargets.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/State.hi","RegAlloc/Linear/State.p_hi","RegAlloc/Linear/State.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/Stats.hi","RegAlloc/Linear/Stats.p_hi","RegAlloc/Linear/Stats.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/FreeRegs.hi","RegAlloc/Linear/FreeRegs.p_hi","RegAlloc/Linear/FreeRegs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/StackMap.hi","RegAlloc/Linear/StackMap.p_hi","RegAlloc/Linear/StackMap.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/Base.hi","RegAlloc/Linear/Base.p_hi","RegAlloc/Linear/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/X86/FreeRegs.hi","RegAlloc/Linear/X86/FreeRegs.p_hi","RegAlloc/Linear/X86/FreeRegs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/X86_64/FreeRegs.hi","RegAlloc/Linear/X86_64/FreeRegs.p_hi","RegAlloc/Linear/X86_64/FreeRegs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/PPC/FreeRegs.hi","RegAlloc/Linear/PPC/FreeRegs.p_hi","RegAlloc/Linear/PPC/FreeRegs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/SPARC/FreeRegs.hi","RegAlloc/Linear/SPARC/FreeRegs.p_hi","RegAlloc/Linear/SPARC/FreeRegs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Dwarf.hi","Dwarf.p_hi","Dwarf.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Dwarf/Types.hi","Dwarf/Types.p_hi","Dwarf/Types.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Dwarf/Constants.hi","Dwarf/Constants.p_hi","Dwarf/Constants.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["libHSghc-7.10.3-BAR00MpaztyCxzOpNyu87g.a","libHSghc-7.10.3-BAR00MpaztyCxzOpNyu87g.p_a","libHSghc-7.10.3-BAR00MpaztyCxzOpNyu87g-ghc7.10.3.so","libHSghc-7.10.3-BAR00MpaztyCxzOpNyu87g-ghc7.10.3.dylib","HSghc-7.10.3-BAR00MpaztyCxzOpNyu87g-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" configure ghc stage1 "" --with-ghc="/tmp/work/lang/ghc7/work/.tools/bin/ghc" --with-ghc-pkg="/tmp/work/lang/ghc7/work/.tools/bin/ghc-pkg" --flags=stage1 --package-db=/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bootstrapping.conf --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --constraint "binary == 0.7.5.0" --constraint "Cabal == 1.22.5.0" --constraint "hpc == 0.6.0.2" --constraint "bin-package-db == 0.0.0.0" --constraint "hoopl == 3.10.0.2" --constraint "transformers == 0.4.2.0" --constraint "terminfo == 0.4.0.1" --with-gcc="cc" --configure-option=--with-cc="cc" --with-ar="ar" Configuring ghc-bin-7.10.3... Warning: 'data-dir: ..' is a relative path outside of the source tree. This will not work when generating a tarball with 'sdist'. "rm" -f includes/ghcplatform.h "inplace/bin/mkdirhier" utils/genprimopcode/dist/build//. "inplace/bin/mkdirhier" utils/deriveConstants/dist/build//. Creating includes/ghcautoconf.h... Creating includes/ghcplatform.h... "rm" -f utils/deriveConstants/dist/build/.depend.haskell.tmp "rm" -f utils/deriveConstants/dist/build/.depend.c_asm.tmp "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package process -package containers -package-db libraries/bootstrapping.conf -i -iutils/deriveConstants/. -iutils/deriveConstants/dist/build -iutils/deriveConstants/dist/build/autogen -Iutils/deriveConstants/dist/build -Iutils/deriveConstants/dist/build/autogen -no-user-package-db -rtsopts -odir utils/deriveConstants/dist/build -hidir utils/deriveConstants/dist/build -stubdir utils/deriveConstants/dist/build -dep-makefile utils/deriveConstants/dist/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps utils/deriveConstants/./DeriveConstants.hs "rm" -f utils/deriveConstants/dist/build/.depend.c_asm.bit echo "utils/deriveConstants_dist_depfile_c_asm_EXISTS = YES" >> utils/deriveConstants/dist/build/.depend.c_asm.tmp mv utils/deriveConstants/dist/build/.depend.c_asm.tmp utils/deriveConstants/dist/build/.depend.c_asm Done. "rm" -f utils/genprimopcode/dist/build/.depend.haskell.tmp "rm" -f utils/genprimopcode/dist/build/.depend.c_asm.tmp "rm" -f utils/genprimopcode/dist/build/.depend.c_asm.bit "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-db -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -dep-makefile utils/genprimopcode/dist/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps utils/genprimopcode/./Lexer.hs utils/genprimopcode/./Main.hs utils/genprimopcode/./ParserM.hs utils/genprimopcode/./Parser.hs utils/genprimopcode/./Syntax.hs echo "utils/genprimopcode_dist_depfile_c_asm_EXISTS = YES" >> utils/genprimopcode/dist/build/.depend.c_asm.tmp mv utils/genprimopcode/dist/build/.depend.c_asm.tmp utils/genprimopcode/dist/build/.depend.c_asm echo "utils/deriveConstants_dist_depfile_haskell_EXISTS = YES" >> utils/deriveConstants/dist/build/.depend.haskell.tmp for dir in utils/deriveConstants/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' utils/deriveConstants/dist/build/.depend.haskell.tmp > utils/deriveConstants/dist/build/.depend.haskell.tmp2 Done. "rm" -f utils/hsc2hs/dist/build/.depend.haskell.tmp "rm" -f utils/hsc2hs/dist/build/.depend.c_asm.tmp sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/deriveConstants/dist/build/.depend.haskell.tmp2 > utils/deriveConstants/dist/build/.depend.haskell "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -dep-makefile utils/hsc2hs/dist/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps utils/hsc2hs/./Main.hs utils/hsc2hs/./C.hs utils/hsc2hs/./Common.hs utils/hsc2hs/./CrossCodegen.hs utils/hsc2hs/./DirectCodegen.hs utils/hsc2hs/./Flags.hs utils/hsc2hs/./HSCParser.hs utils/hsc2hs/./UtilsCodegen.hs "rm" -f utils/hsc2hs/dist/build/.depend.c_asm.bit echo "utils/hsc2hs_dist_depfile_c_asm_EXISTS = YES" >> utils/hsc2hs/dist/build/.depend.c_asm.tmp mv utils/hsc2hs/dist/build/.depend.c_asm.tmp utils/hsc2hs/dist/build/.depend.c_asm echo "utils/genprimopcode_dist_depfile_haskell_EXISTS = YES" >> utils/genprimopcode/dist/build/.depend.haskell.tmp for dir in utils/genprimopcode/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' utils/genprimopcode/dist/build/.depend.haskell.tmp > utils/genprimopcode/dist/build/.depend.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/genprimopcode/dist/build/.depend.haskell.tmp2 > utils/genprimopcode/dist/build/.depend.haskell echo "utils/hsc2hs_dist_depfile_haskell_EXISTS = YES" >> utils/hsc2hs/dist/build/.depend.haskell.tmp for dir in utils/hsc2hs/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' utils/hsc2hs/dist/build/.depend.haskell.tmp > utils/hsc2hs/dist/build/.depend.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/hsc2hs/dist/build/.depend.haskell.tmp2 > utils/hsc2hs/dist/build/.depend.haskell ===--- building phase 1 /usr/pkg/bin/gmake -r --no-print-directory -f ghc.mk phase=1 phase_1_builds "rm" -f ghc/stage1/build/.depend.c_asm.tmp "rm" -f compiler/stage1/ghc_boot_platform.h "rm" -f ghc/stage1/build/.depend.c_asm.bit "rm" -f utils/ghc-pkg/dist/build/.depend.c_asm.tmp "rm" -f utils/ghc-pkg/dist/build/.depend.haskell.tmp "rm" -f compiler/stage1/build/.depend-v.c_asm.tmp Creating compiler/stage1/ghc_boot_platform.h... echo "ghc_stage1_depfile_c_asm_EXISTS = YES" >> ghc/stage1/build/.depend.c_asm.tmp "rm" -f utils/ghc-pkg/dist/build/.depend.c_asm.bit "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist/build -iutils/ghc-pkg/dist/build/autogen -Iutils/ghc-pkg/dist/build -Iutils/ghc-pkg/dist/build/autogen -optP-include -optPutils/ghc-pkg/dist/build/autogen/cabal_macros.h -package-key Cabal_1lO1N0pKbwf4zBgHJflENk -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key termi_8LJwG2OwEnAJiUE53fPy86 -package-key unix_IweUSEahCMuCJMM6fnRRNh -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-pkg/dist/build -hidir utils/ghc-pkg/dist/build -stubdir utils/ghc-pkg/dist/build -dep-makefile utils/ghc-pkg/dist/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps utils/ghc-pkg/./Main.hs utils/ghc-pkg/dist/build/Version.hs cc -E -I/usr/include -I/usr/pkg/include -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES -fno-stack-protector -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi/include' -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq/include' -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh/include' -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO/include' -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM/include' -isystem'/usr/include' -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo/include' -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include' -MM -x c compiler/ghci/keepCAFsForGHCi.c -MF compiler/stage1/build/.depend-v.c_asm.bit "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -c utils/hsc2hs/./HSCParser.hs -o utils/hsc2hs/dist/build/HSCParser.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -c utils/hsc2hs/./Flags.hs -o utils/hsc2hs/dist/build/Flags.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -c utils/hsc2hs/./Common.hs -o utils/hsc2hs/dist/build/Common.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -c utils/hsc2hs/dist/build/autogen/Paths_hsc2hs.hs -o utils/hsc2hs/dist/build/Paths_hsc2hs.o mv ghc/stage1/build/.depend.c_asm.tmp ghc/stage1/build/.depend.c_asm echo "utils/ghc-pkg_dist_depfile_c_asm_EXISTS = YES" >> utils/ghc-pkg/dist/build/.depend.c_asm.tmp mv utils/ghc-pkg/dist/build/.depend.c_asm.tmp utils/ghc-pkg/dist/build/.depend.c_asm "inplace/bin/mkdirhier" utils/hsc2hs/dist/build/tmp//. "inplace/bin/mkdirhier" inplace/lib/bin//. "cp" utils/hsc2hs/template-hsc.h inplace/lib/template-hsc.h "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package process -package containers -package-db libraries/bootstrapping.conf -i -iutils/deriveConstants/. -iutils/deriveConstants/dist/build -iutils/deriveConstants/dist/build/autogen -Iutils/deriveConstants/dist/build -Iutils/deriveConstants/dist/build/autogen -no-user-package-db -rtsopts -odir utils/deriveConstants/dist/build -hidir utils/deriveConstants/dist/build -stubdir utils/deriveConstants/dist/build -c utils/deriveConstants/./DeriveConstants.hs -o utils/deriveConstants/dist/build/DeriveConstants.o "inplace/bin/mkdirhier" utils/deriveConstants/dist/build/tmp//. sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/ghci/|" -e "1s|compiler/|compiler/stage1/build/|" -e "1s|stage1/build/stage1/build|stage1/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" compiler/stage1/build/.depend-v.c_asm.bit >> compiler/stage1/build/.depend-v.c_asm.tmp && true "inplace/bin/mkdirhier" includes/dist-derivedconstants/header//. cc -E -I/usr/include -I/usr/pkg/include -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES -fno-stack-protector -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi/include' -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq/include' -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh/include' -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO/include' -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM/include' -isystem'/usr/include' -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo/include' -isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include' -MM -x c compiler/cbits/genSym.c -MF compiler/stage1/build/.depend-v.c_asm.bit Creating includes/ghcversion.h... sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/cbits/|" -e "1s|compiler/|compiler/stage1/build/|" -e "1s|stage1/build/stage1/build|stage1/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" compiler/stage1/build/.depend-v.c_asm.bit >> compiler/stage1/build/.depend-v.c_asm.tmp && true "rm" -f compiler/stage1/build/.depend-v.c_asm.bit echo "compiler_stage1_depfile_c_asm_EXISTS = YES" >> compiler/stage1/build/.depend-v.c_asm.tmp mv compiler/stage1/build/.depend-v.c_asm.tmp compiler/stage1/build/.depend-v.c_asm "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-db -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -c utils/genprimopcode/./ParserM.hs -o utils/genprimopcode/dist/build/ParserM.o echo "utils/ghc-pkg_dist_depfile_haskell_EXISTS = YES" >> utils/ghc-pkg/dist/build/.depend.haskell.tmp for dir in utils/ghc-pkg/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done Done. "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-db -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -c utils/genprimopcode/./Syntax.hs -o utils/genprimopcode/dist/build/Syntax.o Done. "inplace/bin/mkdirhier" utils/genprimopcode/dist/build/tmp//. grep -v ' : [a-zA-Z]:/' utils/ghc-pkg/dist/build/.depend.haskell.tmp > utils/ghc-pkg/dist/build/.depend.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/ghc-pkg/dist/build/.depend.haskell.tmp2 > utils/ghc-pkg/dist/build/.depend.haskell "rm" -f libraries/terminfo/dist-boot/build/.depend-v.c_asm.tmp "rm" -f libraries/terminfo/dist-boot/build/.depend-v.haskell.tmp "rm" -f libraries/terminfo/dist-boot/build/.depend-v.c_asm.bit "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key termi_8LJwG2OwEnAJiUE53fPy86 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/autogen -Ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -Wall -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build -dep-makefile libraries/terminfo/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps libraries/terminfo/./System/Console/Terminfo.hs libraries/terminfo/./System/Console/Terminfo/Base.hs libraries/terminfo/./System/Console/Terminfo/Cursor.hs libraries/terminfo/./System/Console/Terminfo/Color.hs libraries/terminfo/./System/Console/Terminfo/Edit.hs libraries/terminfo/./System/Console/Terminfo/Effects.hs libraries/terminfo/./System/Console/Terminfo/Keys.hs echo "libraries/terminfo_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/terminfo/dist-boot/build/.depend-v.c_asm.tmp mv libraries/terminfo/dist-boot/build/.depend-v.c_asm.tmp libraries/terminfo/dist-boot/build/.depend-v.c_asm "rm" -f libraries/transformers/dist-boot/build/.depend-v.c_asm.tmp "rm" -f libraries/transformers/dist-boot/build/.depend-v.c_asm.bit echo "libraries/transformers_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/transformers/dist-boot/build/.depend-v.c_asm.tmp mv libraries/transformers/dist-boot/build/.depend-v.c_asm.tmp libraries/transformers/dist-boot/build/.depend-v.c_asm "rm" -f libraries/transformers/dist-boot/build/.depend-v.haskell.tmp "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -dep-makefile libraries/transformers/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps libraries/transformers/./Control/Applicative/Backwards.hs libraries/transformers/./Control/Applicative/Lift.hs libraries/transformers/./Control/Monad/IO/Class.hs libraries/transformers/./Control/Monad/Signatures.hs libraries/transformers/./Control/Monad/Trans/Class.hs libraries/transformers/./Control/Monad/Trans/Cont.hs libraries/transformers/./Control/Monad/Trans/Except.hs libraries/transformers/./Control/Monad/Trans/Error.hs libraries/transformers/./Control/Monad/Trans/Identity.hs libraries/transformers/./Control/Monad/Trans/List.hs libraries/transformers/./Control/Monad/Trans/Maybe.hs libraries/transformers/./Control/Monad/Trans/Reader.hs libraries/transformers/./Control/Monad/Trans/RWS.hs libraries/transformers/./Control/Monad/Trans/RWS/Lazy.hs libraries/transformers/./Control/Monad/Trans/RWS/Strict.hs libraries/transformers/./Control/Monad/Trans/State.hs libraries/transformers/./Control/Monad/Trans/State/Lazy.hs libraries/transformers/./Control/Monad/Trans/State/Strict.hs libraries/transformers/./Control/Monad/Trans/Writer.hs libraries/transformers/./Control/Monad/Trans/Writer/Lazy.hs libraries/transformers/./Control/Monad/Trans/Writer/Strict.hs libraries/transformers/./Data/Functor/Classes.hs libraries/transformers/./Data/Functor/Compose.hs libraries/transformers/./Data/Functor/Constant.hs libraries/transformers/./Data/Functor/Product.hs libraries/transformers/./Data/Functor/Reverse.hs libraries/transformers/./Data/Functor/Sum.hs "rm" -f libraries/hoopl/dist-boot/build/.depend-v.c_asm.tmp "rm" -f libraries/hoopl/dist-boot/build/.depend-v.c_asm.bit "rm" -f libraries/hoopl/dist-boot/build/.depend-v.haskell.tmp "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -dep-makefile libraries/hoopl/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps libraries/hoopl/src/Compiler/Hoopl.hs libraries/hoopl/src/Compiler/Hoopl/Internals.hs libraries/hoopl/src/Compiler/Hoopl/Wrappers.hs libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs libraries/hoopl/src/Compiler/Hoopl/Passes/DList.hs libraries/hoopl/src/Compiler/Hoopl/Checkpoint.hs libraries/hoopl/src/Compiler/Hoopl/Collections.hs libraries/hoopl/src/Compiler/Hoopl/Combinators.hs libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs libraries/hoopl/src/Compiler/Hoopl/Debug.hs libraries/hoopl/src/Compiler/Hoopl/Block.hs libraries/hoopl/src/Compiler/Hoopl/Graph.hs libraries/hoopl/src/Compiler/Hoopl/Label.hs libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs libraries/hoopl/src/Compiler/Hoopl/Fuel.hs libraries/hoopl/src/Compiler/Hoopl/Pointed.hs libraries/hoopl/src/Compiler/Hoopl/Shape.hs libraries/hoopl/src/Compiler/Hoopl/Show.hs libraries/hoopl/src/Compiler/Hoopl/Unique.hs libraries/hoopl/src/Compiler/Hoopl/XUtil.hs echo "libraries/hoopl_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/hoopl/dist-boot/build/.depend-v.c_asm.tmp mv libraries/hoopl/dist-boot/build/.depend-v.c_asm.tmp libraries/hoopl/dist-boot/build/.depend-v.c_asm "rm" -f libraries/bin-package-db/dist-boot/build/.depend-v.c_asm.tmp "rm" -f libraries/bin-package-db/dist-boot/build/.depend-v.c_asm.bit echo "libraries/bin-package-db_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/bin-package-db/dist-boot/build/.depend-v.c_asm.tmp mv libraries/bin-package-db/dist-boot/build/.depend-v.c_asm.tmp libraries/bin-package-db/dist-boot/build/.depend-v.c_asm "rm" -f libraries/bin-package-db/dist-boot/build/.depend-v.haskell.tmp "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key binpa_7ekaVkdTyruAPquAD2LLSf -hide-all-packages -i -ilibraries/bin-package-db/. -ilibraries/bin-package-db/dist-boot/build -ilibraries/bin-package-db/dist-boot/build/autogen -Ilibraries/bin-package-db/dist-boot/build -Ilibraries/bin-package-db/dist-boot/build/autogen -Ilibraries/bin-package-db/. -optP-include -optPlibraries/bin-package-db/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/bin-package-db/dist-boot/build -hidir libraries/bin-package-db/dist-boot/build -stubdir libraries/bin-package-db/dist-boot/build -dep-makefile libraries/bin-package-db/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps libraries/bin-package-db/./GHC/PackageDb.hs echo "libraries/terminfo_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/terminfo/dist-boot/build/.depend-v.haskell.tmp for dir in libraries/terminfo/dist-boot/build/System/Console/ libraries/terminfo/dist-boot/build/System/Console/Terminfo/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/terminfo/dist-boot/build/.depend-v.haskell.tmp > libraries/terminfo/dist-boot/build/.depend-v.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/terminfo/dist-boot/build/.depend-v.haskell.tmp2 > libraries/terminfo/dist-boot/build/.depend-v.haskell "rm" -f libraries/Cabal/Cabal/dist-boot/build/.depend-v.c_asm.tmp "rm" -f libraries/Cabal/Cabal/dist-boot/build/.depend-v.c_asm.bit echo "libraries/Cabal/Cabal_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/Cabal/Cabal/dist-boot/build/.depend-v.c_asm.tmp echo "libraries/bin-package-db_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/bin-package-db/dist-boot/build/.depend-v.haskell.tmp mv libraries/Cabal/Cabal/dist-boot/build/.depend-v.c_asm.tmp libraries/Cabal/Cabal/dist-boot/build/.depend-v.c_asm for dir in libraries/bin-package-db/dist-boot/build/GHC/; do if test ! -d $dir; then mkdir -p $dir; fi done "rm" -f libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell.tmp "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -dep-makefile libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps libraries/Cabal/Cabal/./Distribution/Compat/CreatePipe.hs libraries/Cabal/Cabal/./Distribution/Compat/Environment.hs libraries/Cabal/Cabal/./Distribution/Compat/Exception.hs libraries/Cabal/Cabal/./Distribution/Compat/ReadP.hs libraries/Cabal/Cabal/./Distribution/Compiler.hs libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs libraries/Cabal/Cabal/./Distribution/License.hs libraries/Cabal/Cabal/./Distribution/Make.hs libraries/Cabal/Cabal/./Distribution/ModuleName.hs libraries/Cabal/Cabal/./Distribution/Package.hs libraries/Cabal/Cabal/./Distribution/PackageDescription.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/Check.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/PrettyPrint.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/Utils.hs libraries/Cabal/Cabal/./Distribution/ParseUtils.hs libraries/Cabal/Cabal/./Distribution/ReadE.hs libraries/Cabal/Cabal/./Distribution/Simple.hs libraries/Cabal/Cabal/./Distribution/Simple/Bench.hs libraries/Cabal/Cabal/./Distribution/Simple/Build.hs libraries/Cabal/Cabal/./Distribution/Simple/Build/Macros.hs libraries/Cabal/Cabal/./Distribution/Simple/Build/PathsModule.hs libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs libraries/Cabal/Cabal/./Distribution/Simple/CCompiler.hs libraries/Cabal/Cabal/./Distribution/Simple/Command.hs libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs libraries/Cabal/Cabal/./Distribution/Simple/Haddock.hs libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs libraries/Cabal/Cabal/./Distribution/Simple/Hpc.hs libraries/Cabal/Cabal/./Distribution/Simple/Install.hs libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs libraries/Cabal/Cabal/./Distribution/Simple/JHC.hs libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs libraries/Cabal/Cabal/./Distribution/Simple/PackageIndex.hs libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs libraries/Cabal/Cabal/./Distribution/Simple/PreProcess/Unlit.hs libraries/Cabal/Cabal/./Distribution/Simple/Program.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Ar.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Hpc.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Ld.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Script.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Strip.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Types.hs libraries/Cabal/Cabal/./Distribution/Simple/Register.hs libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs libraries/Cabal/Cabal/./Distribution/Simple/SrcDist.hs libraries/Cabal/Cabal/./Distribution/Simple/Test.hs libraries/Cabal/Cabal/./Distribution/Simple/Test/ExeV10.hs libraries/Cabal/Cabal/./Distribution/Simple/Test/LibV09.hs libraries/Cabal/Cabal/./Distribution/Simple/Test/Log.hs libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs libraries/Cabal/Cabal/./Distribution/Simple/UserHooks.hs libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs libraries/Cabal/Cabal/./Distribution/System.hs libraries/Cabal/Cabal/./Distribution/TestSuite.hs libraries/Cabal/Cabal/./Distribution/Text.hs libraries/Cabal/Cabal/./Distribution/Utils/NubList.hs libraries/Cabal/Cabal/./Distribution/Verbosity.hs libraries/Cabal/Cabal/./Distribution/Version.hs libraries/Cabal/Cabal/./Language/Haskell/Extension.hs libraries/Cabal/Cabal/./Distribution/Compat/Binary.hs libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs libraries/Cabal/Cabal/./Distribution/Compat/TempFile.hs libraries/Cabal/Cabal/./Distribution/GetOpt.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI641.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC/ImplInfo.hs libraries/Cabal/Cabal/dist-boot/build/autogen/Paths_Cabal.hs grep -v ' : [a-zA-Z]:/' libraries/bin-package-db/dist-boot/build/.depend-v.haskell.tmp > libraries/bin-package-db/dist-boot/build/.depend-v.haskell.tmp2 "rm" -f libraries/binary/dist-boot/build/.depend-v.c_asm.tmp sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/bin-package-db/dist-boot/build/.depend-v.haskell.tmp2 > libraries/bin-package-db/dist-boot/build/.depend-v.haskell "rm" -f libraries/binary/dist-boot/build/.depend-v.c_asm.bit "rm" -f libraries/binary/dist-boot/build/.depend-v.haskell.tmp echo "libraries/binary_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/binary/dist-boot/build/.depend-v.c_asm.tmp "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key binar_0SY9l9eefH5Kx0uHIPdgLw -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -no-user-package-db -rtsopts -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build -dep-makefile libraries/binary/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps libraries/binary/src/Data/Binary.hs libraries/binary/src/Data/Binary/Put.hs libraries/binary/src/Data/Binary/Get.hs libraries/binary/src/Data/Binary/Get/Internal.hs libraries/binary/src/Data/Binary/Builder.hs libraries/binary/src/Data/Binary/Builder/Internal.hs libraries/binary/src/Data/Binary/Builder/Base.hs libraries/binary/src/Data/Binary/Class.hs libraries/binary/src/Data/Binary/Generic.hs mv libraries/binary/dist-boot/build/.depend-v.c_asm.tmp libraries/binary/dist-boot/build/.depend-v.c_asm "rm" -f libraries/hpc/dist-boot/build/.depend-v.c_asm.tmp "rm" -f libraries/hpc/dist-boot/build/.depend-v.c_asm.bit echo "libraries/hpc_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/hpc/dist-boot/build/.depend-v.c_asm.tmp "inplace/bin/mkdirhier" libraries/hpc/dist-boot/build/Trace/Hpc//. mv libraries/hpc/dist-boot/build/.depend-v.c_asm.tmp libraries/hpc/dist-boot/build/.depend-v.c_asm "inplace/bin/mkdirhier" utils/genapply/dist/build//. "inplace/bin/mkdirhier" utils/hp2ps/dist/build//. "inplace/bin/mkdirhier" utils/unlit/dist/build//. "rm" -f ghc/stage1/build/.depend.haskell.tmp "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -ighc/. -ighc/stage1/build -ighc/stage1/build/autogen -Ighc/stage1/build -Ighc/stage1/build/autogen -optP-include -optPghc/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key ghc_BAR00MpaztyCxzOpNyu87g -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -XHaskell2010 -no-user-package-db -rtsopts -odir ghc/stage1/build -hidir ghc/stage1/build -stubdir ghc/stage1/build -dep-makefile ghc/stage1/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps ghc/./Main.hs cc -E -I/usr/include -I/usr/pkg/include -undef -traditional -P -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Icompiler/stage1 -x c compiler/prelude/primops.txt.pp | grep -v '^#pragma GCC' > compiler/stage1/build/primops.txt "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-db -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -c utils/genprimopcode/./Lexer.hs -o utils/genprimopcode/dist/build/Lexer.o echo "ghc_stage1_depfile_haskell_EXISTS = YES" >> ghc/stage1/build/.depend.haskell.tmp for dir in ghc/stage1/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' ghc/stage1/build/.depend.haskell.tmp > ghc/stage1/build/.depend.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' ghc/stage1/build/.depend.haskell.tmp2 > ghc/stage1/build/.depend.haskell "rm" -f utils/genapply/dist/build/.depend.c_asm.tmp "rm" -f utils/genapply/dist/build/.depend.c_asm.bit echo "utils/genapply_dist_depfile_c_asm_EXISTS = YES" >> utils/genapply/dist/build/.depend.c_asm.tmp mv utils/genapply/dist/build/.depend.c_asm.tmp utils/genapply/dist/build/.depend.c_asm "rm" -f utils/genapply/dist/build/.depend.haskell.tmp "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package pretty -package-db libraries/bootstrapping.conf -i -iutils/genapply/. -iutils/genapply/dist/build -iutils/genapply/dist/build/autogen -Iutils/genapply/dist/build -Iutils/genapply/dist/build/autogen -no-user-package-db -rtsopts -odir utils/genapply/dist/build -hidir utils/genapply/dist/build -stubdir utils/genapply/dist/build -dep-makefile utils/genapply/dist/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps utils/genapply/./GenApply.hs echo "utils/genapply_dist_depfile_haskell_EXISTS = YES" >> utils/genapply/dist/build/.depend.haskell.tmp for dir in utils/genapply/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' utils/genapply/dist/build/.depend.haskell.tmp > utils/genapply/dist/build/.depend.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/genapply/dist/build/.depend.haskell.tmp2 > utils/genapply/dist/build/.depend.haskell "rm" -f utils/hp2ps/dist/build/.depend.c_asm.tmp cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/AreaBelow.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/Curves.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/Error.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/Main.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/Reorder.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit echo "libraries/binary_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/binary/dist-boot/build/.depend-v.haskell.tmp sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true for dir in libraries/binary/dist-boot/build/Data/ libraries/binary/dist-boot/build/Data/Binary/ libraries/binary/dist-boot/build/Data/Binary/Builder/ libraries/binary/dist-boot/build/Data/Binary/Get/; do if test ! -d $dir; then mkdir -p $dir; fi done cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/TopTwenty.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit grep -v ' : [a-zA-Z]:/' libraries/binary/dist-boot/build/.depend-v.haskell.tmp > libraries/binary/dist-boot/build/.depend-v.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/binary/dist-boot/build/.depend-v.haskell.tmp2 > libraries/binary/dist-boot/build/.depend-v.haskell "rm" -f utils/unlit/dist/build/.depend.c_asm.tmp sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/AuxFile.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iutils/unlit/dist/build/autogen -MM -x c utils/unlit/unlit.c -MF utils/unlit/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/unlit/|" -e "1s|utils/unlit/|utils/unlit/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/unlit/dist/build/.depend.c_asm.bit >> utils/unlit/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/Deviation.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit "rm" -f utils/unlit/dist/build/.depend.c_asm.bit echo "utils/unlit_dist_depfile_c_asm_EXISTS = YES" >> utils/unlit/dist/build/.depend.c_asm.tmp mv utils/unlit/dist/build/.depend.c_asm.tmp utils/unlit/dist/build/.depend.c_asm sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/HpFile.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit echo "libraries/hoopl_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/hoopl/dist-boot/build/.depend-v.haskell.tmp for dir in libraries/hoopl/dist-boot/build/Compiler/ libraries/hoopl/dist-boot/build/Compiler/Hoopl/ libraries/hoopl/dist-boot/build/Compiler/Hoopl/Passes/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/hoopl/dist-boot/build/.depend-v.haskell.tmp > libraries/hoopl/dist-boot/build/.depend-v.haskell.tmp2 sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/hoopl/dist-boot/build/.depend-v.haskell.tmp2 > libraries/hoopl/dist-boot/build/.depend-v.haskell cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/Marks.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/Scale.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true echo "libraries/transformers_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/transformers/dist-boot/build/.depend-v.haskell.tmp for dir in libraries/transformers/dist-boot/build/Control/Applicative/ libraries/transformers/dist-boot/build/Control/Monad/ libraries/transformers/dist-boot/build/Control/Monad/IO/ libraries/transformers/dist-boot/build/Control/Monad/Trans/ libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS/ libraries/transformers/dist-boot/build/Control/Monad/Trans/State/ libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer/ libraries/transformers/dist-boot/build/Data/Functor/; do if test ! -d $dir; then mkdir -p $dir; fi done cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/TraceElement.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/Axes.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit grep -v ' : [a-zA-Z]:/' libraries/transformers/dist-boot/build/.depend-v.haskell.tmp > libraries/transformers/dist-boot/build/.depend-v.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/transformers/dist-boot/build/.depend-v.haskell.tmp2 > libraries/transformers/dist-boot/build/.depend-v.haskell sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/Dimensions.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/Key.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/PsFile.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/Shade.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/autogen -MM -x c utils/hp2ps/Utilities.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-db -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -c utils/genprimopcode/./Parser.hs -o utils/genprimopcode/dist/build/Parser.o sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true "rm" -f utils/hp2ps/dist/build/.depend.c_asm.bit echo "utils/hp2ps_dist_depfile_c_asm_EXISTS = YES" >> utils/hp2ps/dist/build/.depend.c_asm.tmp mv utils/hp2ps/dist/build/.depend.c_asm.tmp utils/hp2ps/dist/build/.depend.c_asm "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -c utils/hsc2hs/./C.hs -o utils/hsc2hs/dist/build/C.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-db -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -c utils/genprimopcode/./Main.hs -o utils/genprimopcode/dist/build/Main.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -c utils/hsc2hs/./UtilsCodegen.hs -o utils/hsc2hs/dist/build/UtilsCodegen.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -c utils/hsc2hs/./CrossCodegen.hs -o utils/hsc2hs/dist/build/CrossCodegen.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -c utils/hsc2hs/./DirectCodegen.hs -o utils/hsc2hs/dist/build/DirectCodegen.o echo "libraries/Cabal/Cabal_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell.tmp for dir in libraries/Cabal/Cabal/dist-boot/build/./ libraries/Cabal/Cabal/dist-boot/build/Distribution/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/ libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PreProcess/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/ libraries/Cabal/Cabal/dist-boot/build/Language/Haskell/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell.tmp > libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell.tmp2 > libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -c utils/hsc2hs/./Main.hs -o utils/hsc2hs/dist/build/Main.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -o utils/hsc2hs/dist/build/tmp/hsc2hs -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/filep_1zL8wQ6buHdBkdXLIOikbk' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/conta_JOLExAcFnznHipKDDX15uc' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/deeps_LMn8ZXkk16aLlc0Awy5v7w' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/array_5PK0Kn0jOMaGzumcYJPgRc' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/integ_DrKBJ7wo9zkGiLmhPp116e' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts' -optl-lrt -optl-lutil -optl-lm -optl-lrt -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -XHaskell2010 -no-user-package-db -rtsopts utils/hsc2hs/dist/build/Main.o utils/hsc2hs/dist/build/C.o utils/hsc2hs/dist/build/Common.o utils/hsc2hs/dist/build/CrossCodegen.o utils/hsc2hs/dist/build/DirectCodegen.o utils/hsc2hs/dist/build/Flags.o utils/hsc2hs/dist/build/HSCParser.o utils/hsc2hs/dist/build/UtilsCodegen.o utils/hsc2hs/dist/build/Paths_hsc2hs.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -o utils/genprimopcode/dist/build/tmp/genprimopcode -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-db -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-db -rtsopts utils/genprimopcode/dist/build/Lexer.o utils/genprimopcode/dist/build/Main.o utils/genprimopcode/dist/build/ParserM.o utils/genprimopcode/dist/build/Parser.o utils/genprimopcode/dist/build/Syntax.o /usr/bin/install -c -o pbulk -g users -m 755 utils/genprimopcode/dist/build/tmp/genprimopcode inplace/lib/bin/genprimopcode "rm" -f inplace/bin/genprimopcode echo '#!/bin/sh' >> inplace/bin/genprimopcode echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/genprimopcode"' >> inplace/bin/genprimopcode echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/genprimopcode echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/genprimopcode echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/genprimopcode echo 'pgmgcc="cc"' >> inplace/bin/genprimopcode echo 'export LD_LIBRARY_PATH=":$LD_LIBRARY_PATH"' >> inplace/bin/genprimopcode echo 'exec "$executablename" ${1+"$@"}' >> inplace/bin/genprimopcode chmod +x inplace/bin/genprimopcode "inplace/bin/genprimopcode" --data-decl < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-data-decl.hs-incl "inplace/bin/genprimopcode" --primop-tag < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-tag.hs-incl "inplace/bin/genprimopcode" --primop-list < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-list.hs-incl "inplace/bin/genprimopcode" --has-side-effects < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-has-side-effects.hs-incl "inplace/bin/genprimopcode" --out-of-line < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-out-of-line.hs-incl "inplace/bin/genprimopcode" --commutable < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-commutable.hs-incl "inplace/bin/genprimopcode" --code-size < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-code-size.hs-incl "inplace/bin/genprimopcode" --can-fail < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-can-fail.hs-incl "inplace/bin/genprimopcode" --strictness < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-strictness.hs-incl "inplace/bin/genprimopcode" --fixity < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-fixity.hs-incl "inplace/bin/genprimopcode" --primop-primop-info < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-primop-info.hs-incl "inplace/bin/genprimopcode" --primop-vector-uniques < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-vector-uniques.hs-incl "inplace/bin/genprimopcode" --primop-vector-tys < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-vector-tys.hs-incl "inplace/bin/genprimopcode" --primop-vector-tys-exports < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-vector-tys-exports.hs-incl "inplace/bin/genprimopcode" --primop-vector-tycons < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-vector-tycons.hs-incl /usr/bin/install -c -o pbulk -g users -m 755 utils/hsc2hs/dist/build/tmp/hsc2hs inplace/lib/bin/hsc2hs "rm" -f inplace/bin/hsc2hs echo '#!/bin/sh' >> inplace/bin/hsc2hs echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/hsc2hs"' >> inplace/bin/hsc2hs echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/hsc2hs echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/hsc2hs echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/hsc2hs echo 'pgmgcc="cc"' >> inplace/bin/hsc2hs echo 'export LD_LIBRARY_PATH="/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/filep_1zL8wQ6buHdBkdXLIOikbk:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/conta_JOLExAcFnznHipKDDX15uc:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/deeps_LMn8ZXkk16aLlc0Awy5v7w:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/array_5PK0Kn0jOMaGzumcYJPgRc:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo:/usr/lib:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/integ_DrKBJ7wo9zkGiLmhPp116e:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts:$LD_LIBRARY_PATH"' >> inplace/bin/hsc2hs cat utils/hsc2hs/hsc2hs.wrapper >> inplace/bin/hsc2hs chmod +x inplace/bin/hsc2hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Icompiler/stage1/build/autogen' '--cflag=-Icompiler/.' '--cflag=-Icompiler/parser' '--cflag=-Icompiler/utils' '--cflag=-Icompiler/stage1' '--cflag=-isystem/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi/include' '--cflag=-isystem/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq/include' '--cflag=-isystem/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh/include' '--cflag=-isystem/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO/include' '--cflag=-isystem/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM/include' '--cflag=-isystem/usr/include' '--cflag=-isystem/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo/include' '--cflag=-isystem/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-boot/build' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-boot/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-boot/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-boot/build' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/filep_1zL8wQ6buHdBkdXLIOikbk' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-boot/build' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/conta_JOLExAcFnznHipKDDX15uc' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/deeps_LMn8ZXkk16aLlc0Awy5v7w' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/array_5PK0Kn0jOMaGzumcYJPgRc' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/integ_DrKBJ7wo9zkGiLmhPp116e' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-lm' '--lflag=-lrt' --cflag=-Icompiler/stage1/build/autogen --cflag=-include --cflag=compiler/stage1/build/autogen/cabal_macros.h compiler/utils/Fingerprint.hsc -o compiler/stage1/build/Fingerprint.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/hpc/dist-boot/build/autogen' '--cflag=-Ilibraries/hpc/.' '--cflag=-isystem/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq/include' '--cflag=-isystem/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh/include' '--cflag=-isystem/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO/include' '--cflag=-isystem/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM/include' '--cflag=-isystem/usr/include' '--cflag=-isystem/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo/include' '--cflag=-isystem/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/filep_1zL8wQ6buHdBkdXLIOikbk' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/conta_JOLExAcFnznHipKDDX15uc' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/deeps_LMn8ZXkk16aLlc0Awy5v7w' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/array_5PK0Kn0jOMaGzumcYJPgRc' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/integ_DrKBJ7wo9zkGiLmhPp116e' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3' '--lflag=-L/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-lm' '--lflag=-lrt' --cflag=-Ilibraries/hpc/dist-boot/build/autogen --cflag=-include --cflag=libraries/hpc/dist-boot/build/autogen/cabal_macros.h libraries/hpc/./Trace/Hpc/Reflect.hsc -o libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.hs "rm" -f libraries/hpc/dist-boot/build/.depend-v.haskell.tmp "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hpc_DDwDHQgWWA09CucvRU5R4m -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -Wall -XHaskell98 -no-user-package-db -rtsopts -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build -dep-makefile libraries/hpc/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps libraries/hpc/./Trace/Hpc/Util.hs libraries/hpc/./Trace/Hpc/Mix.hs libraries/hpc/./Trace/Hpc/Tix.hs libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.hs echo "libraries/hpc_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/hpc/dist-boot/build/.depend-v.haskell.tmp for dir in libraries/hpc/dist-boot/build/Trace/Hpc/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/hpc/dist-boot/build/.depend-v.haskell.tmp > libraries/hpc/dist-boot/build/.depend-v.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/hpc/dist-boot/build/.depend-v.haskell.tmp2 > libraries/hpc/dist-boot/build/.depend-v.haskell "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -o utils/deriveConstants/dist/build/tmp/deriveConstants -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package process -package containers -package-db libraries/bootstrapping.conf -i -iutils/deriveConstants/. -iutils/deriveConstants/dist/build -iutils/deriveConstants/dist/build/autogen -Iutils/deriveConstants/dist/build -Iutils/deriveConstants/dist/build/autogen -no-user-package-db -rtsopts -odir utils/deriveConstants/dist/build -hidir utils/deriveConstants/dist/build -stubdir utils/deriveConstants/dist/build -static -H32m -O -package process -package containers -package-db libraries/bootstrapping.conf -i -iutils/deriveConstants/. -iutils/deriveConstants/dist/build -iutils/deriveConstants/dist/build/autogen -Iutils/deriveConstants/dist/build -Iutils/deriveConstants/dist/build/autogen -no-user-package-db -rtsopts utils/deriveConstants/dist/build/DeriveConstants.o /usr/bin/install -c -o pbulk -g users -m 755 utils/deriveConstants/dist/build/tmp/deriveConstants inplace/lib/bin/deriveConstants "rm" -f inplace/bin/deriveConstants echo '#!/bin/sh' >> inplace/bin/deriveConstants echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/deriveConstants"' >> inplace/bin/deriveConstants echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/deriveConstants echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/deriveConstants echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/deriveConstants echo 'pgmgcc="cc"' >> inplace/bin/deriveConstants echo 'export LD_LIBRARY_PATH=":$LD_LIBRARY_PATH"' >> inplace/bin/deriveConstants echo 'exec "$executablename" ${1+"$@"}' >> inplace/bin/deriveConstants chmod +x inplace/bin/deriveConstants inplace/bin/deriveConstants --gen-haskell-type -o includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs --tmpdir includes/dist-derivedconstants/header/ --gcc-program "cc" --gcc-flag -fno-stack-protector --gcc-flag -Iincludes --gcc-flag -Iincludes/dist --gcc-flag -Iincludes/dist-derivedconstants/header --gcc-flag -Iincludes/dist-ghcconstants/header --gcc-flag -Irts --gcc-flag -fcommon --nm-program "/usr/bin/nm" inplace/bin/deriveConstants --gen-haskell-wrappers -o includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs --tmpdir includes/dist-derivedconstants/header/ --gcc-program "cc" --gcc-flag -fno-stack-protector --gcc-flag -Iincludes --gcc-flag -Iincludes/dist --gcc-flag -Iincludes/dist-derivedconstants/header --gcc-flag -Iincludes/dist-ghcconstants/header --gcc-flag -Irts --gcc-flag -fcommon --nm-program "/usr/bin/nm" inplace/bin/deriveConstants --gen-haskell-exports -o includes/dist-derivedconstants/header/GHCConstantsHaskellExports.hs --tmpdir includes/dist-derivedconstants/header/ --gcc-program "cc" --gcc-flag -fno-stack-protector --gcc-flag -Iincludes --gcc-flag -Iincludes/dist --gcc-flag -Iincludes/dist-derivedconstants/header --gcc-flag -Iincludes/dist-ghcconstants/header --gcc-flag -Irts --gcc-flag -fcommon --nm-program "/usr/bin/nm" inplace/bin/deriveConstants --gen-header -o includes/dist-derivedconstants/header/DerivedConstants.h --tmpdir includes/dist-derivedconstants/header/ --gcc-program "cc" --gcc-flag -fno-stack-protector --gcc-flag -Iincludes --gcc-flag -Iincludes/dist --gcc-flag -Iincludes/dist-derivedconstants/header --gcc-flag -Iincludes/dist-ghcconstants/header --gcc-flag -Irts --gcc-flag -fcommon --nm-program "/usr/bin/nm" "rm" -f compiler/stage1/build/.depend-v.haskell.tmp "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -M -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -dep-makefile compiler/stage1/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps compiler/basicTypes/Avail.hs compiler/basicTypes/BasicTypes.hs compiler/basicTypes/ConLike.hs compiler/basicTypes/DataCon.hs compiler/basicTypes/PatSyn.hs compiler/basicTypes/Demand.hs compiler/cmm/Debug.hs compiler/utils/Exception.hs compiler/main/GhcMonad.hs compiler/main/Hooks.hs compiler/basicTypes/Id.hs compiler/basicTypes/IdInfo.hs compiler/basicTypes/Lexeme.hs compiler/basicTypes/Literal.hs compiler/llvmGen/Llvm.hs compiler/llvmGen/Llvm/AbsSyn.hs compiler/llvmGen/Llvm/MetaData.hs compiler/llvmGen/Llvm/PpLlvm.hs compiler/llvmGen/Llvm/Types.hs compiler/llvmGen/LlvmCodeGen.hs compiler/llvmGen/LlvmCodeGen/Base.hs compiler/llvmGen/LlvmCodeGen/CodeGen.hs compiler/llvmGen/LlvmCodeGen/Data.hs compiler/llvmGen/LlvmCodeGen/Ppr.hs compiler/llvmGen/LlvmCodeGen/Regs.hs compiler/llvmGen/LlvmMangler.hs compiler/basicTypes/MkId.hs compiler/basicTypes/Module.hs compiler/basicTypes/Name.hs compiler/basicTypes/NameEnv.hs compiler/basicTypes/NameSet.hs compiler/basicTypes/OccName.hs compiler/basicTypes/RdrName.hs compiler/basicTypes/SrcLoc.hs compiler/basicTypes/UniqSupply.hs compiler/basicTypes/Unique.hs compiler/basicTypes/Var.hs compiler/basicTypes/VarEnv.hs compiler/basicTypes/VarSet.hs compiler/utils/UnVarGraph.hs compiler/cmm/BlockId.hs compiler/cmm/CLabel.hs compiler/cmm/Cmm.hs compiler/cmm/CmmBuildInfoTables.hs compiler/cmm/CmmPipeline.hs compiler/cmm/CmmCallConv.hs compiler/cmm/CmmCommonBlockElim.hs compiler/cmm/CmmContFlowOpt.hs compiler/cmm/CmmExpr.hs compiler/cmm/CmmInfo.hs compiler/cmm/CmmLex.hs compiler/cmm/CmmLint.hs compiler/cmm/CmmLive.hs compiler/cmm/CmmMachOp.hs compiler/cmm/CmmNode.hs compiler/cmm/CmmOpt.hs compiler/cmm/CmmParse.hs compiler/cmm/CmmProcPoint.hs compiler/cmm/CmmSink.hs compiler/cmm/CmmType.hs compiler/cmm/CmmUtils.hs compiler/cmm/CmmLayoutStack.hs compiler/cmm/MkGraph.hs compiler/nativeGen/PprBase.hs compiler/cmm/PprC.hs compiler/cmm/PprCmm.hs compiler/cmm/PprCmmDecl.hs compiler/cmm/PprCmmExpr.hs compiler/cmm/Bitmap.hs compiler/codeGen/CodeGen/Platform.hs compiler/codeGen/CodeGen/Platform/ARM.hs compiler/codeGen/CodeGen/Platform/ARM64.hs compiler/codeGen/CodeGen/Platform/NoRegs.hs compiler/codeGen/CodeGen/Platform/PPC.hs compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs compiler/codeGen/CodeGen/Platform/SPARC.hs compiler/codeGen/CodeGen/Platform/X86.hs compiler/codeGen/CodeGen/Platform/X86_64.hs compiler/codeGen/CgUtils.hs compiler/codeGen/StgCmm.hs compiler/codeGen/StgCmmBind.hs compiler/codeGen/StgCmmClosure.hs compiler/codeGen/StgCmmCon.hs compiler/codeGen/StgCmmEnv.hs compiler/codeGen/StgCmmExpr.hs compiler/codeGen/StgCmmForeign.hs compiler/codeGen/StgCmmHeap.hs compiler/codeGen/StgCmmHpc.hs compiler/codeGen/StgCmmArgRep.hs compiler/codeGen/StgCmmLayout.hs compiler/codeGen/StgCmmMonad.hs compiler/codeGen/StgCmmPrim.hs compiler/codeGen/StgCmmProf.hs compiler/codeGen/StgCmmTicky.hs compiler/codeGen/StgCmmUtils.hs compiler/codeGen/StgCmmExtCode.hs compiler/cmm/SMRep.hs compiler/coreSyn/CoreArity.hs compiler/coreSyn/CoreFVs.hs compiler/coreSyn/CoreLint.hs compiler/coreSyn/CorePrep.hs compiler/coreSyn/CoreSubst.hs compiler/coreSyn/CoreSyn.hs compiler/coreSyn/TrieMap.hs compiler/coreSyn/CoreTidy.hs compiler/coreSyn/CoreUnfold.hs compiler/coreSyn/CoreUtils.hs compiler/coreSyn/MkCore.hs compiler/coreSyn/PprCore.hs compiler/deSugar/Check.hs compiler/deSugar/Coverage.hs compiler/deSugar/Desugar.hs compiler/deSugar/DsArrows.hs compiler/deSugar/DsBinds.hs compiler/deSugar/DsCCall.hs compiler/deSugar/DsExpr.hs compiler/deSugar/DsForeign.hs compiler/deSugar/DsGRHSs.hs compiler/deSugar/DsListComp.hs compiler/deSugar/DsMonad.hs compiler/deSugar/DsUtils.hs compiler/deSugar/Match.hs compiler/deSugar/MatchCon.hs compiler/deSugar/MatchLit.hs compiler/hsSyn/HsBinds.hs compiler/hsSyn/HsDecls.hs compiler/hsSyn/HsDoc.hs compiler/hsSyn/HsExpr.hs compiler/hsSyn/HsImpExp.hs compiler/hsSyn/HsLit.hs compiler/hsSyn/PlaceHolder.hs compiler/hsSyn/HsPat.hs compiler/hsSyn/HsSyn.hs compiler/hsSyn/HsTypes.hs compiler/hsSyn/HsUtils.hs compiler/iface/BinIface.hs compiler/iface/BuildTyCl.hs compiler/iface/IfaceEnv.hs compiler/iface/IfaceSyn.hs compiler/iface/IfaceType.hs compiler/iface/LoadIface.hs compiler/iface/MkIface.hs compiler/iface/TcIface.hs compiler/iface/FlagChecker.hs compiler/main/Annotations.hs compiler/main/BreakArray.hs compiler/main/CmdLineParser.hs compiler/main/CodeOutput.hs compiler/stage1/build/Config.hs compiler/main/Constants.hs compiler/main/DriverMkDepend.hs compiler/main/DriverPhases.hs compiler/main/PipelineMonad.hs compiler/main/DriverPipeline.hs compiler/main/DynFlags.hs compiler/main/ErrUtils.hs compiler/main/Finder.hs compiler/main/GHC.hs compiler/main/GhcMake.hs compiler/main/GhcPlugins.hs compiler/main/DynamicLoading.hs compiler/main/HeaderInfo.hs compiler/main/HscMain.hs compiler/main/HscStats.hs compiler/main/HscTypes.hs compiler/main/InteractiveEval.hs compiler/main/InteractiveEvalTypes.hs compiler/main/PackageConfig.hs compiler/main/Packages.hs compiler/main/PlatformConstants.hs compiler/main/Plugins.hs compiler/typecheck/TcPluginM.hs compiler/main/PprTyThing.hs compiler/main/StaticFlags.hs compiler/deSugar/StaticPtrTable.hs compiler/main/SysTools.hs compiler/main/TidyPgm.hs compiler/parser/Ctype.hs compiler/parser/HaddockUtils.hs compiler/parser/Lexer.hs compiler/types/OptCoercion.hs compiler/parser/Parser.hs compiler/parser/RdrHsSyn.hs compiler/parser/ApiAnnotation.hs compiler/prelude/ForeignCall.hs compiler/prelude/PrelInfo.hs compiler/prelude/PrelNames.hs compiler/prelude/PrelRules.hs compiler/prelude/PrimOp.hs compiler/prelude/TysPrim.hs compiler/prelude/TysWiredIn.hs compiler/profiling/CostCentre.hs compiler/profiling/ProfInit.hs compiler/profiling/SCCfinal.hs compiler/rename/RnBinds.hs compiler/rename/RnEnv.hs compiler/rename/RnExpr.hs compiler/rename/RnHsDoc.hs compiler/rename/RnNames.hs compiler/rename/RnPat.hs compiler/rename/RnSource.hs compiler/rename/RnSplice.hs compiler/rename/RnTypes.hs compiler/simplCore/CoreMonad.hs compiler/simplCore/CSE.hs compiler/simplCore/FloatIn.hs compiler/simplCore/FloatOut.hs compiler/simplCore/LiberateCase.hs compiler/simplCore/OccurAnal.hs compiler/simplCore/SAT.hs compiler/simplCore/SetLevels.hs compiler/simplCore/SimplCore.hs compiler/simplCore/SimplEnv.hs compiler/simplCore/SimplMonad.hs compiler/simplCore/SimplUtils.hs compiler/simplCore/Simplify.hs compiler/simplStg/SimplStg.hs compiler/simplStg/StgStats.hs compiler/simplStg/UnariseStg.hs compiler/specialise/Rules.hs compiler/specialise/SpecConstr.hs compiler/specialise/Specialise.hs compiler/stgSyn/CoreToStg.hs compiler/stgSyn/StgLint.hs compiler/stgSyn/StgSyn.hs compiler/simplCore/CallArity.hs compiler/stranal/DmdAnal.hs compiler/stranal/WorkWrap.hs compiler/stranal/WwLib.hs compiler/typecheck/FamInst.hs compiler/typecheck/Inst.hs compiler/typecheck/TcAnnotations.hs compiler/typecheck/TcArrows.hs compiler/typecheck/TcBinds.hs compiler/typecheck/TcClassDcl.hs compiler/typecheck/TcDefaults.hs compiler/typecheck/TcDeriv.hs compiler/typecheck/TcEnv.hs compiler/typecheck/TcExpr.hs compiler/typecheck/TcForeign.hs compiler/typecheck/TcGenDeriv.hs compiler/typecheck/TcGenGenerics.hs compiler/typecheck/TcHsSyn.hs compiler/typecheck/TcHsType.hs compiler/typecheck/TcInstDcls.hs compiler/typecheck/TcMType.hs compiler/typecheck/TcValidity.hs compiler/typecheck/TcMatches.hs compiler/typecheck/TcPat.hs compiler/typecheck/TcPatSyn.hs compiler/typecheck/TcRnDriver.hs compiler/typecheck/TcRnMonad.hs compiler/typecheck/TcRnTypes.hs compiler/typecheck/TcRules.hs compiler/typecheck/TcSimplify.hs compiler/typecheck/TcErrors.hs compiler/typecheck/TcTyClsDecls.hs compiler/typecheck/TcTyDecls.hs compiler/typecheck/TcType.hs compiler/typecheck/TcEvidence.hs compiler/typecheck/TcUnify.hs compiler/typecheck/TcInteract.hs compiler/typecheck/TcCanonical.hs compiler/typecheck/TcFlatten.hs compiler/typecheck/TcSMonad.hs compiler/typecheck/TcTypeNats.hs compiler/typecheck/TcSplice.hs compiler/types/Class.hs compiler/types/Coercion.hs compiler/types/FamInstEnv.hs compiler/typecheck/FunDeps.hs compiler/types/InstEnv.hs compiler/types/TyCon.hs compiler/types/CoAxiom.hs compiler/types/Kind.hs compiler/types/Type.hs compiler/types/TypeRep.hs compiler/types/Unify.hs compiler/utils/Bag.hs compiler/utils/Binary.hs compiler/utils/BooleanFormula.hs compiler/utils/BufWrite.hs compiler/utils/Digraph.hs compiler/utils/Encoding.hs compiler/utils/FastBool.hs compiler/utils/FastFunctions.hs compiler/utils/FastMutInt.hs compiler/utils/FastString.hs compiler/utils/FastTypes.hs compiler/stage1/build/Fingerprint.hs compiler/utils/FiniteMap.hs compiler/utils/GraphBase.hs compiler/utils/GraphColor.hs compiler/utils/GraphOps.hs compiler/utils/GraphPpr.hs compiler/utils/IOEnv.hs compiler/utils/ListSetOps.hs compiler/utils/Maybes.hs compiler/utils/MonadUtils.hs compiler/utils/OrdList.hs compiler/utils/Outputable.hs compiler/utils/Pair.hs compiler/utils/Panic.hs compiler/utils/Pretty.hs compiler/utils/Serialized.hs compiler/utils/State.hs compiler/utils/Stream.hs compiler/utils/StringBuffer.hs compiler/utils/UniqFM.hs compiler/utils/UniqSet.hs compiler/utils/Util.hs compiler/utils/ExtsCompat46.hs compiler/vectorise/Vectorise/Builtins/Base.hs compiler/vectorise/Vectorise/Builtins/Initialise.hs compiler/vectorise/Vectorise/Builtins.hs compiler/vectorise/Vectorise/Monad/Base.hs compiler/vectorise/Vectorise/Monad/Naming.hs compiler/vectorise/Vectorise/Monad/Local.hs compiler/vectorise/Vectorise/Monad/Global.hs compiler/vectorise/Vectorise/Monad/InstEnv.hs compiler/vectorise/Vectorise/Monad.hs compiler/vectorise/Vectorise/Utils/Base.hs compiler/vectorise/Vectorise/Utils/Closure.hs compiler/vectorise/Vectorise/Utils/Hoisting.hs compiler/vectorise/Vectorise/Utils/PADict.hs compiler/vectorise/Vectorise/Utils/Poly.hs compiler/vectorise/Vectorise/Utils.hs compiler/vectorise/Vectorise/Generic/Description.hs compiler/vectorise/Vectorise/Generic/PAMethods.hs compiler/vectorise/Vectorise/Generic/PADict.hs compiler/vectorise/Vectorise/Generic/PData.hs compiler/vectorise/Vectorise/Type/Env.hs compiler/vectorise/Vectorise/Type/Type.hs compiler/vectorise/Vectorise/Type/TyConDecl.hs compiler/vectorise/Vectorise/Type/Classify.hs compiler/vectorise/Vectorise/Convert.hs compiler/vectorise/Vectorise/Vect.hs compiler/vectorise/Vectorise/Var.hs compiler/vectorise/Vectorise/Env.hs compiler/vectorise/Vectorise/Exp.hs compiler/vectorise/Vectorise.hs compiler/cmm/Hoopl/Dataflow.hs compiler/cmm/Hoopl.hs compiler/nativeGen/AsmCodeGen.hs compiler/nativeGen/TargetReg.hs compiler/nativeGen/NCGMonad.hs compiler/nativeGen/Instruction.hs compiler/nativeGen/Size.hs compiler/nativeGen/Reg.hs compiler/nativeGen/RegClass.hs compiler/nativeGen/PIC.hs compiler/utils/Platform.hs compiler/nativeGen/CPrim.hs compiler/nativeGen/X86/Regs.hs compiler/nativeGen/X86/RegInfo.hs compiler/nativeGen/X86/Instr.hs compiler/nativeGen/X86/Cond.hs compiler/nativeGen/X86/Ppr.hs compiler/nativeGen/X86/CodeGen.hs compiler/nativeGen/PPC/Regs.hs compiler/nativeGen/PPC/RegInfo.hs compiler/nativeGen/PPC/Instr.hs compiler/nativeGen/PPC/Cond.hs compiler/nativeGen/PPC/Ppr.hs compiler/nativeGen/PPC/CodeGen.hs compiler/nativeGen/SPARC/Base.hs compiler/nativeGen/SPARC/Regs.hs compiler/nativeGen/SPARC/Imm.hs compiler/nativeGen/SPARC/AddrMode.hs compiler/nativeGen/SPARC/Cond.hs compiler/nativeGen/SPARC/Instr.hs compiler/nativeGen/SPARC/Stack.hs compiler/nativeGen/SPARC/ShortcutJump.hs compiler/nativeGen/SPARC/Ppr.hs compiler/nativeGen/SPARC/CodeGen.hs compiler/nativeGen/SPARC/CodeGen/Amode.hs compiler/nativeGen/SPARC/CodeGen/Base.hs compiler/nativeGen/SPARC/CodeGen/CondCode.hs compiler/nativeGen/SPARC/CodeGen/Gen32.hs compiler/nativeGen/SPARC/CodeGen/Gen64.hs compiler/nativeGen/SPARC/CodeGen/Sanity.hs compiler/nativeGen/SPARC/CodeGen/Expand.hs compiler/nativeGen/RegAlloc/Liveness.hs compiler/nativeGen/RegAlloc/Graph/Main.hs compiler/nativeGen/RegAlloc/Graph/Stats.hs compiler/nativeGen/RegAlloc/Graph/ArchBase.hs compiler/nativeGen/RegAlloc/Graph/ArchX86.hs compiler/nativeGen/RegAlloc/Graph/Coalesce.hs compiler/nativeGen/RegAlloc/Graph/Spill.hs compiler/nativeGen/RegAlloc/Graph/SpillClean.hs compiler/nativeGen/RegAlloc/Graph/SpillCost.hs compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs compiler/nativeGen/RegAlloc/Linear/Main.hs compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs compiler/nativeGen/RegAlloc/Linear/State.hs compiler/nativeGen/RegAlloc/Linear/Stats.hs compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/StackMap.hs compiler/nativeGen/RegAlloc/Linear/Base.hs compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs compiler/nativeGen/Dwarf.hs compiler/nativeGen/Dwarf/Types.hs compiler/nativeGen/Dwarf/Constants.hs <> echo "compiler_stage1_depfile_haskell_EXISTS = YES" >> compiler/stage1/build/.depend-v.haskell.tmp for dir in compiler/stage1/build/./ compiler/stage1/build/CodeGen/ compiler/stage1/build/CodeGen/Platform/ compiler/stage1/build/Dwarf/ compiler/stage1/build/Hoopl/ compiler/stage1/build/Llvm/ compiler/stage1/build/LlvmCodeGen/ compiler/stage1/build/PPC/ compiler/stage1/build/RegAlloc/ compiler/stage1/build/RegAlloc/Graph/ compiler/stage1/build/RegAlloc/Linear/ compiler/stage1/build/RegAlloc/Linear/PPC/ compiler/stage1/build/RegAlloc/Linear/SPARC/ compiler/stage1/build/RegAlloc/Linear/X86/ compiler/stage1/build/RegAlloc/Linear/X86_64/ compiler/stage1/build/SPARC/ compiler/stage1/build/SPARC/CodeGen/ compiler/stage1/build/Vectorise/ compiler/stage1/build/Vectorise/Builtins/ compiler/stage1/build/Vectorise/Generic/ compiler/stage1/build/Vectorise/Monad/ compiler/stage1/build/Vectorise/Type/ compiler/stage1/build/Vectorise/Utils/ compiler/stage1/build/X86/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' compiler/stage1/build/.depend-v.haskell.tmp > compiler/stage1/build/.depend-v.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' compiler/stage1/build/.depend-v.haskell.tmp2 > compiler/stage1/build/.depend-v.haskell "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key termi_8LJwG2OwEnAJiUE53fPy86 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/autogen -Ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -Wall -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build -c libraries/terminfo/./System/Console/Terminfo/Base.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Base.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/dist-boot/build/autogen/Paths_Cabal.hs -o libraries/Cabal/Cabal/dist-boot/build/Paths_Cabal.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Compat/ReadP.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/ReadP.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key binar_0SY9l9eefH5Kx0uHIPdgLw -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -no-user-package-db -rtsopts -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build -c libraries/binary/src/Data/Binary/Builder/Base.hs -o libraries/binary/dist-boot/build/Data/Binary/Builder/Base.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key binar_0SY9l9eefH5Kx0uHIPdgLw -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -no-user-package-db -rtsopts -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build -c libraries/binary/src/Data/Binary/Get/Internal.hs -o libraries/binary/dist-boot/build/Data/Binary/Get/Internal.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Compat/Exception.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Exception.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist/build -iutils/ghc-pkg/dist/build/autogen -Iutils/ghc-pkg/dist/build -Iutils/ghc-pkg/dist/build/autogen -optP-include -optPutils/ghc-pkg/dist/build/autogen/cabal_macros.h -package-key Cabal_1lO1N0pKbwf4zBgHJflENk -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key termi_8LJwG2OwEnAJiUE53fPy86 -package-key unix_IweUSEahCMuCJMM6fnRRNh -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-pkg/dist/build -hidir utils/ghc-pkg/dist/build -stubdir utils/ghc-pkg/dist/build -c utils/ghc-pkg/dist/build/Version.hs -o utils/ghc-pkg/dist/build/Version.o "inplace/bin/mkdirhier" utils/ghc-pkg/dist/build/tmp//. "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Compat/CreatePipe.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/CreatePipe.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Compat/Environment.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Environment.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/GetOpt.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/GetOpt.o libraries/binary/src/Data/Binary/Builder/Base.hs:67:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/binary/src/Data/Binary/Builder/Base.hs:192:37: Warning: In the use of `inlinePerformIO' (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." libraries/binary/src/Data/Binary/Get/Internal.hs:383:1: Warning: Rule "<$> to <*>" may never fire because `<$>' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `<$>' libraries/binary/src/Data/Binary/Get/Internal.hs:417:21: Warning: In the use of `B.inlinePerformIO' (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/CCompiler.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/CCompiler.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Utils.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Utils.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/TestSuite.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/TestSuite.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/PreProcess/Unlit.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PreProcess/Unlit.o "inplace/bin/mkdirhier" inplace/lib/package.conf.d/. "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/Module.hs-boot -o compiler/stage1/build/Module.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/ExtsCompat46.hs -o compiler/stage1/build/ExtsCompat46.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Outputable.hs-boot -o compiler/stage1/build/Outputable.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/IO/Class.hs -o libraries/transformers/dist-boot/build/Control/Monad/IO/Class.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/stage1/build/Config.hs -o compiler/stage1/build/Config.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/StaticFlags.hs-boot -o compiler/stage1/build/StaticFlags.o-boot "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/OccName.hs-boot -o compiler/stage1/build/OccName.o-boot "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Platform.hs -o compiler/stage1/build/Platform.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/FastMutInt.hs -o compiler/stage1/build/FastMutInt.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/stage1/build/Fingerprint.hs -o compiler/stage1/build/Fingerprint.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Collections.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Collections.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Checkpoint.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Checkpoint.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Block.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Block.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/FiniteMap.hs -o compiler/stage1/build/FiniteMap.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/Hooks.hs-boot -o compiler/stage1/build/Hooks.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Maybes.hs -o compiler/stage1/build/Maybes.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/PlatformConstants.hs -o compiler/stage1/build/PlatformConstants.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -fforce-recomp -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/prelude/PrimOp.hs-boot -o compiler/stage1/build/PrimOp.o-boot <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/FastBool.hs -o compiler/stage1/build/FastBool.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Stream.hs -o compiler/stage1/build/Stream.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/PprBase.hs -o compiler/stage1/build/PprBase.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/X86/Cond.hs -o compiler/stage1/build/X86/Cond.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/State.hs -o compiler/stage1/build/State.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/Cond.hs -o compiler/stage1/build/SPARC/Cond.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hpc_DDwDHQgWWA09CucvRU5R4m -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -Wall -XHaskell98 -no-user-package-db -rtsopts -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build -c libraries/hpc/./Trace/Hpc/Util.hs -o libraries/hpc/dist-boot/build/Trace/Hpc/Util.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Ighc/stage1/build/autogen -optc-isystem'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/.' -optc-isystem'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/parser' -optc-isystem'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/utils' -optc-isystem'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage1' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM/include' -optc-isystem'/usr/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include' -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -ighc/. -ighc/stage1/build -ighc/stage1/build/autogen -Ighc/stage1/build -Ighc/stage1/build/autogen -optP-include -optPghc/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key ghc_BAR00MpaztyCxzOpNyu87g -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -XHaskell2010 -no-user-package-db -rtsopts -c ghc/hschooks.c -o ghc/stage1/build/hschooks.o "inplace/bin/mkdirhier" ghc/stage1/build/tmp//. "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/DynamicLoading.hs -o compiler/stage1/build/DynamicLoading.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/InteractiveEval.hs -o compiler/stage1/build/InteractiveEval.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/InteractiveEvalTypes.hs -o compiler/stage1/build/InteractiveEvalTypes.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcPluginM.hs -o compiler/stage1/build/TcPluginM.o <> "inplace/bin/mkdirhier" compiler/stage1/build/parser//. "inplace/bin/mkdirhier" compiler/stage1/build/ghci//. "inplace/bin/mkdirhier" compiler/stage1/build/cbits//. "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Shape.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Shape.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Data/Functor/Classes.hs -o libraries/transformers/dist-boot/build/Data/Functor/Classes.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Signatures.hs -o libraries/transformers/dist-boot/build/Control/Monad/Signatures.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/Class.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Class.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iutils/unlit/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/unlit/. -iutils/unlit/dist/build -iutils/unlit/dist/build/autogen -Iutils/unlit/dist/build -Iutils/unlit/dist/build/autogen -no-user-package-db -rtsopts -c utils/unlit/unlit.c -o utils/unlit/dist/build/unlit.o <> "inplace/bin/mkdirhier" utils/unlit/dist/build/tmp//. "cp" settings inplace/lib/settings inplace/bin/deriveConstants --gen-haskell-value -o includes/dist-derivedconstants/header/platformConstants --tmpdir includes/dist-derivedconstants/header/ --gcc-program "cc" --gcc-flag -fno-stack-protector --gcc-flag -Iincludes --gcc-flag -Iincludes/dist --gcc-flag -Iincludes/dist-derivedconstants/header --gcc-flag -Iincludes/dist-ghcconstants/header --gcc-flag -Irts --gcc-flag -fcommon --nm-program "/usr/bin/nm" "inplace/bin/mkdirhier" driver/split/dist//. "inplace/bin/mkdirhier" rts/dist//. "inplace/bin/mkdirhier" compiler/stage2/build//. "inplace/bin/mkdirhier" utils/ghc-pkg/dist-install/build//. "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key termi_8LJwG2OwEnAJiUE53fPy86 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/autogen -Ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -Wall -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build -c libraries/terminfo/./System/Console/Terminfo/Color.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Color.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key termi_8LJwG2OwEnAJiUE53fPy86 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/autogen -Ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -Wall -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build -c libraries/terminfo/./System/Console/Terminfo/Effects.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Effects.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key termi_8LJwG2OwEnAJiUE53fPy86 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/autogen -Ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -Wall -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build -c libraries/terminfo/./System/Console/Terminfo/Edit.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Edit.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key termi_8LJwG2OwEnAJiUE53fPy86 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/autogen -Ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -Wall -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build -c libraries/terminfo/./System/Console/Terminfo/Cursor.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Cursor.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key termi_8LJwG2OwEnAJiUE53fPy86 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/autogen -Ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -Wall -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build -c libraries/terminfo/./System/Console/Terminfo/Keys.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Keys.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/ReadE.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/ReadE.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key binar_0SY9l9eefH5Kx0uHIPdgLw -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -no-user-package-db -rtsopts -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build -c libraries/binary/src/Data/Binary/Builder.hs -o libraries/binary/dist-boot/build/Data/Binary/Builder.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key binar_0SY9l9eefH5Kx0uHIPdgLw -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -no-user-package-db -rtsopts -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build -c libraries/binary/src/Data/Binary/Get.hs -o libraries/binary/dist-boot/build/Data/Binary/Get.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Compat/TempFile.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/TempFile.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Text.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Text.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key binar_0SY9l9eefH5Kx0uHIPdgLw -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -no-user-package-db -rtsopts -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build -c libraries/binary/src/Data/Binary/Builder/Internal.hs -o libraries/binary/dist-boot/build/Data/Binary/Builder/Internal.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/Name.hs-boot -o compiler/stage1/build/Name.o-boot "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Exception.hs -o compiler/stage1/build/Exception.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/FastTypes.hs -o compiler/stage1/build/FastTypes.o libraries/binary/src/Data/Binary/Builder/Internal.hs:3:14: Warning: `Data.Binary.Builder.Internal' is marked as Trustworthy but has been inferred as safe! libraries/binary/src/Data/Binary/Get.hs:206:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/binary/src/Data/Binary/Get.hs:418:1: Warning: Rule "getWord8/readN" may never fire because `getWord8' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord8' libraries/binary/src/Data/Binary/Get.hs:419:1: Warning: Rule "getWord16be/readN" may never fire because `getWord16be' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord16be' libraries/binary/src/Data/Binary/Get.hs:420:1: Warning: Rule "getWord16le/readN" may never fire because `getWord16le' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord16le' libraries/binary/src/Data/Binary/Get.hs:421:1: Warning: Rule "getWord32be/readN" may never fire because `getWord32be' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord32be' libraries/binary/src/Data/Binary/Get.hs:422:1: Warning: Rule "getWord32le/readN" may never fire because `getWord32le' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord32le' libraries/binary/src/Data/Binary/Get.hs:423:1: Warning: Rule "getWord64be/readN" may never fire because `getWord64be' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord64be' libraries/binary/src/Data/Binary/Get.hs:424:1: Warning: Rule "getWord64le/readN" may never fire because `getWord64le' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord64le' <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Encoding.hs -o compiler/stage1/build/Encoding.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/DynFlags.hs-boot -o compiler/stage1/build/DynFlags.o-boot "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Unique.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Unique.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/MonadUtils.hs -o compiler/stage1/build/MonadUtils.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/Constants.hs -o compiler/stage1/build/Constants.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hpc_DDwDHQgWWA09CucvRU5R4m -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -Wall -XHaskell98 -no-user-package-db -rtsopts -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build -c libraries/hpc/./Trace/Hpc/Tix.hs -o libraries/hpc/dist-boot/build/Trace/Hpc/Tix.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Icompiler/stage1/build/autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/stage1 -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM/include' -optc-isystem'/usr/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include' -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -c compiler/parser/cutils.c -o compiler/stage1/build/parser/cutils.o libraries/hoopl/src/Compiler/Hoopl/Unique.hs:27:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Icompiler/stage1/build/autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/stage1 -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM/include' -optc-isystem'/usr/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include' -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -c compiler/ghci/keepCAFsForGHCi.c -o compiler/stage1/build/ghci/keepCAFsForGHCi.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Icompiler/stage1/build/autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/stage1 -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM/include' -optc-isystem'/usr/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo/include' -optc-isystem'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/include' -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -c compiler/cbits/genSym.c -o compiler/stage1/build/cbits/genSym.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Applicative/Backwards.hs -o libraries/transformers/dist-boot/build/Control/Applicative/Backwards.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Data/Functor/Constant.hs -o libraries/transformers/dist-boot/build/Data/Functor/Constant.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/Cont.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Cont.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/Except.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Except.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/Error.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Error.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/Identity.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Identity.o libraries/transformers/Control/Monad/Trans/Cont.hs:69:20: Warning: Tab character libraries/transformers/Control/Monad/Trans/Cont.hs:70:16: Warning: Tab character libraries/transformers/Control/Monad/Trans/Cont.hs:71:1: Warning: Tab character "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/List.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/List.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/Reader.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Reader.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/RWS/Lazy.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS/Lazy.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/RWS/Strict.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS/Strict.o libraries/transformers/Control/Monad/Trans/Reader.hs:69:24: Warning: Tab character libraries/transformers/Control/Monad/Trans/Reader.hs:70:9: Warning: Tab character "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/State/Lazy.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/State/Lazy.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/State/Strict.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/State/Strict.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/Writer/Lazy.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer/Lazy.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/Writer/Strict.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer/Strict.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Data/Functor/Compose.hs -o libraries/transformers/dist-boot/build/Data/Functor/Compose.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Data/Functor/Product.hs -o libraries/transformers/dist-boot/build/Data/Functor/Product.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Data/Functor/Reverse.hs -o libraries/transformers/dist-boot/build/Data/Functor/Reverse.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Data/Functor/Sum.hs -o libraries/transformers/dist-boot/build/Data/Functor/Sum.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -o utils/unlit/dist/build/tmp/unlit -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/unlit/. -iutils/unlit/dist/build -iutils/unlit/dist/build/autogen -Iutils/unlit/dist/build -Iutils/unlit/dist/build/autogen -no-user-package-db -rtsopts -odir utils/unlit/dist/build -hidir utils/unlit/dist/build -stubdir utils/unlit/dist/build -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/unlit/. -iutils/unlit/dist/build -iutils/unlit/dist/build/autogen -Iutils/unlit/dist/build -Iutils/unlit/dist/build/autogen -no-user-package-db -rtsopts -no-auto-link-packages -no-hs-main utils/unlit/dist/build/unlit.o Warning: -rtsopts and -with-rtsopts have no effect with -no-hs-main. Call hs_init_ghc() from your main() function to set these options. "cp" includes/dist-derivedconstants/header/platformConstants inplace/lib/platformConstants "rm" -f compiler/stage2/build/Config.hs Creating compiler/stage2/build/Config.hs ... done. "rm" -f utils/ghc-pkg/dist-install/build/Version.hs echo "module Version where" >> utils/ghc-pkg/dist-install/build/Version.hs echo "version, targetOS, targetARCH :: String" >> utils/ghc-pkg/dist-install/build/Version.hs echo "version = \"7.10.3\"" >> utils/ghc-pkg/dist-install/build/Version.hs echo "targetOS = \"netbsd\"" >> utils/ghc-pkg/dist-install/build/Version.hs echo "targetARCH = \"x86_64\"" >> utils/ghc-pkg/dist-install/build/Version.hs "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key termi_8LJwG2OwEnAJiUE53fPy86 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/autogen -Ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -Wall -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build -c libraries/terminfo/./System/Console/Terminfo.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key binar_0SY9l9eefH5Kx0uHIPdgLw -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -no-user-package-db -rtsopts -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build -c libraries/binary/src/Data/Binary/Put.hs -o libraries/binary/dist-boot/build/Data/Binary/Put.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/CopyFile.o "rm" -f libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.1-8LJwG2OwEnAJiUE53fPy86.a libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.1-8LJwG2OwEnAJiUE53fPy86.a.contents echo libraries/terminfo/dist-boot/build/System/Console/Terminfo.o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Base.o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Cursor.o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Color.o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Edit.o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Effects.o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Keys.o >> libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.1-8LJwG2OwEnAJiUE53fPy86.a.contents "ar" q libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.1-8LJwG2OwEnAJiUE53fPy86.a @libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.1-8LJwG2OwEnAJiUE53fPy86.a.contents ar: creating libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.1-8LJwG2OwEnAJiUE53fPy86.a "rm" -f libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.1-8LJwG2OwEnAJiUE53fPy86.a.contents "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Panic.hs -o compiler/stage1/build/Panic.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/FastFunctions.hs -o compiler/stage1/build/FastFunctions.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Label.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Label.o libraries/binary/src/Data/Binary/Put.hs:3:14: Warning: `Data.Binary.Put' is marked as Trustworthy but has been inferred as safe! libraries/binary/src/Data/Binary/Put.hs:56:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/binary/src/Data/Binary/Put.hs:64:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Fuel.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Fuel.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/Packages.hs-boot -o compiler/stage1/build/Packages.o-boot "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hpc_DDwDHQgWWA09CucvRU5R4m -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -Wall -XHaskell98 -no-user-package-db -rtsopts -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build -c libraries/hpc/./Trace/Hpc/Mix.hs -o libraries/hpc/dist-boot/build/Trace/Hpc/Mix.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hpc_DDwDHQgWWA09CucvRU5R4m -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -Wall -XHaskell98 -no-user-package-db -rtsopts -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build -c libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.hs -o libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.o libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:24:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Applicative/Lift.hs -o libraries/transformers/dist-boot/build/Control/Applicative/Lift.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/Maybe.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Maybe.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/RWS.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/State.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/State.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key trans_LUSLxXYOxhVEUh1JsY7DGq -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -XHaskell98 -no-user-package-db -rtsopts -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -c libraries/transformers/./Control/Monad/Trans/Writer.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer.o /usr/bin/install -c -o pbulk -g users -m 755 utils/unlit/dist/build/tmp/unlit inplace/lib/bin/unlit "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key binar_0SY9l9eefH5Kx0uHIPdgLw -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -no-user-package-db -rtsopts -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build -c libraries/binary/src/Data/Binary/Class.hs -o libraries/binary/dist-boot/build/Data/Binary/Class.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -DDYNAMIC_GHC_PROGRAMS -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Util.hs -o compiler/stage1/build/Util.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/parser/Ctype.hs -o compiler/stage1/build/Ctype.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/PPC/Cond.hs -o compiler/stage1/build/PPC/Cond.o "rm" -f inplace/lib/unlit echo '#!/bin/sh' >> inplace/lib/unlit echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/unlit"' >> inplace/lib/unlit echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/lib/unlit echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/lib/unlit echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/lib/unlit echo 'pgmgcc="cc"' >> inplace/lib/unlit echo 'export LD_LIBRARY_PATH=":$LD_LIBRARY_PATH"' >> inplace/lib/unlit echo 'exec "$executablename" ${1+"$@"}' >> inplace/lib/unlit chmod +x inplace/lib/unlit "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Graph.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Graph.o <> "inplace/lib/unlit" driver/split/ghc-split.lprl driver/split/dist/ghc-split.prl "rm" -f driver/split/dist/ghc-split echo '#!/usr/pkg/bin/perl' >> driver/split/dist/ghc-split echo '$TARGETPLATFORM = "x86_64-unknown-netbsd";' >> driver/split/dist/ghc-split echo '$TABLES_NEXT_TO_CODE = "YES";' >> driver/split/dist/ghc-split cat driver/split/dist/ghc-split.prl >> driver/split/dist/ghc-split "cp" driver/split/dist/ghc-split inplace/lib/ghc-split chmod +x inplace/lib/ghc-split <> libraries/binary/src/Data/Binary/Class.hs:3:14: Warning: `Data.Binary.Class' is marked as Trustworthy but has been inferred as safe! libraries/hoopl/src/Compiler/Hoopl/Graph.hs:49:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "rm" -f libraries/transformers/dist-boot/build/libHStransformers-0.4.2.0-LUSLxXYOxhVEUh1JsY7DGq.a libraries/transformers/dist-boot/build/libHStransformers-0.4.2.0-LUSLxXYOxhVEUh1JsY7DGq.a.contents echo libraries/transformers/dist-boot/build/Control/Applicative/Backwards.o libraries/transformers/dist-boot/build/Control/Applicative/Lift.o libraries/transformers/dist-boot/build/Control/Monad/IO/Class.o libraries/transformers/dist-boot/build/Control/Monad/Signatures.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Class.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Cont.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Except.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Error.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Identity.o libraries/transformers/dist-boot/build/Control/Monad/Trans/List.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Maybe.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Reader.o libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS.o libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS/Lazy.o libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS/Strict.o libraries/transformers/dist-boot/build/Control/Monad/Trans/State.o libraries/transformers/dist-boot/build/Control/Monad/Trans/State/Lazy.o libraries/transformers/dist-boot/build/Control/Monad/Trans/State/Strict.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer/Lazy.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer/Strict.o libraries/transformers/dist-boot/build/Data/Functor/Classes.o libraries/transformers/dist-boot/build/Data/Functor/Compose.o libraries/transformers/dist-boot/build/Data/Functor/Constant.o libraries/transformers/dist-boot/build/Data/Functor/Product.o libraries/transformers/dist-boot/build/Data/Functor/Reverse.o libraries/transformers/dist-boot/build/Data/Functor/Sum.o >> libraries/transformers/dist-boot/build/libHStransformers-0.4.2.0-LUSLxXYOxhVEUh1JsY7DGq.a.contents "ar" q libraries/transformers/dist-boot/build/libHStransformers-0.4.2.0-LUSLxXYOxhVEUh1JsY7DGq.a @libraries/transformers/dist-boot/build/libHStransformers-0.4.2.0-LUSLxXYOxhVEUh1JsY7DGq.a.contents ar: creating libraries/transformers/dist-boot/build/libHStransformers-0.4.2.0-LUSLxXYOxhVEUh1JsY7DGq.a "rm" -f libraries/transformers/dist-boot/build/libHStransformers-0.4.2.0-LUSLxXYOxhVEUh1JsY7DGq.a.contents "rm" -f libraries/hpc/dist-boot/build/libHShpc-0.6.0.2-DDwDHQgWWA09CucvRU5R4m.a libraries/hpc/dist-boot/build/libHShpc-0.6.0.2-DDwDHQgWWA09CucvRU5R4m.a.contents echo libraries/hpc/dist-boot/build/Trace/Hpc/Util.o libraries/hpc/dist-boot/build/Trace/Hpc/Mix.o libraries/hpc/dist-boot/build/Trace/Hpc/Tix.o libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.o >> libraries/hpc/dist-boot/build/libHShpc-0.6.0.2-DDwDHQgWWA09CucvRU5R4m.a.contents "ar" q libraries/hpc/dist-boot/build/libHShpc-0.6.0.2-DDwDHQgWWA09CucvRU5R4m.a @libraries/hpc/dist-boot/build/libHShpc-0.6.0.2-DDwDHQgWWA09CucvRU5R4m.a.contents ar: creating libraries/hpc/dist-boot/build/libHShpc-0.6.0.2-DDwDHQgWWA09CucvRU5R4m.a "rm" -f libraries/hpc/dist-boot/build/libHShpc-0.6.0.2-DDwDHQgWWA09CucvRU5R4m.a.contents "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Dataflow.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Show.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Show.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/MkGraph.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/FastString.hs -o compiler/stage1/build/FastString.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/BufWrite.hs -o compiler/stage1/build/BufWrite.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/Lexeme.hs -o compiler/stage1/build/Lexeme.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/XUtil.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/XUtil.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Pointed.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Pointed.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Debug.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Debug.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Combinators.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Combinators.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Internals.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Internals.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Wrappers.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Wrappers.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Pretty.hs -o compiler/stage1/build/Pretty.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Passes/Dominator.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key conta_JOLExAcFnznHipKDDX15uc -Wall -fno-warn-name-shadowing -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -c libraries/hoopl/src/Compiler/Hoopl/Passes/DList.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Passes/DList.o "rm" -f libraries/hoopl/dist-boot/build/libHShoopl-3.10.0.2-GC8oB7yJZlR3MSSEIbKJ9S.a libraries/hoopl/dist-boot/build/libHShoopl-3.10.0.2-GC8oB7yJZlR3MSSEIbKJ9S.a.contents echo libraries/hoopl/dist-boot/build/Compiler/Hoopl.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Internals.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Wrappers.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Passes/Dominator.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Passes/DList.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Checkpoint.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Collections.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Combinators.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Dataflow.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Debug.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Block.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Graph.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Label.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/MkGraph.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Fuel.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Pointed.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Shape.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Show.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Unique.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/XUtil.o >> libraries/hoopl/dist-boot/build/libHShoopl-3.10.0.2-GC8oB7yJZlR3MSSEIbKJ9S.a.contents "ar" q libraries/hoopl/dist-boot/build/libHShoopl-3.10.0.2-GC8oB7yJZlR3MSSEIbKJ9S.a @libraries/hoopl/dist-boot/build/libHShoopl-3.10.0.2-GC8oB7yJZlR3MSSEIbKJ9S.a.contents ar: creating libraries/hoopl/dist-boot/build/libHShoopl-3.10.0.2-GC8oB7yJZlR3MSSEIbKJ9S.a "rm" -f libraries/hoopl/dist-boot/build/libHShoopl-3.10.0.2-GC8oB7yJZlR3MSSEIbKJ9S.a.contents <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Outputable.hs -o compiler/stage1/build/Outputable.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key binar_0SY9l9eefH5Kx0uHIPdgLw -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -no-user-package-db -rtsopts -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build -c libraries/binary/src/Data/Binary/Generic.hs -o libraries/binary/dist-boot/build/Data/Binary/Generic.o <> libraries/binary/src/Data/Binary/Generic.hs:2:26: Warning: `Data.Binary.Generic' is marked as Trustworthy but has been inferred as safe! libraries/binary/src/Data/Binary/Generic.hs:22:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key binar_0SY9l9eefH5Kx0uHIPdgLw -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -no-user-package-db -rtsopts -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build -c libraries/binary/src/Data/Binary.hs -o libraries/binary/dist-boot/build/Data/Binary.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Compat/Binary.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Binary.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key binpa_7ekaVkdTyruAPquAD2LLSf -hide-all-packages -i -ilibraries/bin-package-db/. -ilibraries/bin-package-db/dist-boot/build -ilibraries/bin-package-db/dist-boot/build/autogen -Ilibraries/bin-package-db/dist-boot/build -Ilibraries/bin-package-db/dist-boot/build/autogen -Ilibraries/bin-package-db/. -optP-include -optPlibraries/bin-package-db/dist-boot/build/autogen/cabal_macros.h -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -XHaskell2010 -no-user-package-db -rtsopts -odir libraries/bin-package-db/dist-boot/build -hidir libraries/bin-package-db/dist-boot/build -stubdir libraries/bin-package-db/dist-boot/build -c libraries/bin-package-db/./GHC/PackageDb.hs -o libraries/bin-package-db/dist-boot/build/GHC/PackageDb.o "rm" -f libraries/binary/dist-boot/build/libHSbinary-0.7.5.0-0SY9l9eefH5Kx0uHIPdgLw.a libraries/binary/dist-boot/build/libHSbinary-0.7.5.0-0SY9l9eefH5Kx0uHIPdgLw.a.contents echo libraries/binary/dist-boot/build/Data/Binary.o libraries/binary/dist-boot/build/Data/Binary/Put.o libraries/binary/dist-boot/build/Data/Binary/Get.o libraries/binary/dist-boot/build/Data/Binary/Get/Internal.o libraries/binary/dist-boot/build/Data/Binary/Builder.o libraries/binary/dist-boot/build/Data/Binary/Builder/Internal.o libraries/binary/dist-boot/build/Data/Binary/Builder/Base.o libraries/binary/dist-boot/build/Data/Binary/Class.o libraries/binary/dist-boot/build/Data/Binary/Generic.o >> libraries/binary/dist-boot/build/libHSbinary-0.7.5.0-0SY9l9eefH5Kx0uHIPdgLw.a.contents "ar" q libraries/binary/dist-boot/build/libHSbinary-0.7.5.0-0SY9l9eefH5Kx0uHIPdgLw.a @libraries/binary/dist-boot/build/libHSbinary-0.7.5.0-0SY9l9eefH5Kx0uHIPdgLw.a.contents ar: creating libraries/binary/dist-boot/build/libHSbinary-0.7.5.0-0SY9l9eefH5Kx0uHIPdgLw.a "rm" -f libraries/binary/dist-boot/build/libHSbinary-0.7.5.0-0SY9l9eefH5Kx0uHIPdgLw.a.contents "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Verbosity.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Verbosity.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Version.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Version.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/System.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/System.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/ModuleName.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/ModuleName.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Language/Haskell/Extension.hs -o libraries/Cabal/Cabal/dist-boot/build/Language/Haskell/Extension.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/SrcLoc.hs -o compiler/stage1/build/SrcLoc.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/TypeRep.hs-boot -o compiler/stage1/build/TypeRep.o-boot "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Bag.hs -o compiler/stage1/build/Bag.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/DriverPhases.hs -o compiler/stage1/build/DriverPhases.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Digraph.hs -o compiler/stage1/build/Digraph.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/IdInfo.hs-boot -o compiler/stage1/build/IdInfo.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcType.hs-boot -o compiler/stage1/build/TcType.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Pair.hs -o compiler/stage1/build/Pair.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/StringBuffer.hs -o compiler/stage1/build/StringBuffer.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/OrdList.hs -o compiler/stage1/build/OrdList.o <> "rm" -f libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0-7ekaVkdTyruAPquAD2LLSf.a libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0-7ekaVkdTyruAPquAD2LLSf.a.contents echo libraries/bin-package-db/dist-boot/build/GHC/PackageDb.o >> libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0-7ekaVkdTyruAPquAD2LLSf.a.contents "ar" q libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0-7ekaVkdTyruAPquAD2LLSf.a @libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0-7ekaVkdTyruAPquAD2LLSf.a.contents ar: creating libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0-7ekaVkdTyruAPquAD2LLSf.a "rm" -f libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0-7ekaVkdTyruAPquAD2LLSf.a.contents <> <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/BasicTypes.hs -o compiler/stage1/build/BasicTypes.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/ErrUtils.hs-boot -o compiler/stage1/build/ErrUtils.o-boot "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/CmdLineParser.hs -o compiler/stage1/build/CmdLineParser.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/hsSyn/HsDoc.hs -o compiler/stage1/build/HsDoc.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Package.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Package.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/License.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/License.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/StaticFlags.hs -o compiler/stage1/build/StaticFlags.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Utils.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/Unique.hs -o compiler/stage1/build/Unique.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/UniqFM.hs -o compiler/stage1/build/UniqFM.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/UniqSupply.hs -o compiler/stage1/build/UniqSupply.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegClass.hs -o compiler/stage1/build/RegClass.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/Reg.hs -o compiler/stage1/build/Reg.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/Hoopl/Dataflow.hs -o compiler/stage1/build/Hoopl/Dataflow.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Binary.hs -o compiler/stage1/build/Binary.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/UniqSet.hs -o compiler/stage1/build/UniqSet.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/ListSetOps.hs -o compiler/stage1/build/ListSetOps.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/GraphBase.hs -o compiler/stage1/build/GraphBase.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Graph/ArchBase.hs -o compiler/stage1/build/RegAlloc/Graph/ArchBase.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Utils/NubList.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/NubList.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Find.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs -o compiler/stage1/build/RegAlloc/Graph/TrivColorable.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/GraphPpr.hs -o compiler/stage1/build/GraphPpr.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/GraphOps.hs -o compiler/stage1/build/GraphOps.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Types.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Types.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Graph/ArchX86.hs -o compiler/stage1/build/RegAlloc/Graph/ArchX86.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/Hoopl.hs -o compiler/stage1/build/Hoopl.o <> <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/GraphColor.hs -o compiler/stage1/build/GraphColor.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Compiler.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compiler.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Run.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Serialized.hs -o compiler/stage1/build/Serialized.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/Module.hs -o compiler/stage1/build/Module.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/BooleanFormula.hs -o compiler/stage1/build/BooleanFormula.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Builtin.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Hpc.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Hpc.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Script.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Script.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Ld.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Ld.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Db.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Program.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/ParseUtils.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/ParseUtils.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/InstallDirs.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Compiler.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/PackageDescription.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/prelude/PrelNames.hs-boot -o compiler/stage1/build/PrelNames.o-boot "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/PackageConfig.hs -o compiler/stage1/build/PackageConfig.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/prelude/ForeignCall.hs -o compiler/stage1/build/ForeignCall.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Strip.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Strip.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/DynFlags.hs -o compiler/stage1/build/DynFlags.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/InstalledPackageInfo.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Command.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Command.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/ImplInfo.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/ImplInfo.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/PackageIndex.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PackageIndex.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/HcPkg.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/IPI642.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI641.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/IPI641.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist/build -iutils/ghc-pkg/dist/build/autogen -Iutils/ghc-pkg/dist/build -Iutils/ghc-pkg/dist/build/autogen -optP-include -optPutils/ghc-pkg/dist/build/autogen/cabal_macros.h -package-key Cabal_1lO1N0pKbwf4zBgHJflENk -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key termi_8LJwG2OwEnAJiUE53fPy86 -package-key unix_IweUSEahCMuCJMM6fnRRNh -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-pkg/dist/build -hidir utils/ghc-pkg/dist/build -stubdir utils/ghc-pkg/dist/build -c utils/ghc-pkg/./Main.hs -o utils/ghc-pkg/dist/build/Main.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/OccName.hs -o compiler/stage1/build/OccName.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/ErrUtils.hs -o compiler/stage1/build/ErrUtils.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/BreakArray.hs -o compiler/stage1/build/BreakArray.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmType.hs -o compiler/stage1/build/CmmType.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/IOEnv.hs -o compiler/stage1/build/IOEnv.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/SMRep.hs -o compiler/stage1/build/SMRep.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/llvmGen/Llvm/Types.hs -o compiler/stage1/build/Llvm/Types.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/Base.hs -o compiler/stage1/build/SPARC/Base.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Linear/StackMap.hs -o compiler/stage1/build/RegAlloc/Linear/StackMap.o <> <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmMachOp.hs -o compiler/stage1/build/CmmMachOp.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Setup.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Configuration.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/llvmGen/Llvm/MetaData.hs -o compiler/stage1/build/Llvm/MetaData.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/Name.hs -o compiler/stage1/build/Name.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/hsSyn/HsImpExp.hs -o compiler/stage1/build/HsImpExp.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/llvmGen/Llvm/AbsSyn.hs -o compiler/stage1/build/Llvm/AbsSyn.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/Bitmap.hs -o compiler/stage1/build/Bitmap.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/llvmGen/Llvm/PpLlvm.hs -o compiler/stage1/build/Llvm/PpLlvm.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/CPrim.hs -o compiler/stage1/build/CPrim.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/Annotations.hs -o compiler/stage1/build/Annotations.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/NameSet.hs -o compiler/stage1/build/NameSet.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/NameEnv.hs -o compiler/stage1/build/NameEnv.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/Var.hs -o compiler/stage1/build/Var.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/TyCon.hs-boot -o compiler/stage1/build/TyCon.o-boot "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/PatSyn.hs-boot -o compiler/stage1/build/PatSyn.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/Packages.hs -o compiler/stage1/build/Packages.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Check.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Check.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Parse.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/DataCon.hs-boot -o compiler/stage1/build/DataCon.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/prelude/TysWiredIn.hs-boot -o compiler/stage1/build/TysWiredIn.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/llvmGen/Llvm.hs -o compiler/stage1/build/Llvm.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/Avail.hs -o compiler/stage1/build/Avail.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/ConLike.hs -o compiler/stage1/build/ConLike.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/VarSet.hs -o compiler/stage1/build/VarSet.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/Class.hs -o compiler/stage1/build/Class.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/MkId.hs-boot -o compiler/stage1/build/MkId.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/CoAxiom.hs -o compiler/stage1/build/CoAxiom.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/Type.hs-boot -o compiler/stage1/build/Type.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/profiling/CostCentre.hs -o compiler/stage1/build/CostCentre.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/RdrName.hs -o compiler/stage1/build/RdrName.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/VarEnv.hs -o compiler/stage1/build/VarEnv.o <> <> <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/SysTools.hs -o compiler/stage1/build/SysTools.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/prelude/PrelNames.hs -o compiler/stage1/build/PrelNames.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/parser/ApiAnnotation.hs -o compiler/stage1/build/ApiAnnotation.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/PackageDescription/PrettyPrint.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/PrettyPrint.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/parser/Lexer.hs -o compiler/stage1/build/Lexer.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/TyCon.hs -o compiler/stage1/build/TyCon.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/TypeRep.hs -o compiler/stage1/build/TypeRep.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcTypeNats.hs-boot -o compiler/stage1/build/TcTypeNats.o-boot <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/prelude/TysPrim.hs -o compiler/stage1/build/TysPrim.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/Kind.hs -o compiler/stage1/build/Kind.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/Type.hs -o compiler/stage1/build/Type.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/Unify.hs -o compiler/stage1/build/Unify.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/Literal.hs -o compiler/stage1/build/Literal.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Make.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Make.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/LocalBuildInfo.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/GHC.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/Coercion.hs -o compiler/stage1/build/Coercion.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/DataCon.hs -o compiler/stage1/build/DataCon.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/hsSyn/PlaceHolder.hs -o compiler/stage1/build/PlaceHolder.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/hsSyn/HsPat.hs-boot -o compiler/stage1/build/HsPat.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/hsSyn/HsExpr.hs-boot -o compiler/stage1/build/HsExpr.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/hsSyn/HsLit.hs -o compiler/stage1/build/HsLit.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/Demand.hs -o compiler/stage1/build/Demand.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/coreSyn/CoreSyn.hs -o compiler/stage1/build/CoreSyn.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/prelude/TysWiredIn.hs -o compiler/stage1/build/TysWiredIn.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/hsSyn/HsTypes.hs -o compiler/stage1/build/HsTypes.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Type/Classify.hs -o compiler/stage1/build/Vectorise/Type/Classify.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcType.hs -o compiler/stage1/build/TcType.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -fforce-recomp -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/prelude/PrimOp.hs -o compiler/stage1/build/PrimOp.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/IdInfo.hs -o compiler/stage1/build/IdInfo.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/coreSyn/TrieMap.hs -o compiler/stage1/build/TrieMap.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Builtins/Base.hs -o compiler/stage1/build/Vectorise/Builtins/Base.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Vect.hs -o compiler/stage1/build/Vectorise/Vect.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/BuildPaths.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Test/Log.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/Log.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Hpc.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Hpc.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Ar.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Ar.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/BuildTarget.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Build/Macros.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build/Macros.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/Id.hs -o compiler/stage1/build/Id.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Build/PathsModule.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build/PathsModule.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/HaskellSuite.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/UHC.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/LHC.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/Internal.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/JHC.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/JHC.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/InstEnv.hs -o compiler/stage1/build/InstEnv.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/coreSyn/PprCore.hs -o compiler/stage1/build/PprCore.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/iface/IfaceType.hs -o compiler/stage1/build/IfaceType.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/coreSyn/CoreFVs.hs -o compiler/stage1/build/CoreFVs.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/UnVarGraph.hs -o compiler/stage1/build/UnVarGraph.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Test/LibV09.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/LibV09.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Test/ExeV10.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/ExeV10.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHCJS.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/FamInstEnv.hs -o compiler/stage1/build/FamInstEnv.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/FunDeps.hs -o compiler/stage1/build/FunDeps.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcEvidence.hs -o compiler/stage1/build/TcEvidence.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PreProcess.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/types/OptCoercion.hs -o compiler/stage1/build/OptCoercion.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/UserHooks.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/UserHooks.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/SrcDist.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/SrcDist.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Register.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Register.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Install.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Install.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Configure.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Test.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Bench.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Bench.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Build.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/hsSyn/HsBinds.hs -o compiler/stage1/build/HsBinds.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple/Haddock.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Haddock.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/coreSyn/CoreUtils.hs -o compiler/stage1/build/CoreUtils.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CLabel.hs -o compiler/stage1/build/CLabel.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/stgSyn/StgSyn.hs -o compiler/stage1/build/StgSyn.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key Cabal_1lO1N0pKbwf4zBgHJflENk -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key deeps_LMn8ZXkk16aLlc0Awy5v7w -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key prett_LKtfO1B9Sg3Fa1Xnd7C21Y -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -c libraries/Cabal/Cabal/./Distribution/Simple.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplStg/StgStats.hs -o compiler/stage1/build/StgStats.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/stgSyn/StgLint.hs -o compiler/stage1/build/StgLint.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/profiling/SCCfinal.hs -o compiler/stage1/build/SCCfinal.o <> <> <> "rm" -f libraries/Cabal/Cabal/dist-boot/build/libHSCabal-1.22.5.0-1lO1N0pKbwf4zBgHJflENk.a libraries/Cabal/Cabal/dist-boot/build/libHSCabal-1.22.5.0-1lO1N0pKbwf4zBgHJflENk.a.contents echo libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/CreatePipe.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Environment.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Exception.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/ReadP.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compiler.o libraries/Cabal/Cabal/dist-boot/build/Distribution/InstalledPackageInfo.o libraries/Cabal/Cabal/dist-boot/build/Distribution/License.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Make.o libraries/Cabal/Cabal/dist-boot/build/Distribution/ModuleName.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Package.o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription.o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Check.o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Configuration.o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Parse.o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/PrettyPrint.o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Utils.o libraries/Cabal/Cabal/dist-boot/build/Distribution/ParseUtils.o libraries/Cabal/Cabal/dist-boot/build/Distribution/ReadE.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Bench.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build/Macros.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build/PathsModule.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/BuildPaths.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/BuildTarget.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/CCompiler.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Command.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Compiler.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Configure.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHCJS.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Haddock.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/HaskellSuite.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Hpc.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Install.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/InstallDirs.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/JHC.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/LHC.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/LocalBuildInfo.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PackageIndex.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PreProcess.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PreProcess/Unlit.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Ar.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Builtin.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Db.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Find.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/GHC.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/HcPkg.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Hpc.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Ld.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Run.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Script.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Strip.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Types.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Register.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Setup.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/SrcDist.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/ExeV10.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/LibV09.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/Log.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/UHC.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/UserHooks.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Utils.o libraries/Cabal/Cabal/dist-boot/build/Distribution/System.o libraries/Cabal/Cabal/dist-boot/build/Distribution/TestSuite.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Text.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/NubList.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Verbosity.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Version.o libraries/Cabal/Cabal/dist-boot/build/Language/Haskell/Extension.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Binary.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/CopyFile.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/TempFile.o libraries/Cabal/Cabal/dist-boot/build/Distribution/GetOpt.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/Internal.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/IPI641.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/IPI642.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/ImplInfo.o libraries/Cabal/Cabal/dist-boot/build/Paths_Cabal.o >> libraries/Cabal/Cabal/dist-boot/build/libHSCabal-1.22.5.0-1lO1N0pKbwf4zBgHJflENk.a.contents "ar" q libraries/Cabal/Cabal/dist-boot/build/libHSCabal-1.22.5.0-1lO1N0pKbwf4zBgHJflENk.a @libraries/Cabal/Cabal/dist-boot/build/libHSCabal-1.22.5.0-1lO1N0pKbwf4zBgHJflENk.a.contents "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/BlockId.hs -o compiler/stage1/build/BlockId.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/profiling/ProfInit.hs -o compiler/stage1/build/ProfInit.o ar: creating libraries/Cabal/Cabal/dist-boot/build/libHSCabal-1.22.5.0-1lO1N0pKbwf4zBgHJflENk.a "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/StaticPtrTable.hs -o compiler/stage1/build/StaticPtrTable.o "rm" -f libraries/Cabal/Cabal/dist-boot/build/libHSCabal-1.22.5.0-1lO1N0pKbwf4zBgHJflENk.a.contents "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -o utils/ghc-pkg/dist/build/tmp/ghc-pkg -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist/build -iutils/ghc-pkg/dist/build/autogen -Iutils/ghc-pkg/dist/build -Iutils/ghc-pkg/dist/build/autogen -optP-include -optPutils/ghc-pkg/dist/build/autogen/cabal_macros.h -package-key Cabal_1lO1N0pKbwf4zBgHJflENk -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key termi_8LJwG2OwEnAJiUE53fPy86 -package-key unix_IweUSEahCMuCJMM6fnRRNh -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-pkg/dist/build -hidir utils/ghc-pkg/dist/build -stubdir utils/ghc-pkg/dist/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/terminfo/dist-boot/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-boot/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/Cabal/Cabal/dist-boot/build' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/prett_LKtfO1B9Sg3Fa1Xnd7C21Y' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/filep_1zL8wQ6buHdBkdXLIOikbk' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-boot/build' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/conta_JOLExAcFnznHipKDDX15uc' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/deeps_LMn8ZXkk16aLlc0Awy5v7w' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/array_5PK0Kn0jOMaGzumcYJPgRc' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/integ_DrKBJ7wo9zkGiLmhPp116e' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts' -optl-lcurses -optl-lrt -optl-lutil -optl-lm -optl-lrt -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist/build -iutils/ghc-pkg/dist/build/autogen -Iutils/ghc-pkg/dist/build -Iutils/ghc-pkg/dist/build/autogen -optP-include -optPutils/ghc-pkg/dist/build/autogen/cabal_macros.h -package-key Cabal_1lO1N0pKbwf4zBgHJflENk -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key binar_0SY9l9eefH5Kx0uHIPdgLw -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key termi_8LJwG2OwEnAJiUE53fPy86 -package-key unix_IweUSEahCMuCJMM6fnRRNh -XHaskell2010 -no-user-package-db -rtsopts utils/ghc-pkg/dist/build/Main.o utils/ghc-pkg/dist/build/Version.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/OccurAnal.hs -o compiler/stage1/build/OccurAnal.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/SAT.hs -o compiler/stage1/build/SAT.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmExpr.hs -o compiler/stage1/build/CmmExpr.o <> <> /usr/bin/install -c -o pbulk -g users -m 755 utils/ghc-pkg/dist/build/tmp/ghc-pkg inplace/lib/bin/ghc-pkg "rm" -f inplace/bin/ghc-pkg echo '#!/bin/sh' >> inplace/bin/ghc-pkg echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/ghc-pkg"' >> inplace/bin/ghc-pkg echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/ghc-pkg echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/ghc-pkg echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/ghc-pkg echo 'pgmgcc="cc"' >> inplace/bin/ghc-pkg echo 'export LD_LIBRARY_PATH="/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/terminfo/dist-boot/build:/usr/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-boot/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/Cabal/Cabal/dist-boot/build:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/prett_LKtfO1B9Sg3Fa1Xnd7C21Y:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/filep_1zL8wQ6buHdBkdXLIOikbk:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-boot/build:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/conta_JOLExAcFnznHipKDDX15uc:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/deeps_LMn8ZXkk16aLlc0Awy5v7w:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/array_5PK0Kn0jOMaGzumcYJPgRc:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo:/usr/lib:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/integ_DrKBJ7wo9zkGiLmhPp116e:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts:$LD_LIBRARY_PATH"' >> inplace/bin/ghc-pkg cat utils/ghc-pkg/ghc-pkg.wrapper >> inplace/bin/ghc-pkg chmod +x inplace/bin/ghc-pkg cc -E -I/usr/include -I/usr/pkg/include -undef -traditional -P -DTOP='"/tmp/work/lang/ghc7/work/ghc-7.10.3"' -DPAPI_INCLUDE_DIR="" -DPAPI_LIB_DIR="" -DFFI_INCLUDE_DIR=/usr/pkg/include -DFFI_LIB_DIR=/usr/pkg/lib '-DFFI_LIB=' -x c -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header rts/package.conf.in -o rts/dist/package.conf.inplace.raw grep -v '^#pragma GCC' rts/dist/package.conf.inplace.raw | sed -e 's/""//g' -e 's/:[ ]*,/: /g' > rts/dist/package.conf.inplace "inplace/bin/ghc-pkg" update --force rts/dist/package.conf.inplace Reading package info from "rts/dist/package.conf.inplace" ... done. rts-1.0: Warning: library-dirs: /tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build doesn't exist or isn't a directory rts-1.0: Warning: include-dirs: /tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build doesn't exist or isn't a directory rts-1.0: cannot find any of ["libHSrts.a","libHSrts.p_a","libHSrts-ghc7.10.3.so","libHSrts-ghc7.10.3.dylib","HSrts-ghc7.10.3.dll"] on library path (ignoring) <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/PprCmmExpr.hs -o compiler/stage1/build/PprCmmExpr.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/CodeGen/Platform/NoRegs.hs -o compiler/stage1/build/CodeGen/Platform/NoRegs.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/CodeGen/Platform/X86_64.hs -o compiler/stage1/build/CodeGen/Platform/X86_64.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/CodeGen/Platform/X86.hs -o compiler/stage1/build/CodeGen/Platform/X86.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/CodeGen/Platform/SPARC.hs -o compiler/stage1/build/CodeGen/Platform/SPARC.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs -o compiler/stage1/build/CodeGen/Platform/PPC_Darwin.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/CodeGen/Platform/PPC.hs -o compiler/stage1/build/CodeGen/Platform/PPC.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/CodeGen/Platform/ARM64.hs -o compiler/stage1/build/CodeGen/Platform/ARM64.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/CodeGen/Platform/ARM.hs -o compiler/stage1/build/CodeGen/Platform/ARM.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/llvmGen/LlvmCodeGen/Regs.hs -o compiler/stage1/build/LlvmCodeGen/Regs.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmLex.hs -o compiler/stage1/build/CmmLex.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/coreSyn/CoreSubst.hs -o compiler/stage1/build/CoreSubst.o <> <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/CodeGen/Platform.hs -o compiler/stage1/build/CodeGen/Platform.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/iface/IfaceSyn.hs -o compiler/stage1/build/IfaceSyn.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/PatSyn.hs -o compiler/stage1/build/PatSyn.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/hsSyn/HsPat.hs -o compiler/stage1/build/HsPat.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmNode.hs -o compiler/stage1/build/CmmNode.o <> <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/Cmm.hs -o compiler/stage1/build/Cmm.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/PprCmmDecl.hs -o compiler/stage1/build/PprCmmDecl.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmUtils.hs -o compiler/stage1/build/CmmUtils.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/llvmGen/LlvmCodeGen/Base.hs -o compiler/stage1/build/LlvmCodeGen/Base.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/X86/Regs.hs -o compiler/stage1/build/X86/Regs.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/Size.hs -o compiler/stage1/build/Size.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/Instruction.hs -o compiler/stage1/build/Instruction.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/Imm.hs -o compiler/stage1/build/SPARC/Imm.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmClosure.hs -o compiler/stage1/build/StgCmmClosure.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/coreSyn/CoreArity.hs -o compiler/stage1/build/CoreArity.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/Regs.hs -o compiler/stage1/build/SPARC/Regs.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/PPC/Regs.hs -o compiler/stage1/build/PPC/Regs.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/AddrMode.hs -o compiler/stage1/build/SPARC/AddrMode.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/CSE.hs -o compiler/stage1/build/CSE.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/Dwarf/Constants.hs -o compiler/stage1/build/Dwarf/Constants.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/X86/RegInfo.hs -o compiler/stage1/build/X86/RegInfo.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/X86_64/FreeRegs.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/X86/FreeRegs.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/SPARC/FreeRegs.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/Stack.hs -o compiler/stage1/build/SPARC/Stack.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/coreSyn/CoreTidy.hs -o compiler/stage1/build/CoreTidy.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/hsSyn/HsDecls.hs -o compiler/stage1/build/HsDecls.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/coreSyn/CoreUnfold.hs -o compiler/stage1/build/CoreUnfold.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/llvmGen/LlvmCodeGen/Data.hs -o compiler/stage1/build/LlvmCodeGen/Data.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/TargetReg.hs -o compiler/stage1/build/TargetReg.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/PPC/FreeRegs.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmArgRep.hs -o compiler/stage1/build/StgCmmArgRep.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/CallArity.hs -o compiler/stage1/build/CallArity.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/specialise/Rules.hs -o compiler/stage1/build/Rules.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/PprCmm.hs -o compiler/stage1/build/PprCmm.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/CgUtils.hs -o compiler/stage1/build/CgUtils.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmLive.hs -o compiler/stage1/build/CmmLive.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmOpt.hs -o compiler/stage1/build/CmmOpt.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/Debug.hs -o compiler/stage1/build/Debug.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/X86/Instr.hs -o compiler/stage1/build/X86/Instr.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmInfo.hs -o compiler/stage1/build/CmmInfo.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/Instr.hs -o compiler/stage1/build/SPARC/Instr.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmContFlowOpt.hs -o compiler/stage1/build/CmmContFlowOpt.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/llvmGen/LlvmCodeGen/Ppr.hs -o compiler/stage1/build/LlvmCodeGen/Ppr.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/llvmGen/LlvmCodeGen/CodeGen.hs -o compiler/stage1/build/LlvmCodeGen/CodeGen.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmLint.hs -o compiler/stage1/build/CmmLint.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/PprC.hs -o compiler/stage1/build/PprC.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/Dwarf/Types.hs -o compiler/stage1/build/Dwarf/Types.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/NCGMonad.hs -o compiler/stage1/build/NCGMonad.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Liveness.hs -o compiler/stage1/build/RegAlloc/Liveness.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/Ppr.hs -o compiler/stage1/build/SPARC/Ppr.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/ShortcutJump.hs -o compiler/stage1/build/SPARC/ShortcutJump.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/CodeGen/Base.hs -o compiler/stage1/build/SPARC/CodeGen/Base.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmSink.hs -o compiler/stage1/build/CmmSink.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmCallConv.hs -o compiler/stage1/build/CmmCallConv.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmCommonBlockElim.hs -o compiler/stage1/build/CmmCommonBlockElim.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/LiberateCase.hs -o compiler/stage1/build/LiberateCase.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/llvmGen/LlvmMangler.hs -o compiler/stage1/build/LlvmMangler.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/Dwarf.hs -o compiler/stage1/build/Dwarf.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/PPC/Instr.hs -o compiler/stage1/build/PPC/Instr.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Graph/SpillCost.hs -o compiler/stage1/build/RegAlloc/Graph/SpillCost.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Graph/Spill.hs -o compiler/stage1/build/RegAlloc/Graph/Spill.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Graph/SpillClean.hs -o compiler/stage1/build/RegAlloc/Graph/SpillClean.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Linear/Base.hs -o compiler/stage1/build/RegAlloc/Linear/Base.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/CodeGen/Expand.hs -o compiler/stage1/build/SPARC/CodeGen/Expand.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot -o compiler/stage1/build/SPARC/CodeGen/Gen32.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/CodeGen/Sanity.hs -o compiler/stage1/build/SPARC/CodeGen/Sanity.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/X86/Ppr.hs -o compiler/stage1/build/X86/Ppr.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmProcPoint.hs -o compiler/stage1/build/CmmProcPoint.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/MkGraph.hs -o compiler/stage1/build/MkGraph.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmBuildInfoTables.hs -o compiler/stage1/build/CmmBuildInfoTables.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Graph/Coalesce.hs -o compiler/stage1/build/RegAlloc/Graph/Coalesce.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/PIC.hs -o compiler/stage1/build/PIC.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Graph/Stats.hs -o compiler/stage1/build/RegAlloc/Graph/Stats.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/FreeRegs.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Linear/Stats.hs -o compiler/stage1/build/RegAlloc/Linear/Stats.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/PPC/Ppr.hs -o compiler/stage1/build/PPC/Ppr.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/PPC/RegInfo.hs -o compiler/stage1/build/PPC/RegInfo.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/CodeGen/Amode.hs -o compiler/stage1/build/SPARC/CodeGen/Amode.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/CodeGen/CondCode.hs -o compiler/stage1/build/SPARC/CodeGen/CondCode.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmMonad.hs -o compiler/stage1/build/StgCmmMonad.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Graph/Main.hs -o compiler/stage1/build/RegAlloc/Graph/Main.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Linear/State.hs -o compiler/stage1/build/RegAlloc/Linear/State.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/PPC/CodeGen.hs -o compiler/stage1/build/PPC/CodeGen.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/CodeGen/Gen64.hs -o compiler/stage1/build/SPARC/CodeGen/Gen64.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/X86/CodeGen.hs -o compiler/stage1/build/X86/CodeGen.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/llvmGen/LlvmCodeGen.hs -o compiler/stage1/build/LlvmCodeGen.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs -o compiler/stage1/build/RegAlloc/Linear/JoinToTargets.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmUtils.hs -o compiler/stage1/build/StgCmmUtils.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmBind.hs-boot -o compiler/stage1/build/StgCmmBind.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmExtCode.hs -o compiler/stage1/build/StgCmmExtCode.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs -o compiler/stage1/build/SPARC/CodeGen/Gen32.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/RegAlloc/Linear/Main.hs -o compiler/stage1/build/RegAlloc/Linear/Main.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/SPARC/CodeGen.hs -o compiler/stage1/build/SPARC/CodeGen.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmProf.hs -o compiler/stage1/build/StgCmmProf.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmEnv.hs -o compiler/stage1/build/StgCmmEnv.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmTicky.hs -o compiler/stage1/build/StgCmmTicky.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/hsSyn/HsExpr.hs -o compiler/stage1/build/HsExpr.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmLayout.hs -o compiler/stage1/build/StgCmmLayout.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmForeign.hs -o compiler/stage1/build/StgCmmForeign.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmHeap.hs -o compiler/stage1/build/StgCmmHeap.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmLayoutStack.hs -o compiler/stage1/build/CmmLayoutStack.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmPrim.hs -o compiler/stage1/build/StgCmmPrim.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/nativeGen/AsmCodeGen.hs -o compiler/stage1/build/AsmCodeGen.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/hsSyn/HsUtils.hs -o compiler/stage1/build/HsUtils.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/hsSyn/HsSyn.hs -o compiler/stage1/build/HsSyn.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/HscTypes.hs -o compiler/stage1/build/HscTypes.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/parser/HaddockUtils.hs -o compiler/stage1/build/HaddockUtils.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/parser/RdrHsSyn.hs -o compiler/stage1/build/RdrHsSyn.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/HscStats.hs -o compiler/stage1/build/HscStats.o <> <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcRnTypes.hs -o compiler/stage1/build/TcRnTypes.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/Finder.hs -o compiler/stage1/build/Finder.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/PipelineMonad.hs -o compiler/stage1/build/PipelineMonad.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/coreSyn/MkCore.hs -o compiler/stage1/build/MkCore.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/GhcMonad.hs -o compiler/stage1/build/GhcMonad.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/parser/Parser.hs -o compiler/stage1/build/Parser.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmPipeline.hs -o compiler/stage1/build/CmmPipeline.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmHpc.hs -o compiler/stage1/build/StgCmmHpc.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Env.hs -o compiler/stage1/build/Vectorise/Env.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/Coverage.hs -o compiler/stage1/build/Coverage.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcTyDecls.hs -o compiler/stage1/build/TcTyDecls.o <> <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/prelude/PrelRules.hs -o compiler/stage1/build/PrelRules.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/FloatIn.hs -o compiler/stage1/build/FloatIn.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/CodeOutput.hs -o compiler/stage1/build/CodeOutput.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcRnMonad.hs -o compiler/stage1/build/TcRnMonad.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/iface/TcIface.hs-boot -o compiler/stage1/build/TcIface.o-boot "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/Hooks.hs -o compiler/stage1/build/Hooks.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcTypeNats.hs -o compiler/stage1/build/TcTypeNats.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcSplice.hs-boot -o compiler/stage1/build/TcSplice.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/rename/RnExpr.hs-boot -o compiler/stage1/build/RnExpr.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/rename/RnHsDoc.hs -o compiler/stage1/build/RnHsDoc.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcUnify.hs-boot -o compiler/stage1/build/TcUnify.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcExpr.hs-boot -o compiler/stage1/build/TcExpr.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcMatches.hs-boot -o compiler/stage1/build/TcMatches.o-boot <> <> <> <> <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/basicTypes/MkId.hs -o compiler/stage1/build/MkId.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/prelude/PrelInfo.hs -o compiler/stage1/build/PrelInfo.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplStg/UnariseStg.hs -o compiler/stage1/build/UnariseStg.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/stgSyn/CoreToStg.hs -o compiler/stage1/build/CoreToStg.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/stranal/WwLib.hs -o compiler/stage1/build/WwLib.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/iface/IfaceEnv.hs -o compiler/stage1/build/IfaceEnv.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcMType.hs -o compiler/stage1/build/TcMType.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/rename/RnSplice.hs-boot -o compiler/stage1/build/RnSplice.o-boot "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcAnnotations.hs -o compiler/stage1/build/TcAnnotations.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/rename/RnSplice.hs -o compiler/stage1/build/RnSplice.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcSplice.hs -o compiler/stage1/build/TcSplice.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmCon.hs -o compiler/stage1/build/StgCmmCon.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplStg/SimplStg.hs -o compiler/stage1/build/SimplStg.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/stranal/WorkWrap.hs -o compiler/stage1/build/WorkWrap.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/stranal/DmdAnal.hs -o compiler/stage1/build/DmdAnal.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/iface/BinIface.hs -o compiler/stage1/build/BinIface.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/iface/BuildTyCl.hs -o compiler/stage1/build/BuildTyCl.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmExpr.hs -o compiler/stage1/build/StgCmmExpr.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcHsSyn.hs -o compiler/stage1/build/TcHsSyn.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/iface/LoadIface.hs -o compiler/stage1/build/LoadIface.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/iface/FlagChecker.hs -o compiler/stage1/build/FlagChecker.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmmBind.hs -o compiler/stage1/build/StgCmmBind.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/cmm/CmmParse.hs -o compiler/stage1/build/CmmParse.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/codeGen/StgCmm.hs -o compiler/stage1/build/StgCmm.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcEnv.hs -o compiler/stage1/build/TcEnv.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/FamInst.hs -o compiler/stage1/build/FamInst.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/iface/MkIface.hs -o compiler/stage1/build/MkIface.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/HeaderInfo.hs -o compiler/stage1/build/HeaderInfo.o <> <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/CoreMonad.hs -o compiler/stage1/build/CoreMonad.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/rename/RnEnv.hs -o compiler/stage1/build/RnEnv.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/Inst.hs -o compiler/stage1/build/Inst.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcGenDeriv.hs -o compiler/stage1/build/TcGenDeriv.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/PprTyThing.hs -o compiler/stage1/build/PprTyThing.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcUnify.hs -o compiler/stage1/build/TcUnify.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcErrors.hs -o compiler/stage1/build/TcErrors.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/coreSyn/CoreLint.hs -o compiler/stage1/build/CoreLint.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/specialise/SpecConstr.hs -o compiler/stage1/build/SpecConstr.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/specialise/Specialise.hs -o compiler/stage1/build/Specialise.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/SetLevels.hs -o compiler/stage1/build/SetLevels.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/SimplMonad.hs -o compiler/stage1/build/SimplMonad.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/Plugins.hs -o compiler/stage1/build/Plugins.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/FloatOut.hs -o compiler/stage1/build/FloatOut.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/SimplEnv.hs -o compiler/stage1/build/SimplEnv.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/GhcPlugins.hs -o compiler/stage1/build/GhcPlugins.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/rename/RnNames.hs -o compiler/stage1/build/RnNames.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/rename/RnTypes.hs -o compiler/stage1/build/RnTypes.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcSMonad.hs -o compiler/stage1/build/TcSMonad.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcGenGenerics.hs -o compiler/stage1/build/TcGenGenerics.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/SimplUtils.hs -o compiler/stage1/build/SimplUtils.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/Simplify.hs -o compiler/stage1/build/Simplify.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcFlatten.hs -o compiler/stage1/build/TcFlatten.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/coreSyn/CorePrep.hs -o compiler/stage1/build/CorePrep.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/iface/TcIface.hs -o compiler/stage1/build/TcIface.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/rename/RnPat.hs -o compiler/stage1/build/RnPat.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcCanonical.hs -o compiler/stage1/build/TcCanonical.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/rename/RnBinds.hs -o compiler/stage1/build/RnBinds.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/TidyPgm.hs -o compiler/stage1/build/TidyPgm.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/DsMonad.hs -o compiler/stage1/build/DsMonad.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcInteract.hs -o compiler/stage1/build/TcInteract.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/rename/RnSource.hs -o compiler/stage1/build/RnSource.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/rename/RnExpr.hs -o compiler/stage1/build/RnExpr.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Builtins/Initialise.hs -o compiler/stage1/build/Vectorise/Builtins/Initialise.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/DsCCall.hs -o compiler/stage1/build/DsCCall.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/Match.hs-boot -o compiler/stage1/build/Match.o-boot "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/DsExpr.hs-boot -o compiler/stage1/build/DsExpr.o-boot <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/DsUtils.hs -o compiler/stage1/build/DsUtils.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/DsForeign.hs -o compiler/stage1/build/DsForeign.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Builtins.hs -o compiler/stage1/build/Vectorise/Builtins.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Monad/Base.hs -o compiler/stage1/build/Vectorise/Monad/Base.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/DsGRHSs.hs -o compiler/stage1/build/DsGRHSs.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/MatchLit.hs -o compiler/stage1/build/MatchLit.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcSimplify.hs -o compiler/stage1/build/TcSimplify.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Monad/Global.hs -o compiler/stage1/build/Vectorise/Monad/Global.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Monad/Local.hs -o compiler/stage1/build/Vectorise/Monad/Local.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Monad/Naming.hs -o compiler/stage1/build/Vectorise/Monad/Naming.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/DsBinds.hs -o compiler/stage1/build/DsBinds.o <> <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/Check.hs -o compiler/stage1/build/Check.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Monad/InstEnv.hs -o compiler/stage1/build/Vectorise/Monad/InstEnv.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Monad.hs -o compiler/stage1/build/Vectorise/Monad.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcValidity.hs -o compiler/stage1/build/TcValidity.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/MatchCon.hs -o compiler/stage1/build/MatchCon.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Utils/Base.hs -o compiler/stage1/build/Vectorise/Utils/Base.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/Match.hs -o compiler/stage1/build/Match.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Utils/PADict.hs -o compiler/stage1/build/Vectorise/Utils/PADict.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcHsType.hs -o compiler/stage1/build/TcHsType.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Utils/Poly.hs -o compiler/stage1/build/Vectorise/Utils/Poly.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Utils/Hoisting.hs -o compiler/stage1/build/Vectorise/Utils/Hoisting.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/DsArrows.hs -o compiler/stage1/build/DsArrows.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/DsListComp.hs -o compiler/stage1/build/DsListComp.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Utils/Closure.hs -o compiler/stage1/build/Vectorise/Utils/Closure.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Utils.hs -o compiler/stage1/build/Vectorise/Utils.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Type/Type.hs -o compiler/stage1/build/Vectorise/Type/Type.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Generic/Description.hs -o compiler/stage1/build/Vectorise/Generic/Description.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/DsExpr.hs -o compiler/stage1/build/DsExpr.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Convert.hs -o compiler/stage1/build/Vectorise/Convert.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Var.hs -o compiler/stage1/build/Vectorise/Var.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Type/TyConDecl.hs -o compiler/stage1/build/Vectorise/Type/TyConDecl.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcPat.hs -o compiler/stage1/build/TcPat.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcDefaults.hs -o compiler/stage1/build/TcDefaults.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Generic/PData.hs -o compiler/stage1/build/Vectorise/Generic/PData.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Generic/PAMethods.hs -o compiler/stage1/build/Vectorise/Generic/PAMethods.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Exp.hs -o compiler/stage1/build/Vectorise/Exp.o <> <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcPatSyn.hs-boot -o compiler/stage1/build/TcPatSyn.o-boot <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Generic/PADict.hs -o compiler/stage1/build/Vectorise/Generic/PADict.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/deSugar/Desugar.hs -o compiler/stage1/build/Desugar.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcBinds.hs -o compiler/stage1/build/TcBinds.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise/Type/Env.hs -o compiler/stage1/build/Vectorise/Type/Env.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/vectorise/Vectorise.hs -o compiler/stage1/build/Vectorise.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/simplCore/SimplCore.hs -o compiler/stage1/build/SimplCore.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcClassDcl.hs -o compiler/stage1/build/TcClassDcl.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcPatSyn.hs -o compiler/stage1/build/TcPatSyn.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcMatches.hs -o compiler/stage1/build/TcMatches.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcTyClsDecls.hs -o compiler/stage1/build/TcTyClsDecls.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcArrows.hs -o compiler/stage1/build/TcArrows.o <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcExpr.hs -o compiler/stage1/build/TcExpr.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcDeriv.hs -o compiler/stage1/build/TcDeriv.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcForeign.hs -o compiler/stage1/build/TcForeign.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcRules.hs -o compiler/stage1/build/TcRules.o <> <> <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcInstDcls.hs -o compiler/stage1/build/TcInstDcls.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/typecheck/TcRnDriver.hs -o compiler/stage1/build/TcRnDriver.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/HscMain.hs -o compiler/stage1/build/HscMain.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/DriverPipeline.hs -o compiler/stage1/build/DriverPipeline.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/GhcMake.hs -o compiler/stage1/build/GhcMake.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/GHC.hs -o compiler/stage1/build/GHC.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_BAR00MpaztyCxzOpNyu87g -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key binpa_7ekaVkdTyruAPquAD2LLSf -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key conta_JOLExAcFnznHipKDDX15uc -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key hoopl_GC8oB7yJZlR3MSSEIbKJ9S -package-key hpc_DDwDHQgWWA09CucvRU5R4m -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key time_K4qX0Iz0vbW6IVFLy8GwNO -package-key trans_LUSLxXYOxhVEUh1JsY7DGq -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/main/DriverMkDepend.hs -o compiler/stage1/build/DriverMkDepend.o <> "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -ighc/. -ighc/stage1/build -ighc/stage1/build/autogen -Ighc/stage1/build -Ighc/stage1/build/autogen -optP-include -optPghc/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key ghc_BAR00MpaztyCxzOpNyu87g -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -XHaskell2010 -no-user-package-db -rtsopts -odir ghc/stage1/build -hidir ghc/stage1/build -stubdir ghc/stage1/build -c ghc/./Main.hs -o ghc/stage1/build/Main.o "rm" -f compiler/stage1/build/libHSghc-7.10.3-BAR00MpaztyCxzOpNyu87g.a compiler/stage1/build/libHSghc-7.10.3-BAR00MpaztyCxzOpNyu87g.a.contents echo compiler/stage1/build/Avail.o compiler/stage1/build/BasicTypes.o compiler/stage1/build/ConLike.o compiler/stage1/build/DataCon.o compiler/stage1/build/PatSyn.o compiler/stage1/build/Demand.o compiler/stage1/build/Debug.o compiler/stage1/build/Exception.o compiler/stage1/build/GhcMonad.o compiler/stage1/build/Hooks.o compiler/stage1/build/Id.o compiler/stage1/build/IdInfo.o compiler/stage1/build/Lexeme.o compiler/stage1/build/Literal.o compiler/stage1/build/Llvm.o compiler/stage1/build/Llvm/AbsSyn.o compiler/stage1/build/Llvm/MetaData.o compiler/stage1/build/Llvm/PpLlvm.o compiler/stage1/build/Llvm/Types.o compiler/stage1/build/LlvmCodeGen.o compiler/stage1/build/LlvmCodeGen/Base.o compiler/stage1/build/LlvmCodeGen/CodeGen.o compiler/stage1/build/LlvmCodeGen/Data.o compiler/stage1/build/LlvmCodeGen/Ppr.o compiler/stage1/build/LlvmCodeGen/Regs.o compiler/stage1/build/LlvmMangler.o compiler/stage1/build/MkId.o compiler/stage1/build/Module.o compiler/stage1/build/Name.o compiler/stage1/build/NameEnv.o compiler/stage1/build/NameSet.o compiler/stage1/build/OccName.o compiler/stage1/build/RdrName.o compiler/stage1/build/SrcLoc.o compiler/stage1/build/UniqSupply.o compiler/stage1/build/Unique.o compiler/stage1/build/Var.o compiler/stage1/build/VarEnv.o compiler/stage1/build/VarSet.o compiler/stage1/build/UnVarGraph.o compiler/stage1/build/BlockId.o compiler/stage1/build/CLabel.o compiler/stage1/build/Cmm.o compiler/stage1/build/CmmBuildInfoTables.o compiler/stage1/build/CmmPipeline.o compiler/stage1/build/CmmCallConv.o compiler/stage1/build/CmmCommonBlockElim.o compiler/stage1/build/CmmContFlowOpt.o compiler/stage1/build/CmmExpr.o compiler/stage1/build/CmmInfo.o compiler/stage1/build/CmmLex.o compiler/stage1/build/CmmLint.o compiler/stage1/build/CmmLive.o compiler/stage1/build/CmmMachOp.o compiler/stage1/build/CmmNode.o compiler/stage1/build/CmmOpt.o compiler/stage1/build/CmmParse.o compiler/stage1/build/CmmProcPoint.o compiler/stage1/build/CmmSink.o compiler/stage1/build/CmmType.o compiler/stage1/build/CmmUtils.o compiler/stage1/build/CmmLayoutStack.o compiler/stage1/build/MkGraph.o compiler/stage1/build/PprBase.o compiler/stage1/build/PprC.o compiler/stage1/build/PprCmm.o compiler/stage1/build/PprCmmDecl.o compiler/stage1/build/PprCmmExpr.o compiler/stage1/build/Bitmap.o compiler/stage1/build/CodeGen/Platform.o compiler/stage1/build/CodeGen/Platform/ARM.o compiler/stage1/build/CodeGen/Platform/ARM64.o compiler/stage1/build/CodeGen/Platform/NoRegs.o compiler/stage1/build/CodeGen/Platform/PPC.o compiler/stage1/build/CodeGen/Platform/PPC_Darwin.o compiler/stage1/build/CodeGen/Platform/SPARC.o compiler/stage1/build/CodeGen/Platform/X86.o compiler/stage1/build/CodeGen/Platform/X86_64.o compiler/stage1/build/CgUtils.o compiler/stage1/build/StgCmm.o compiler/stage1/build/StgCmmBind.o compiler/stage1/build/StgCmmClosure.o compiler/stage1/build/StgCmmCon.o compiler/stage1/build/StgCmmEnv.o compiler/stage1/build/StgCmmExpr.o compiler/stage1/build/StgCmmForeign.o compiler/stage1/build/StgCmmHeap.o compiler/stage1/build/StgCmmHpc.o compiler/stage1/build/StgCmmArgRep.o compiler/stage1/build/StgCmmLayout.o compiler/stage1/build/StgCmmMonad.o compiler/stage1/build/StgCmmPrim.o compiler/stage1/build/StgCmmProf.o compiler/stage1/build/StgCmmTicky.o compiler/stage1/build/StgCmmUtils.o compiler/stage1/build/StgCmmExtCode.o compiler/stage1/build/SMRep.o compiler/stage1/build/CoreArity.o compiler/stage1/build/CoreFVs.o compiler/stage1/build/CoreLint.o compiler/stage1/build/CorePrep.o compiler/stage1/build/CoreSubst.o compiler/stage1/build/CoreSyn.o compiler/stage1/build/TrieMap.o compiler/stage1/build/CoreTidy.o compiler/stage1/build/CoreUnfold.o compiler/stage1/build/CoreUtils.o compiler/stage1/build/MkCore.o compiler/stage1/build/PprCore.o compiler/stage1/build/Check.o compiler/stage1/build/Coverage.o compiler/stage1/build/Desugar.o compiler/stage1/build/DsArrows.o compiler/stage1/build/DsBinds.o compiler/stage1/build/DsCCall.o compiler/stage1/build/DsExpr.o compiler/stage1/build/DsForeign.o compiler/stage1/build/DsGRHSs.o compiler/stage1/build/DsListComp.o compiler/stage1/build/DsMonad.o compiler/stage1/build/DsUtils.o compiler/stage1/build/Match.o compiler/stage1/build/MatchCon.o compiler/stage1/build/MatchLit.o compiler/stage1/build/HsBinds.o compiler/stage1/build/HsDecls.o compiler/stage1/build/HsDoc.o compiler/stage1/build/HsExpr.o compiler/stage1/build/HsImpExp.o compiler/stage1/build/HsLit.o compiler/stage1/build/PlaceHolder.o compiler/stage1/build/HsPat.o compiler/stage1/build/HsSyn.o compiler/stage1/build/HsTypes.o compiler/stage1/build/HsUtils.o compiler/stage1/build/BinIface.o compiler/stage1/build/BuildTyCl.o compiler/stage1/build/IfaceEnv.o compiler/stage1/build/IfaceSyn.o compiler/stage1/build/IfaceType.o compiler/stage1/build/LoadIface.o compiler/stage1/build/MkIface.o compiler/stage1/build/TcIface.o compiler/stage1/build/FlagChecker.o compiler/stage1/build/Annotations.o compiler/stage1/build/BreakArray.o compiler/stage1/build/CmdLineParser.o compiler/stage1/build/CodeOutput.o compiler/stage1/build/Config.o compiler/stage1/build/Constants.o compiler/stage1/build/DriverMkDepend.o compiler/stage1/build/DriverPhases.o compiler/stage1/build/PipelineMonad.o compiler/stage1/build/DriverPipeline.o compiler/stage1/build/DynFlags.o compiler/stage1/build/ErrUtils.o compiler/stage1/build/Finder.o compiler/stage1/build/GHC.o compiler/stage1/build/GhcMake.o compiler/stage1/build/GhcPlugins.o compiler/stage1/build/DynamicLoading.o compiler/stage1/build/HeaderInfo.o compiler/stage1/build/HscMain.o compiler/stage1/build/HscStats.o compiler/stage1/build/HscTypes.o compiler/stage1/build/InteractiveEval.o compiler/stage1/build/InteractiveEvalTypes.o compiler/stage1/build/PackageConfig.o compiler/stage1/build/Packages.o compiler/stage1/build/PlatformConstants.o compiler/stage1/build/Plugins.o compiler/stage1/build/TcPluginM.o compiler/stage1/build/PprTyThing.o compiler/stage1/build/StaticFlags.o compiler/stage1/build/StaticPtrTable.o compiler/stage1/build/SysTools.o compiler/stage1/build/TidyPgm.o compiler/stage1/build/Ctype.o compiler/stage1/build/HaddockUtils.o compiler/stage1/build/Lexer.o compiler/stage1/build/OptCoercion.o compiler/stage1/build/Parser.o compiler/stage1/build/RdrHsSyn.o compiler/stage1/build/ApiAnnotation.o compiler/stage1/build/ForeignCall.o compiler/stage1/build/PrelInfo.o compiler/stage1/build/PrelNames.o compiler/stage1/build/PrelRules.o compiler/stage1/build/PrimOp.o compiler/stage1/build/TysPrim.o compiler/stage1/build/TysWiredIn.o compiler/stage1/build/CostCentre.o compiler/stage1/build/ProfInit.o compiler/stage1/build/SCCfinal.o compiler/stage1/build/RnBinds.o compiler/stage1/build/RnEnv.o compiler/stage1/build/RnExpr.o compiler/stage1/build/RnHsDoc.o compiler/stage1/build/RnNames.o compiler/stage1/build/RnPat.o compiler/stage1/build/RnSource.o compiler/stage1/build/RnSplice.o compiler/stage1/build/RnTypes.o compiler/stage1/build/CoreMonad.o compiler/stage1/build/CSE.o compiler/stage1/build/FloatIn.o compiler/stage1/build/FloatOut.o compiler/stage1/build/LiberateCase.o compiler/stage1/build/OccurAnal.o compiler/stage1/build/SAT.o compiler/stage1/build/SetLevels.o compiler/stage1/build/SimplCore.o compiler/stage1/build/SimplEnv.o compiler/stage1/build/SimplMonad.o compiler/stage1/build/SimplUtils.o compiler/stage1/build/Simplify.o compiler/stage1/build/SimplStg.o compiler/stage1/build/StgStats.o compiler/stage1/build/UnariseStg.o compiler/stage1/build/Rules.o compiler/stage1/build/SpecConstr.o compiler/stage1/build/Specialise.o compiler/stage1/build/CoreToStg.o compiler/stage1/build/StgLint.o compiler/stage1/build/StgSyn.o compiler/stage1/build/CallArity.o compiler/stage1/build/DmdAnal.o compiler/stage1/build/WorkWrap.o compiler/stage1/build/WwLib.o compiler/stage1/build/FamInst.o compiler/stage1/build/Inst.o compiler/stage1/build/TcAnnotations.o compiler/stage1/build/TcArrows.o compiler/stage1/build/TcBinds.o compiler/stage1/build/TcClassDcl.o compiler/stage1/build/TcDefaults.o compiler/stage1/build/TcDeriv.o compiler/stage1/build/TcEnv.o compiler/stage1/build/TcExpr.o compiler/stage1/build/TcForeign.o compiler/stage1/build/TcGenDeriv.o compiler/stage1/build/TcGenGenerics.o compiler/stage1/build/TcHsSyn.o compiler/stage1/build/TcHsType.o compiler/stage1/build/TcInstDcls.o compiler/stage1/build/TcMType.o compiler/stage1/build/TcValidity.o compiler/stage1/build/TcMatches.o compiler/stage1/build/TcPat.o compiler/stage1/build/TcPatSyn.o compiler/stage1/build/TcRnDriver.o compiler/stage1/build/TcRnMonad.o compiler/stage1/build/TcRnTypes.o compiler/stage1/build/TcRules.o compiler/stage1/build/TcSimplify.o compiler/stage1/build/TcErrors.o compiler/stage1/build/TcTyClsDecls.o compiler/stage1/build/TcTyDecls.o compiler/stage1/build/TcType.o compiler/stage1/build/TcEvidence.o compiler/stage1/build/TcUnify.o compiler/stage1/build/TcInteract.o compiler/stage1/build/TcCanonical.o compiler/stage1/build/TcFlatten.o compiler/stage1/build/TcSMonad.o compiler/stage1/build/TcTypeNats.o compiler/stage1/build/TcSplice.o compiler/stage1/build/Class.o compiler/stage1/build/Coercion.o compiler/stage1/build/FamInstEnv.o compiler/stage1/build/FunDeps.o compiler/stage1/build/InstEnv.o compiler/stage1/build/TyCon.o compiler/stage1/build/CoAxiom.o compiler/stage1/build/Kind.o compiler/stage1/build/Type.o compiler/stage1/build/TypeRep.o compiler/stage1/build/Unify.o compiler/stage1/build/Bag.o compiler/stage1/build/Binary.o compiler/stage1/build/BooleanFormula.o compiler/stage1/build/BufWrite.o compiler/stage1/build/Digraph.o compiler/stage1/build/Encoding.o compiler/stage1/build/FastBool.o compiler/stage1/build/FastFunctions.o compiler/stage1/build/FastMutInt.o compiler/stage1/build/FastString.o compiler/stage1/build/FastTypes.o compiler/stage1/build/Fingerprint.o compiler/stage1/build/FiniteMap.o compiler/stage1/build/GraphBase.o compiler/stage1/build/GraphColor.o compiler/stage1/build/GraphOps.o compiler/stage1/build/GraphPpr.o compiler/stage1/build/IOEnv.o compiler/stage1/build/ListSetOps.o compiler/stage1/build/Maybes.o compiler/stage1/build/MonadUtils.o compiler/stage1/build/OrdList.o compiler/stage1/build/Outputable.o compiler/stage1/build/Pair.o compiler/stage1/build/Panic.o compiler/stage1/build/Pretty.o compiler/stage1/build/Serialized.o compiler/stage1/build/State.o compiler/stage1/build/Stream.o compiler/stage1/build/StringBuffer.o compiler/stage1/build/UniqFM.o compiler/stage1/build/UniqSet.o compiler/stage1/build/Util.o compiler/stage1/build/ExtsCompat46.o compiler/stage1/build/Vectorise/Builtins/Base.o compiler/stage1/build/Vectorise/Builtins/Initialise.o compiler/stage1/build/Vectorise/Builtins.o compiler/stage1/build/Vectorise/Monad/Base.o compiler/stage1/build/Vectorise/Monad/Naming.o compiler/stage1/build/Vectorise/Monad/Local.o compiler/stage1/build/Vectorise/Monad/Global.o compiler/stage1/build/Vectorise/Monad/InstEnv.o compiler/stage1/build/Vectorise/Monad.o compiler/stage1/build/Vectorise/Utils/Base.o compiler/stage1/build/Vectorise/Utils/Closure.o compiler/stage1/build/Vectorise/Utils/Hoisting.o compiler/stage1/build/Vectorise/Utils/PADict.o compiler/stage1/build/Vectorise/Utils/Poly.o compiler/stage1/build/Vectorise/Utils.o compiler/stage1/build/Vectorise/Generic/Description.o compiler/stage1/build/Vectorise/Generic/PAMethods.o compiler/stage1/build/Vectorise/Generic/PADict.o compiler/stage1/build/Vectorise/Generic/PData.o compiler/stage1/build/Vectorise/Type/Env.o compiler/stage1/build/Vectorise/Type/Type.o compiler/stage1/build/Vectorise/Type/TyConDecl.o compiler/stage1/build/Vectorise/Type/Classify.o compiler/stage1/build/Vectorise/Convert.o compiler/stage1/build/Vectorise/Vect.o compiler/stage1/build/Vectorise/Var.o compiler/stage1/build/Vectorise/Env.o compiler/stage1/build/Vectorise/Exp.o compiler/stage1/build/Vectorise.o compiler/stage1/build/Hoopl/Dataflow.o compiler/stage1/build/Hoopl.o compiler/stage1/build/AsmCodeGen.o compiler/stage1/build/TargetReg.o compiler/stage1/build/NCGMonad.o compiler/stage1/build/Instruction.o compiler/stage1/build/Size.o compiler/stage1/build/Reg.o compiler/stage1/build/RegClass.o compiler/stage1/build/PIC.o compiler/stage1/build/Platform.o compiler/stage1/build/CPrim.o compiler/stage1/build/X86/Regs.o compiler/stage1/build/X86/RegInfo.o compiler/stage1/build/X86/Instr.o compiler/stage1/build/X86/Cond.o compiler/stage1/build/X86/Ppr.o compiler/stage1/build/X86/CodeGen.o compiler/stage1/build/PPC/Regs.o compiler/stage1/build/PPC/RegInfo.o compiler/stage1/build/PPC/Instr.o compiler/stage1/build/PPC/Cond.o compiler/stage1/build/PPC/Ppr.o compiler/stage1/build/PPC/CodeGen.o compiler/stage1/build/SPARC/Base.o compiler/stage1/build/SPARC/Regs.o compiler/stage1/build/SPARC/Imm.o compiler/stage1/build/SPARC/AddrMode.o compiler/stage1/build/SPARC/Cond.o compiler/stage1/build/SPARC/Instr.o compiler/stage1/build/SPARC/Stack.o compiler/stage1/build/SPARC/ShortcutJump.o compiler/stage1/build/SPARC/Ppr.o compiler/stage1/build/SPARC/CodeGen.o compiler/stage1/build/SPARC/CodeGen/Amode.o compiler/stage1/build/SPARC/CodeGen/Base.o compiler/stage1/build/SPARC/CodeGen/CondCode.o compiler/stage1/build/SPARC/CodeGen/Gen32.o compiler/stage1/build/SPARC/CodeGen/Gen64.o compiler/stage1/build/SPARC/CodeGen/Sanity.o compiler/stage1/build/SPARC/CodeGen/Expand.o compiler/stage1/build/RegAlloc/Liveness.o compiler/stage1/build/RegAlloc/Graph/Main.o compiler/stage1/build/RegAlloc/Graph/Stats.o compiler/stage1/build/RegAlloc/Graph/ArchBase.o compiler/stage1/build/RegAlloc/Graph/ArchX86.o compiler/stage1/build/RegAlloc/Graph/Coalesce.o compiler/stage1/build/RegAlloc/Graph/Spill.o compiler/stage1/build/RegAlloc/Graph/SpillClean.o compiler/stage1/build/RegAlloc/Graph/SpillCost.o compiler/stage1/build/RegAlloc/Graph/TrivColorable.o compiler/stage1/build/RegAlloc/Linear/Main.o compiler/stage1/build/RegAlloc/Linear/JoinToTargets.o compiler/stage1/build/RegAlloc/Linear/State.o compiler/stage1/build/RegAlloc/Linear/Stats.o compiler/stage1/build/RegAlloc/Linear/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/StackMap.o compiler/stage1/build/RegAlloc/Linear/Base.o compiler/stage1/build/RegAlloc/Linear/X86/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/X86_64/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/PPC/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/SPARC/FreeRegs.o compiler/stage1/build/Dwarf.o compiler/stage1/build/Dwarf/Types.o compiler/stage1/build/Dwarf/Constants.o compiler/stage1/build/parser/cutils.o compiler/stage1/build/cbits/genSym.o >> compiler/stage1/build/libHSghc-7.10.3-BAR00MpaztyCxzOpNyu87g.a.contents "ar" q compiler/stage1/build/libHSghc-7.10.3-BAR00MpaztyCxzOpNyu87g.a @compiler/stage1/build/libHSghc-7.10.3-BAR00MpaztyCxzOpNyu87g.a.contents ar: creating compiler/stage1/build/libHSghc-7.10.3-BAR00MpaztyCxzOpNyu87g.a "rm" -f compiler/stage1/build/libHSghc-7.10.3-BAR00MpaztyCxzOpNyu87g.a.contents "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -o ghc/stage1/build/tmp/ghc-stage1 -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -ighc/. -ighc/stage1/build -ighc/stage1/build/autogen -Ighc/stage1/build -Ighc/stage1/build/autogen -optP-include -optPghc/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key ghc_BAR00MpaztyCxzOpNyu87g -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -XHaskell2010 -no-user-package-db -rtsopts -odir ghc/stage1/build -hidir ghc/stage1/build -stubdir ghc/stage1/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage1/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-boot/build' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-boot/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-boot/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-boot/build' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/filep_1zL8wQ6buHdBkdXLIOikbk' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-boot/build' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/conta_JOLExAcFnznHipKDDX15uc' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/deeps_LMn8ZXkk16aLlc0Awy5v7w' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/array_5PK0Kn0jOMaGzumcYJPgRc' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/integ_DrKBJ7wo9zkGiLmhPp116e' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3' -optl-L'/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts' -optl-lrt -optl-lutil -optl-lm -optl-lrt -static -H32m -O -package-db libraries/bootstrapping.conf -hide-all-packages -i -ighc/. -ighc/stage1/build -ighc/stage1/build/autogen -Ighc/stage1/build -Ighc/stage1/build/autogen -optP-include -optPghc/stage1/build/autogen/cabal_macros.h -package-key array_5PK0Kn0jOMaGzumcYJPgRc -package-key base_2lcyO1PzLwjHA5BlcgluBo -package-key bytes_5uxHMIZkNTp9O0tsdC8daM -package-key direc_4Sod2TaWh9Z6fieXcjcSyq -package-key filep_1zL8wQ6buHdBkdXLIOikbk -package-key ghc_BAR00MpaztyCxzOpNyu87g -package-key proce_LLFeAXFmOJnGNbJ2y0dKUi -package-key unix_IweUSEahCMuCJMM6fnRRNh -Wall -XHaskell2010 -no-user-package-db -rtsopts ghc/stage1/build/Main.o ghc/stage1/build/hschooks.o /usr/bin/install -c -o pbulk -g users -m 755 ghc/stage1/build/tmp/ghc-stage1 inplace/lib/bin/ghc-stage1 "rm" -f inplace/bin/ghc-stage1 echo '#!/bin/sh' >> inplace/bin/ghc-stage1 echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/ghc-stage1"' >> inplace/bin/ghc-stage1 echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/ghc-stage1 echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/ghc-stage1 echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/ghc-stage1 echo 'pgmgcc="cc"' >> inplace/bin/ghc-stage1 echo 'export LD_LIBRARY_PATH="/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage1/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-boot/build:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/proce_LLFeAXFmOJnGNbJ2y0dKUi:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-boot/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-boot/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-boot/build:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/direc_4Sod2TaWh9Z6fieXcjcSyq:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/unix_IweUSEahCMuCJMM6fnRRNh:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/time_K4qX0Iz0vbW6IVFLy8GwNO:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/filep_1zL8wQ6buHdBkdXLIOikbk:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-boot/build:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/conta_JOLExAcFnznHipKDDX15uc:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/bytes_5uxHMIZkNTp9O0tsdC8daM:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/deeps_LMn8ZXkk16aLlc0Awy5v7w:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/array_5PK0Kn0jOMaGzumcYJPgRc:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/base_2lcyO1PzLwjHA5BlcgluBo:/usr/lib:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/integ_DrKBJ7wo9zkGiLmhPp116e:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3:/tmp/work/lang/ghc7/work/.tools/lib/ghc-7.10.3/rts:$LD_LIBRARY_PATH"' >> inplace/bin/ghc-stage1 cat ghc/ghc.wrapper >> inplace/bin/ghc-stage1 chmod +x inplace/bin/ghc-stage1 "inplace/bin/ghc-cabal" check libraries/ghc-prim "inplace/bin/ghc-cabal" configure libraries/ghc-prim dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --flag=include-ghc-prim --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring ghc-prim-0.4.0.0... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/ghc-prim/dist-install/inplace-pkg-config Reading package info from "libraries/ghc-prim/dist-install/inplace-pkg-config" ... done. ghc-prim-0.4.0.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock doesn't exist or isn't a file ghc-prim-0.4.0.0: cannot find any of ["GHC/CString.hi","GHC/CString.p_hi","GHC/CString.dyn_hi"] (ignoring) ghc-prim-0.4.0.0: cannot find any of ["GHC/Classes.hi","GHC/Classes.p_hi","GHC/Classes.dyn_hi"] (ignoring) ghc-prim-0.4.0.0: cannot find any of ["GHC/Debug.hi","GHC/Debug.p_hi","GHC/Debug.dyn_hi"] (ignoring) ghc-prim-0.4.0.0: cannot find any of ["GHC/IntWord64.hi","GHC/IntWord64.p_hi","GHC/IntWord64.dyn_hi"] (ignoring) ghc-prim-0.4.0.0: cannot find any of ["GHC/Magic.hi","GHC/Magic.p_hi","GHC/Magic.dyn_hi"] (ignoring) ghc-prim-0.4.0.0: cannot find any of ["GHC/PrimopWrappers.hi","GHC/PrimopWrappers.p_hi","GHC/PrimopWrappers.dyn_hi"] (ignoring) ghc-prim-0.4.0.0: cannot find any of ["GHC/Tuple.hi","GHC/Tuple.p_hi","GHC/Tuple.dyn_hi"] (ignoring) ghc-prim-0.4.0.0: cannot find any of ["GHC/Types.hi","GHC/Types.p_hi","GHC/Types.dyn_hi"] (ignoring) ghc-prim-0.4.0.0: cannot find any of ["libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3.a","libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3.p_a","libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3-ghc7.10.3.so","libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3-ghc7.10.3.dylib","HSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/integer-gmp2 No 'description' field. "inplace/bin/ghc-cabal" configure libraries/integer-gmp2 dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring integer-gmp-1.0.0.0... configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-curses-includes, --with-curses-libraries, --with-gcc checking build system type... x86_64-unknown-netbsd9.2 checking host system type... x86_64-unknown-netbsd9.2 checking target system type... x86_64-unknown-netbsd9.2 checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for __gmpz_powm in -lgmp... yes checking for __gmpz_powm_sec in -lgmp... yes checking whether to use in-tree GMP... no checking how to run the C preprocessor... cc -E -I/usr/include -I/usr/pkg/include checking for grep that handles long lines and -e... /tmp/work/lang/ghc7/work/.tools/bin/grep checking for egrep... /tmp/work/lang/ghc7/work/.tools/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking GMP version... 6.2.1 configure: creating ./config.status config.status: creating integer-gmp.buildinfo config.status: creating gmp/config.mk config.status: creating include/HsIntegerGmp.h configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-curses-includes, --with-curses-libraries, --with-gcc "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/integer-gmp2/dist-install/inplace-pkg-config Reading package info from "libraries/integer-gmp2/dist-install/inplace-pkg-config" ... done. integer-gmp-1.0.0.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/doc/html/integer-gmp/integer-gmp.haddock doesn't exist or isn't a file integer-gmp-1.0.0.0: cannot find any of ["GHC/Integer.hi","GHC/Integer.p_hi","GHC/Integer.dyn_hi"] (ignoring) integer-gmp-1.0.0.0: cannot find any of ["GHC/Integer/Logarithms.hi","GHC/Integer/Logarithms.p_hi","GHC/Integer/Logarithms.dyn_hi"] (ignoring) integer-gmp-1.0.0.0: cannot find any of ["GHC/Integer/Logarithms/Internals.hi","GHC/Integer/Logarithms/Internals.p_hi","GHC/Integer/Logarithms/Internals.dyn_hi"] (ignoring) integer-gmp-1.0.0.0: cannot find any of ["GHC/Integer/GMP/Internals.hi","GHC/Integer/GMP/Internals.p_hi","GHC/Integer/GMP/Internals.dyn_hi"] (ignoring) integer-gmp-1.0.0.0: cannot find any of ["GHC/Integer/Type.hi","GHC/Integer/Type.p_hi","GHC/Integer/Type.dyn_hi"] (ignoring) integer-gmp-1.0.0.0: cannot find any of ["libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS.a","libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS.p_a","libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS-ghc7.10.3.so","libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS-ghc7.10.3.dylib","HSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/base "inplace/bin/ghc-cabal" configure libraries/base dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --flags=integer-gmp2 --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring base-4.8.2.0... configure: WARNING: unrecognized options: --with-compiler, --with-gmp-includes, --with-gmp-libraries, --with-curses-includes, --with-curses-libraries, --with-gcc checking build system type... x86_64-unknown-netbsd9.2 checking host system type... x86_64-unknown-netbsd9.2 checking target system type... x86_64-unknown-netbsd9.2 checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether cc accepts -g... yes checking for cc option to enable C11 features... none needed checking for WINDOWS platform... NO checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for long long... yes checking for grep that handles long lines and -e... /tmp/work/lang/ghc7/work/.tools/bin/grep checking for egrep... /tmp/work/lang/ghc7/work/.tools/bin/grep -E checking for ctype.h... yes checking for errno.h... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking for limits.h... yes checking for signal.h... yes checking for sys/resource.h... yes checking for sys/select.h... yes checking for sys/stat.h... (cached) yes checking for sys/syscall.h... yes checking for sys/time.h... yes checking for sys/timeb.h... yes checking for sys/timers.h... no checking for sys/times.h... yes checking for sys/types.h... (cached) yes checking for sys/utsname.h... yes checking for sys/wait.h... yes checking for termios.h... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for utime.h... yes checking for windows.h... no checking for winsock.h... no checking for langinfo.h... yes checking for poll.h... yes checking for sys/epoll.h... no checking for sys/event.h... yes checking for sys/eventfd.h... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for wctype.h... yes checking for iswspace... yes checking for lstat... yes checking for clock_gettime in -lrt... yes checking for clock_gettime... yes checking for getclock... no checking for getrusage... yes checking for times... yes checking for _chsize... no checking for ftruncate... yes checking for epoll_ctl... no checking for eventfd... no checking for kevent... yes checking for kevent64... no checking for kqueue... yes checking for poll... yes checking size of kev.filter... 4 checking size of kev.flags... 4 checking for unsetenv... yes checking how to run the C preprocessor... cc -E -I/usr/include -I/usr/pkg/include checking return type of unsetenv... int checking Haskell type for char... Int8 checking Haskell type for signed char... Int8 checking Haskell type for unsigned char... Word8 checking Haskell type for short... Int16 checking Haskell type for unsigned short... Word16 checking Haskell type for int... Int32 checking Haskell type for unsigned int... Word32 checking Haskell type for long... Int64 checking Haskell type for unsigned long... Word64 checking Haskell type for long long... Int64 checking Haskell type for unsigned long long... Word64 checking Haskell type for float... Float checking Haskell type for double... Double checking Haskell type for ptrdiff_t... Int64 checking Haskell type for size_t... Word64 checking Haskell type for wchar_t... Int32 checking Haskell type for sig_atomic_t... Int32 checking Haskell type for clock_t... Word32 checking Haskell type for time_t... Int64 checking Haskell type for useconds_t... Word32 checking Haskell type for suseconds_t... Int32 checking Haskell type for dev_t... Word64 checking Haskell type for ino_t... Word64 checking Haskell type for mode_t... Word32 checking Haskell type for off_t... Int64 checking Haskell type for pid_t... Int32 checking Haskell type for gid_t... Word32 checking Haskell type for uid_t... Word32 checking Haskell type for cc_t... Word8 checking Haskell type for speed_t... Word32 checking Haskell type for tcflag_t... Word32 checking Haskell type for nlink_t... Word32 checking Haskell type for ssize_t... Int64 checking Haskell type for rlim_t... Word64 checking Haskell type for intptr_t... Int64 checking Haskell type for uintptr_t... Word64 checking Haskell type for intmax_t... Int64 checking Haskell type for uintmax_t... Word64 checking value of E2BIG... 7 checking value of EACCES... 13 checking value of EADDRINUSE... 48 checking value of EADDRNOTAVAIL... 49 checking value of EADV... -1 checking value of EAFNOSUPPORT... 47 checking value of EAGAIN... 35 checking value of EALREADY... 37 checking value of EBADF... 9 checking value of EBADMSG... 88 checking value of EBADRPC... 72 checking value of EBUSY... 16 checking value of ECHILD... 10 checking value of ECOMM... -1 checking value of ECONNABORTED... 53 checking value of ECONNREFUSED... 61 checking value of ECONNRESET... 54 checking value of EDEADLK... 11 checking value of EDESTADDRREQ... 39 checking value of EDIRTY... -1 checking value of EDOM... 33 checking value of EDQUOT... 69 checking value of EEXIST... 17 checking value of EFAULT... 14 checking value of EFBIG... 27 checking value of EFTYPE... 79 checking value of EHOSTDOWN... 64 checking value of EHOSTUNREACH... 65 checking value of EIDRM... 82 checking value of EILSEQ... 85 checking value of EINPROGRESS... 36 checking value of EINTR... 4 checking value of EINVAL... 22 checking value of EIO... 5 checking value of EISCONN... 56 checking value of EISDIR... 21 checking value of ELOOP... 62 checking value of EMFILE... 24 checking value of EMLINK... 31 checking value of EMSGSIZE... 40 checking value of EMULTIHOP... 94 checking value of ENAMETOOLONG... 63 checking value of ENETDOWN... 50 checking value of ENETRESET... 52 checking value of ENETUNREACH... 51 checking value of ENFILE... 23 checking value of ENOBUFS... 55 checking value of ENODATA... 89 checking value of ENODEV... 19 checking value of ENOENT... 2 checking value of ENOEXEC... 8 checking value of ENOLCK... 77 checking value of ENOLINK... 95 checking value of ENOMEM... 12 checking value of ENOMSG... 83 checking value of ENONET... -1 checking value of ENOPROTOOPT... 42 checking value of ENOSPC... 28 checking value of ENOSR... 90 checking value of ENOSTR... 91 checking value of ENOSYS... 78 checking value of ENOTBLK... 15 checking value of ENOTCONN... 57 checking value of ENOTDIR... 20 checking value of ENOTEMPTY... 66 checking value of ENOTSOCK... 38 checking value of ENOTTY... 25 checking value of ENXIO... 6 checking value of EOPNOTSUPP... 45 checking value of EPERM... 1 checking value of EPFNOSUPPORT... 46 checking value of EPIPE... 32 checking value of EPROCLIM... 67 checking value of EPROCUNAVAIL... 76 checking value of EPROGMISMATCH... 75 checking value of EPROGUNAVAIL... 74 checking value of EPROTO... 96 checking value of EPROTONOSUPPORT... 43 checking value of EPROTOTYPE... 41 checking value of ERANGE... 34 checking value of EREMCHG... -1 checking value of EREMOTE... 71 checking value of EROFS... 30 checking value of ERPCMISMATCH... 73 checking value of ERREMOTE... -1 checking value of ESHUTDOWN... 58 checking value of ESOCKTNOSUPPORT... 44 checking value of ESPIPE... 29 checking value of ESRCH... 3 checking value of ESRMNT... -1 checking value of ESTALE... 70 checking value of ETIME... 92 checking value of ETIMEDOUT... 60 checking value of ETOOMANYREFS... 59 checking value of ETXTBSY... 26 checking value of EUSERS... 68 checking value of EWOULDBLOCK... 35 checking value of EXDEV... 18 checking value of ENOCIGAR... -1 checking value of ENOTSUP... 86 checking value of SIGINT... 2 checking value of O_BINARY... 0 checking for library containing iconv... none required checking for library containing locale_charset... no checking for struct MD5Context... yes checking size of struct MD5Context... 88 configure: creating ./config.status config.status: creating base.buildinfo config.status: creating include/HsBaseConfig.h config.status: creating include/EventConfig.h configure: WARNING: unrecognized options: --with-compiler, --with-gmp-includes, --with-gmp-libraries, --with-curses-includes, --with-curses-libraries, --with-gcc "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/base/dist-install/inplace-pkg-config Reading package info from "libraries/base/dist-install/inplace-pkg-config" ... done. base-4.8.2.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/doc/html/base/base.haddock doesn't exist or isn't a file base-4.8.2.0: cannot find any of ["Control/Applicative.hi","Control/Applicative.p_hi","Control/Applicative.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Arrow.hi","Control/Arrow.p_hi","Control/Arrow.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Category.hi","Control/Category.p_hi","Control/Category.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Concurrent.hi","Control/Concurrent.p_hi","Control/Concurrent.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Concurrent/Chan.hi","Control/Concurrent/Chan.p_hi","Control/Concurrent/Chan.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Concurrent/MVar.hi","Control/Concurrent/MVar.p_hi","Control/Concurrent/MVar.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Concurrent/QSem.hi","Control/Concurrent/QSem.p_hi","Control/Concurrent/QSem.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Concurrent/QSemN.hi","Control/Concurrent/QSemN.p_hi","Control/Concurrent/QSemN.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Exception.hi","Control/Exception.p_hi","Control/Exception.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Exception/Base.hi","Control/Exception/Base.p_hi","Control/Exception/Base.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Monad.hi","Control/Monad.p_hi","Control/Monad.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Monad/Fix.hi","Control/Monad/Fix.p_hi","Control/Monad/Fix.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Monad/Instances.hi","Control/Monad/Instances.p_hi","Control/Monad/Instances.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Monad/ST.hi","Control/Monad/ST.p_hi","Control/Monad/ST.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Monad/ST/Lazy.hi","Control/Monad/ST/Lazy.p_hi","Control/Monad/ST/Lazy.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Monad/ST/Lazy/Safe.hi","Control/Monad/ST/Lazy/Safe.p_hi","Control/Monad/ST/Lazy/Safe.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Monad/ST/Lazy/Unsafe.hi","Control/Monad/ST/Lazy/Unsafe.p_hi","Control/Monad/ST/Lazy/Unsafe.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Monad/ST/Safe.hi","Control/Monad/ST/Safe.p_hi","Control/Monad/ST/Safe.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Monad/ST/Strict.hi","Control/Monad/ST/Strict.p_hi","Control/Monad/ST/Strict.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Monad/ST/Unsafe.hi","Control/Monad/ST/Unsafe.p_hi","Control/Monad/ST/Unsafe.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Monad/Zip.hi","Control/Monad/Zip.p_hi","Control/Monad/Zip.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Bifunctor.hi","Data/Bifunctor.p_hi","Data/Bifunctor.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Bits.hi","Data/Bits.p_hi","Data/Bits.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Bool.hi","Data/Bool.p_hi","Data/Bool.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Char.hi","Data/Char.p_hi","Data/Char.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Coerce.hi","Data/Coerce.p_hi","Data/Coerce.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Complex.hi","Data/Complex.p_hi","Data/Complex.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Data.hi","Data/Data.p_hi","Data/Data.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Dynamic.hi","Data/Dynamic.p_hi","Data/Dynamic.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Either.hi","Data/Either.p_hi","Data/Either.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Eq.hi","Data/Eq.p_hi","Data/Eq.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Fixed.hi","Data/Fixed.p_hi","Data/Fixed.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Foldable.hi","Data/Foldable.p_hi","Data/Foldable.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Function.hi","Data/Function.p_hi","Data/Function.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Functor.hi","Data/Functor.p_hi","Data/Functor.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Functor/Identity.hi","Data/Functor/Identity.p_hi","Data/Functor/Identity.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/IORef.hi","Data/IORef.p_hi","Data/IORef.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Int.hi","Data/Int.p_hi","Data/Int.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Ix.hi","Data/Ix.p_hi","Data/Ix.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/List.hi","Data/List.p_hi","Data/List.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Maybe.hi","Data/Maybe.p_hi","Data/Maybe.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Monoid.hi","Data/Monoid.p_hi","Data/Monoid.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Ord.hi","Data/Ord.p_hi","Data/Ord.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Proxy.hi","Data/Proxy.p_hi","Data/Proxy.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Ratio.hi","Data/Ratio.p_hi","Data/Ratio.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/STRef.hi","Data/STRef.p_hi","Data/STRef.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/STRef/Lazy.hi","Data/STRef/Lazy.p_hi","Data/STRef/Lazy.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/STRef/Strict.hi","Data/STRef/Strict.p_hi","Data/STRef/Strict.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/String.hi","Data/String.p_hi","Data/String.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Traversable.hi","Data/Traversable.p_hi","Data/Traversable.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Tuple.hi","Data/Tuple.p_hi","Data/Tuple.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Type/Bool.hi","Data/Type/Bool.p_hi","Data/Type/Bool.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Type/Coercion.hi","Data/Type/Coercion.p_hi","Data/Type/Coercion.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Type/Equality.hi","Data/Type/Equality.p_hi","Data/Type/Equality.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Typeable.hi","Data/Typeable.p_hi","Data/Typeable.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Typeable/Internal.hi","Data/Typeable/Internal.p_hi","Data/Typeable/Internal.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Unique.hi","Data/Unique.p_hi","Data/Unique.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Version.hi","Data/Version.p_hi","Data/Version.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Void.hi","Data/Void.p_hi","Data/Void.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/Word.hi","Data/Word.p_hi","Data/Word.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Debug/Trace.hi","Debug/Trace.p_hi","Debug/Trace.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign.hi","Foreign.p_hi","Foreign.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/C.hi","Foreign/C.p_hi","Foreign/C.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/C/Error.hi","Foreign/C/Error.p_hi","Foreign/C/Error.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/C/String.hi","Foreign/C/String.p_hi","Foreign/C/String.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/C/Types.hi","Foreign/C/Types.p_hi","Foreign/C/Types.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/Concurrent.hi","Foreign/Concurrent.p_hi","Foreign/Concurrent.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/ForeignPtr.hi","Foreign/ForeignPtr.p_hi","Foreign/ForeignPtr.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/ForeignPtr/Safe.hi","Foreign/ForeignPtr/Safe.p_hi","Foreign/ForeignPtr/Safe.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/ForeignPtr/Unsafe.hi","Foreign/ForeignPtr/Unsafe.p_hi","Foreign/ForeignPtr/Unsafe.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/Marshal.hi","Foreign/Marshal.p_hi","Foreign/Marshal.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/Marshal/Alloc.hi","Foreign/Marshal/Alloc.p_hi","Foreign/Marshal/Alloc.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/Marshal/Array.hi","Foreign/Marshal/Array.p_hi","Foreign/Marshal/Array.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/Marshal/Error.hi","Foreign/Marshal/Error.p_hi","Foreign/Marshal/Error.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/Marshal/Pool.hi","Foreign/Marshal/Pool.p_hi","Foreign/Marshal/Pool.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/Marshal/Safe.hi","Foreign/Marshal/Safe.p_hi","Foreign/Marshal/Safe.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/Marshal/Unsafe.hi","Foreign/Marshal/Unsafe.p_hi","Foreign/Marshal/Unsafe.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/Marshal/Utils.hi","Foreign/Marshal/Utils.p_hi","Foreign/Marshal/Utils.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/Ptr.hi","Foreign/Ptr.p_hi","Foreign/Ptr.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/Safe.hi","Foreign/Safe.p_hi","Foreign/Safe.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/StablePtr.hi","Foreign/StablePtr.p_hi","Foreign/StablePtr.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/Storable.hi","Foreign/Storable.p_hi","Foreign/Storable.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Arr.hi","GHC/Arr.p_hi","GHC/Arr.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Base.hi","GHC/Base.p_hi","GHC/Base.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Char.hi","GHC/Char.p_hi","GHC/Char.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Conc.hi","GHC/Conc.p_hi","GHC/Conc.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Conc/IO.hi","GHC/Conc/IO.p_hi","GHC/Conc/IO.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Conc/Signal.hi","GHC/Conc/Signal.p_hi","GHC/Conc/Signal.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Conc/Sync.hi","GHC/Conc/Sync.p_hi","GHC/Conc/Sync.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/ConsoleHandler.hi","GHC/ConsoleHandler.p_hi","GHC/ConsoleHandler.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Constants.hi","GHC/Constants.p_hi","GHC/Constants.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Desugar.hi","GHC/Desugar.p_hi","GHC/Desugar.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Enum.hi","GHC/Enum.p_hi","GHC/Enum.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Environment.hi","GHC/Environment.p_hi","GHC/Environment.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Err.hi","GHC/Err.p_hi","GHC/Err.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Exception.hi","GHC/Exception.p_hi","GHC/Exception.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Exts.hi","GHC/Exts.p_hi","GHC/Exts.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Fingerprint.hi","GHC/Fingerprint.p_hi","GHC/Fingerprint.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Fingerprint/Type.hi","GHC/Fingerprint/Type.p_hi","GHC/Fingerprint/Type.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Float.hi","GHC/Float.p_hi","GHC/Float.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Float/ConversionUtils.hi","GHC/Float/ConversionUtils.p_hi","GHC/Float/ConversionUtils.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Float/RealFracMethods.hi","GHC/Float/RealFracMethods.p_hi","GHC/Float/RealFracMethods.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Foreign.hi","GHC/Foreign.p_hi","GHC/Foreign.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/ForeignPtr.hi","GHC/ForeignPtr.p_hi","GHC/ForeignPtr.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/GHCi.hi","GHC/GHCi.p_hi","GHC/GHCi.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Generics.hi","GHC/Generics.p_hi","GHC/Generics.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO.hi","GHC/IO.p_hi","GHC/IO.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Buffer.hi","GHC/IO/Buffer.p_hi","GHC/IO/Buffer.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/BufferedIO.hi","GHC/IO/BufferedIO.p_hi","GHC/IO/BufferedIO.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Device.hi","GHC/IO/Device.p_hi","GHC/IO/Device.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Encoding.hi","GHC/IO/Encoding.p_hi","GHC/IO/Encoding.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Encoding/CodePage.hi","GHC/IO/Encoding/CodePage.p_hi","GHC/IO/Encoding/CodePage.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Encoding/Failure.hi","GHC/IO/Encoding/Failure.p_hi","GHC/IO/Encoding/Failure.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Encoding/Iconv.hi","GHC/IO/Encoding/Iconv.p_hi","GHC/IO/Encoding/Iconv.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Encoding/Latin1.hi","GHC/IO/Encoding/Latin1.p_hi","GHC/IO/Encoding/Latin1.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Encoding/Types.hi","GHC/IO/Encoding/Types.p_hi","GHC/IO/Encoding/Types.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Encoding/UTF16.hi","GHC/IO/Encoding/UTF16.p_hi","GHC/IO/Encoding/UTF16.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Encoding/UTF32.hi","GHC/IO/Encoding/UTF32.p_hi","GHC/IO/Encoding/UTF32.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Encoding/UTF8.hi","GHC/IO/Encoding/UTF8.p_hi","GHC/IO/Encoding/UTF8.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Exception.hi","GHC/IO/Exception.p_hi","GHC/IO/Exception.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/FD.hi","GHC/IO/FD.p_hi","GHC/IO/FD.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Handle.hi","GHC/IO/Handle.p_hi","GHC/IO/Handle.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Handle/FD.hi","GHC/IO/Handle/FD.p_hi","GHC/IO/Handle/FD.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Handle/Internals.hi","GHC/IO/Handle/Internals.p_hi","GHC/IO/Handle/Internals.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Handle/Text.hi","GHC/IO/Handle/Text.p_hi","GHC/IO/Handle/Text.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/Handle/Types.hi","GHC/IO/Handle/Types.p_hi","GHC/IO/Handle/Types.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IO/IOMode.hi","GHC/IO/IOMode.p_hi","GHC/IO/IOMode.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IOArray.hi","GHC/IOArray.p_hi","GHC/IOArray.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IORef.hi","GHC/IORef.p_hi","GHC/IORef.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/IP.hi","GHC/IP.p_hi","GHC/IP.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Int.hi","GHC/Int.p_hi","GHC/Int.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/List.hi","GHC/List.p_hi","GHC/List.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/MVar.hi","GHC/MVar.p_hi","GHC/MVar.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Natural.hi","GHC/Natural.p_hi","GHC/Natural.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Num.hi","GHC/Num.p_hi","GHC/Num.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/OldList.hi","GHC/OldList.p_hi","GHC/OldList.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/PArr.hi","GHC/PArr.p_hi","GHC/PArr.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Pack.hi","GHC/Pack.p_hi","GHC/Pack.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Profiling.hi","GHC/Profiling.p_hi","GHC/Profiling.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Ptr.hi","GHC/Ptr.p_hi","GHC/Ptr.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Read.hi","GHC/Read.p_hi","GHC/Read.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Real.hi","GHC/Real.p_hi","GHC/Real.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/RTS/Flags.hi","GHC/RTS/Flags.p_hi","GHC/RTS/Flags.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/ST.hi","GHC/ST.p_hi","GHC/ST.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/StaticPtr.hi","GHC/StaticPtr.p_hi","GHC/StaticPtr.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/STRef.hi","GHC/STRef.p_hi","GHC/STRef.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Show.hi","GHC/Show.p_hi","GHC/Show.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/SrcLoc.hi","GHC/SrcLoc.p_hi","GHC/SrcLoc.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Stable.hi","GHC/Stable.p_hi","GHC/Stable.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Stack.hi","GHC/Stack.p_hi","GHC/Stack.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Stats.hi","GHC/Stats.p_hi","GHC/Stats.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Storable.hi","GHC/Storable.p_hi","GHC/Storable.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/TopHandler.hi","GHC/TopHandler.p_hi","GHC/TopHandler.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/TypeLits.hi","GHC/TypeLits.p_hi","GHC/TypeLits.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Unicode.hi","GHC/Unicode.p_hi","GHC/Unicode.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Weak.hi","GHC/Weak.p_hi","GHC/Weak.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Word.hi","GHC/Word.p_hi","GHC/Word.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Numeric.hi","Numeric.p_hi","Numeric.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Numeric/Natural.hi","Numeric/Natural.p_hi","Numeric/Natural.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Prelude.hi","Prelude.p_hi","Prelude.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/CPUTime.hi","System/CPUTime.p_hi","System/CPUTime.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/Console/GetOpt.hi","System/Console/GetOpt.p_hi","System/Console/GetOpt.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/Environment.hi","System/Environment.p_hi","System/Environment.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/Exit.hi","System/Exit.p_hi","System/Exit.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/IO.hi","System/IO.p_hi","System/IO.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/IO/Error.hi","System/IO/Error.p_hi","System/IO/Error.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/IO/Unsafe.hi","System/IO/Unsafe.p_hi","System/IO/Unsafe.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/Info.hi","System/Info.p_hi","System/Info.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/Mem.hi","System/Mem.p_hi","System/Mem.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/Mem/StableName.hi","System/Mem/StableName.p_hi","System/Mem/StableName.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/Mem/Weak.hi","System/Mem/Weak.p_hi","System/Mem/Weak.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/Posix/Internals.hi","System/Posix/Internals.p_hi","System/Posix/Internals.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/Posix/Types.hi","System/Posix/Types.p_hi","System/Posix/Types.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/Timeout.hi","System/Timeout.p_hi","System/Timeout.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Text/ParserCombinators/ReadP.hi","Text/ParserCombinators/ReadP.p_hi","Text/ParserCombinators/ReadP.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Text/ParserCombinators/ReadPrec.hi","Text/ParserCombinators/ReadPrec.p_hi","Text/ParserCombinators/ReadPrec.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Text/Printf.hi","Text/Printf.p_hi","Text/Printf.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Text/Read.hi","Text/Read.p_hi","Text/Read.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Text/Read/Lex.hi","Text/Read/Lex.p_hi","Text/Read/Lex.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Text/Show.hi","Text/Show.p_hi","Text/Show.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Text/Show/Functions.hi","Text/Show/Functions.p_hi","Text/Show/Functions.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Unsafe/Coerce.hi","Unsafe/Coerce.p_hi","Unsafe/Coerce.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event.hi","GHC/Event.p_hi","GHC/Event.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Monad/ST/Imp.hi","Control/Monad/ST/Imp.p_hi","Control/Monad/ST/Imp.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Control/Monad/ST/Lazy/Imp.hi","Control/Monad/ST/Lazy/Imp.p_hi","Control/Monad/ST/Lazy/Imp.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Data/OldList.hi","Data/OldList.p_hi","Data/OldList.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["Foreign/ForeignPtr/Imp.hi","Foreign/ForeignPtr/Imp.p_hi","Foreign/ForeignPtr/Imp.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["System/Environment/ExecutablePath.hi","System/Environment/ExecutablePath.p_hi","System/Environment/ExecutablePath.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/Arr.hi","GHC/Event/Arr.p_hi","GHC/Event/Arr.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/Array.hi","GHC/Event/Array.p_hi","GHC/Event/Array.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/Clock.hi","GHC/Event/Clock.p_hi","GHC/Event/Clock.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/Control.hi","GHC/Event/Control.p_hi","GHC/Event/Control.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/EPoll.hi","GHC/Event/EPoll.p_hi","GHC/Event/EPoll.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/IntTable.hi","GHC/Event/IntTable.p_hi","GHC/Event/IntTable.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/Internal.hi","GHC/Event/Internal.p_hi","GHC/Event/Internal.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/KQueue.hi","GHC/Event/KQueue.p_hi","GHC/Event/KQueue.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/Manager.hi","GHC/Event/Manager.p_hi","GHC/Event/Manager.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/PSQ.hi","GHC/Event/PSQ.p_hi","GHC/Event/PSQ.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/Poll.hi","GHC/Event/Poll.p_hi","GHC/Event/Poll.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/Thread.hi","GHC/Event/Thread.p_hi","GHC/Event/Thread.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/TimerManager.hi","GHC/Event/TimerManager.p_hi","GHC/Event/TimerManager.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["GHC/Event/Unique.hi","GHC/Event/Unique.p_hi","GHC/Event/Unique.dyn_hi"] (ignoring) base-4.8.2.0: cannot find any of ["libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM.a","libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM.p_a","libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM-ghc7.10.3.so","libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM-ghc7.10.3.dylib","HSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/filepath "inplace/bin/ghc-cabal" configure libraries/filepath dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring filepath-1.4.0.0... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/filepath/dist-install/inplace-pkg-config Reading package info from "libraries/filepath/dist-install/inplace-pkg-config" ... done. filepath-1.4.0.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/doc/html/filepath/filepath.haddock doesn't exist or isn't a file filepath-1.4.0.0: cannot find any of ["System/FilePath.hi","System/FilePath.p_hi","System/FilePath.dyn_hi"] (ignoring) filepath-1.4.0.0: cannot find any of ["System/FilePath/Posix.hi","System/FilePath/Posix.p_hi","System/FilePath/Posix.dyn_hi"] (ignoring) filepath-1.4.0.0: cannot find any of ["System/FilePath/Windows.hi","System/FilePath/Windows.p_hi","System/FilePath/Windows.dyn_hi"] (ignoring) filepath-1.4.0.0: cannot find any of ["libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m.a","libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m.p_a","libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m-ghc7.10.3.so","libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m-ghc7.10.3.dylib","HSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/array "inplace/bin/ghc-cabal" configure libraries/array dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring array-0.5.1.0... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/array/dist-install/inplace-pkg-config Reading package info from "libraries/array/dist-install/inplace-pkg-config" ... done. array-0.5.1.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/doc/html/array/array.haddock doesn't exist or isn't a file array-0.5.1.0: cannot find any of ["Data/Array.hi","Data/Array.p_hi","Data/Array.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/Base.hi","Data/Array/Base.p_hi","Data/Array/Base.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/IArray.hi","Data/Array/IArray.p_hi","Data/Array/IArray.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/IO.hi","Data/Array/IO.p_hi","Data/Array/IO.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/IO/Safe.hi","Data/Array/IO/Safe.p_hi","Data/Array/IO/Safe.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/IO/Internals.hi","Data/Array/IO/Internals.p_hi","Data/Array/IO/Internals.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/MArray.hi","Data/Array/MArray.p_hi","Data/Array/MArray.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/MArray/Safe.hi","Data/Array/MArray/Safe.p_hi","Data/Array/MArray/Safe.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/ST.hi","Data/Array/ST.p_hi","Data/Array/ST.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/ST/Safe.hi","Data/Array/ST/Safe.p_hi","Data/Array/ST/Safe.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/Storable.hi","Data/Array/Storable.p_hi","Data/Array/Storable.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/Storable/Safe.hi","Data/Array/Storable/Safe.p_hi","Data/Array/Storable/Safe.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/Storable/Internals.hi","Data/Array/Storable/Internals.p_hi","Data/Array/Storable/Internals.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/Unboxed.hi","Data/Array/Unboxed.p_hi","Data/Array/Unboxed.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["Data/Array/Unsafe.hi","Data/Array/Unsafe.p_hi","Data/Array/Unsafe.dyn_hi"] (ignoring) array-0.5.1.0: cannot find any of ["libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA.a","libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA.p_a","libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA-ghc7.10.3.so","libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA-ghc7.10.3.dylib","HSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/deepseq "inplace/bin/ghc-cabal" configure libraries/deepseq dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring deepseq-1.4.1.1... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/deepseq/dist-install/inplace-pkg-config Reading package info from "libraries/deepseq/dist-install/inplace-pkg-config" ... done. deepseq-1.4.1.1: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/doc/html/deepseq/deepseq.haddock doesn't exist or isn't a file deepseq-1.4.1.1: cannot find any of ["Control/DeepSeq.hi","Control/DeepSeq.p_hi","Control/DeepSeq.dyn_hi"] (ignoring) deepseq-1.4.1.1: cannot find any of ["libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59.a","libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59.p_a","libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59-ghc7.10.3.so","libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59-ghc7.10.3.dylib","HSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/bytestring 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users. "inplace/bin/ghc-cabal" configure libraries/bytestring dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring bytestring-0.10.6.0... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/bytestring/dist-install/inplace-pkg-config Reading package info from "libraries/bytestring/dist-install/inplace-pkg-config" ... done. bytestring-0.10.6.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock doesn't exist or isn't a file bytestring-0.10.6.0: cannot find any of ["Data/ByteString.hi","Data/ByteString.p_hi","Data/ByteString.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Char8.hi","Data/ByteString/Char8.p_hi","Data/ByteString/Char8.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Unsafe.hi","Data/ByteString/Unsafe.p_hi","Data/ByteString/Unsafe.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Internal.hi","Data/ByteString/Internal.p_hi","Data/ByteString/Internal.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Lazy.hi","Data/ByteString/Lazy.p_hi","Data/ByteString/Lazy.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Lazy/Char8.hi","Data/ByteString/Lazy/Char8.p_hi","Data/ByteString/Lazy/Char8.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Lazy/Internal.hi","Data/ByteString/Lazy/Internal.p_hi","Data/ByteString/Lazy/Internal.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Short.hi","Data/ByteString/Short.p_hi","Data/ByteString/Short.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Short/Internal.hi","Data/ByteString/Short/Internal.p_hi","Data/ByteString/Short/Internal.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Builder.hi","Data/ByteString/Builder.p_hi","Data/ByteString/Builder.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Builder/Extra.hi","Data/ByteString/Builder/Extra.p_hi","Data/ByteString/Builder/Extra.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Builder/Prim.hi","Data/ByteString/Builder/Prim.p_hi","Data/ByteString/Builder/Prim.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Builder/Internal.hi","Data/ByteString/Builder/Internal.p_hi","Data/ByteString/Builder/Internal.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Builder/Prim/Internal.hi","Data/ByteString/Builder/Prim/Internal.p_hi","Data/ByteString/Builder/Prim/Internal.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Lazy/Builder.hi","Data/ByteString/Lazy/Builder.p_hi","Data/ByteString/Lazy/Builder.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Lazy/Builder/Extras.hi","Data/ByteString/Lazy/Builder/Extras.p_hi","Data/ByteString/Lazy/Builder/Extras.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Lazy/Builder/ASCII.hi","Data/ByteString/Lazy/Builder/ASCII.p_hi","Data/ByteString/Lazy/Builder/ASCII.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Builder/ASCII.hi","Data/ByteString/Builder/ASCII.p_hi","Data/ByteString/Builder/ASCII.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Builder/Prim/Binary.hi","Data/ByteString/Builder/Prim/Binary.p_hi","Data/ByteString/Builder/Prim/Binary.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Builder/Prim/ASCII.hi","Data/ByteString/Builder/Prim/ASCII.p_hi","Data/ByteString/Builder/Prim/ASCII.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Builder/Prim/Internal/Floating.hi","Data/ByteString/Builder/Prim/Internal/Floating.p_hi","Data/ByteString/Builder/Prim/Internal/Floating.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Builder/Prim/Internal/UncheckedShifts.hi","Data/ByteString/Builder/Prim/Internal/UncheckedShifts.p_hi","Data/ByteString/Builder/Prim/Internal/UncheckedShifts.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["Data/ByteString/Builder/Prim/Internal/Base16.hi","Data/ByteString/Builder/Prim/Internal/Base16.p_hi","Data/ByteString/Builder/Prim/Internal/Base16.dyn_hi"] (ignoring) bytestring-0.10.6.0: cannot find any of ["libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6.a","libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6.p_a","libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6-ghc7.10.3.so","libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6-ghc7.10.3.dylib","HSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/containers 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users. "inplace/bin/ghc-cabal" configure libraries/containers dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring containers-0.5.6.2... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/containers/dist-install/inplace-pkg-config Reading package info from "libraries/containers/dist-install/inplace-pkg-config" ... done. containers-0.5.6.2: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/doc/html/containers/containers.haddock doesn't exist or isn't a file containers-0.5.6.2: cannot find any of ["Data/IntMap.hi","Data/IntMap.p_hi","Data/IntMap.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/IntMap/Lazy.hi","Data/IntMap/Lazy.p_hi","Data/IntMap/Lazy.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/IntMap/Strict.hi","Data/IntMap/Strict.p_hi","Data/IntMap/Strict.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/IntSet.hi","Data/IntSet.p_hi","Data/IntSet.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/Map.hi","Data/Map.p_hi","Data/Map.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/Map/Lazy.hi","Data/Map/Lazy.p_hi","Data/Map/Lazy.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/Map/Strict.hi","Data/Map/Strict.p_hi","Data/Map/Strict.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/Set.hi","Data/Set.p_hi","Data/Set.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/Graph.hi","Data/Graph.p_hi","Data/Graph.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/Sequence.hi","Data/Sequence.p_hi","Data/Sequence.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/Tree.hi","Data/Tree.p_hi","Data/Tree.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/IntMap/Base.hi","Data/IntMap/Base.p_hi","Data/IntMap/Base.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/IntSet/Base.hi","Data/IntSet/Base.p_hi","Data/IntSet/Base.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/Map/Base.hi","Data/Map/Base.p_hi","Data/Map/Base.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/Set/Base.hi","Data/Set/Base.p_hi","Data/Set/Base.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/Utils/BitUtil.hi","Data/Utils/BitUtil.p_hi","Data/Utils/BitUtil.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/Utils/StrictFold.hi","Data/Utils/StrictFold.p_hi","Data/Utils/StrictFold.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["Data/Utils/StrictPair.hi","Data/Utils/StrictPair.p_hi","Data/Utils/StrictPair.dyn_hi"] (ignoring) containers-0.5.6.2: cannot find any of ["libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU.a","libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU.p_a","libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU-ghc7.10.3.so","libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU-ghc7.10.3.dylib","HScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/time "inplace/bin/ghc-cabal" configure libraries/time dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring time-1.5.0.1... configure: WARNING: unrecognized options: --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries, --with-curses-includes, --with-curses-libraries checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E -I/usr/include -I/usr/pkg/include checking for grep that handles long lines and -e... /tmp/work/lang/ghc7/work/.tools/bin/grep checking for egrep... /tmp/work/lang/ghc7/work/.tools/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for gmtime_r... yes checking for localtime_r... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking whether time.h and sys/time.h may both be included... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking whether altzone is declared... no configure: creating ./config.status config.status: creating lib/include/HsTimeConfig.h config.status: lib/include/HsTimeConfig.h is unchanged configure: WARNING: unrecognized options: --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries, --with-curses-includes, --with-curses-libraries "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/time/dist-install/inplace-pkg-config Reading package info from "libraries/time/dist-install/inplace-pkg-config" ... done. time-1.5.0.1: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/doc/html/time/time.haddock doesn't exist or isn't a file time-1.5.0.1: cannot find any of ["Data/Time/Calendar.hi","Data/Time/Calendar.p_hi","Data/Time/Calendar.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Calendar/MonthDay.hi","Data/Time/Calendar/MonthDay.p_hi","Data/Time/Calendar/MonthDay.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Calendar/OrdinalDate.hi","Data/Time/Calendar/OrdinalDate.p_hi","Data/Time/Calendar/OrdinalDate.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Calendar/WeekDate.hi","Data/Time/Calendar/WeekDate.p_hi","Data/Time/Calendar/WeekDate.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Calendar/Julian.hi","Data/Time/Calendar/Julian.p_hi","Data/Time/Calendar/Julian.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Calendar/Easter.hi","Data/Time/Calendar/Easter.p_hi","Data/Time/Calendar/Easter.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Clock.hi","Data/Time/Clock.p_hi","Data/Time/Clock.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Clock/POSIX.hi","Data/Time/Clock/POSIX.p_hi","Data/Time/Clock/POSIX.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Clock/TAI.hi","Data/Time/Clock/TAI.p_hi","Data/Time/Clock/TAI.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/LocalTime.hi","Data/Time/LocalTime.p_hi","Data/Time/LocalTime.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Format.hi","Data/Time/Format.p_hi","Data/Time/Format.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time.hi","Data/Time.p_hi","Data/Time.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Calendar/Private.hi","Data/Time/Calendar/Private.p_hi","Data/Time/Calendar/Private.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Calendar/Days.hi","Data/Time/Calendar/Days.p_hi","Data/Time/Calendar/Days.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Calendar/Gregorian.hi","Data/Time/Calendar/Gregorian.p_hi","Data/Time/Calendar/Gregorian.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Calendar/JulianYearDay.hi","Data/Time/Calendar/JulianYearDay.p_hi","Data/Time/Calendar/JulianYearDay.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Clock/Scale.hi","Data/Time/Clock/Scale.p_hi","Data/Time/Clock/Scale.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Clock/UTC.hi","Data/Time/Clock/UTC.p_hi","Data/Time/Clock/UTC.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Clock/CTimeval.hi","Data/Time/Clock/CTimeval.p_hi","Data/Time/Clock/CTimeval.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Clock/UTCDiff.hi","Data/Time/Clock/UTCDiff.p_hi","Data/Time/Clock/UTCDiff.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/LocalTime/TimeZone.hi","Data/Time/LocalTime/TimeZone.p_hi","Data/Time/LocalTime/TimeZone.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/LocalTime/TimeOfDay.hi","Data/Time/LocalTime/TimeOfDay.p_hi","Data/Time/LocalTime/TimeOfDay.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/LocalTime/LocalTime.hi","Data/Time/LocalTime/LocalTime.p_hi","Data/Time/LocalTime/LocalTime.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Format/Parse.hi","Data/Time/Format/Parse.p_hi","Data/Time/Format/Parse.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["Data/Time/Format/Locale.hi","Data/Time/Format/Locale.p_hi","Data/Time/Format/Locale.dyn_hi"] (ignoring) time-1.5.0.1: cannot find any of ["libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn.a","libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn.p_a","libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn-ghc7.10.3.so","libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn-ghc7.10.3.dylib","HStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/unix "inplace/bin/ghc-cabal" configure libraries/unix dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring unix-2.7.1.0... configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries, --with-curses-includes, --with-curses-libraries, --with-gcc checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E -I/usr/include -I/usr/pkg/include checking for grep that handles long lines and -e... /tmp/work/lang/ghc7/work/.tools/bin/grep checking for egrep... /tmp/work/lang/ghc7/work/.tools/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for an ANSI C-conforming const... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for string.h... (cached) yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for sys/stat.h... (cached) yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking bsd/libutil.h usability... no checking bsd/libutil.h presence... no checking for bsd/libutil.h... no checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking pty.h usability... no checking pty.h presence... no checking for pty.h... no checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for getgrgid_r... yes checking for getgrnam_r... yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking for getpwnam... yes checking for getpwuid... yes checking for getpwent... yes checking for getgrent... yes checking for lchown... yes checking for setenv... yes checking for sysconf... yes checking for unsetenv... yes checking for clearenv... no checking for nanosleep... yes checking for ptsname... yes checking for setitimer... yes checking for readdir_r... yes checking for telldir... yes checking for seekdir... yes checking for execvpe... yes checking for struct stat.st_atim... yes checking for struct stat.st_mtim... yes checking for struct stat.st_ctim... yes checking for struct stat.st_atimespec... yes checking for struct stat.st_mtimespec... yes checking for struct stat.st_ctimespec... yes checking for struct stat.st_atimensec... yes checking for struct stat.st_mtimensec... yes checking for struct stat.st_ctimensec... yes checking for struct stat.st_atime_n... no checking for struct stat.st_mtime_n... no checking for struct stat.st_ctime_n... no checking for struct stat.st_uatime... no checking for struct stat.st_umtime... no checking for struct stat.st_uctime... no checking for struct passwd.pw_gecos... yes checking for utimensat... yes checking for futimens... yes checking for lutimes... yes checking for futimes... yes checking for mkstemps... yes checking for mkdtemp... yes checking for fsync... yes checking for fdatasync... yes checking for posix_fadvise... yes checking for posix_fallocate... yes checking for library containing shm_open... -lrt checking for shm_open... yes checking for shm_unlink... yes checking value of SIGABRT... 6 checking value of SIGALRM... 14 checking value of SIGBUS... 10 checking value of SIGCHLD... 20 checking value of SIGCONT... 19 checking value of SIGFPE... 8 checking value of SIGHUP... 1 checking value of SIGILL... 4 checking value of SIGINT... 2 checking value of SIGKILL... 9 checking value of SIGPIPE... 13 checking value of SIGQUIT... 3 checking value of SIGSEGV... 11 checking value of SIGSTOP... 17 checking value of SIGTERM... 15 checking value of SIGTSTP... 18 checking value of SIGTTIN... 21 checking value of SIGTTOU... 22 checking value of SIGUSR1... 30 checking value of SIGUSR2... 31 checking value of SIGPOLL... -1 checking value of SIGPROF... 27 checking value of SIGSYS... 12 checking value of SIGTRAP... 5 checking value of SIGURG... 16 checking value of SIGVTALRM... 26 checking value of SIGXCPU... 24 checking value of SIGXFSZ... 25 checking value of SIG_BLOCK... 1 checking value of SIG_SETMASK... 3 checking value of SIG_UNBLOCK... 2 checking value of SIGINFO... 29 checking value of SIGWINCH... 28 checking for _SC_GETGR_R_SIZE_MAX... yes checking for _SC_GETPW_R_SIZE_MAX... yes checking return type of usleep... int checking return type of unsetenv... int checking for RTLD_NEXT from dlfcn.h... yes checking for RTLD_DEFAULT from dlfcn.h... yes checking for openpty... no checking for openpty in -lutil... yes checking for /dev/ptmx... yes checking for /dev/ptc... no checking for library containing dlopen... none required checking build system type... x86_64-unknown-netbsd9.2 checking host system type... x86_64-unknown-netbsd9.2 checking target system type... x86_64-unknown-netbsd9.2 checking for library containing sem_close... none required configure: creating ./config.status config.status: creating unix.buildinfo config.status: creating include/HsUnixConfig.h configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries, --with-curses-includes, --with-curses-libraries, --with-gcc "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/unix/dist-install/inplace-pkg-config Reading package info from "libraries/unix/dist-install/inplace-pkg-config" ... done. unix-2.7.1.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/doc/html/unix/unix.haddock doesn't exist or isn't a file unix-2.7.1.0: cannot find any of ["System/Posix.hi","System/Posix.p_hi","System/Posix.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/ByteString.hi","System/Posix/ByteString.p_hi","System/Posix/ByteString.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Error.hi","System/Posix/Error.p_hi","System/Posix/Error.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Resource.hi","System/Posix/Resource.p_hi","System/Posix/Resource.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Time.hi","System/Posix/Time.p_hi","System/Posix/Time.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Unistd.hi","System/Posix/Unistd.p_hi","System/Posix/Unistd.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/User.hi","System/Posix/User.p_hi","System/Posix/User.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Signals.hi","System/Posix/Signals.p_hi","System/Posix/Signals.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Signals/Exts.hi","System/Posix/Signals/Exts.p_hi","System/Posix/Signals/Exts.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Semaphore.hi","System/Posix/Semaphore.p_hi","System/Posix/Semaphore.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/SharedMem.hi","System/Posix/SharedMem.p_hi","System/Posix/SharedMem.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/ByteString/FilePath.hi","System/Posix/ByteString/FilePath.p_hi","System/Posix/ByteString/FilePath.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Directory.hi","System/Posix/Directory.p_hi","System/Posix/Directory.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Directory/ByteString.hi","System/Posix/Directory/ByteString.p_hi","System/Posix/Directory/ByteString.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/DynamicLinker/Module.hi","System/Posix/DynamicLinker/Module.p_hi","System/Posix/DynamicLinker/Module.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/DynamicLinker/Module/ByteString.hi","System/Posix/DynamicLinker/Module/ByteString.p_hi","System/Posix/DynamicLinker/Module/ByteString.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/DynamicLinker/Prim.hi","System/Posix/DynamicLinker/Prim.p_hi","System/Posix/DynamicLinker/Prim.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/DynamicLinker/ByteString.hi","System/Posix/DynamicLinker/ByteString.p_hi","System/Posix/DynamicLinker/ByteString.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/DynamicLinker.hi","System/Posix/DynamicLinker.p_hi","System/Posix/DynamicLinker.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Files.hi","System/Posix/Files.p_hi","System/Posix/Files.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Files/ByteString.hi","System/Posix/Files/ByteString.p_hi","System/Posix/Files/ByteString.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/IO.hi","System/Posix/IO.p_hi","System/Posix/IO.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/IO/ByteString.hi","System/Posix/IO/ByteString.p_hi","System/Posix/IO/ByteString.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Env.hi","System/Posix/Env.p_hi","System/Posix/Env.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Env/ByteString.hi","System/Posix/Env/ByteString.p_hi","System/Posix/Env/ByteString.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Fcntl.hi","System/Posix/Fcntl.p_hi","System/Posix/Fcntl.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Process.hi","System/Posix/Process.p_hi","System/Posix/Process.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Process/Internals.hi","System/Posix/Process/Internals.p_hi","System/Posix/Process/Internals.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Process/ByteString.hi","System/Posix/Process/ByteString.p_hi","System/Posix/Process/ByteString.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Temp.hi","System/Posix/Temp.p_hi","System/Posix/Temp.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Temp/ByteString.hi","System/Posix/Temp/ByteString.p_hi","System/Posix/Temp/ByteString.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Terminal.hi","System/Posix/Terminal.p_hi","System/Posix/Terminal.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Terminal/ByteString.hi","System/Posix/Terminal/ByteString.p_hi","System/Posix/Terminal/ByteString.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Directory/Common.hi","System/Posix/Directory/Common.p_hi","System/Posix/Directory/Common.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/DynamicLinker/Common.hi","System/Posix/DynamicLinker/Common.p_hi","System/Posix/DynamicLinker/Common.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Files/Common.hi","System/Posix/Files/Common.p_hi","System/Posix/Files/Common.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/IO/Common.hi","System/Posix/IO/Common.p_hi","System/Posix/IO/Common.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Process/Common.hi","System/Posix/Process/Common.p_hi","System/Posix/Process/Common.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["System/Posix/Terminal/Common.hi","System/Posix/Terminal/Common.p_hi","System/Posix/Terminal/Common.dyn_hi"] (ignoring) unix-2.7.1.0: cannot find any of ["libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx.a","libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx.p_a","libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx-ghc7.10.3.so","libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx-ghc7.10.3.dylib","HSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/directory "inplace/bin/ghc-cabal" configure libraries/directory dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring directory-1.2.2.0... configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries, --with-curses-includes, --with-curses-libraries, --with-gcc checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E -I/usr/include -I/usr/pkg/include checking for grep that handles long lines and -e... /tmp/work/lang/ghc7/work/.tools/bin/grep checking for egrep... /tmp/work/lang/ghc7/work/.tools/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/stat.h... (cached) yes configure: creating ./config.status config.status: creating include/HsDirectoryConfig.h configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries, --with-curses-includes, --with-curses-libraries, --with-gcc "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/directory/dist-install/inplace-pkg-config Reading package info from "libraries/directory/dist-install/inplace-pkg-config" ... done. directory-1.2.2.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/doc/html/directory/directory.haddock doesn't exist or isn't a file directory-1.2.2.0: cannot find any of ["System/Directory.hi","System/Directory.p_hi","System/Directory.dyn_hi"] (ignoring) directory-1.2.2.0: cannot find any of ["libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm.a","libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm.p_a","libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm-ghc7.10.3.so","libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm-ghc7.10.3.dylib","HSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/process "inplace/bin/ghc-cabal" configure libraries/process dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring process-1.2.3.0... configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries, --with-curses-includes, --with-curses-libraries, --with-gcc checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E -I/usr/include -I/usr/pkg/include checking for grep that handles long lines and -e... /tmp/work/lang/ghc7/work/.tools/bin/grep checking for egrep... /tmp/work/lang/ghc7/work/.tools/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for setitimer... yes checking for sysconf... yes checking value of SIG_DFL... -1 checking value of SIG_IGN... -1 configure: creating ./config.status config.status: creating include/HsProcessConfig.h configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries, --with-curses-includes, --with-curses-libraries, --with-gcc "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/process/dist-install/inplace-pkg-config Reading package info from "libraries/process/dist-install/inplace-pkg-config" ... done. process-1.2.3.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/doc/html/process/process.haddock doesn't exist or isn't a file process-1.2.3.0: cannot find any of ["System/Cmd.hi","System/Cmd.p_hi","System/Cmd.dyn_hi"] (ignoring) process-1.2.3.0: cannot find any of ["System/Process.hi","System/Process.p_hi","System/Process.dyn_hi"] (ignoring) process-1.2.3.0: cannot find any of ["System/Process/Internals.hi","System/Process/Internals.p_hi","System/Process/Internals.dyn_hi"] (ignoring) process-1.2.3.0: cannot find any of ["libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ.a","libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ.p_a","libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ-ghc7.10.3.so","libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ-ghc7.10.3.dylib","HSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/hpc "inplace/bin/ghc-cabal" configure libraries/hpc dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring hpc-0.6.0.2... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/hpc/dist-install/inplace-pkg-config Reading package info from "libraries/hpc/dist-install/inplace-pkg-config" ... done. hpc-0.6.0.2: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/doc/html/hpc/hpc.haddock doesn't exist or isn't a file hpc-0.6.0.2: cannot find any of ["Trace/Hpc/Util.hi","Trace/Hpc/Util.p_hi","Trace/Hpc/Util.dyn_hi"] (ignoring) hpc-0.6.0.2: cannot find any of ["Trace/Hpc/Mix.hi","Trace/Hpc/Mix.p_hi","Trace/Hpc/Mix.dyn_hi"] (ignoring) hpc-0.6.0.2: cannot find any of ["Trace/Hpc/Tix.hi","Trace/Hpc/Tix.p_hi","Trace/Hpc/Tix.dyn_hi"] (ignoring) hpc-0.6.0.2: cannot find any of ["Trace/Hpc/Reflect.hi","Trace/Hpc/Reflect.p_hi","Trace/Hpc/Reflect.dyn_hi"] (ignoring) hpc-0.6.0.2: cannot find any of ["libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw.a","libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw.p_a","libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw-ghc7.10.3.so","libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw-ghc7.10.3.dylib","HShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/pretty "inplace/bin/ghc-cabal" configure libraries/pretty dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring pretty-1.1.2.0... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/pretty/dist-install/inplace-pkg-config Reading package info from "libraries/pretty/dist-install/inplace-pkg-config" ... done. pretty-1.1.2.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/doc/html/pretty/pretty.haddock doesn't exist or isn't a file pretty-1.1.2.0: cannot find any of ["Text/PrettyPrint.hi","Text/PrettyPrint.p_hi","Text/PrettyPrint.dyn_hi"] (ignoring) pretty-1.1.2.0: cannot find any of ["Text/PrettyPrint/HughesPJ.hi","Text/PrettyPrint/HughesPJ.p_hi","Text/PrettyPrint/HughesPJ.dyn_hi"] (ignoring) pretty-1.1.2.0: cannot find any of ["Text/PrettyPrint/HughesPJClass.hi","Text/PrettyPrint/HughesPJClass.p_hi","Text/PrettyPrint/HughesPJClass.dyn_hi"] (ignoring) pretty-1.1.2.0: cannot find any of ["libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC.a","libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC.p_a","libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC-ghc7.10.3.so","libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC-ghc7.10.3.dylib","HSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/template-haskell "inplace/bin/ghc-cabal" configure libraries/template-haskell dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring template-haskell-2.10.0.0... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/template-haskell/dist-install/inplace-pkg-config Reading package info from "libraries/template-haskell/dist-install/inplace-pkg-config" ... done. template-haskell-2.10.0.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/template-haskell/dist-install/doc/html/template-haskell/template-haskell.haddock doesn't exist or isn't a file template-haskell-2.10.0.0: cannot find any of ["Language/Haskell/TH.hi","Language/Haskell/TH.p_hi","Language/Haskell/TH.dyn_hi"] (ignoring) template-haskell-2.10.0.0: cannot find any of ["Language/Haskell/TH/Lib.hi","Language/Haskell/TH/Lib.p_hi","Language/Haskell/TH/Lib.dyn_hi"] (ignoring) template-haskell-2.10.0.0: cannot find any of ["Language/Haskell/TH/Ppr.hi","Language/Haskell/TH/Ppr.p_hi","Language/Haskell/TH/Ppr.dyn_hi"] (ignoring) template-haskell-2.10.0.0: cannot find any of ["Language/Haskell/TH/PprLib.hi","Language/Haskell/TH/PprLib.p_hi","Language/Haskell/TH/PprLib.dyn_hi"] (ignoring) template-haskell-2.10.0.0: cannot find any of ["Language/Haskell/TH/Quote.hi","Language/Haskell/TH/Quote.p_hi","Language/Haskell/TH/Quote.dyn_hi"] (ignoring) template-haskell-2.10.0.0: cannot find any of ["Language/Haskell/TH/Syntax.hi","Language/Haskell/TH/Syntax.p_hi","Language/Haskell/TH/Syntax.dyn_hi"] (ignoring) template-haskell-2.10.0.0: cannot find any of ["Language/Haskell/TH/Lib/Map.hi","Language/Haskell/TH/Lib/Map.p_hi","Language/Haskell/TH/Lib/Map.dyn_hi"] (ignoring) template-haskell-2.10.0.0: cannot find any of ["libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt.a","libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt.p_a","libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt-ghc7.10.3.so","libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt-ghc7.10.3.dylib","HStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/binary 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users. "inplace/bin/ghc-cabal" configure libraries/binary dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring binary-0.7.5.0... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/binary/dist-install/inplace-pkg-config Reading package info from "libraries/binary/dist-install/inplace-pkg-config" ... done. binary-0.7.5.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/doc/html/binary/binary.haddock doesn't exist or isn't a file binary-0.7.5.0: cannot find any of ["Data/Binary.hi","Data/Binary.p_hi","Data/Binary.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Put.hi","Data/Binary/Put.p_hi","Data/Binary/Put.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Get.hi","Data/Binary/Get.p_hi","Data/Binary/Get.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Get/Internal.hi","Data/Binary/Get/Internal.p_hi","Data/Binary/Get/Internal.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Builder.hi","Data/Binary/Builder.p_hi","Data/Binary/Builder.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Builder/Internal.hi","Data/Binary/Builder/Internal.p_hi","Data/Binary/Builder/Internal.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Builder/Base.hi","Data/Binary/Builder/Base.p_hi","Data/Binary/Builder/Base.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Class.hi","Data/Binary/Class.p_hi","Data/Binary/Class.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["Data/Binary/Generic.hi","Data/Binary/Generic.p_hi","Data/Binary/Generic.dyn_hi"] (ignoring) binary-0.7.5.0: cannot find any of ["libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi.a","libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi.p_a","libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi-ghc7.10.3.so","libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi-ghc7.10.3.dylib","HSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/Cabal/Cabal "inplace/bin/ghc-cabal" configure libraries/Cabal/Cabal dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring Cabal-1.22.5.0... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/Cabal/Cabal/dist-install/inplace-pkg-config Reading package info from "libraries/Cabal/Cabal/dist-install/inplace-pkg-config" ... done. Cabal-1.22.5.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/Cabal/Cabal/dist-install/doc/html/Cabal/Cabal.haddock doesn't exist or isn't a file Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/CreatePipe.hi","Distribution/Compat/CreatePipe.p_hi","Distribution/Compat/CreatePipe.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/Environment.hi","Distribution/Compat/Environment.p_hi","Distribution/Compat/Environment.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/Exception.hi","Distribution/Compat/Exception.p_hi","Distribution/Compat/Exception.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/ReadP.hi","Distribution/Compat/ReadP.p_hi","Distribution/Compat/ReadP.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compiler.hi","Distribution/Compiler.p_hi","Distribution/Compiler.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/InstalledPackageInfo.hi","Distribution/InstalledPackageInfo.p_hi","Distribution/InstalledPackageInfo.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/License.hi","Distribution/License.p_hi","Distribution/License.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Make.hi","Distribution/Make.p_hi","Distribution/Make.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/ModuleName.hi","Distribution/ModuleName.p_hi","Distribution/ModuleName.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Package.hi","Distribution/Package.p_hi","Distribution/Package.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/PackageDescription.hi","Distribution/PackageDescription.p_hi","Distribution/PackageDescription.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/PackageDescription/Check.hi","Distribution/PackageDescription/Check.p_hi","Distribution/PackageDescription/Check.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/PackageDescription/Configuration.hi","Distribution/PackageDescription/Configuration.p_hi","Distribution/PackageDescription/Configuration.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/PackageDescription/Parse.hi","Distribution/PackageDescription/Parse.p_hi","Distribution/PackageDescription/Parse.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/PackageDescription/PrettyPrint.hi","Distribution/PackageDescription/PrettyPrint.p_hi","Distribution/PackageDescription/PrettyPrint.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/PackageDescription/Utils.hi","Distribution/PackageDescription/Utils.p_hi","Distribution/PackageDescription/Utils.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/ParseUtils.hi","Distribution/ParseUtils.p_hi","Distribution/ParseUtils.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/ReadE.hi","Distribution/ReadE.p_hi","Distribution/ReadE.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple.hi","Distribution/Simple.p_hi","Distribution/Simple.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Bench.hi","Distribution/Simple/Bench.p_hi","Distribution/Simple/Bench.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Build.hi","Distribution/Simple/Build.p_hi","Distribution/Simple/Build.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Build/Macros.hi","Distribution/Simple/Build/Macros.p_hi","Distribution/Simple/Build/Macros.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Build/PathsModule.hi","Distribution/Simple/Build/PathsModule.p_hi","Distribution/Simple/Build/PathsModule.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/BuildPaths.hi","Distribution/Simple/BuildPaths.p_hi","Distribution/Simple/BuildPaths.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/BuildTarget.hi","Distribution/Simple/BuildTarget.p_hi","Distribution/Simple/BuildTarget.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/CCompiler.hi","Distribution/Simple/CCompiler.p_hi","Distribution/Simple/CCompiler.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Command.hi","Distribution/Simple/Command.p_hi","Distribution/Simple/Command.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Compiler.hi","Distribution/Simple/Compiler.p_hi","Distribution/Simple/Compiler.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Configure.hi","Distribution/Simple/Configure.p_hi","Distribution/Simple/Configure.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/GHC.hi","Distribution/Simple/GHC.p_hi","Distribution/Simple/GHC.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/GHCJS.hi","Distribution/Simple/GHCJS.p_hi","Distribution/Simple/GHCJS.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Haddock.hi","Distribution/Simple/Haddock.p_hi","Distribution/Simple/Haddock.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/HaskellSuite.hi","Distribution/Simple/HaskellSuite.p_hi","Distribution/Simple/HaskellSuite.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Hpc.hi","Distribution/Simple/Hpc.p_hi","Distribution/Simple/Hpc.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Install.hi","Distribution/Simple/Install.p_hi","Distribution/Simple/Install.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/InstallDirs.hi","Distribution/Simple/InstallDirs.p_hi","Distribution/Simple/InstallDirs.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/JHC.hi","Distribution/Simple/JHC.p_hi","Distribution/Simple/JHC.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/LHC.hi","Distribution/Simple/LHC.p_hi","Distribution/Simple/LHC.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/LocalBuildInfo.hi","Distribution/Simple/LocalBuildInfo.p_hi","Distribution/Simple/LocalBuildInfo.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/PackageIndex.hi","Distribution/Simple/PackageIndex.p_hi","Distribution/Simple/PackageIndex.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/PreProcess.hi","Distribution/Simple/PreProcess.p_hi","Distribution/Simple/PreProcess.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/PreProcess/Unlit.hi","Distribution/Simple/PreProcess/Unlit.p_hi","Distribution/Simple/PreProcess/Unlit.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program.hi","Distribution/Simple/Program.p_hi","Distribution/Simple/Program.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Ar.hi","Distribution/Simple/Program/Ar.p_hi","Distribution/Simple/Program/Ar.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Builtin.hi","Distribution/Simple/Program/Builtin.p_hi","Distribution/Simple/Program/Builtin.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Db.hi","Distribution/Simple/Program/Db.p_hi","Distribution/Simple/Program/Db.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Find.hi","Distribution/Simple/Program/Find.p_hi","Distribution/Simple/Program/Find.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/GHC.hi","Distribution/Simple/Program/GHC.p_hi","Distribution/Simple/Program/GHC.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/HcPkg.hi","Distribution/Simple/Program/HcPkg.p_hi","Distribution/Simple/Program/HcPkg.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Hpc.hi","Distribution/Simple/Program/Hpc.p_hi","Distribution/Simple/Program/Hpc.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Ld.hi","Distribution/Simple/Program/Ld.p_hi","Distribution/Simple/Program/Ld.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Run.hi","Distribution/Simple/Program/Run.p_hi","Distribution/Simple/Program/Run.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Script.hi","Distribution/Simple/Program/Script.p_hi","Distribution/Simple/Program/Script.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Strip.hi","Distribution/Simple/Program/Strip.p_hi","Distribution/Simple/Program/Strip.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Program/Types.hi","Distribution/Simple/Program/Types.p_hi","Distribution/Simple/Program/Types.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Register.hi","Distribution/Simple/Register.p_hi","Distribution/Simple/Register.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Setup.hi","Distribution/Simple/Setup.p_hi","Distribution/Simple/Setup.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/SrcDist.hi","Distribution/Simple/SrcDist.p_hi","Distribution/Simple/SrcDist.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Test.hi","Distribution/Simple/Test.p_hi","Distribution/Simple/Test.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Test/ExeV10.hi","Distribution/Simple/Test/ExeV10.p_hi","Distribution/Simple/Test/ExeV10.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Test/LibV09.hi","Distribution/Simple/Test/LibV09.p_hi","Distribution/Simple/Test/LibV09.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Test/Log.hi","Distribution/Simple/Test/Log.p_hi","Distribution/Simple/Test/Log.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/UHC.hi","Distribution/Simple/UHC.p_hi","Distribution/Simple/UHC.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/UserHooks.hi","Distribution/Simple/UserHooks.p_hi","Distribution/Simple/UserHooks.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/Utils.hi","Distribution/Simple/Utils.p_hi","Distribution/Simple/Utils.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/System.hi","Distribution/System.p_hi","Distribution/System.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/TestSuite.hi","Distribution/TestSuite.p_hi","Distribution/TestSuite.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Text.hi","Distribution/Text.p_hi","Distribution/Text.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Utils/NubList.hi","Distribution/Utils/NubList.p_hi","Distribution/Utils/NubList.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Verbosity.hi","Distribution/Verbosity.p_hi","Distribution/Verbosity.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Version.hi","Distribution/Version.p_hi","Distribution/Version.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Language/Haskell/Extension.hi","Language/Haskell/Extension.p_hi","Language/Haskell/Extension.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/Binary.hi","Distribution/Compat/Binary.p_hi","Distribution/Compat/Binary.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/CopyFile.hi","Distribution/Compat/CopyFile.p_hi","Distribution/Compat/CopyFile.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Compat/TempFile.hi","Distribution/Compat/TempFile.p_hi","Distribution/Compat/TempFile.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/GetOpt.hi","Distribution/GetOpt.p_hi","Distribution/GetOpt.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/GHC/Internal.hi","Distribution/Simple/GHC/Internal.p_hi","Distribution/Simple/GHC/Internal.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/GHC/IPI641.hi","Distribution/Simple/GHC/IPI641.p_hi","Distribution/Simple/GHC/IPI641.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/GHC/IPI642.hi","Distribution/Simple/GHC/IPI642.p_hi","Distribution/Simple/GHC/IPI642.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Distribution/Simple/GHC/ImplInfo.hi","Distribution/Simple/GHC/ImplInfo.p_hi","Distribution/Simple/GHC/ImplInfo.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["Paths_Cabal.hi","Paths_Cabal.p_hi","Paths_Cabal.dyn_hi"] (ignoring) Cabal-1.22.5.0: cannot find any of ["libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN.a","libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN.p_a","libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN-ghc7.10.3.so","libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN-ghc7.10.3.dylib","HSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/bin-package-db No 'category' field. A 'license-file' is not specified. "inplace/bin/ghc-cabal" configure libraries/bin-package-db dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring bin-package-db-0.0.0.0... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/bin-package-db/dist-install/inplace-pkg-config Reading package info from "libraries/bin-package-db/dist-install/inplace-pkg-config" ... done. bin-package-db-0.0.0.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-install/doc/html/bin-package-db/bin-package-db.haddock doesn't exist or isn't a file bin-package-db-0.0.0.0: cannot find any of ["GHC/PackageDb.hi","GHC/PackageDb.p_hi","GHC/PackageDb.dyn_hi"] (ignoring) bin-package-db-0.0.0.0: cannot find any of ["libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji.a","libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji.p_a","libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji-ghc7.10.3.so","libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji-ghc7.10.3.dylib","HSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/hoopl "inplace/bin/ghc-cabal" configure libraries/hoopl dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring hoopl-3.10.0.2... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/hoopl/dist-install/inplace-pkg-config Reading package info from "libraries/hoopl/dist-install/inplace-pkg-config" ... done. hoopl-3.10.0.2: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-install/doc/html/hoopl/hoopl.haddock doesn't exist or isn't a file hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl.hi","Compiler/Hoopl.p_hi","Compiler/Hoopl.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Internals.hi","Compiler/Hoopl/Internals.p_hi","Compiler/Hoopl/Internals.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Wrappers.hi","Compiler/Hoopl/Wrappers.p_hi","Compiler/Hoopl/Wrappers.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Passes/Dominator.hi","Compiler/Hoopl/Passes/Dominator.p_hi","Compiler/Hoopl/Passes/Dominator.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Passes/DList.hi","Compiler/Hoopl/Passes/DList.p_hi","Compiler/Hoopl/Passes/DList.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Checkpoint.hi","Compiler/Hoopl/Checkpoint.p_hi","Compiler/Hoopl/Checkpoint.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Collections.hi","Compiler/Hoopl/Collections.p_hi","Compiler/Hoopl/Collections.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Combinators.hi","Compiler/Hoopl/Combinators.p_hi","Compiler/Hoopl/Combinators.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Dataflow.hi","Compiler/Hoopl/Dataflow.p_hi","Compiler/Hoopl/Dataflow.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Debug.hi","Compiler/Hoopl/Debug.p_hi","Compiler/Hoopl/Debug.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Block.hi","Compiler/Hoopl/Block.p_hi","Compiler/Hoopl/Block.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Graph.hi","Compiler/Hoopl/Graph.p_hi","Compiler/Hoopl/Graph.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Label.hi","Compiler/Hoopl/Label.p_hi","Compiler/Hoopl/Label.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/MkGraph.hi","Compiler/Hoopl/MkGraph.p_hi","Compiler/Hoopl/MkGraph.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Fuel.hi","Compiler/Hoopl/Fuel.p_hi","Compiler/Hoopl/Fuel.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Pointed.hi","Compiler/Hoopl/Pointed.p_hi","Compiler/Hoopl/Pointed.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Shape.hi","Compiler/Hoopl/Shape.p_hi","Compiler/Hoopl/Shape.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Show.hi","Compiler/Hoopl/Show.p_hi","Compiler/Hoopl/Show.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/Unique.hi","Compiler/Hoopl/Unique.p_hi","Compiler/Hoopl/Unique.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["Compiler/Hoopl/XUtil.hi","Compiler/Hoopl/XUtil.p_hi","Compiler/Hoopl/XUtil.dyn_hi"] (ignoring) hoopl-3.10.0.2: cannot find any of ["libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk.a","libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk.p_a","libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk-ghc7.10.3.so","libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk-ghc7.10.3.dylib","HShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/transformers "inplace/bin/ghc-cabal" configure libraries/transformers dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring transformers-0.4.2.0... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/transformers/dist-install/inplace-pkg-config Reading package info from "libraries/transformers/dist-install/inplace-pkg-config" ... done. transformers-0.4.2.0: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/doc/html/transformers/transformers.haddock doesn't exist or isn't a file transformers-0.4.2.0: cannot find any of ["Control/Applicative/Backwards.hi","Control/Applicative/Backwards.p_hi","Control/Applicative/Backwards.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Applicative/Lift.hi","Control/Applicative/Lift.p_hi","Control/Applicative/Lift.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/IO/Class.hi","Control/Monad/IO/Class.p_hi","Control/Monad/IO/Class.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Signatures.hi","Control/Monad/Signatures.p_hi","Control/Monad/Signatures.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Class.hi","Control/Monad/Trans/Class.p_hi","Control/Monad/Trans/Class.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Cont.hi","Control/Monad/Trans/Cont.p_hi","Control/Monad/Trans/Cont.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Except.hi","Control/Monad/Trans/Except.p_hi","Control/Monad/Trans/Except.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Error.hi","Control/Monad/Trans/Error.p_hi","Control/Monad/Trans/Error.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Identity.hi","Control/Monad/Trans/Identity.p_hi","Control/Monad/Trans/Identity.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/List.hi","Control/Monad/Trans/List.p_hi","Control/Monad/Trans/List.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Maybe.hi","Control/Monad/Trans/Maybe.p_hi","Control/Monad/Trans/Maybe.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Reader.hi","Control/Monad/Trans/Reader.p_hi","Control/Monad/Trans/Reader.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/RWS.hi","Control/Monad/Trans/RWS.p_hi","Control/Monad/Trans/RWS.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/RWS/Lazy.hi","Control/Monad/Trans/RWS/Lazy.p_hi","Control/Monad/Trans/RWS/Lazy.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/RWS/Strict.hi","Control/Monad/Trans/RWS/Strict.p_hi","Control/Monad/Trans/RWS/Strict.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/State.hi","Control/Monad/Trans/State.p_hi","Control/Monad/Trans/State.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/State/Lazy.hi","Control/Monad/Trans/State/Lazy.p_hi","Control/Monad/Trans/State/Lazy.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/State/Strict.hi","Control/Monad/Trans/State/Strict.p_hi","Control/Monad/Trans/State/Strict.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Writer.hi","Control/Monad/Trans/Writer.p_hi","Control/Monad/Trans/Writer.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Writer/Lazy.hi","Control/Monad/Trans/Writer/Lazy.p_hi","Control/Monad/Trans/Writer/Lazy.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Control/Monad/Trans/Writer/Strict.hi","Control/Monad/Trans/Writer/Strict.p_hi","Control/Monad/Trans/Writer/Strict.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Data/Functor/Classes.hi","Data/Functor/Classes.p_hi","Data/Functor/Classes.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Data/Functor/Compose.hi","Data/Functor/Compose.p_hi","Data/Functor/Compose.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Data/Functor/Constant.hi","Data/Functor/Constant.p_hi","Data/Functor/Constant.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Data/Functor/Product.hi","Data/Functor/Product.p_hi","Data/Functor/Product.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Data/Functor/Reverse.hi","Data/Functor/Reverse.p_hi","Data/Functor/Reverse.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["Data/Functor/Sum.hi","Data/Functor/Sum.p_hi","Data/Functor/Sum.dyn_hi"] (ignoring) transformers-0.4.2.0: cannot find any of ["libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF.a","libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF.p_a","libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF-ghc7.10.3.so","libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF-ghc7.10.3.dylib","HStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/xhtml "inplace/bin/ghc-cabal" configure libraries/xhtml dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring xhtml-3000.2.1... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/xhtml/dist-install/inplace-pkg-config Reading package info from "libraries/xhtml/dist-install/inplace-pkg-config" ... done. xhtml-3000.2.1: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/xhtml/dist-install/doc/html/xhtml/xhtml.haddock doesn't exist or isn't a file xhtml-3000.2.1: cannot find any of ["Text/XHtml.hi","Text/XHtml.p_hi","Text/XHtml.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/Frameset.hi","Text/XHtml/Frameset.p_hi","Text/XHtml/Frameset.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/Strict.hi","Text/XHtml/Strict.p_hi","Text/XHtml/Strict.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/Transitional.hi","Text/XHtml/Transitional.p_hi","Text/XHtml/Transitional.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/Debug.hi","Text/XHtml/Debug.p_hi","Text/XHtml/Debug.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/Table.hi","Text/XHtml/Table.p_hi","Text/XHtml/Table.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/Strict/Attributes.hi","Text/XHtml/Strict/Attributes.p_hi","Text/XHtml/Strict/Attributes.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/Strict/Elements.hi","Text/XHtml/Strict/Elements.p_hi","Text/XHtml/Strict/Elements.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/Frameset/Attributes.hi","Text/XHtml/Frameset/Attributes.p_hi","Text/XHtml/Frameset/Attributes.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/Frameset/Elements.hi","Text/XHtml/Frameset/Elements.p_hi","Text/XHtml/Frameset/Elements.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/Transitional/Attributes.hi","Text/XHtml/Transitional/Attributes.p_hi","Text/XHtml/Transitional/Attributes.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/Transitional/Elements.hi","Text/XHtml/Transitional/Elements.p_hi","Text/XHtml/Transitional/Elements.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/BlockTable.hi","Text/XHtml/BlockTable.p_hi","Text/XHtml/BlockTable.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/Extras.hi","Text/XHtml/Extras.p_hi","Text/XHtml/Extras.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["Text/XHtml/Internals.hi","Text/XHtml/Internals.p_hi","Text/XHtml/Internals.dyn_hi"] (ignoring) xhtml-3000.2.1: cannot find any of ["libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.a","libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.p_a","libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh-ghc7.10.3.so","libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh-ghc7.10.3.dylib","HSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/terminfo "inplace/bin/ghc-cabal" configure libraries/terminfo dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring terminfo-0.4.0.1... configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries, --with-gcc checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E -I/usr/include -I/usr/pkg/include checking for grep that handles long lines and -e... /tmp/work/lang/ghc7/work/.tools/bin/grep checking for egrep... /tmp/work/lang/ghc7/work/.tools/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ncurses.h usability... no checking ncurses.h presence... no checking for ncurses.h... no checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking for setupterm in -ltinfo... no checking for setupterm in -lncursesw... no checking for setupterm in -lncurses... no checking for setupterm in -lcurses... yes configure: creating ./config.status config.status: creating terminfo.buildinfo configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries, --with-gcc "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/terminfo/dist-install/inplace-pkg-config Reading package info from "libraries/terminfo/dist-install/inplace-pkg-config" ... done. terminfo-0.4.0.1: Warning: include-dirs: /usr//usr/include doesn't exist or isn't a directory terminfo-0.4.0.1: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/terminfo/dist-install/doc/html/terminfo/terminfo.haddock doesn't exist or isn't a file terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo.hi","System/Console/Terminfo.p_hi","System/Console/Terminfo.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo/Base.hi","System/Console/Terminfo/Base.p_hi","System/Console/Terminfo/Base.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo/Cursor.hi","System/Console/Terminfo/Cursor.p_hi","System/Console/Terminfo/Cursor.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo/Color.hi","System/Console/Terminfo/Color.p_hi","System/Console/Terminfo/Color.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo/Edit.hi","System/Console/Terminfo/Edit.p_hi","System/Console/Terminfo/Edit.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo/Effects.hi","System/Console/Terminfo/Effects.p_hi","System/Console/Terminfo/Effects.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["System/Console/Terminfo/Keys.hi","System/Console/Terminfo/Keys.p_hi","System/Console/Terminfo/Keys.dyn_hi"] (ignoring) terminfo-0.4.0.1: cannot find any of ["libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl.a","libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl.p_a","libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl-ghc7.10.3.so","libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl-ghc7.10.3.dylib","HSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check libraries/haskeline "inplace/bin/ghc-cabal" configure libraries/haskeline dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring haskeline-0.7.2.1... "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force libraries/haskeline/dist-install/inplace-pkg-config Reading package info from "libraries/haskeline/dist-install/inplace-pkg-config" ... done. haskeline-0.7.2.1: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/haskeline/dist-install/doc/html/haskeline/haskeline.haddock doesn't exist or isn't a file haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline.hi","System/Console/Haskeline.p_hi","System/Console/Haskeline.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Completion.hi","System/Console/Haskeline/Completion.p_hi","System/Console/Haskeline/Completion.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/MonadException.hi","System/Console/Haskeline/MonadException.p_hi","System/Console/Haskeline/MonadException.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/History.hi","System/Console/Haskeline/History.p_hi","System/Console/Haskeline/History.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/IO.hi","System/Console/Haskeline/IO.p_hi","System/Console/Haskeline/IO.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Backend.hi","System/Console/Haskeline/Backend.p_hi","System/Console/Haskeline/Backend.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Backend/WCWidth.hi","System/Console/Haskeline/Backend/WCWidth.p_hi","System/Console/Haskeline/Backend/WCWidth.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Command.hi","System/Console/Haskeline/Command.p_hi","System/Console/Haskeline/Command.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Command/Completion.hi","System/Console/Haskeline/Command/Completion.p_hi","System/Console/Haskeline/Command/Completion.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Command/History.hi","System/Console/Haskeline/Command/History.p_hi","System/Console/Haskeline/Command/History.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Command/KillRing.hi","System/Console/Haskeline/Command/KillRing.p_hi","System/Console/Haskeline/Command/KillRing.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Directory.hi","System/Console/Haskeline/Directory.p_hi","System/Console/Haskeline/Directory.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Emacs.hi","System/Console/Haskeline/Emacs.p_hi","System/Console/Haskeline/Emacs.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/InputT.hi","System/Console/Haskeline/InputT.p_hi","System/Console/Haskeline/InputT.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Key.hi","System/Console/Haskeline/Key.p_hi","System/Console/Haskeline/Key.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/LineState.hi","System/Console/Haskeline/LineState.p_hi","System/Console/Haskeline/LineState.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Monads.hi","System/Console/Haskeline/Monads.p_hi","System/Console/Haskeline/Monads.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Prefs.hi","System/Console/Haskeline/Prefs.p_hi","System/Console/Haskeline/Prefs.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/RunCommand.hi","System/Console/Haskeline/RunCommand.p_hi","System/Console/Haskeline/RunCommand.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Term.hi","System/Console/Haskeline/Term.p_hi","System/Console/Haskeline/Term.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Command/Undo.hi","System/Console/Haskeline/Command/Undo.p_hi","System/Console/Haskeline/Command/Undo.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Vi.hi","System/Console/Haskeline/Vi.p_hi","System/Console/Haskeline/Vi.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Recover.hi","System/Console/Haskeline/Recover.p_hi","System/Console/Haskeline/Recover.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Backend/Posix.hi","System/Console/Haskeline/Backend/Posix.p_hi","System/Console/Haskeline/Backend/Posix.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Backend/Posix/Encoder.hi","System/Console/Haskeline/Backend/Posix/Encoder.p_hi","System/Console/Haskeline/Backend/Posix/Encoder.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Backend/DumbTerm.hi","System/Console/Haskeline/Backend/DumbTerm.p_hi","System/Console/Haskeline/Backend/DumbTerm.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["System/Console/Haskeline/Backend/Terminfo.hi","System/Console/Haskeline/Backend/Terminfo.p_hi","System/Console/Haskeline/Backend/Terminfo.dyn_hi"] (ignoring) haskeline-0.7.2.1: cannot find any of ["libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi.a","libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi.p_a","libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi-ghc7.10.3.so","libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi-ghc7.10.3.dylib","HShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" configure compiler stage2 "Annotations ApiAnnotation Avail Bag BasicTypes Binary BooleanFormula BreakArray BufWrite Class CmdLineParser CmmType CoAxiom ConLike Coercion Config Constants CoreArity CoreFVs CoreSubst CoreSyn CoreTidy CoreUnfold CoreUtils CostCentre Ctype DataCon Demand Digraph DriverPhases DynFlags Encoding ErrUtils Exception ExtsCompat46 FamInstEnv FastFunctions FastMutInt FastString FastTypes Fingerprint FiniteMap ForeignCall Hooks HsBinds HsDecls HsDoc HsExpr HsImpExp HsLit PlaceHolder HsPat HsSyn HsTypes HsUtils HscTypes IOEnv Id IdInfo IfaceSyn IfaceType InstEnv Kind Lexeme Lexer ListSetOps Literal Maybes MkCore MkId Module MonadUtils Name NameEnv NameSet OccName OccurAnal OptCoercion OrdList Outputable PackageConfig Packages Pair Panic PatSyn PipelineMonad Platform PlatformConstants PprCore PrelNames PrelRules Pretty PrimOp RdrName Rules Serialized SrcLoc StaticFlags StringBuffer TcEvidence TcRnTypes TcType TrieMap TyCon Type TypeRep TysPrim TysWiredIn Unify UniqFM UniqSet UniqSupply Unique Util Var VarEnv VarSet Bitmap BlockId ByteCodeAsm ByteCodeInstr ByteCodeItbls CLabel Cmm CmmCallConv CmmExpr CmmInfo CmmMachOp CmmNode CmmUtils CodeGen.Platform CodeGen.Platform.ARM CodeGen.Platform.ARM64 CodeGen.Platform.NoRegs CodeGen.Platform.PPC CodeGen.Platform.PPC_Darwin CodeGen.Platform.SPARC CodeGen.Platform.X86 CodeGen.Platform.X86_64 FastBool Hoopl Hoopl.Dataflow InteractiveEvalTypes MkGraph PprCmm PprCmmDecl PprCmmExpr Reg RegClass SMRep StgCmmArgRep StgCmmClosure StgCmmEnv StgCmmLayout StgCmmMonad StgCmmProf StgCmmTicky StgCmmUtils StgSyn Stream" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --flags=stage2 --ghc-option=-optc-DTHREADED_RTS --flags=ncg --flags=ghci --ghc-option=-DGHCI_TABLES_NEXT_TO_CODE --ghc-option=-DSTAGE=2 --disable-library-for-ghci --enable-library-vanilla --enable-library-profiling --enable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" --disable-library-for-ghci Configuring ghc-7.10.3... Warning: 'include-dirs: ../rts/dist/build' is a relative path outside of the source tree. This will not work when generating a tarball with 'sdist'. Warning: 'include-dirs: ../rts/dist/build' directory does not exist. "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" update --force compiler/stage2/inplace-pkg-config Reading package info from "compiler/stage2/inplace-pkg-config" ... done. ghc-7.10.3: Warning: include-dirs: /tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/../rts/dist/build doesn't exist or isn't a directory ghc-7.10.3: Warning: haddock-interfaces: /tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage2/doc/html/ghc/ghc.haddock doesn't exist or isn't a file ghc-7.10.3: cannot find any of ["Avail.hi","Avail.p_hi","Avail.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BasicTypes.hi","BasicTypes.p_hi","BasicTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ConLike.hi","ConLike.p_hi","ConLike.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DataCon.hi","DataCon.p_hi","DataCon.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PatSyn.hi","PatSyn.p_hi","PatSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Demand.hi","Demand.p_hi","Demand.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Debug.hi","Debug.p_hi","Debug.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Exception.hi","Exception.p_hi","Exception.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GhcMonad.hi","GhcMonad.p_hi","GhcMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Hooks.hi","Hooks.p_hi","Hooks.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Id.hi","Id.p_hi","Id.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["IdInfo.hi","IdInfo.p_hi","IdInfo.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Lexeme.hi","Lexeme.p_hi","Lexeme.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Literal.hi","Literal.p_hi","Literal.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Llvm.hi","Llvm.p_hi","Llvm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Llvm/AbsSyn.hi","Llvm/AbsSyn.p_hi","Llvm/AbsSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Llvm/MetaData.hi","Llvm/MetaData.p_hi","Llvm/MetaData.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Llvm/PpLlvm.hi","Llvm/PpLlvm.p_hi","Llvm/PpLlvm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Llvm/Types.hi","Llvm/Types.p_hi","Llvm/Types.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmCodeGen.hi","LlvmCodeGen.p_hi","LlvmCodeGen.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmCodeGen/Base.hi","LlvmCodeGen/Base.p_hi","LlvmCodeGen/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmCodeGen/CodeGen.hi","LlvmCodeGen/CodeGen.p_hi","LlvmCodeGen/CodeGen.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmCodeGen/Data.hi","LlvmCodeGen/Data.p_hi","LlvmCodeGen/Data.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmCodeGen/Ppr.hi","LlvmCodeGen/Ppr.p_hi","LlvmCodeGen/Ppr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmCodeGen/Regs.hi","LlvmCodeGen/Regs.p_hi","LlvmCodeGen/Regs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LlvmMangler.hi","LlvmMangler.p_hi","LlvmMangler.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MkId.hi","MkId.p_hi","MkId.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Module.hi","Module.p_hi","Module.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Name.hi","Name.p_hi","Name.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["NameEnv.hi","NameEnv.p_hi","NameEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["NameSet.hi","NameSet.p_hi","NameSet.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["OccName.hi","OccName.p_hi","OccName.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RdrName.hi","RdrName.p_hi","RdrName.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SrcLoc.hi","SrcLoc.p_hi","SrcLoc.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["UniqSupply.hi","UniqSupply.p_hi","UniqSupply.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Unique.hi","Unique.p_hi","Unique.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Var.hi","Var.p_hi","Var.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["VarEnv.hi","VarEnv.p_hi","VarEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["VarSet.hi","VarSet.p_hi","VarSet.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["UnVarGraph.hi","UnVarGraph.p_hi","UnVarGraph.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BlockId.hi","BlockId.p_hi","BlockId.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CLabel.hi","CLabel.p_hi","CLabel.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Cmm.hi","Cmm.p_hi","Cmm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmBuildInfoTables.hi","CmmBuildInfoTables.p_hi","CmmBuildInfoTables.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmPipeline.hi","CmmPipeline.p_hi","CmmPipeline.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmCallConv.hi","CmmCallConv.p_hi","CmmCallConv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmCommonBlockElim.hi","CmmCommonBlockElim.p_hi","CmmCommonBlockElim.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmContFlowOpt.hi","CmmContFlowOpt.p_hi","CmmContFlowOpt.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmExpr.hi","CmmExpr.p_hi","CmmExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmInfo.hi","CmmInfo.p_hi","CmmInfo.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmLex.hi","CmmLex.p_hi","CmmLex.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmLint.hi","CmmLint.p_hi","CmmLint.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmLive.hi","CmmLive.p_hi","CmmLive.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmMachOp.hi","CmmMachOp.p_hi","CmmMachOp.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmNode.hi","CmmNode.p_hi","CmmNode.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmOpt.hi","CmmOpt.p_hi","CmmOpt.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmParse.hi","CmmParse.p_hi","CmmParse.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmProcPoint.hi","CmmProcPoint.p_hi","CmmProcPoint.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmSink.hi","CmmSink.p_hi","CmmSink.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmType.hi","CmmType.p_hi","CmmType.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmUtils.hi","CmmUtils.p_hi","CmmUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmmLayoutStack.hi","CmmLayoutStack.p_hi","CmmLayoutStack.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MkGraph.hi","MkGraph.p_hi","MkGraph.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprBase.hi","PprBase.p_hi","PprBase.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprC.hi","PprC.p_hi","PprC.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprCmm.hi","PprCmm.p_hi","PprCmm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprCmmDecl.hi","PprCmmDecl.p_hi","PprCmmDecl.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprCmmExpr.hi","PprCmmExpr.p_hi","PprCmmExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Bitmap.hi","Bitmap.p_hi","Bitmap.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform.hi","CodeGen/Platform.p_hi","CodeGen/Platform.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/ARM.hi","CodeGen/Platform/ARM.p_hi","CodeGen/Platform/ARM.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/ARM64.hi","CodeGen/Platform/ARM64.p_hi","CodeGen/Platform/ARM64.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/NoRegs.hi","CodeGen/Platform/NoRegs.p_hi","CodeGen/Platform/NoRegs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/PPC.hi","CodeGen/Platform/PPC.p_hi","CodeGen/Platform/PPC.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/PPC_Darwin.hi","CodeGen/Platform/PPC_Darwin.p_hi","CodeGen/Platform/PPC_Darwin.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/SPARC.hi","CodeGen/Platform/SPARC.p_hi","CodeGen/Platform/SPARC.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/X86.hi","CodeGen/Platform/X86.p_hi","CodeGen/Platform/X86.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeGen/Platform/X86_64.hi","CodeGen/Platform/X86_64.p_hi","CodeGen/Platform/X86_64.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CgUtils.hi","CgUtils.p_hi","CgUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmm.hi","StgCmm.p_hi","StgCmm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmBind.hi","StgCmmBind.p_hi","StgCmmBind.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmClosure.hi","StgCmmClosure.p_hi","StgCmmClosure.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmCon.hi","StgCmmCon.p_hi","StgCmmCon.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmEnv.hi","StgCmmEnv.p_hi","StgCmmEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmExpr.hi","StgCmmExpr.p_hi","StgCmmExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmForeign.hi","StgCmmForeign.p_hi","StgCmmForeign.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmHeap.hi","StgCmmHeap.p_hi","StgCmmHeap.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmHpc.hi","StgCmmHpc.p_hi","StgCmmHpc.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmArgRep.hi","StgCmmArgRep.p_hi","StgCmmArgRep.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmLayout.hi","StgCmmLayout.p_hi","StgCmmLayout.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmMonad.hi","StgCmmMonad.p_hi","StgCmmMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmPrim.hi","StgCmmPrim.p_hi","StgCmmPrim.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmProf.hi","StgCmmProf.p_hi","StgCmmProf.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmTicky.hi","StgCmmTicky.p_hi","StgCmmTicky.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmUtils.hi","StgCmmUtils.p_hi","StgCmmUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgCmmExtCode.hi","StgCmmExtCode.p_hi","StgCmmExtCode.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SMRep.hi","SMRep.p_hi","SMRep.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreArity.hi","CoreArity.p_hi","CoreArity.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreFVs.hi","CoreFVs.p_hi","CoreFVs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreLint.hi","CoreLint.p_hi","CoreLint.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CorePrep.hi","CorePrep.p_hi","CorePrep.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreSubst.hi","CoreSubst.p_hi","CoreSubst.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreSyn.hi","CoreSyn.p_hi","CoreSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TrieMap.hi","TrieMap.p_hi","TrieMap.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreTidy.hi","CoreTidy.p_hi","CoreTidy.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreUnfold.hi","CoreUnfold.p_hi","CoreUnfold.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreUtils.hi","CoreUtils.p_hi","CoreUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MkCore.hi","MkCore.p_hi","MkCore.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprCore.hi","PprCore.p_hi","PprCore.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Check.hi","Check.p_hi","Check.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Coverage.hi","Coverage.p_hi","Coverage.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Desugar.hi","Desugar.p_hi","Desugar.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsArrows.hi","DsArrows.p_hi","DsArrows.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsBinds.hi","DsBinds.p_hi","DsBinds.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsCCall.hi","DsCCall.p_hi","DsCCall.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsExpr.hi","DsExpr.p_hi","DsExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsForeign.hi","DsForeign.p_hi","DsForeign.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsGRHSs.hi","DsGRHSs.p_hi","DsGRHSs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsListComp.hi","DsListComp.p_hi","DsListComp.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsMonad.hi","DsMonad.p_hi","DsMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsUtils.hi","DsUtils.p_hi","DsUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Match.hi","Match.p_hi","Match.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MatchCon.hi","MatchCon.p_hi","MatchCon.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MatchLit.hi","MatchLit.p_hi","MatchLit.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsBinds.hi","HsBinds.p_hi","HsBinds.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsDecls.hi","HsDecls.p_hi","HsDecls.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsDoc.hi","HsDoc.p_hi","HsDoc.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsExpr.hi","HsExpr.p_hi","HsExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsImpExp.hi","HsImpExp.p_hi","HsImpExp.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsLit.hi","HsLit.p_hi","HsLit.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PlaceHolder.hi","PlaceHolder.p_hi","PlaceHolder.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsPat.hi","HsPat.p_hi","HsPat.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsSyn.hi","HsSyn.p_hi","HsSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsTypes.hi","HsTypes.p_hi","HsTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HsUtils.hi","HsUtils.p_hi","HsUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BinIface.hi","BinIface.p_hi","BinIface.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BuildTyCl.hi","BuildTyCl.p_hi","BuildTyCl.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["IfaceEnv.hi","IfaceEnv.p_hi","IfaceEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["IfaceSyn.hi","IfaceSyn.p_hi","IfaceSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["IfaceType.hi","IfaceType.p_hi","IfaceType.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LoadIface.hi","LoadIface.p_hi","LoadIface.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MkIface.hi","MkIface.p_hi","MkIface.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcIface.hi","TcIface.p_hi","TcIface.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FlagChecker.hi","FlagChecker.p_hi","FlagChecker.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Annotations.hi","Annotations.p_hi","Annotations.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BreakArray.hi","BreakArray.p_hi","BreakArray.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CmdLineParser.hi","CmdLineParser.p_hi","CmdLineParser.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CodeOutput.hi","CodeOutput.p_hi","CodeOutput.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Config.hi","Config.p_hi","Config.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Constants.hi","Constants.p_hi","Constants.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DriverMkDepend.hi","DriverMkDepend.p_hi","DriverMkDepend.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DriverPhases.hi","DriverPhases.p_hi","DriverPhases.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PipelineMonad.hi","PipelineMonad.p_hi","PipelineMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DriverPipeline.hi","DriverPipeline.p_hi","DriverPipeline.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DynFlags.hi","DynFlags.p_hi","DynFlags.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ErrUtils.hi","ErrUtils.p_hi","ErrUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Finder.hi","Finder.p_hi","Finder.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GHC.hi","GHC.p_hi","GHC.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GhcMake.hi","GhcMake.p_hi","GhcMake.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GhcPlugins.hi","GhcPlugins.p_hi","GhcPlugins.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DynamicLoading.hi","DynamicLoading.p_hi","DynamicLoading.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HeaderInfo.hi","HeaderInfo.p_hi","HeaderInfo.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HscMain.hi","HscMain.p_hi","HscMain.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HscStats.hi","HscStats.p_hi","HscStats.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HscTypes.hi","HscTypes.p_hi","HscTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["InteractiveEval.hi","InteractiveEval.p_hi","InteractiveEval.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["InteractiveEvalTypes.hi","InteractiveEvalTypes.p_hi","InteractiveEvalTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PackageConfig.hi","PackageConfig.p_hi","PackageConfig.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Packages.hi","Packages.p_hi","Packages.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PlatformConstants.hi","PlatformConstants.p_hi","PlatformConstants.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Plugins.hi","Plugins.p_hi","Plugins.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcPluginM.hi","TcPluginM.p_hi","TcPluginM.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PprTyThing.hi","PprTyThing.p_hi","PprTyThing.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StaticFlags.hi","StaticFlags.p_hi","StaticFlags.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StaticPtrTable.hi","StaticPtrTable.p_hi","StaticPtrTable.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SysTools.hi","SysTools.p_hi","SysTools.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TidyPgm.hi","TidyPgm.p_hi","TidyPgm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Ctype.hi","Ctype.p_hi","Ctype.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["HaddockUtils.hi","HaddockUtils.p_hi","HaddockUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Lexer.hi","Lexer.p_hi","Lexer.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["OptCoercion.hi","OptCoercion.p_hi","OptCoercion.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Parser.hi","Parser.p_hi","Parser.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RdrHsSyn.hi","RdrHsSyn.p_hi","RdrHsSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ApiAnnotation.hi","ApiAnnotation.p_hi","ApiAnnotation.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ForeignCall.hi","ForeignCall.p_hi","ForeignCall.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PrelInfo.hi","PrelInfo.p_hi","PrelInfo.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PrelNames.hi","PrelNames.p_hi","PrelNames.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PrelRules.hi","PrelRules.p_hi","PrelRules.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PrimOp.hi","PrimOp.p_hi","PrimOp.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TysPrim.hi","TysPrim.p_hi","TysPrim.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TysWiredIn.hi","TysWiredIn.p_hi","TysWiredIn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CostCentre.hi","CostCentre.p_hi","CostCentre.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ProfInit.hi","ProfInit.p_hi","ProfInit.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SCCfinal.hi","SCCfinal.p_hi","SCCfinal.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnBinds.hi","RnBinds.p_hi","RnBinds.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnEnv.hi","RnEnv.p_hi","RnEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnExpr.hi","RnExpr.p_hi","RnExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnHsDoc.hi","RnHsDoc.p_hi","RnHsDoc.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnNames.hi","RnNames.p_hi","RnNames.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnPat.hi","RnPat.p_hi","RnPat.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnSource.hi","RnSource.p_hi","RnSource.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnSplice.hi","RnSplice.p_hi","RnSplice.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RnTypes.hi","RnTypes.p_hi","RnTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreMonad.hi","CoreMonad.p_hi","CoreMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CSE.hi","CSE.p_hi","CSE.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FloatIn.hi","FloatIn.p_hi","FloatIn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FloatOut.hi","FloatOut.p_hi","FloatOut.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LiberateCase.hi","LiberateCase.p_hi","LiberateCase.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["OccurAnal.hi","OccurAnal.p_hi","OccurAnal.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SAT.hi","SAT.p_hi","SAT.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SetLevels.hi","SetLevels.p_hi","SetLevels.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SimplCore.hi","SimplCore.p_hi","SimplCore.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SimplEnv.hi","SimplEnv.p_hi","SimplEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SimplMonad.hi","SimplMonad.p_hi","SimplMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SimplUtils.hi","SimplUtils.p_hi","SimplUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Simplify.hi","Simplify.p_hi","Simplify.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SimplStg.hi","SimplStg.p_hi","SimplStg.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgStats.hi","StgStats.p_hi","StgStats.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["UnariseStg.hi","UnariseStg.p_hi","UnariseStg.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Rules.hi","Rules.p_hi","Rules.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SpecConstr.hi","SpecConstr.p_hi","SpecConstr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Specialise.hi","Specialise.p_hi","Specialise.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoreToStg.hi","CoreToStg.p_hi","CoreToStg.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgLint.hi","StgLint.p_hi","StgLint.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StgSyn.hi","StgSyn.p_hi","StgSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CallArity.hi","CallArity.p_hi","CallArity.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DmdAnal.hi","DmdAnal.p_hi","DmdAnal.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["WorkWrap.hi","WorkWrap.p_hi","WorkWrap.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["WwLib.hi","WwLib.p_hi","WwLib.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FamInst.hi","FamInst.p_hi","FamInst.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Inst.hi","Inst.p_hi","Inst.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcAnnotations.hi","TcAnnotations.p_hi","TcAnnotations.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcArrows.hi","TcArrows.p_hi","TcArrows.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcBinds.hi","TcBinds.p_hi","TcBinds.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcClassDcl.hi","TcClassDcl.p_hi","TcClassDcl.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcDefaults.hi","TcDefaults.p_hi","TcDefaults.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcDeriv.hi","TcDeriv.p_hi","TcDeriv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcEnv.hi","TcEnv.p_hi","TcEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcExpr.hi","TcExpr.p_hi","TcExpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcForeign.hi","TcForeign.p_hi","TcForeign.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcGenDeriv.hi","TcGenDeriv.p_hi","TcGenDeriv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcGenGenerics.hi","TcGenGenerics.p_hi","TcGenGenerics.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcHsSyn.hi","TcHsSyn.p_hi","TcHsSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcHsType.hi","TcHsType.p_hi","TcHsType.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcInstDcls.hi","TcInstDcls.p_hi","TcInstDcls.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcMType.hi","TcMType.p_hi","TcMType.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcValidity.hi","TcValidity.p_hi","TcValidity.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcMatches.hi","TcMatches.p_hi","TcMatches.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcPat.hi","TcPat.p_hi","TcPat.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcPatSyn.hi","TcPatSyn.p_hi","TcPatSyn.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcRnDriver.hi","TcRnDriver.p_hi","TcRnDriver.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcRnMonad.hi","TcRnMonad.p_hi","TcRnMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcRnTypes.hi","TcRnTypes.p_hi","TcRnTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcRules.hi","TcRules.p_hi","TcRules.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcSimplify.hi","TcSimplify.p_hi","TcSimplify.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcErrors.hi","TcErrors.p_hi","TcErrors.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcTyClsDecls.hi","TcTyClsDecls.p_hi","TcTyClsDecls.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcTyDecls.hi","TcTyDecls.p_hi","TcTyDecls.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcType.hi","TcType.p_hi","TcType.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcEvidence.hi","TcEvidence.p_hi","TcEvidence.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcUnify.hi","TcUnify.p_hi","TcUnify.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcInteract.hi","TcInteract.p_hi","TcInteract.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcCanonical.hi","TcCanonical.p_hi","TcCanonical.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcFlatten.hi","TcFlatten.p_hi","TcFlatten.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcSMonad.hi","TcSMonad.p_hi","TcSMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcTypeNats.hi","TcTypeNats.p_hi","TcTypeNats.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TcSplice.hi","TcSplice.p_hi","TcSplice.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Class.hi","Class.p_hi","Class.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Coercion.hi","Coercion.p_hi","Coercion.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FamInstEnv.hi","FamInstEnv.p_hi","FamInstEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FunDeps.hi","FunDeps.p_hi","FunDeps.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["InstEnv.hi","InstEnv.p_hi","InstEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TyCon.hi","TyCon.p_hi","TyCon.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CoAxiom.hi","CoAxiom.p_hi","CoAxiom.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Kind.hi","Kind.p_hi","Kind.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Type.hi","Type.p_hi","Type.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TypeRep.hi","TypeRep.p_hi","TypeRep.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Unify.hi","Unify.p_hi","Unify.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Bag.hi","Bag.p_hi","Bag.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Binary.hi","Binary.p_hi","Binary.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BooleanFormula.hi","BooleanFormula.p_hi","BooleanFormula.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["BufWrite.hi","BufWrite.p_hi","BufWrite.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Digraph.hi","Digraph.p_hi","Digraph.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Encoding.hi","Encoding.p_hi","Encoding.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FastBool.hi","FastBool.p_hi","FastBool.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FastFunctions.hi","FastFunctions.p_hi","FastFunctions.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FastMutInt.hi","FastMutInt.p_hi","FastMutInt.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FastString.hi","FastString.p_hi","FastString.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FastTypes.hi","FastTypes.p_hi","FastTypes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Fingerprint.hi","Fingerprint.p_hi","Fingerprint.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["FiniteMap.hi","FiniteMap.p_hi","FiniteMap.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GraphBase.hi","GraphBase.p_hi","GraphBase.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GraphColor.hi","GraphColor.p_hi","GraphColor.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GraphOps.hi","GraphOps.p_hi","GraphOps.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["GraphPpr.hi","GraphPpr.p_hi","GraphPpr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["IOEnv.hi","IOEnv.p_hi","IOEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ListSetOps.hi","ListSetOps.p_hi","ListSetOps.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Maybes.hi","Maybes.p_hi","Maybes.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["MonadUtils.hi","MonadUtils.p_hi","MonadUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["OrdList.hi","OrdList.p_hi","OrdList.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Outputable.hi","Outputable.p_hi","Outputable.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Pair.hi","Pair.p_hi","Pair.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Panic.hi","Panic.p_hi","Panic.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Pretty.hi","Pretty.p_hi","Pretty.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Serialized.hi","Serialized.p_hi","Serialized.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["State.hi","State.p_hi","State.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Stream.hi","Stream.p_hi","Stream.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["StringBuffer.hi","StringBuffer.p_hi","StringBuffer.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["UniqFM.hi","UniqFM.p_hi","UniqFM.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["UniqSet.hi","UniqSet.p_hi","UniqSet.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Util.hi","Util.p_hi","Util.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ExtsCompat46.hi","ExtsCompat46.p_hi","ExtsCompat46.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Builtins/Base.hi","Vectorise/Builtins/Base.p_hi","Vectorise/Builtins/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Builtins/Initialise.hi","Vectorise/Builtins/Initialise.p_hi","Vectorise/Builtins/Initialise.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Builtins.hi","Vectorise/Builtins.p_hi","Vectorise/Builtins.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Monad/Base.hi","Vectorise/Monad/Base.p_hi","Vectorise/Monad/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Monad/Naming.hi","Vectorise/Monad/Naming.p_hi","Vectorise/Monad/Naming.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Monad/Local.hi","Vectorise/Monad/Local.p_hi","Vectorise/Monad/Local.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Monad/Global.hi","Vectorise/Monad/Global.p_hi","Vectorise/Monad/Global.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Monad/InstEnv.hi","Vectorise/Monad/InstEnv.p_hi","Vectorise/Monad/InstEnv.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Monad.hi","Vectorise/Monad.p_hi","Vectorise/Monad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Utils/Base.hi","Vectorise/Utils/Base.p_hi","Vectorise/Utils/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Utils/Closure.hi","Vectorise/Utils/Closure.p_hi","Vectorise/Utils/Closure.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Utils/Hoisting.hi","Vectorise/Utils/Hoisting.p_hi","Vectorise/Utils/Hoisting.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Utils/PADict.hi","Vectorise/Utils/PADict.p_hi","Vectorise/Utils/PADict.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Utils/Poly.hi","Vectorise/Utils/Poly.p_hi","Vectorise/Utils/Poly.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Utils.hi","Vectorise/Utils.p_hi","Vectorise/Utils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Generic/Description.hi","Vectorise/Generic/Description.p_hi","Vectorise/Generic/Description.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Generic/PAMethods.hi","Vectorise/Generic/PAMethods.p_hi","Vectorise/Generic/PAMethods.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Generic/PADict.hi","Vectorise/Generic/PADict.p_hi","Vectorise/Generic/PADict.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Generic/PData.hi","Vectorise/Generic/PData.p_hi","Vectorise/Generic/PData.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Type/Env.hi","Vectorise/Type/Env.p_hi","Vectorise/Type/Env.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Type/Type.hi","Vectorise/Type/Type.p_hi","Vectorise/Type/Type.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Type/TyConDecl.hi","Vectorise/Type/TyConDecl.p_hi","Vectorise/Type/TyConDecl.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Type/Classify.hi","Vectorise/Type/Classify.p_hi","Vectorise/Type/Classify.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Convert.hi","Vectorise/Convert.p_hi","Vectorise/Convert.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Vect.hi","Vectorise/Vect.p_hi","Vectorise/Vect.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Var.hi","Vectorise/Var.p_hi","Vectorise/Var.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Env.hi","Vectorise/Env.p_hi","Vectorise/Env.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise/Exp.hi","Vectorise/Exp.p_hi","Vectorise/Exp.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Vectorise.hi","Vectorise.p_hi","Vectorise.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Hoopl/Dataflow.hi","Hoopl/Dataflow.p_hi","Hoopl/Dataflow.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Hoopl.hi","Hoopl.p_hi","Hoopl.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["AsmCodeGen.hi","AsmCodeGen.p_hi","AsmCodeGen.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["TargetReg.hi","TargetReg.p_hi","TargetReg.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["NCGMonad.hi","NCGMonad.p_hi","NCGMonad.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Instruction.hi","Instruction.p_hi","Instruction.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Size.hi","Size.p_hi","Size.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Reg.hi","Reg.p_hi","Reg.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegClass.hi","RegClass.p_hi","RegClass.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PIC.hi","PIC.p_hi","PIC.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Platform.hi","Platform.p_hi","Platform.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["CPrim.hi","CPrim.p_hi","CPrim.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["X86/Regs.hi","X86/Regs.p_hi","X86/Regs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["X86/RegInfo.hi","X86/RegInfo.p_hi","X86/RegInfo.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["X86/Instr.hi","X86/Instr.p_hi","X86/Instr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["X86/Cond.hi","X86/Cond.p_hi","X86/Cond.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["X86/Ppr.hi","X86/Ppr.p_hi","X86/Ppr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["X86/CodeGen.hi","X86/CodeGen.p_hi","X86/CodeGen.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PPC/Regs.hi","PPC/Regs.p_hi","PPC/Regs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PPC/RegInfo.hi","PPC/RegInfo.p_hi","PPC/RegInfo.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PPC/Instr.hi","PPC/Instr.p_hi","PPC/Instr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PPC/Cond.hi","PPC/Cond.p_hi","PPC/Cond.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PPC/Ppr.hi","PPC/Ppr.p_hi","PPC/Ppr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["PPC/CodeGen.hi","PPC/CodeGen.p_hi","PPC/CodeGen.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Base.hi","SPARC/Base.p_hi","SPARC/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Regs.hi","SPARC/Regs.p_hi","SPARC/Regs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Imm.hi","SPARC/Imm.p_hi","SPARC/Imm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/AddrMode.hi","SPARC/AddrMode.p_hi","SPARC/AddrMode.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Cond.hi","SPARC/Cond.p_hi","SPARC/Cond.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Instr.hi","SPARC/Instr.p_hi","SPARC/Instr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Stack.hi","SPARC/Stack.p_hi","SPARC/Stack.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/ShortcutJump.hi","SPARC/ShortcutJump.p_hi","SPARC/ShortcutJump.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/Ppr.hi","SPARC/Ppr.p_hi","SPARC/Ppr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen.hi","SPARC/CodeGen.p_hi","SPARC/CodeGen.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/Amode.hi","SPARC/CodeGen/Amode.p_hi","SPARC/CodeGen/Amode.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/Base.hi","SPARC/CodeGen/Base.p_hi","SPARC/CodeGen/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/CondCode.hi","SPARC/CodeGen/CondCode.p_hi","SPARC/CodeGen/CondCode.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/Gen32.hi","SPARC/CodeGen/Gen32.p_hi","SPARC/CodeGen/Gen32.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/Gen64.hi","SPARC/CodeGen/Gen64.p_hi","SPARC/CodeGen/Gen64.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/Sanity.hi","SPARC/CodeGen/Sanity.p_hi","SPARC/CodeGen/Sanity.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["SPARC/CodeGen/Expand.hi","SPARC/CodeGen/Expand.p_hi","SPARC/CodeGen/Expand.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Liveness.hi","RegAlloc/Liveness.p_hi","RegAlloc/Liveness.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/Main.hi","RegAlloc/Graph/Main.p_hi","RegAlloc/Graph/Main.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/Stats.hi","RegAlloc/Graph/Stats.p_hi","RegAlloc/Graph/Stats.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/ArchBase.hi","RegAlloc/Graph/ArchBase.p_hi","RegAlloc/Graph/ArchBase.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/ArchX86.hi","RegAlloc/Graph/ArchX86.p_hi","RegAlloc/Graph/ArchX86.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/Coalesce.hi","RegAlloc/Graph/Coalesce.p_hi","RegAlloc/Graph/Coalesce.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/Spill.hi","RegAlloc/Graph/Spill.p_hi","RegAlloc/Graph/Spill.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/SpillClean.hi","RegAlloc/Graph/SpillClean.p_hi","RegAlloc/Graph/SpillClean.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/SpillCost.hi","RegAlloc/Graph/SpillCost.p_hi","RegAlloc/Graph/SpillCost.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Graph/TrivColorable.hi","RegAlloc/Graph/TrivColorable.p_hi","RegAlloc/Graph/TrivColorable.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/Main.hi","RegAlloc/Linear/Main.p_hi","RegAlloc/Linear/Main.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/JoinToTargets.hi","RegAlloc/Linear/JoinToTargets.p_hi","RegAlloc/Linear/JoinToTargets.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/State.hi","RegAlloc/Linear/State.p_hi","RegAlloc/Linear/State.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/Stats.hi","RegAlloc/Linear/Stats.p_hi","RegAlloc/Linear/Stats.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/FreeRegs.hi","RegAlloc/Linear/FreeRegs.p_hi","RegAlloc/Linear/FreeRegs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/StackMap.hi","RegAlloc/Linear/StackMap.p_hi","RegAlloc/Linear/StackMap.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/Base.hi","RegAlloc/Linear/Base.p_hi","RegAlloc/Linear/Base.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/X86/FreeRegs.hi","RegAlloc/Linear/X86/FreeRegs.p_hi","RegAlloc/Linear/X86/FreeRegs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/X86_64/FreeRegs.hi","RegAlloc/Linear/X86_64/FreeRegs.p_hi","RegAlloc/Linear/X86_64/FreeRegs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/PPC/FreeRegs.hi","RegAlloc/Linear/PPC/FreeRegs.p_hi","RegAlloc/Linear/PPC/FreeRegs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RegAlloc/Linear/SPARC/FreeRegs.hi","RegAlloc/Linear/SPARC/FreeRegs.p_hi","RegAlloc/Linear/SPARC/FreeRegs.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Dwarf.hi","Dwarf.p_hi","Dwarf.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Dwarf/Types.hi","Dwarf/Types.p_hi","Dwarf/Types.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Dwarf/Constants.hi","Dwarf/Constants.p_hi","Dwarf/Constants.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DsMeta.hi","DsMeta.p_hi","DsMeta.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Convert.hi","Convert.p_hi","Convert.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ByteCodeAsm.hi","ByteCodeAsm.p_hi","ByteCodeAsm.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ByteCodeGen.hi","ByteCodeGen.p_hi","ByteCodeGen.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ByteCodeInstr.hi","ByteCodeInstr.p_hi","ByteCodeInstr.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ByteCodeItbls.hi","ByteCodeItbls.p_hi","ByteCodeItbls.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ByteCodeLink.hi","ByteCodeLink.p_hi","ByteCodeLink.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Debugger.hi","Debugger.p_hi","Debugger.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["LibFFI.hi","LibFFI.p_hi","LibFFI.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["Linker.hi","Linker.p_hi","Linker.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["ObjLink.hi","ObjLink.p_hi","ObjLink.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["RtClosureInspect.hi","RtClosureInspect.p_hi","RtClosureInspect.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["DebuggerUtils.hi","DebuggerUtils.p_hi","DebuggerUtils.dyn_hi"] (ignoring) ghc-7.10.3: cannot find any of ["libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe.a","libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe.p_a","libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe-ghc7.10.3.so","libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe-ghc7.10.3.dylib","HSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe-ghc7.10.3.dll"] on library path (ignoring) "inplace/bin/ghc-cabal" check utils/haddock "inplace/bin/ghc-cabal" check utils/hsc2hs "inplace/bin/ghc-cabal" check utils/ghc-pkg "inplace/bin/ghc-cabal" check utils/ghctags "inplace/bin/ghc-cabal" check utils/dll-split "inplace/bin/ghc-cabal" check utils/ghc-pwd "inplace/bin/ghc-cabal" check utils/ghc-cabal "inplace/bin/ghc-cabal" check utils/hpc "inplace/bin/ghc-cabal" check utils/runghc 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users. "inplace/bin/ghc-cabal" configure utils/haddock dist "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --flag in-ghc-tree --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" A 'license-file' is not specified. A 'license-file' is not specified. No 'category' field. No 'maintainer' field. A 'license-file' is not specified. A 'license-file' is not specified. "inplace/bin/ghc-cabal" configure utils/ghctags dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" A 'license-file' is not specified. "inplace/bin/ghc-cabal" configure utils/dll-split dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" "inplace/bin/ghc-cabal" configure utils/ghc-pwd dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" "inplace/bin/ghc-cabal" configure utils/ghc-pkg dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" "inplace/bin/ghc-cabal" configure utils/ghc-cabal dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" "inplace/bin/ghc-cabal" configure utils/hsc2hs dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" A 'license-file' is not specified. "inplace/bin/ghc-cabal" configure utils/runghc dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" A 'license-file' is not specified. "inplace/bin/ghc-cabal" configure utils/hpc dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring haddock-2.16.1... Configuring ghc-pkg-6.9... Configuring ghctags-0.1... Configuring dll-split-0.1... Configuring ghc-cabal-0.1... Configuring ghc-pwd-0.1... Configuring hsc2hs-0.67... Configuring runghc-7.10.3... Configuring hpc-bin-0.67... "inplace/bin/ghc-cabal" configure ghc stage2 "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --flags=stage2 --flags=ghci --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring ghc-bin-7.10.3... "inplace/bin/ghc-cabal" check utils/mkUserGuidePart No 'category' field. No 'maintainer' field. A 'license-file' is not specified. "inplace/bin/ghc-cabal" configure utils/mkUserGuidePart dist "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" "inplace/bin/ghc-cabal" check utils/compare_sizes No 'maintainer' field. "inplace/bin/ghc-cabal" configure utils/compare_sizes dist-install "" --with-ghc="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-stage1" --with-ghc-pkg="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/ghc-pkg" --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --configure-option=CPPFLAGS=" " --gcc-options=" -fno-stack-protector " --configure-option=--with-iconv-includes="/usr/include" --configure-option=--with-iconv-libraries="/usr/lib" --configure-option=--with-gmp-includes="/usr/pkg/include" --configure-option=--with-gmp-libraries="/usr/pkg/lib" --configure-option=--with-curses-includes="/usr//usr/include" --configure-option=--with-curses-libraries="/usr/lib" --with-gcc="cc" --with-ld="ld" --configure-option=--with-cc="cc" --with-ar="ar" Configuring mkUserGuidePart-0.1... Configuring compareSizes-0.1.0.0... Warning: 'data-dir: ..' is a relative path outside of the source tree. This will not work when generating a tarball with 'sdist'. ===--- building final phase /usr/pkg/bin/gmake -r --no-print-directory -f ghc.mk phase=final all "rm" -f utils/compare_sizes/dist-install/build/.depend.c_asm.tmp "rm" -f utils/compare_sizes/dist-install/build/.depend.c_asm.bit "rm" -f utils/compare_sizes/dist-install/build/.depend.haskell.tmp "rm" -f utils/mkUserGuidePart/dist/build/.depend.c_asm.tmp "rm" -f utils/mkUserGuidePart/dist/build/.depend.haskell.tmp "rm" -f ghc/stage2/build/.depend.c_asm.tmp "rm" -f compiler/stage2/ghc_boot_platform.h "rm" -f utils/runghc/dist-install/build/.depend.c_asm.tmp "cp" utils/runghc/runghc.hs utils/runghc/dist-install/build/Main.hs "rm" -f utils/hpc/dist-install/build/.depend.c_asm.tmp echo "utils/compare_sizes_dist-install_depfile_c_asm_EXISTS = YES" >> utils/compare_sizes/dist-install/build/.depend.c_asm.tmp "inplace/bin/ghc-stage1" -M -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/mkUserGuidePart/. -iutils/mkUserGuidePart/dist/build -iutils/mkUserGuidePart/dist/build/autogen -Iutils/mkUserGuidePart/dist/build -Iutils/mkUserGuidePart/dist/build/autogen -optP-include -optPutils/mkUserGuidePart/dist/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -XHaskell2010 -no-user-package-db -rtsopts -odir utils/mkUserGuidePart/dist/build -hidir utils/mkUserGuidePart/dist/build -stubdir utils/mkUserGuidePart/dist/build -dep-makefile utils/mkUserGuidePart/dist/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps utils/mkUserGuidePart/./Main.hs "rm" -f utils/runghc/dist-install/build/.depend.c_asm.bit cc -E -I/usr/include -I/usr/pkg/include -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES -fno-stack-protector -Ighc/stage2/build/autogen -DGHCI -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/haskeline/includes' -I'/usr//usr/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/.' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/parser' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/utils' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/../rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage2' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c ghc/hschooks.c -MF ghc/stage2/build/.depend.c_asm.bit "inplace/bin/ghc-stage1" -M -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/compare_sizes/. -iutils/compare_sizes/dist-install/build -iutils/compare_sizes/dist-install/build/autogen -Iutils/compare_sizes/dist-install/build -Iutils/compare_sizes/dist-install/build/autogen -optP-include -optPutils/compare_sizes/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -no-user-package-db -rtsopts -odir utils/compare_sizes/dist-install/build -hidir utils/compare_sizes/dist-install/build -stubdir utils/compare_sizes/dist-install/build -dep-makefile utils/compare_sizes/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps utils/compare_sizes/./Main.hs "rm" -f utils/mkUserGuidePart/dist/build/.depend.c_asm.bit "rm" -f utils/hpc/dist-install/build/.depend.c_asm.bit "rm" -f utils/hpc/dist-install/build/.depend.haskell.tmp Creating compiler/stage2/ghc_boot_platform.h... echo "utils/mkUserGuidePart_dist_depfile_c_asm_EXISTS = YES" >> utils/mkUserGuidePart/dist/build/.depend.c_asm.tmp mv utils/compare_sizes/dist-install/build/.depend.c_asm.tmp utils/compare_sizes/dist-install/build/.depend.c_asm echo "utils/hpc_dist-install_depfile_c_asm_EXISTS = YES" >> utils/hpc/dist-install/build/.depend.c_asm.tmp "rm" -f utils/ghc-cabal/dist-install/build/.depend.c_asm.tmp "inplace/bin/ghc-stage1" -M -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -dep-makefile utils/hpc/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps utils/hpc/./Main.hs utils/hpc/./HpcParser.hs utils/hpc/./HpcCombine.hs utils/hpc/./HpcDraft.hs utils/hpc/./HpcFlags.hs utils/hpc/./HpcLexer.hs utils/hpc/./HpcMarkup.hs utils/hpc/./HpcOverlay.hs utils/hpc/./HpcReport.hs utils/hpc/./HpcShowTix.hs utils/hpc/./HpcUtils.hs utils/hpc/dist-install/build/autogen/Paths_hpc_bin.hs mv utils/mkUserGuidePart/dist/build/.depend.c_asm.tmp utils/mkUserGuidePart/dist/build/.depend.c_asm mv utils/hpc/dist-install/build/.depend.c_asm.tmp utils/hpc/dist-install/build/.depend.c_asm "rm" -f utils/ghc-cabal/dist-install/build/.depend.haskell.tmp "rm" -f utils/ghc-pwd/dist-install/build/.depend.c_asm.tmp echo "utils/runghc_dist-install_depfile_c_asm_EXISTS = YES" >> utils/runghc/dist-install/build/.depend.c_asm.tmp "rm" -f utils/ghc-cabal/dist-install/build/.depend.c_asm.bit "inplace/bin/ghc-stage1" -M -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghc-cabal/. -iutils/ghc-cabal/dist-install/build -iutils/ghc-cabal/dist-install/build/autogen -Iutils/ghc-cabal/dist-install/build -Iutils/ghc-cabal/dist-install/build/autogen -optP-include -optPutils/ghc-cabal/dist-install/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-cabal/dist-install/build -hidir utils/ghc-cabal/dist-install/build -stubdir utils/ghc-cabal/dist-install/build -dep-makefile utils/ghc-cabal/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps utils/ghc-cabal/./Main.hs "rm" -f utils/ghc-pwd/dist-install/build/.depend.c_asm.bit mv utils/runghc/dist-install/build/.depend.c_asm.tmp utils/runghc/dist-install/build/.depend.c_asm "rm" -f utils/ghc-pwd/dist-install/build/.depend.haskell.tmp echo "utils/ghc-pwd_dist-install_depfile_c_asm_EXISTS = YES" >> utils/ghc-pwd/dist-install/build/.depend.c_asm.tmp echo "utils/ghc-cabal_dist-install_depfile_c_asm_EXISTS = YES" >> utils/ghc-cabal/dist-install/build/.depend.c_asm.tmp "inplace/bin/ghc-stage1" -M -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghc-pwd/. -iutils/ghc-pwd/dist-install/build -iutils/ghc-pwd/dist-install/build/autogen -Iutils/ghc-pwd/dist-install/build -Iutils/ghc-pwd/dist-install/build/autogen -optP-include -optPutils/ghc-pwd/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-pwd/dist-install/build -hidir utils/ghc-pwd/dist-install/build -stubdir utils/ghc-pwd/dist-install/build -dep-makefile utils/ghc-pwd/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps utils/ghc-pwd/./Main.hs mv utils/ghc-pwd/dist-install/build/.depend.c_asm.tmp utils/ghc-pwd/dist-install/build/.depend.c_asm mv utils/ghc-cabal/dist-install/build/.depend.c_asm.tmp utils/ghc-cabal/dist-install/build/.depend.c_asm "rm" -f utils/dll-split/dist-install/build/.depend.c_asm.tmp sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|ghc/|" -e "1s|ghc/|ghc/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" ghc/stage2/build/.depend.c_asm.bit >> ghc/stage2/build/.depend.c_asm.tmp && true "rm" -f utils/dll-split/dist-install/build/.depend.haskell.tmp "rm" -f utils/dll-split/dist-install/build/.depend.c_asm.bit "inplace/bin/ghc-stage1" -M -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/dll-split/. -iutils/dll-split/dist-install/build -iutils/dll-split/dist-install/build/autogen -Iutils/dll-split/dist-install/build -Iutils/dll-split/dist-install/build/autogen -optP-include -optPutils/dll-split/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -no-user-package-db -rtsopts -odir utils/dll-split/dist-install/build -hidir utils/dll-split/dist-install/build -stubdir utils/dll-split/dist-install/build -dep-makefile utils/dll-split/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps utils/dll-split/./Main.hs echo "utils/dll-split_dist-install_depfile_c_asm_EXISTS = YES" >> utils/dll-split/dist-install/build/.depend.c_asm.tmp "rm" -f ghc/stage2/build/.depend.c_asm.bit mv utils/dll-split/dist-install/build/.depend.c_asm.tmp utils/dll-split/dist-install/build/.depend.c_asm echo "ghc_stage2_depfile_c_asm_EXISTS = YES" >> ghc/stage2/build/.depend.c_asm.tmp "rm" -f utils/ghctags/dist-install/build/.depend.c_asm.tmp mv ghc/stage2/build/.depend.c_asm.tmp ghc/stage2/build/.depend.c_asm echo "utils/mkUserGuidePart_dist_depfile_haskell_EXISTS = YES" >> utils/mkUserGuidePart/dist/build/.depend.haskell.tmp for dir in utils/mkUserGuidePart/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done "rm" -f utils/ghctags/dist-install/build/.depend.haskell.tmp grep -v ' : [a-zA-Z]:/' utils/mkUserGuidePart/dist/build/.depend.haskell.tmp > utils/mkUserGuidePart/dist/build/.depend.haskell.tmp2 echo "utils/compare_sizes_dist-install_depfile_haskell_EXISTS = YES" >> utils/compare_sizes/dist-install/build/.depend.haskell.tmp "rm" -f utils/ghctags/dist-install/build/.depend.c_asm.bit for dir in utils/compare_sizes/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/mkUserGuidePart/dist/build/.depend.haskell.tmp2 > utils/mkUserGuidePart/dist/build/.depend.haskell echo "utils/ghctags_dist-install_depfile_c_asm_EXISTS = YES" >> utils/ghctags/dist-install/build/.depend.c_asm.tmp grep -v ' : [a-zA-Z]:/' utils/compare_sizes/dist-install/build/.depend.haskell.tmp > utils/compare_sizes/dist-install/build/.depend.haskell.tmp2 mv utils/ghctags/dist-install/build/.depend.c_asm.tmp utils/ghctags/dist-install/build/.depend.c_asm "inplace/bin/ghc-stage1" -M -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghctags/. -iutils/ghctags/dist-install/build -iutils/ghctags/dist-install/build/autogen -Iutils/ghctags/dist-install/build -Iutils/ghctags/dist-install/build/autogen -optP-include -optPutils/ghctags/dist-install/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghctags/dist-install/build -hidir utils/ghctags/dist-install/build -stubdir utils/ghctags/dist-install/build -dep-makefile utils/ghctags/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps utils/ghctags/./Main.hs "rm" -f utils/ghc-pkg/dist-install/build/.depend.c_asm.tmp sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/compare_sizes/dist-install/build/.depend.haskell.tmp2 > utils/compare_sizes/dist-install/build/.depend.haskell "rm" -f utils/ghc-pkg/dist-install/build/.depend.haskell.tmp "rm" -f utils/hsc2hs/dist-install/build/.depend.c_asm.tmp "rm" -f utils/hsc2hs/dist-install/build/.depend.c_asm.bit "inplace/bin/ghc-stage1" -M -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist-install/build -iutils/ghc-pkg/dist-install/build/autogen -Iutils/ghc-pkg/dist-install/build -Iutils/ghc-pkg/dist-install/build/autogen -optP-include -optPutils/ghc-pkg/dist-install/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key unix_KZL8h98IqDM57kQSPo1mKx -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-pkg/dist-install/build -hidir utils/ghc-pkg/dist-install/build -stubdir utils/ghc-pkg/dist-install/build -dep-makefile utils/ghc-pkg/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps utils/ghc-pkg/./Main.hs utils/ghc-pkg/dist-install/build/Version.hs "rm" -f utils/ghc-pkg/dist-install/build/.depend.c_asm.bit echo "utils/ghc-pwd_dist-install_depfile_haskell_EXISTS = YES" >> utils/ghc-pwd/dist-install/build/.depend.haskell.tmp echo "utils/ghc-pkg_dist-install_depfile_c_asm_EXISTS = YES" >> utils/ghc-pkg/dist-install/build/.depend.c_asm.tmp for dir in utils/ghc-pwd/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done mv utils/ghc-pkg/dist-install/build/.depend.c_asm.tmp utils/ghc-pkg/dist-install/build/.depend.c_asm grep -v ' : [a-zA-Z]:/' utils/ghc-pwd/dist-install/build/.depend.haskell.tmp > utils/ghc-pwd/dist-install/build/.depend.haskell.tmp2 echo "utils/hsc2hs_dist-install_depfile_c_asm_EXISTS = YES" >> utils/hsc2hs/dist-install/build/.depend.c_asm.tmp sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/ghc-pwd/dist-install/build/.depend.haskell.tmp2 > utils/ghc-pwd/dist-install/build/.depend.haskell echo "utils/dll-split_dist-install_depfile_haskell_EXISTS = YES" >> utils/dll-split/dist-install/build/.depend.haskell.tmp "rm" -f utils/hsc2hs/dist-install/build/.depend.haskell.tmp echo "utils/ghc-cabal_dist-install_depfile_haskell_EXISTS = YES" >> utils/ghc-cabal/dist-install/build/.depend.haskell.tmp mv utils/hsc2hs/dist-install/build/.depend.c_asm.tmp utils/hsc2hs/dist-install/build/.depend.c_asm for dir in utils/dll-split/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done for dir in utils/ghc-cabal/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done "inplace/bin/ghc-stage1" -M -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -dep-makefile utils/hsc2hs/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps utils/hsc2hs/./Main.hs utils/hsc2hs/./C.hs utils/hsc2hs/./Common.hs utils/hsc2hs/./CrossCodegen.hs utils/hsc2hs/./DirectCodegen.hs utils/hsc2hs/./Flags.hs utils/hsc2hs/./HSCParser.hs utils/hsc2hs/./UtilsCodegen.hs grep -v ' : [a-zA-Z]:/' utils/dll-split/dist-install/build/.depend.haskell.tmp > utils/dll-split/dist-install/build/.depend.haskell.tmp2 "rm" -f compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp grep -v ' : [a-zA-Z]:/' utils/ghc-cabal/dist-install/build/.depend.haskell.tmp > utils/ghc-cabal/dist-install/build/.depend.haskell.tmp2 "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Icompiler/stage2/build/autogen' '--cflag=-Icompiler/.' '--cflag=-Icompiler/parser' '--cflag=-Icompiler/utils' '--cflag=-Icompiler/../rts/dist/build' '--cflag=-Icompiler/stage2' '--cflag=-I/usr/pkg/include' '--cflag=-DGHCI' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/template-haskell/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Icompiler/stage2/build/autogen --cflag=-include --cflag=compiler/stage2/build/autogen/cabal_macros.h compiler/utils/Fingerprint.hsc -o compiler/stage2/build/Fingerprint.hs cc -E -I/usr/include -I/usr/pkg/include -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES -fno-stack-protector -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -DGHCI -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c compiler/parser/cutils.c -MF compiler/stage2/build/.depend-v-p-dyn.c_asm.bit sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/ghc-cabal/dist-install/build/.depend.haskell.tmp2 > utils/ghc-cabal/dist-install/build/.depend.haskell sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/dll-split/dist-install/build/.depend.haskell.tmp2 > utils/dll-split/dist-install/build/.depend.haskell "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Icompiler/stage2/build/autogen' '--cflag=-Icompiler/.' '--cflag=-Icompiler/parser' '--cflag=-Icompiler/utils' '--cflag=-Icompiler/../rts/dist/build' '--cflag=-Icompiler/stage2' '--cflag=-I/usr/pkg/include' '--cflag=-DGHCI' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/template-haskell/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Icompiler/stage2/build/autogen --cflag=-include --cflag=compiler/stage2/build/autogen/cabal_macros.h compiler/ghci/LibFFI.hsc -o compiler/stage2/build/LibFFI.hs "rm" -f utils/haddock/dist/build/.depend.c_asm.tmp Done. "rm" -f utils/haddock/dist/build/.depend.haskell.tmp echo "utils/ghctags_dist-install_depfile_haskell_EXISTS = YES" >> utils/ghctags/dist-install/build/.depend.haskell.tmp echo "utils/hpc_dist-install_depfile_haskell_EXISTS = YES" >> utils/hpc/dist-install/build/.depend.haskell.tmp "rm" -f utils/haddock/dist/build/.depend.c_asm.bit for dir in utils/hpc/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done for dir in utils/ghctags/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done "inplace/bin/ghc-stage1" -M -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -dep-makefile utils/haddock/dist/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps utils/haddock/driver/Main.hs utils/haddock/haddock-library/src/Documentation/Haddock/Parser.hs utils/haddock/haddock-library/src/Documentation/Haddock/Parser/Monad.hs utils/haddock/haddock-library/src/Documentation/Haddock/Types.hs utils/haddock/haddock-library/src/Documentation/Haddock/Doc.hs utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec.hs utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString.hs utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Char8.hs utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/FastSet.hs utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Combinator.hs utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal.hs utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Fhthagn.hs utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Number.hs utils/haddock/haddock-library/src/Documentation/Haddock/Utf8.hs utils/haddock/haddock-library/src/Documentation/Haddock/Parser/Util.hs utils/haddock/haddock-api/src/Documentation/Haddock.hs utils/haddock/haddock-api/src/Haddock.hs utils/haddock/haddock-api/src/Haddock/Interface.hs utils/haddock/haddock-api/src/Haddock/Interface/Rename.hs utils/haddock/haddock-api/src/Haddock/Interface/Create.hs utils/haddock/haddock-api/src/Haddock/Interface/AttachInstances.hs utils/haddock/haddock-api/src/Haddock/Interface/LexParseRn.hs utils/haddock/haddock-api/src/Haddock/Interface/ParseModuleHeader.hs utils/haddock/haddock-api/src/Haddock/Parser.hs utils/haddock/haddock-api/src/Haddock/Utils.hs utils/haddock/haddock-api/src/Haddock/Backends/Xhtml.hs utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Decl.hs utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/DocMarkup.hs utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Layout.hs utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Names.hs utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Themes.hs utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Types.hs utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Utils.hs utils/haddock/haddock-api/src/Haddock/Backends/LaTeX.hs utils/haddock/haddock-api/src/Haddock/Backends/HaddockDB.hs utils/haddock/haddock-api/src/Haddock/Backends/Hoogle.hs utils/haddock/haddock-api/src/Haddock/ModuleTree.hs utils/haddock/haddock-api/src/Haddock/Types.hs utils/haddock/haddock-api/src/Haddock/Doc.hs utils/haddock/haddock-api/src/Haddock/Version.hs utils/haddock/haddock-api/src/Haddock/InterfaceFile.hs utils/haddock/haddock-api/src/Haddock/Options.hs utils/haddock/haddock-api/src/Haddock/GhcUtils.hs utils/haddock/haddock-api/src/Haddock/Convert.hs grep -v ' : [a-zA-Z]:/' utils/hpc/dist-install/build/.depend.haskell.tmp > utils/hpc/dist-install/build/.depend.haskell.tmp2 echo "utils/haddock_dist_depfile_c_asm_EXISTS = YES" >> utils/haddock/dist/build/.depend.c_asm.tmp sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/hpc/dist-install/build/.depend.haskell.tmp2 > utils/hpc/dist-install/build/.depend.haskell mv utils/haddock/dist/build/.depend.c_asm.tmp utils/haddock/dist/build/.depend.c_asm "rm" -f libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp grep -v ' : [a-zA-Z]:/' utils/ghctags/dist-install/build/.depend.haskell.tmp > utils/ghctags/dist-install/build/.depend.haskell.tmp2 cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -DUSE_GHC_ENCODINGS -DTERMINFO -I'/usr//usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/haskeline/cbits/h_wcwidth.c -MF libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit "inplace/bin/mkdirhier" libraries/haskeline/dist-install/build/System/Console/Haskeline//. sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/ghctags/dist-install/build/.depend.haskell.tmp2 > utils/ghctags/dist-install/build/.depend.haskell sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/parser/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|compiler/parser/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|compiler/parser/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && true echo "utils/ghc-pkg_dist-install_depfile_haskell_EXISTS = YES" >> utils/ghc-pkg/dist-install/build/.depend.haskell.tmp for dir in utils/ghc-pkg/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done "inplace/bin/mkdirhier" libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend//. "rm" -f libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm.tmp grep -v ' : [a-zA-Z]:/' utils/ghc-pkg/dist-install/build/.depend.haskell.tmp > utils/ghc-pkg/dist-install/build/.depend.haskell.tmp2 "rm" -f libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/ghc-pkg/dist-install/build/.depend.haskell.tmp2 > utils/ghc-pkg/dist-install/build/.depend.haskell "rm" -f libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp "rm" -f libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm.tmp cc -E -I/usr/include -I/usr/pkg/include -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES -fno-stack-protector -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -DGHCI -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c compiler/ghci/keepCAFsForGHCi.c -MF compiler/stage2/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/haskeline/cbits/|" -e "1s|libraries/haskeline/|libraries/haskeline/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/haskeline/cbits/|" -e "1s|libraries/haskeline/|libraries/haskeline/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/haskeline/cbits/|" -e "1s|libraries/haskeline/|libraries/haskeline/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm.bit "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -dep-makefile libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/terminfo/./System/Console/Terminfo.hs libraries/terminfo/./System/Console/Terminfo/Base.hs libraries/terminfo/./System/Console/Terminfo/Cursor.hs libraries/terminfo/./System/Console/Terminfo/Color.hs libraries/terminfo/./System/Console/Terminfo/Edit.hs libraries/terminfo/./System/Console/Terminfo/Effects.hs libraries/terminfo/./System/Console/Terminfo/Keys.hs echo "libraries/terminfo_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm echo "libraries/xhtml_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp mv libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -dep-makefile libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/xhtml/./Text/XHtml.hs libraries/xhtml/./Text/XHtml/Frameset.hs libraries/xhtml/./Text/XHtml/Strict.hs libraries/xhtml/./Text/XHtml/Transitional.hs libraries/xhtml/./Text/XHtml/Debug.hs libraries/xhtml/./Text/XHtml/Table.hs libraries/xhtml/./Text/XHtml/Strict/Attributes.hs libraries/xhtml/./Text/XHtml/Strict/Elements.hs libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs libraries/xhtml/./Text/XHtml/Frameset/Elements.hs libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs libraries/xhtml/./Text/XHtml/Transitional/Elements.hs libraries/xhtml/./Text/XHtml/BlockTable.hs libraries/xhtml/./Text/XHtml/Extras.hs libraries/xhtml/./Text/XHtml/Internals.hs "rm" -f libraries/transformers/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/haskeline_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/ghci/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|compiler/ghci/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|compiler/ghci/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/transformers/dist-install/build/.depend-v-p-dyn.c_asm.bit "rm" -f libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell.tmp echo "libraries/transformers_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/transformers/dist-install/build/.depend-v-p-dyn.c_asm.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -dep-makefile libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/transformers/./Control/Applicative/Backwards.hs libraries/transformers/./Control/Applicative/Lift.hs libraries/transformers/./Control/Monad/IO/Class.hs libraries/transformers/./Control/Monad/Signatures.hs libraries/transformers/./Control/Monad/Trans/Class.hs libraries/transformers/./Control/Monad/Trans/Cont.hs libraries/transformers/./Control/Monad/Trans/Except.hs libraries/transformers/./Control/Monad/Trans/Error.hs libraries/transformers/./Control/Monad/Trans/Identity.hs libraries/transformers/./Control/Monad/Trans/List.hs libraries/transformers/./Control/Monad/Trans/Maybe.hs libraries/transformers/./Control/Monad/Trans/Reader.hs libraries/transformers/./Control/Monad/Trans/RWS.hs libraries/transformers/./Control/Monad/Trans/RWS/Lazy.hs libraries/transformers/./Control/Monad/Trans/RWS/Strict.hs libraries/transformers/./Control/Monad/Trans/State.hs libraries/transformers/./Control/Monad/Trans/State/Lazy.hs libraries/transformers/./Control/Monad/Trans/State/Strict.hs libraries/transformers/./Control/Monad/Trans/Writer.hs libraries/transformers/./Control/Monad/Trans/Writer/Lazy.hs libraries/transformers/./Control/Monad/Trans/Writer/Strict.hs libraries/transformers/./Data/Functor/Classes.hs libraries/transformers/./Data/Functor/Compose.hs libraries/transformers/./Data/Functor/Constant.hs libraries/transformers/./Data/Functor/Product.hs libraries/transformers/./Data/Functor/Reverse.hs libraries/transformers/./Data/Functor/Sum.hs mv libraries/transformers/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/transformers/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/hoopl/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "utils/hsc2hs_dist-install_depfile_haskell_EXISTS = YES" >> utils/hsc2hs/dist-install/build/.depend.haskell.tmp "rm" -f libraries/hoopl/dist-install/build/.depend-v-p-dyn.c_asm.bit cc -E -I/usr/include -I/usr/pkg/include -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES -fno-stack-protector -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -DGHCI -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c compiler/cbits/genSym.c -MF compiler/stage2/build/.depend-v-p-dyn.c_asm.bit for dir in utils/hsc2hs/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' utils/hsc2hs/dist-install/build/.depend.haskell.tmp > utils/hsc2hs/dist-install/build/.depend.haskell.tmp2 echo "libraries/hoopl_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/hoopl/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/hoopl/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/hoopl/dist-install/build/.depend-v-p-dyn.c_asm sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/hsc2hs/dist-install/build/.depend.haskell.tmp2 > utils/hsc2hs/dist-install/build/.depend.haskell "rm" -f libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -dep-makefile libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/hoopl/src/Compiler/Hoopl.hs libraries/hoopl/src/Compiler/Hoopl/Internals.hs libraries/hoopl/src/Compiler/Hoopl/Wrappers.hs libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs libraries/hoopl/src/Compiler/Hoopl/Passes/DList.hs libraries/hoopl/src/Compiler/Hoopl/Checkpoint.hs libraries/hoopl/src/Compiler/Hoopl/Collections.hs libraries/hoopl/src/Compiler/Hoopl/Combinators.hs libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs libraries/hoopl/src/Compiler/Hoopl/Debug.hs libraries/hoopl/src/Compiler/Hoopl/Block.hs libraries/hoopl/src/Compiler/Hoopl/Graph.hs libraries/hoopl/src/Compiler/Hoopl/Label.hs libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs libraries/hoopl/src/Compiler/Hoopl/Fuel.hs libraries/hoopl/src/Compiler/Hoopl/Pointed.hs libraries/hoopl/src/Compiler/Hoopl/Shape.hs libraries/hoopl/src/Compiler/Hoopl/Show.hs libraries/hoopl/src/Compiler/Hoopl/Unique.hs libraries/hoopl/src/Compiler/Hoopl/XUtil.hs "rm" -f libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell.tmp "rm" -f libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/bin-package-db_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.c_asm.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -hide-all-packages -i -ilibraries/bin-package-db/. -ilibraries/bin-package-db/dist-install/build -ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/dist-install/build -Ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/. -optP-include -optPlibraries/bin-package-db/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/bin-package-db/dist-install/build -hidir libraries/bin-package-db/dist-install/build -stubdir libraries/bin-package-db/dist-install/build -dep-makefile libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/bin-package-db/./GHC/PackageDb.hs "rm" -f libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/cbits/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|compiler/cbits/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|compiler/cbits/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && true echo "libraries/Cabal/Cabal_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp "rm" -f compiler/stage2/build/.depend-v-p-dyn.c_asm.bit "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -dep-makefile libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/Cabal/Cabal/./Distribution/Compat/CreatePipe.hs libraries/Cabal/Cabal/./Distribution/Compat/Environment.hs libraries/Cabal/Cabal/./Distribution/Compat/Exception.hs libraries/Cabal/Cabal/./Distribution/Compat/ReadP.hs libraries/Cabal/Cabal/./Distribution/Compiler.hs libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs libraries/Cabal/Cabal/./Distribution/License.hs libraries/Cabal/Cabal/./Distribution/Make.hs libraries/Cabal/Cabal/./Distribution/ModuleName.hs libraries/Cabal/Cabal/./Distribution/Package.hs libraries/Cabal/Cabal/./Distribution/PackageDescription.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/Check.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/PrettyPrint.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/Utils.hs libraries/Cabal/Cabal/./Distribution/ParseUtils.hs libraries/Cabal/Cabal/./Distribution/ReadE.hs libraries/Cabal/Cabal/./Distribution/Simple.hs libraries/Cabal/Cabal/./Distribution/Simple/Bench.hs libraries/Cabal/Cabal/./Distribution/Simple/Build.hs libraries/Cabal/Cabal/./Distribution/Simple/Build/Macros.hs libraries/Cabal/Cabal/./Distribution/Simple/Build/PathsModule.hs libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs libraries/Cabal/Cabal/./Distribution/Simple/CCompiler.hs libraries/Cabal/Cabal/./Distribution/Simple/Command.hs libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs libraries/Cabal/Cabal/./Distribution/Simple/Haddock.hs libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs libraries/Cabal/Cabal/./Distribution/Simple/Hpc.hs libraries/Cabal/Cabal/./Distribution/Simple/Install.hs libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs libraries/Cabal/Cabal/./Distribution/Simple/JHC.hs libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs libraries/Cabal/Cabal/./Distribution/Simple/PackageIndex.hs libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs libraries/Cabal/Cabal/./Distribution/Simple/PreProcess/Unlit.hs libraries/Cabal/Cabal/./Distribution/Simple/Program.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Ar.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Hpc.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Ld.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Script.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Strip.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Types.hs libraries/Cabal/Cabal/./Distribution/Simple/Register.hs libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs libraries/Cabal/Cabal/./Distribution/Simple/SrcDist.hs libraries/Cabal/Cabal/./Distribution/Simple/Test.hs libraries/Cabal/Cabal/./Distribution/Simple/Test/ExeV10.hs libraries/Cabal/Cabal/./Distribution/Simple/Test/LibV09.hs libraries/Cabal/Cabal/./Distribution/Simple/Test/Log.hs libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs libraries/Cabal/Cabal/./Distribution/Simple/UserHooks.hs libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs libraries/Cabal/Cabal/./Distribution/System.hs libraries/Cabal/Cabal/./Distribution/TestSuite.hs libraries/Cabal/Cabal/./Distribution/Text.hs libraries/Cabal/Cabal/./Distribution/Utils/NubList.hs libraries/Cabal/Cabal/./Distribution/Verbosity.hs libraries/Cabal/Cabal/./Distribution/Version.hs libraries/Cabal/Cabal/./Language/Haskell/Extension.hs libraries/Cabal/Cabal/./Distribution/Compat/Binary.hs libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs libraries/Cabal/Cabal/./Distribution/Compat/TempFile.hs libraries/Cabal/Cabal/./Distribution/GetOpt.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI641.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC/ImplInfo.hs libraries/Cabal/Cabal/dist-install/build/autogen/Paths_Cabal.hs "rm" -f libraries/binary/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "compiler_stage2_depfile_c_asm_EXISTS = YES" >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/binary/dist-install/build/.depend-v-p-dyn.c_asm.bit mv compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp compiler/stage2/build/.depend-v-p-dyn.c_asm echo "libraries/binary_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/binary/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/binary/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/binary/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/binary/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -dep-makefile libraries/binary/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/binary/src/Data/Binary.hs libraries/binary/src/Data/Binary/Put.hs libraries/binary/src/Data/Binary/Get.hs libraries/binary/src/Data/Binary/Get/Internal.hs libraries/binary/src/Data/Binary/Builder.hs libraries/binary/src/Data/Binary/Builder/Internal.hs libraries/binary/src/Data/Binary/Builder/Base.hs libraries/binary/src/Data/Binary/Class.hs libraries/binary/src/Data/Binary/Generic.hs "rm" -f libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/template-haskell_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -dep-makefile libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/template-haskell/./Language/Haskell/TH.hs libraries/template-haskell/./Language/Haskell/TH/Lib.hs libraries/template-haskell/./Language/Haskell/TH/Ppr.hs libraries/template-haskell/./Language/Haskell/TH/PprLib.hs libraries/template-haskell/./Language/Haskell/TH/Quote.hs libraries/template-haskell/./Language/Haskell/TH/Syntax.hs libraries/template-haskell/./Language/Haskell/TH/Lib/Map.hs echo "libraries/bin-package-db_dist-install_depfile_haskell_EXISTS = YES" >> libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/bin-package-db/dist-install/build/GHC/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/pretty_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key prett_JItwetRppk1H5Uq3xbjDGC -hide-all-packages -i -ilibraries/pretty/src -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -Wall -fwarn-tabs -XHaskell98 -XCPP -XBangPatterns -XDeriveGeneric -O2 -no-user-package-db -rtsopts -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -dep-makefile libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/pretty/src/Text/PrettyPrint.hs libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs libraries/pretty/src/Text/PrettyPrint/HughesPJClass.hs echo "libraries/template-haskell_dist-install_depfile_haskell_EXISTS = YES" >> libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/template-haskell/dist-install/build/Language/Haskell/ libraries/template-haskell/dist-install/build/Language/Haskell/TH/ libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib/; do if test ! -d $dir; then mkdir -p $dir; fi done echo "libraries/terminfo_dist-install_depfile_haskell_EXISTS = YES" >> libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/terminfo/dist-install/build/System/Console/ libraries/terminfo/dist-install/build/System/Console/Terminfo/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell grep -v ' : [a-zA-Z]:/' libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp2 "rm" -f libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm.tmp sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/hpc_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm.tmp "inplace/bin/mkdirhier" libraries/hpc/dist-install/build/Trace/Hpc//. mv libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/process/cbits/runProcess.c -MF libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit "inplace/bin/mkdirhier" libraries/process/dist-install/build/System//. "rm" -f libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/directory/cbits/directory.c -MF libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/directory/cbits/|" -e "1s|libraries/directory/|libraries/directory/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/directory/cbits/|" -e "1s|libraries/directory/|libraries/directory/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/directory/cbits/|" -e "1s|libraries/directory/|libraries/directory/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/directory_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/process/cbits/|" -e "1s|libraries/process/|libraries/process/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/process/cbits/|" -e "1s|libraries/process/|libraries/process/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/process/cbits/|" -e "1s|libraries/process/|libraries/process/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/directory/dist-install/build -hidir libraries/directory/dist-install/build -stubdir libraries/directory/dist-install/build -dep-makefile libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/directory/./System/Directory.hs echo "libraries/pretty_dist-install_depfile_haskell_EXISTS = YES" >> libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp "rm" -f libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit for dir in libraries/pretty/dist-install/build/Text/ libraries/pretty/dist-install/build/Text/PrettyPrint/; do if test ! -d $dir; then mkdir -p $dir; fi done echo "libraries/process_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/process/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/unix/cbits/HsUnix.c -MF libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit grep -v ' : [a-zA-Z]:/' libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix//. "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Signals//. "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Semaphore.hsc -o libraries/unix/dist-install/build/System/Posix/Semaphore.hs sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true echo "libraries/directory_dist-install_depfile_haskell_EXISTS = YES" >> libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/unix/cbits/dirUtils.c -MF libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit for dir in libraries/directory/dist-install/build/System/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp2 echo "libraries/binary_dist-install_depfile_haskell_EXISTS = YES" >> libraries/binary/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/binary/dist-install/build/Data/ libraries/binary/dist-install/build/Data/Binary/ libraries/binary/dist-install/build/Data/Binary/Builder/ libraries/binary/dist-install/build/Data/Binary/Get/; do if test ! -d $dir; then mkdir -p $dir; fi done echo "libraries/xhtml_dist-install_depfile_haskell_EXISTS = YES" >> libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/xhtml/dist-install/build/Text/ libraries/xhtml/dist-install/build/Text/XHtml/ libraries/xhtml/dist-install/build/Text/XHtml/Frameset/ libraries/xhtml/dist-install/build/Text/XHtml/Strict/ libraries/xhtml/dist-install/build/Text/XHtml/Transitional/; do if test ! -d $dir; then mkdir -p $dir; fi done sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/directory/dist-install/build/.depend-v-p-dyn.haskell "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/SharedMem.hsc -o libraries/unix/dist-install/build/System/Posix/SharedMem.hs sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/unix/cbits/execvpe.c -MF libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit grep -v ' : [a-zA-Z]:/' libraries/binary/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/binary/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/binary/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/binary/dist-install/build/.depend-v-p-dyn.haskell grep -v ' : [a-zA-Z]:/' libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp2 "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/ByteString//. sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Directory.hsc -o libraries/unix/dist-install/build/System/Posix/Directory.hs sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Directory//. cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/unix/cbits/ghcrts.c -MF libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/DynamicLinker//. "rm" -f libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/unix_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module//. "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/DynamicLinker/Prim.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.hs echo "utils/haddock_dist_depfile_haskell_EXISTS = YES" >> utils/haddock/dist/build/.depend.haskell.tmp "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/DynamicLinker/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString.hs for dir in utils/haddock/dist/build/./ utils/haddock/dist/build/Data/ utils/haddock/dist/build/Data/Attoparsec/ utils/haddock/dist/build/Data/Attoparsec/ByteString/ utils/haddock/dist/build/Data/Attoparsec/Internal/ utils/haddock/dist/build/Documentation/ utils/haddock/dist/build/Documentation/Haddock/ utils/haddock/dist/build/Documentation/Haddock/Parser/ utils/haddock/dist/build/Haddock/ utils/haddock/dist/build/Haddock/Backends/ utils/haddock/dist/build/Haddock/Backends/Xhtml/ utils/haddock/dist/build/Haddock/Interface/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' utils/haddock/dist/build/.depend.haskell.tmp > utils/haddock/dist/build/.depend.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/haddock/dist/build/.depend.haskell.tmp2 > utils/haddock/dist/build/.depend.haskell "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/DynamicLinker.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Files.hsc -o libraries/unix/dist-install/build/System/Posix/Files.hs echo "libraries/hoopl_dist-install_depfile_haskell_EXISTS = YES" >> libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/hoopl/dist-install/build/Compiler/ libraries/hoopl/dist-install/build/Compiler/Hoopl/ libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/; do if test ! -d $dir; then mkdir -p $dir; fi done "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Files//. grep -v ' : [a-zA-Z]:/' libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/IO.hsc -o libraries/unix/dist-install/build/System/Posix/IO.hs "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/IO//. "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Env.hsc -o libraries/unix/dist-install/build/System/Posix/Env.hs "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Env//. "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Fcntl.hsc -o libraries/unix/dist-install/build/System/Posix/Fcntl.hs echo "libraries/transformers_dist-install_depfile_haskell_EXISTS = YES" >> libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/transformers/dist-install/build/Control/Applicative/ libraries/transformers/dist-install/build/Control/Monad/ libraries/transformers/dist-install/build/Control/Monad/IO/ libraries/transformers/dist-install/build/Control/Monad/Trans/ libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/ libraries/transformers/dist-install/build/Control/Monad/Trans/State/ libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/ libraries/transformers/dist-install/build/Data/Functor/; do if test ! -d $dir; then mkdir -p $dir; fi done "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Process.hsc -o libraries/unix/dist-install/build/System/Posix/Process.hs "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Process//. "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Temp.hsc -o libraries/unix/dist-install/build/System/Posix/Temp.hs "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Temp//. grep -v ' : [a-zA-Z]:/' libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell.tmp2 "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Terminal.hsc -o libraries/unix/dist-install/build/System/Posix/Terminal.hs sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Terminal//. "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Directory/Common.hsc -o libraries/unix/dist-install/build/System/Posix/Directory/Common.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/DynamicLinker/Common.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Files/Common.hsc -o libraries/unix/dist-install/build/System/Posix/Files/Common.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/IO/Common.hsc -o libraries/unix/dist-install/build/System/Posix/IO/Common.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Process/Common.hsc -o libraries/unix/dist-install/build/System/Posix/Process/Common.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Terminal/Common.hsc -o libraries/unix/dist-install/build/System/Posix/Terminal/Common.hs "rm" -f libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -DLANGUAGE_Rank2Types -DLANGUAGE_DeriveDataTypeable -DLANGUAGE_StandaloneDeriving -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/time/lib/cbits/HsTime.c -MF libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/time/lib/cbits/|" -e "1s|libraries/time/|libraries/time/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/time/lib/cbits/|" -e "1s|libraries/time/|libraries/time/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/time/lib/cbits/|" -e "1s|libraries/time/|libraries/time/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -dep-makefile libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/time/lib/Data/Time/Calendar.hs libraries/time/lib/Data/Time/Calendar/MonthDay.hs libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs libraries/time/lib/Data/Time/Calendar/WeekDate.hs libraries/time/lib/Data/Time/Calendar/Julian.hs libraries/time/lib/Data/Time/Calendar/Easter.hs libraries/time/lib/Data/Time/Clock.hs libraries/time/lib/Data/Time/Clock/POSIX.hs libraries/time/lib/Data/Time/Clock/TAI.hs libraries/time/lib/Data/Time/LocalTime.hs libraries/time/lib/Data/Time/Format.hs libraries/time/lib/Data/Time.hs libraries/time/lib/Data/Time/Calendar/Private.hs libraries/time/lib/Data/Time/Calendar/Days.hs libraries/time/lib/Data/Time/Calendar/Gregorian.hs libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs libraries/time/lib/Data/Time/Clock/Scale.hs libraries/time/lib/Data/Time/Clock/UTC.hs libraries/time/lib/Data/Time/Clock/CTimeval.hs libraries/time/lib/Data/Time/Clock/UTCDiff.hs libraries/time/lib/Data/Time/LocalTime/TimeZone.hs libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs libraries/time/lib/Data/Time/LocalTime/LocalTime.hs libraries/time/lib/Data/Time/Format/Parse.hs libraries/time/lib/Data/Time/Format/Locale.hs "rm" -f libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/time_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/time/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp "rm" -f libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm.bit "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -dep-makefile libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/containers/./Data/IntMap.hs libraries/containers/./Data/IntMap/Lazy.hs libraries/containers/./Data/IntMap/Strict.hs libraries/containers/./Data/IntSet.hs libraries/containers/./Data/Map.hs libraries/containers/./Data/Map/Lazy.hs libraries/containers/./Data/Map/Strict.hs libraries/containers/./Data/Set.hs libraries/containers/./Data/Graph.hs libraries/containers/./Data/Sequence.hs libraries/containers/./Data/Tree.hs libraries/containers/./Data/IntMap/Base.hs libraries/containers/./Data/IntSet/Base.hs libraries/containers/./Data/Map/Base.hs libraries/containers/./Data/Set/Base.hs libraries/containers/./Data/Utils/BitUtil.hs libraries/containers/./Data/Utils/StrictFold.hs libraries/containers/./Data/Utils/StrictPair.hs echo "libraries/containers_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -DINTEGER_GMP -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/bytestring/cbits/fpstring.c -MF libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit "rm" -f libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -dep-makefile libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/bytestring/./Data/ByteString.hs libraries/bytestring/./Data/ByteString/Char8.hs libraries/bytestring/./Data/ByteString/Unsafe.hs libraries/bytestring/./Data/ByteString/Internal.hs libraries/bytestring/./Data/ByteString/Lazy.hs libraries/bytestring/./Data/ByteString/Lazy/Char8.hs libraries/bytestring/./Data/ByteString/Lazy/Internal.hs libraries/bytestring/./Data/ByteString/Short.hs libraries/bytestring/./Data/ByteString/Short/Internal.hs libraries/bytestring/./Data/ByteString/Builder.hs libraries/bytestring/./Data/ByteString/Builder/Extra.hs libraries/bytestring/./Data/ByteString/Builder/Prim.hs libraries/bytestring/./Data/ByteString/Builder/Internal.hs libraries/bytestring/./Data/ByteString/Builder/Prim/Internal.hs libraries/bytestring/./Data/ByteString/Lazy/Builder.hs libraries/bytestring/./Data/ByteString/Lazy/Builder/Extras.hs libraries/bytestring/./Data/ByteString/Lazy/Builder/ASCII.hs libraries/bytestring/./Data/ByteString/Builder/ASCII.hs libraries/bytestring/./Data/ByteString/Builder/Prim/Binary.hs libraries/bytestring/./Data/ByteString/Builder/Prim/ASCII.hs libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/Floating.hs libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/UncheckedShifts.hs libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/Base16.hs sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -DINTEGER_GMP -I'/usr/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/bytestring/cbits/itoa.c -MF libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/bytestring_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/deepseq/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/deepseq/dist-install/build/.depend-v-p-dyn.c_asm.bit "rm" -f libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell.tmp echo "libraries/deepseq_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/deepseq/dist-install/build/.depend-v-p-dyn.c_asm.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -hide-all-packages -i -ilibraries/deepseq/. -ilibraries/deepseq/dist-install/build -ilibraries/deepseq/dist-install/build/autogen -Ilibraries/deepseq/dist-install/build -Ilibraries/deepseq/dist-install/build/autogen -Ilibraries/deepseq/. -optP-include -optPlibraries/deepseq/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/deepseq/dist-install/build -hidir libraries/deepseq/dist-install/build -stubdir libraries/deepseq/dist-install/build -dep-makefile libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/deepseq/./Control/DeepSeq.hs "rm" -f libraries/array/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/deepseq/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/deepseq/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/array/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/array_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/array/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/array/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/array/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp "rm" -f libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -dep-makefile libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/array/./Data/Array.hs libraries/array/./Data/Array/Base.hs libraries/array/./Data/Array/IArray.hs libraries/array/./Data/Array/IO.hs libraries/array/./Data/Array/IO/Safe.hs libraries/array/./Data/Array/IO/Internals.hs libraries/array/./Data/Array/MArray.hs libraries/array/./Data/Array/MArray/Safe.hs libraries/array/./Data/Array/ST.hs libraries/array/./Data/Array/ST/Safe.hs libraries/array/./Data/Array/Storable.hs libraries/array/./Data/Array/Storable/Safe.hs libraries/array/./Data/Array/Storable/Internals.hs libraries/array/./Data/Array/Unboxed.hs libraries/array/./Data/Array/Unsafe.hs "rm" -f libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/filepath_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key filep_Ey7a1in9roBAE8bUFJ5R9m -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -dep-makefile libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/filepath/./System/FilePath.hs libraries/filepath/./System/FilePath/Posix.hs libraries/filepath/./System/FilePath/Windows.hs mv libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -DOPTIMISE_INTEGER_GCD_LCM -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/base/cbits/DarwinUtils.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/deepseq_dist-install_depfile_haskell_EXISTS = YES" >> libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/deepseq/dist-install/build/Control/; do if test ! -d $dir; then mkdir -p $dir; fi done sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "inplace/bin/mkdirhier" libraries/base/dist-install/build/GHC/RTS//. cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -DOPTIMISE_INTEGER_GCD_LCM -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/base/cbits/PrelIOUtils.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit grep -v ' : [a-zA-Z]:/' libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell.tmp2 "inplace/bin/mkdirhier" libraries/base/dist-install/build/GHC//. sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell "inplace/bin/mkdirhier" libraries/base/dist-install/build/System//. "inplace/bin/mkdirhier" libraries/base/dist-install/build/System/Environment//. "inplace/bin/mkdirhier" libraries/base/dist-install/build/GHC/Event//. cp libraries/integer-gmp2/gmp/ghc-gmp.h libraries/integer-gmp2/include/ghc-gmp.h "rm" -f libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/integer-gmp2/dist-install/build -hidir libraries/integer-gmp2/dist-install/build -stubdir libraries/integer-gmp2/dist-install/build -dep-makefile libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/integer-gmp2/src//GHC/Integer.hs libraries/integer-gmp2/src//GHC/Integer/Logarithms.hs libraries/integer-gmp2/src//GHC/Integer/Logarithms/Internals.hs libraries/integer-gmp2/src//GHC/Integer/GMP/Internals.hs libraries/integer-gmp2/src//GHC/Integer/Type.hs "rm" -f libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/ghc-prim/cbits/atomic.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -DOPTIMISE_INTEGER_GCD_LCM -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/base/cbits/SetEnv.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/filepath_dist-install_depfile_haskell_EXISTS = YES" >> libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/filepath/dist-install/build/System/ libraries/filepath/dist-install/build/System/FilePath/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell "inplace/bin/mkdirhier" libraries/ghc-prim/dist-install/build/GHC//. sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "inplace/bin/mkdirhier" rts/dist/build/sm//. cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/ghc-prim/cbits/bswap.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -DOPTIMISE_INTEGER_GCD_LCM -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/base/cbits/WCsubst.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit "inplace/bin/mkdirhier" rts/dist/build//. "rm" -f ghc/stage2/build/.depend.haskell.tmp "inplace/bin/ghc-stage1" -M -fPIC -dynamic -H32m -O -hide-all-packages -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -optP-DGHCI -optP-include -optPghc/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key haske_GGvi737nHHfG6zm2y7Rimi -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -threaded -no-user-package-db -rtsopts -odir ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -dep-makefile ghc/stage2/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps ghc/./Main.hs ghc/./InteractiveUI.hs ghc/./GhciMonad.hs ghc/./GhciTags.hs sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/ghc-prim/cbits/clz.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/ghc-prim/cbits/ctz.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/array_dist-install_depfile_haskell_EXISTS = YES" >> libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/array/dist-install/build/Data/ libraries/array/dist-install/build/Data/Array/ libraries/array/dist-install/build/Data/Array/IO/ libraries/array/dist-install/build/Data/Array/MArray/ libraries/array/dist-install/build/Data/Array/ST/ libraries/array/dist-install/build/Data/Array/Storable/; do if test ! -d $dir; then mkdir -p $dir; fi done sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -DOPTIMISE_INTEGER_GCD_LCM -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/base/cbits/Win32Utils.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit grep -v ' : [a-zA-Z]:/' libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/array/dist-install/build/.depend-v-p-dyn.haskell cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/ghc-prim/cbits/debug.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit "rm" -f utils/runghc/dist-install/build/.depend.haskell.tmp sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "inplace/bin/ghc-stage1" -M -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/runghc/. -iutils/runghc/dist-install/build -iutils/runghc/dist-install/build/autogen -Iutils/runghc/dist-install/build -Iutils/runghc/dist-install/build/autogen -optP-include -optPutils/runghc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -cpp -DVERSION="\"7.10.3\"" -odir utils/runghc/dist-install/build -hidir utils/runghc/dist-install/build -stubdir utils/runghc/dist-install/build -dep-makefile utils/runghc/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps utils/runghc/dist-install/build/Main.hs cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -DOPTIMISE_INTEGER_GCD_LCM -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/base/cbits/consUtils.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/integer-gmp2_dist-install_depfile_haskell_EXISTS = YES" >> libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.haskell.tmp sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true for dir in libraries/integer-gmp2/dist-install/build/GHC/ libraries/integer-gmp2/dist-install/build/GHC/Integer/ libraries/integer-gmp2/dist-install/build/GHC/Integer/GMP/ libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms/; do if test ! -d $dir; then mkdir -p $dir; fi done cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/ghc-prim/cbits/longlong.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit grep -v ' : [a-zA-Z]:/' libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.haskell cc -E -I/usr/include -I/usr/pkg/include -undef -traditional -P -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Icompiler/stage2 -x c compiler/prelude/primops.txt.pp | grep -v '^#pragma GCC' > compiler/stage2/build/primops.txt sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -DOPTIMISE_INTEGER_GCD_LCM -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/base/cbits/iconv.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/haskeline/dist-install/build/autogen' '--cflag=-Ilibraries/haskeline/includes' '--cflag=-DUSE_GHC_ENCODINGS' '--cflag=-DTERMINFO' '--cflag=-I/usr//usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/terminfo/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lcurses' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/haskeline/dist-install/build/autogen --cflag=-include --cflag=libraries/haskeline/dist-install/build/autogen/cabal_macros.h libraries/haskeline/./System/Console/Haskeline/Directory.hsc -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.hs cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/ghc-prim/cbits/popcnt.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -DOPTIMISE_INTEGER_GCD_LCM -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/base/cbits/inputReady.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "utils/runghc_dist-install_depfile_haskell_EXISTS = YES" >> utils/runghc/dist-install/build/.depend.haskell.tmp for dir in utils/runghc/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true grep -v ' : [a-zA-Z]:/' utils/runghc/dist-install/build/.depend.haskell.tmp > utils/runghc/dist-install/build/.depend.haskell.tmp2 cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/ghc-prim/cbits/word2float.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/runghc/dist-install/build/.depend.haskell.tmp2 > utils/runghc/dist-install/build/.depend.haskell echo "ghc_stage2_depfile_haskell_EXISTS = YES" >> ghc/stage2/build/.depend.haskell.tmp "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/haskeline/dist-install/build/autogen' '--cflag=-Ilibraries/haskeline/includes' '--cflag=-DUSE_GHC_ENCODINGS' '--cflag=-DTERMINFO' '--cflag=-I/usr//usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/terminfo/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lcurses' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/haskeline/dist-install/build/autogen --cflag=-include --cflag=libraries/haskeline/dist-install/build/autogen/cabal_macros.h libraries/haskeline/./System/Console/Haskeline/Backend/Posix.hsc -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.hs for dir in ghc/stage2/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -DOPTIMISE_INTEGER_GCD_LCM -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/base/cbits/md5.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit grep -v ' : [a-zA-Z]:/' ghc/stage2/build/.depend.haskell.tmp > ghc/stage2/build/.depend.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' ghc/stage2/build/.depend.haskell.tmp2 > ghc/stage2/build/.depend.haskell "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/hpc/dist-install/build/autogen' '--cflag=-Ilibraries/hpc/.' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/hpc/dist-install/build/autogen --cflag=-include --cflag=libraries/hpc/dist-install/build/autogen/cabal_macros.h libraries/hpc/./Trace/Hpc/Reflect.hsc -o libraries/hpc/dist-install/build/Trace/Hpc/Reflect.hs sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -DOPTIMISE_INTEGER_GCD_LCM -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/base/cbits/primFloat.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit "rm" -f libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/containers_dist-install_depfile_haskell_EXISTS = YES" >> libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp echo "libraries/ghc-prim_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/process/dist-install/build/autogen' '--cflag=-Ilibraries/process/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/process/dist-install/build/autogen --cflag=-include --cflag=libraries/process/dist-install/build/autogen/cabal_macros.h libraries/process/./System/Process.hsc -o libraries/process/dist-install/build/System/Process.hs for dir in libraries/containers/dist-install/build/Data/ libraries/containers/dist-install/build/Data/IntMap/ libraries/containers/dist-install/build/Data/IntSet/ libraries/containers/dist-install/build/Data/Map/ libraries/containers/dist-install/build/Data/Set/ libraries/containers/dist-install/build/Data/Utils/; do if test ! -d $dir; then mkdir -p $dir; fi done sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -DOPTIMISE_INTEGER_GCD_LCM -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/base/cbits/rts.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit grep -v ' : [a-zA-Z]:/' libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/containers/dist-install/build/.depend-v-p-dyn.haskell "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Resource.hsc -o libraries/unix/dist-install/build/System/Posix/Resource.hs sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -DOPTIMISE_INTEGER_GCD_LCM -I'/usr/pkg/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -MM -x c libraries/base/cbits/sysconf.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Time.hsc -o libraries/unix/dist-install/build/System/Posix/Time.hs echo "libraries/time_dist-install_depfile_haskell_EXISTS = YES" >> libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/time/dist-install/build/Data/ libraries/time/dist-install/build/Data/Time/ libraries/time/dist-install/build/Data/Time/Calendar/ libraries/time/dist-install/build/Data/Time/Clock/ libraries/time/dist-install/build/Data/Time/Format/ libraries/time/dist-install/build/Data/Time/LocalTime/; do if test ! -d $dir; then mkdir -p $dir; fi done sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/base_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/base/dist-install/build/.depend-v-p-dyn.c_asm "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Unistd.hsc -o libraries/unix/dist-install/build/System/Posix/Unistd.hs grep -v ' : [a-zA-Z]:/' libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/time/dist-install/build/.depend-v-p-dyn.haskell "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/User.hsc -o libraries/unix/dist-install/build/System/Posix/User.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Signals.hsc -o libraries/unix/dist-install/build/System/Posix/Signals.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Signals/Exts.hsc -o libraries/unix/dist-install/build/System/Posix/Signals/Exts.hs echo "libraries/bytestring_dist-install_depfile_haskell_EXISTS = YES" >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/bytestring/dist-install/build/Data/ libraries/bytestring/dist-install/build/Data/ByteString/ libraries/bytestring/dist-install/build/Data/ByteString/Builder/ libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/ libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/ libraries/bytestring/dist-install/build/Data/ByteString/Lazy/ libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/ libraries/bytestring/dist-install/build/Data/ByteString/Short/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/ByteString/FilePath.hsc -o libraries/unix/dist-install/build/System/Posix/ByteString/FilePath.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Directory/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/Directory/ByteString.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/DynamicLinker/Module.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/DynamicLinker/Module/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Files/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/Files/ByteString.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/IO/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/IO/ByteString.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Env/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/Env/ByteString.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Process/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/Process/ByteString.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Temp/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/Temp/ByteString.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/dist-install/build/autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' '--cflag=-I/usr/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' '--lflag=-L/usr/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/unix/dist-install/build/autogen --cflag=-include --cflag=libraries/unix/dist-install/build/autogen/cabal_macros.h libraries/unix/./System/Posix/Terminal/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/Terminal/ByteString.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/dist-install/build/autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/base/dist-install/build/autogen --cflag=-include --cflag=libraries/base/dist-install/build/autogen/cabal_macros.h libraries/base/./GHC/RTS/Flags.hsc -o libraries/base/dist-install/build/GHC/RTS/Flags.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/dist-install/build/autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/base/dist-install/build/autogen --cflag=-include --cflag=libraries/base/dist-install/build/autogen/cabal_macros.h libraries/base/./GHC/Stack.hsc -o libraries/base/dist-install/build/GHC/Stack.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/dist-install/build/autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/base/dist-install/build/autogen --cflag=-include --cflag=libraries/base/dist-install/build/autogen/cabal_macros.h libraries/base/./GHC/Stats.hsc -o libraries/base/dist-install/build/GHC/Stats.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/dist-install/build/autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/base/dist-install/build/autogen --cflag=-include --cflag=libraries/base/dist-install/build/autogen/cabal_macros.h libraries/base/./System/CPUTime.hsc -o libraries/base/dist-install/build/System/CPUTime.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/dist-install/build/autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/base/dist-install/build/autogen --cflag=-include --cflag=libraries/base/dist-install/build/autogen/cabal_macros.h libraries/base/./System/Environment/ExecutablePath.hsc -o libraries/base/dist-install/build/System/Environment/ExecutablePath.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/dist-install/build/autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/base/dist-install/build/autogen --cflag=-include --cflag=libraries/base/dist-install/build/autogen/cabal_macros.h libraries/base/./GHC/Event/Clock.hsc -o libraries/base/dist-install/build/GHC/Event/Clock.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/dist-install/build/autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/base/dist-install/build/autogen --cflag=-include --cflag=libraries/base/dist-install/build/autogen/cabal_macros.h libraries/base/./GHC/Event/EPoll.hsc -o libraries/base/dist-install/build/GHC/Event/EPoll.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/dist-install/build/autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/base/dist-install/build/autogen --cflag=-include --cflag=libraries/base/dist-install/build/autogen/cabal_macros.h libraries/base/./GHC/Event/KQueue.hsc -o libraries/base/dist-install/build/GHC/Event/KQueue.hs "inplace/bin/hsc2hs" '--cc=cc' '--ld=cc' --cross-safe -I/usr/pkg/include --cflag=-fno-stack-protector --lflag=-L/usr/lib --lflag=-Wl,-R/usr/lib --lflag=-L/usr/pkg/lib --lflag=-Wl,-R/usr/pkg/lib --cflag=-Dx86_64_HOST_ARCH=1 --cflag=-Dnetbsd_HOST_OS=1 --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/dist-install/build/autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/pkg/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' '--cflag=-I/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' '--cflag=-I/usr/pkg/include' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' '--lflag=-L/usr/pkg/lib' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' '--lflag=-L/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' '--lflag=-L/usr/pkg/lib' '--lflag=-lgmp' '--lflag=-lm' '--lflag=-lrt' '--lflag=-lffi' --cflag=-Ilibraries/base/dist-install/build/autogen --cflag=-include --cflag=libraries/base/dist-install/build/autogen/cabal_macros.h libraries/base/./GHC/Event/Poll.hsc -o libraries/base/dist-install/build/GHC/Event/Poll.hs "rm" -f libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.c_asm.tmp cc -E -I/usr/include -I/usr/pkg/include -fno-stack-protector -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -std=c99 -Wall -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -I'/usr/pkg/include' -I/usr/pkg/include -L/usr/pkg/lib -MM -x c libraries/integer-gmp2/cbits/wrappers.c -MF libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.c_asm.bit "inplace/bin/genprimopcode" --make-haskell-wrappers < compiler/stage1/build/primops.txt >libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs cp rts/sm/Evac.c rts/dist/build/sm/Evac_thr.c cp rts/sm/Scav.c rts/dist/build/sm/Scav_thr.c "inplace/bin/genprimopcode" --data-decl < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-data-decl.hs-incl "inplace/bin/genprimopcode" --primop-tag < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-tag.hs-incl "inplace/bin/genprimopcode" --primop-list < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-list.hs-incl "inplace/bin/genprimopcode" --has-side-effects < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-has-side-effects.hs-incl sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/integer-gmp2/cbits/|" -e "1s|libraries/integer-gmp2/|libraries/integer-gmp2/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/integer-gmp2/cbits/|" -e "1s|libraries/integer-gmp2/|libraries/integer-gmp2/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/integer-gmp2/cbits/|" -e "1s|libraries/integer-gmp2/|libraries/integer-gmp2/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/integer-gmp2_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.c_asm.tmp "inplace/bin/genprimopcode" --out-of-line < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-out-of-line.hs-incl mv libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/integer-gmp2/dist-install/build/.depend-v-p-dyn.c_asm "inplace/bin/genprimopcode" --commutable < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-commutable.hs-incl "inplace/bin/genprimopcode" --code-size < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-code-size.hs-incl "inplace/bin/genprimopcode" --can-fail < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-can-fail.hs-incl "inplace/bin/genprimopcode" --strictness < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-strictness.hs-incl "inplace/bin/genprimopcode" --fixity < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-fixity.hs-incl "inplace/bin/genprimopcode" --primop-primop-info < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-primop-info.hs-incl "inplace/bin/genprimopcode" --primop-vector-uniques < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-vector-uniques.hs-incl "inplace/bin/genprimopcode" --primop-vector-tys < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-vector-tys.hs-incl "inplace/bin/genprimopcode" --primop-vector-tys-exports < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-vector-tys-exports.hs-incl "inplace/bin/genprimopcode" --primop-vector-tycons < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-vector-tycons.hs-incl "rm" -f libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp "rm" -f libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -dep-makefile libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/haskeline/./System/Console/Haskeline.hs libraries/haskeline/./System/Console/Haskeline/Completion.hs libraries/haskeline/./System/Console/Haskeline/MonadException.hs libraries/haskeline/./System/Console/Haskeline/History.hs libraries/haskeline/./System/Console/Haskeline/IO.hs libraries/haskeline/./System/Console/Haskeline/Backend.hs libraries/haskeline/./System/Console/Haskeline/Backend/WCWidth.hs libraries/haskeline/./System/Console/Haskeline/Command.hs libraries/haskeline/./System/Console/Haskeline/Command/Completion.hs libraries/haskeline/./System/Console/Haskeline/Command/History.hs libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.hs libraries/haskeline/./System/Console/Haskeline/Emacs.hs libraries/haskeline/./System/Console/Haskeline/InputT.hs libraries/haskeline/./System/Console/Haskeline/Key.hs libraries/haskeline/./System/Console/Haskeline/LineState.hs libraries/haskeline/./System/Console/Haskeline/Monads.hs libraries/haskeline/./System/Console/Haskeline/Prefs.hs libraries/haskeline/./System/Console/Haskeline/RunCommand.hs libraries/haskeline/./System/Console/Haskeline/Term.hs libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs libraries/haskeline/./System/Console/Haskeline/Vi.hs libraries/haskeline/./System/Console/Haskeline/Recover.hs libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.hs libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs libraries/haskeline/./System/Console/Haskeline/Backend/Terminfo.hs "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -dep-makefile libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/hpc/./Trace/Hpc/Util.hs libraries/hpc/./Trace/Hpc/Mix.hs libraries/hpc/./Trace/Hpc/Tix.hs libraries/hpc/dist-install/build/Trace/Hpc/Reflect.hs "rm" -f libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp "rm" -f libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key proce_52AgREEfSrnJLlkGV9YZZJ -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -dep-makefile libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/process/./System/Cmd.hs libraries/process/dist-install/build/System/Process.hs libraries/process/./System/Process/Internals.hs "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -dep-makefile libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/unix/./System/Posix.hs libraries/unix/./System/Posix/ByteString.hs libraries/unix/./System/Posix/Error.hs libraries/unix/dist-install/build/System/Posix/Resource.hs libraries/unix/dist-install/build/System/Posix/Time.hs libraries/unix/dist-install/build/System/Posix/Unistd.hs libraries/unix/dist-install/build/System/Posix/User.hs libraries/unix/dist-install/build/System/Posix/Signals.hs libraries/unix/dist-install/build/System/Posix/Signals/Exts.hs libraries/unix/dist-install/build/System/Posix/Semaphore.hs libraries/unix/dist-install/build/System/Posix/SharedMem.hs libraries/unix/dist-install/build/System/Posix/ByteString/FilePath.hs libraries/unix/dist-install/build/System/Posix/Directory.hs libraries/unix/dist-install/build/System/Posix/Directory/ByteString.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker.hs libraries/unix/dist-install/build/System/Posix/Files.hs libraries/unix/dist-install/build/System/Posix/Files/ByteString.hs libraries/unix/dist-install/build/System/Posix/IO.hs libraries/unix/dist-install/build/System/Posix/IO/ByteString.hs libraries/unix/dist-install/build/System/Posix/Env.hs libraries/unix/dist-install/build/System/Posix/Env/ByteString.hs libraries/unix/dist-install/build/System/Posix/Fcntl.hs libraries/unix/dist-install/build/System/Posix/Process.hs libraries/unix/./System/Posix/Process/Internals.hs libraries/unix/dist-install/build/System/Posix/Process/ByteString.hs libraries/unix/dist-install/build/System/Posix/Temp.hs libraries/unix/dist-install/build/System/Posix/Temp/ByteString.hs libraries/unix/dist-install/build/System/Posix/Terminal.hs libraries/unix/dist-install/build/System/Posix/Terminal/ByteString.hs libraries/unix/dist-install/build/System/Posix/Directory/Common.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common.hs libraries/unix/dist-install/build/System/Posix/Files/Common.hs libraries/unix/dist-install/build/System/Posix/IO/Common.hs libraries/unix/dist-install/build/System/Posix/Process/Common.hs libraries/unix/dist-install/build/System/Posix/Terminal/Common.hs "rm" -f libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -dep-makefile libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/ghc-prim/./GHC/CString.hs libraries/ghc-prim/./GHC/Classes.hs libraries/ghc-prim/./GHC/Debug.hs libraries/ghc-prim/./GHC/IntWord64.hs libraries/ghc-prim/./GHC/Magic.hs libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs libraries/ghc-prim/./GHC/Tuple.hs libraries/ghc-prim/./GHC/Types.hs "rm" -f rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp "rm" -f compiler/stage2/build/.depend-v-p-dyn.haskell.tmp "rm" -f libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Adjustor.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -dep-makefile libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps libraries/base/./Control/Applicative.hs libraries/base/./Control/Arrow.hs libraries/base/./Control/Category.hs libraries/base/./Control/Concurrent.hs libraries/base/./Control/Concurrent/Chan.hs libraries/base/./Control/Concurrent/MVar.hs libraries/base/./Control/Concurrent/QSem.hs libraries/base/./Control/Concurrent/QSemN.hs libraries/base/./Control/Exception.hs libraries/base/./Control/Exception/Base.hs libraries/base/./Control/Monad.hs libraries/base/./Control/Monad/Fix.hs libraries/base/./Control/Monad/Instances.hs libraries/base/./Control/Monad/ST.hs libraries/base/./Control/Monad/ST/Lazy.hs libraries/base/./Control/Monad/ST/Lazy/Safe.hs libraries/base/./Control/Monad/ST/Lazy/Unsafe.hs libraries/base/./Control/Monad/ST/Safe.hs libraries/base/./Control/Monad/ST/Strict.hs libraries/base/./Control/Monad/ST/Unsafe.hs libraries/base/./Control/Monad/Zip.hs libraries/base/./Data/Bifunctor.hs libraries/base/./Data/Bits.hs libraries/base/./Data/Bool.hs libraries/base/./Data/Char.hs libraries/base/./Data/Coerce.hs libraries/base/./Data/Complex.hs libraries/base/./Data/Data.hs libraries/base/./Data/Dynamic.hs libraries/base/./Data/Either.hs libraries/base/./Data/Eq.hs libraries/base/./Data/Fixed.hs libraries/base/./Data/Foldable.hs libraries/base/./Data/Function.hs libraries/base/./Data/Functor.hs libraries/base/./Data/Functor/Identity.hs libraries/base/./Data/IORef.hs libraries/base/./Data/Int.hs libraries/base/./Data/Ix.hs libraries/base/./Data/List.hs libraries/base/./Data/Maybe.hs libraries/base/./Data/Monoid.hs libraries/base/./Data/Ord.hs libraries/base/./Data/Proxy.hs libraries/base/./Data/Ratio.hs libraries/base/./Data/STRef.hs libraries/base/./Data/STRef/Lazy.hs libraries/base/./Data/STRef/Strict.hs libraries/base/./Data/String.hs libraries/base/./Data/Traversable.hs libraries/base/./Data/Tuple.hs libraries/base/./Data/Type/Bool.hs libraries/base/./Data/Type/Coercion.hs libraries/base/./Data/Type/Equality.hs libraries/base/./Data/Typeable.hs libraries/base/./Data/Typeable/Internal.hs libraries/base/./Data/Unique.hs libraries/base/./Data/Version.hs libraries/base/./Data/Void.hs libraries/base/./Data/Word.hs libraries/base/./Debug/Trace.hs libraries/base/./Foreign.hs libraries/base/./Foreign/C.hs libraries/base/./Foreign/C/Error.hs libraries/base/./Foreign/C/String.hs libraries/base/./Foreign/C/Types.hs libraries/base/./Foreign/Concurrent.hs libraries/base/./Foreign/ForeignPtr.hs libraries/base/./Foreign/ForeignPtr/Safe.hs libraries/base/./Foreign/ForeignPtr/Unsafe.hs libraries/base/./Foreign/Marshal.hs libraries/base/./Foreign/Marshal/Alloc.hs libraries/base/./Foreign/Marshal/Array.hs libraries/base/./Foreign/Marshal/Error.hs libraries/base/./Foreign/Marshal/Pool.hs libraries/base/./Foreign/Marshal/Safe.hs libraries/base/./Foreign/Marshal/Unsafe.hs libraries/base/./Foreign/Marshal/Utils.hs libraries/base/./Foreign/Ptr.hs libraries/base/./Foreign/Safe.hs libraries/base/./Foreign/StablePtr.hs libraries/base/./Foreign/Storable.hs libraries/base/./GHC/Arr.hs libraries/base/./GHC/Base.hs libraries/base/./GHC/Char.hs libraries/base/./GHC/Conc.hs libraries/base/./GHC/Conc/IO.hs libraries/base/./GHC/Conc/Signal.hs libraries/base/./GHC/Conc/Sync.hs libraries/base/./GHC/ConsoleHandler.hs libraries/base/./GHC/Constants.hs libraries/base/./GHC/Desugar.hs libraries/base/./GHC/Enum.hs libraries/base/./GHC/Environment.hs libraries/base/./GHC/Err.hs libraries/base/./GHC/Exception.hs libraries/base/./GHC/Exts.hs libraries/base/./GHC/Fingerprint.hs libraries/base/./GHC/Fingerprint/Type.hs libraries/base/./GHC/Float.hs libraries/base/./GHC/Float/ConversionUtils.hs libraries/base/./GHC/Float/RealFracMethods.hs libraries/base/./GHC/Foreign.hs libraries/base/./GHC/ForeignPtr.hs libraries/base/./GHC/GHCi.hs libraries/base/./GHC/Generics.hs libraries/base/./GHC/IO.hs libraries/base/./GHC/IO/Buffer.hs libraries/base/./GHC/IO/BufferedIO.hs libraries/base/./GHC/IO/Device.hs libraries/base/./GHC/IO/Encoding.hs libraries/base/./GHC/IO/Encoding/CodePage.hs libraries/base/./GHC/IO/Encoding/Failure.hs libraries/base/./GHC/IO/Encoding/Iconv.hs libraries/base/./GHC/IO/Encoding/Latin1.hs libraries/base/./GHC/IO/Encoding/Types.hs libraries/base/./GHC/IO/Encoding/UTF16.hs libraries/base/./GHC/IO/Encoding/UTF32.hs libraries/base/./GHC/IO/Encoding/UTF8.hs libraries/base/./GHC/IO/Exception.hs libraries/base/./GHC/IO/FD.hs libraries/base/./GHC/IO/Handle.hs libraries/base/./GHC/IO/Handle/FD.hs libraries/base/./GHC/IO/Handle/Internals.hs libraries/base/./GHC/IO/Handle/Text.hs libraries/base/./GHC/IO/Handle/Types.hs libraries/base/./GHC/IO/IOMode.hs libraries/base/./GHC/IOArray.hs libraries/base/./GHC/IORef.hs libraries/base/./GHC/IP.hs libraries/base/./GHC/Int.hs libraries/base/./GHC/List.hs libraries/base/./GHC/MVar.hs libraries/base/./GHC/Natural.hs libraries/base/./GHC/Num.hs libraries/base/./GHC/OldList.hs libraries/base/./GHC/PArr.hs libraries/base/./GHC/Pack.hs libraries/base/./GHC/Profiling.hs libraries/base/./GHC/Ptr.hs libraries/base/./GHC/Read.hs libraries/base/./GHC/Real.hs libraries/base/dist-install/build/GHC/RTS/Flags.hs libraries/base/./GHC/ST.hs libraries/base/./GHC/StaticPtr.hs libraries/base/./GHC/STRef.hs libraries/base/./GHC/Show.hs libraries/base/./GHC/SrcLoc.hs libraries/base/./GHC/Stable.hs libraries/base/dist-install/build/GHC/Stack.hs libraries/base/dist-install/build/GHC/Stats.hs libraries/base/./GHC/Storable.hs libraries/base/./GHC/TopHandler.hs libraries/base/./GHC/TypeLits.hs libraries/base/./GHC/Unicode.hs libraries/base/./GHC/Weak.hs libraries/base/./GHC/Word.hs libraries/base/./Numeric.hs libraries/base/./Numeric/Natural.hs libraries/base/./Prelude.hs libraries/base/dist-install/build/System/CPUTime.hs libraries/base/./System/Console/GetOpt.hs libraries/base/./System/Environment.hs libraries/base/./System/Exit.hs libraries/base/./System/IO.hs libraries/base/./System/IO/Error.hs libraries/base/./System/IO/Unsafe.hs libraries/base/./System/Info.hs libraries/base/./System/Mem.hs libraries/base/./System/Mem/StableName.hs libraries/base/./System/Mem/Weak.hs libraries/base/./System/Posix/Internals.hs libraries/base/./System/Posix/Types.hs libraries/base/./System/Timeout.hs libraries/base/./Text/ParserCombinators/ReadP.hs libraries/base/./Text/ParserCombinators/ReadPrec.hs libraries/base/./Text/Printf.hs libraries/base/./Text/Read.hs libraries/base/./Text/Read/Lex.hs libraries/base/./Text/Show.hs libraries/base/./Text/Show/Functions.hs libraries/base/./Unsafe/Coerce.hs libraries/base/./GHC/Event.hs libraries/base/./Control/Monad/ST/Imp.hs libraries/base/./Control/Monad/ST/Lazy/Imp.hs libraries/base/./Data/OldList.hs libraries/base/./Foreign/ForeignPtr/Imp.hs libraries/base/dist-install/build/System/Environment/ExecutablePath.hs libraries/base/./GHC/Event/Arr.hs libraries/base/./GHC/Event/Array.hs libraries/base/dist-install/build/GHC/Event/Clock.hs libraries/base/./GHC/Event/Control.hs libraries/base/dist-install/build/GHC/Event/EPoll.hs libraries/base/./GHC/Event/IntTable.hs libraries/base/./GHC/Event/Internal.hs libraries/base/dist-install/build/GHC/Event/KQueue.hs libraries/base/./GHC/Event/Manager.hs libraries/base/./GHC/Event/PSQ.hs libraries/base/dist-install/build/GHC/Event/Poll.hs libraries/base/./GHC/Event/Thread.hs libraries/base/./GHC/Event/TimerManager.hs libraries/base/./GHC/Event/Unique.hs "inplace/bin/ghc-stage1" -M -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dep-makefile compiler/stage2/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps compiler/basicTypes/Avail.hs compiler/basicTypes/BasicTypes.hs compiler/basicTypes/ConLike.hs compiler/basicTypes/DataCon.hs compiler/basicTypes/PatSyn.hs compiler/basicTypes/Demand.hs compiler/cmm/Debug.hs compiler/utils/Exception.hs compiler/main/GhcMonad.hs compiler/main/Hooks.hs compiler/basicTypes/Id.hs compiler/basicTypes/IdInfo.hs compiler/basicTypes/Lexeme.hs compiler/basicTypes/Literal.hs compiler/llvmGen/Llvm.hs compiler/llvmGen/Llvm/AbsSyn.hs compiler/llvmGen/Llvm/MetaData.hs compiler/llvmGen/Llvm/PpLlvm.hs compiler/llvmGen/Llvm/Types.hs compiler/llvmGen/LlvmCodeGen.hs compiler/llvmGen/LlvmCodeGen/Base.hs compiler/llvmGen/LlvmCodeGen/CodeGen.hs compiler/llvmGen/LlvmCodeGen/Data.hs compiler/llvmGen/LlvmCodeGen/Ppr.hs compiler/llvmGen/LlvmCodeGen/Regs.hs compiler/llvmGen/LlvmMangler.hs compiler/basicTypes/MkId.hs compiler/basicTypes/Module.hs compiler/basicTypes/Name.hs compiler/basicTypes/NameEnv.hs compiler/basicTypes/NameSet.hs compiler/basicTypes/OccName.hs compiler/basicTypes/RdrName.hs compiler/basicTypes/SrcLoc.hs compiler/basicTypes/UniqSupply.hs compiler/basicTypes/Unique.hs compiler/basicTypes/Var.hs compiler/basicTypes/VarEnv.hs compiler/basicTypes/VarSet.hs compiler/utils/UnVarGraph.hs compiler/cmm/BlockId.hs compiler/cmm/CLabel.hs compiler/cmm/Cmm.hs compiler/cmm/CmmBuildInfoTables.hs compiler/cmm/CmmPipeline.hs compiler/cmm/CmmCallConv.hs compiler/cmm/CmmCommonBlockElim.hs compiler/cmm/CmmContFlowOpt.hs compiler/cmm/CmmExpr.hs compiler/cmm/CmmInfo.hs compiler/cmm/CmmLex.hs compiler/cmm/CmmLint.hs compiler/cmm/CmmLive.hs compiler/cmm/CmmMachOp.hs compiler/cmm/CmmNode.hs compiler/cmm/CmmOpt.hs compiler/cmm/CmmParse.hs compiler/cmm/CmmProcPoint.hs compiler/cmm/CmmSink.hs compiler/cmm/CmmType.hs compiler/cmm/CmmUtils.hs compiler/cmm/CmmLayoutStack.hs compiler/cmm/MkGraph.hs compiler/nativeGen/PprBase.hs compiler/cmm/PprC.hs compiler/cmm/PprCmm.hs compiler/cmm/PprCmmDecl.hs compiler/cmm/PprCmmExpr.hs compiler/cmm/Bitmap.hs compiler/codeGen/CodeGen/Platform.hs compiler/codeGen/CodeGen/Platform/ARM.hs compiler/codeGen/CodeGen/Platform/ARM64.hs compiler/codeGen/CodeGen/Platform/NoRegs.hs compiler/codeGen/CodeGen/Platform/PPC.hs compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs compiler/codeGen/CodeGen/Platform/SPARC.hs compiler/codeGen/CodeGen/Platform/X86.hs compiler/codeGen/CodeGen/Platform/X86_64.hs compiler/codeGen/CgUtils.hs compiler/codeGen/StgCmm.hs compiler/codeGen/StgCmmBind.hs compiler/codeGen/StgCmmClosure.hs compiler/codeGen/StgCmmCon.hs compiler/codeGen/StgCmmEnv.hs compiler/codeGen/StgCmmExpr.hs compiler/codeGen/StgCmmForeign.hs compiler/codeGen/StgCmmHeap.hs compiler/codeGen/StgCmmHpc.hs compiler/codeGen/StgCmmArgRep.hs compiler/codeGen/StgCmmLayout.hs compiler/codeGen/StgCmmMonad.hs compiler/codeGen/StgCmmPrim.hs compiler/codeGen/StgCmmProf.hs compiler/codeGen/StgCmmTicky.hs compiler/codeGen/StgCmmUtils.hs compiler/codeGen/StgCmmExtCode.hs compiler/cmm/SMRep.hs compiler/coreSyn/CoreArity.hs compiler/coreSyn/CoreFVs.hs compiler/coreSyn/CoreLint.hs compiler/coreSyn/CorePrep.hs compiler/coreSyn/CoreSubst.hs compiler/coreSyn/CoreSyn.hs compiler/coreSyn/TrieMap.hs compiler/coreSyn/CoreTidy.hs compiler/coreSyn/CoreUnfold.hs compiler/coreSyn/CoreUtils.hs compiler/coreSyn/MkCore.hs compiler/coreSyn/PprCore.hs compiler/deSugar/Check.hs compiler/deSugar/Coverage.hs compiler/deSugar/Desugar.hs compiler/deSugar/DsArrows.hs compiler/deSugar/DsBinds.hs compiler/deSugar/DsCCall.hs compiler/deSugar/DsExpr.hs compiler/deSugar/DsForeign.hs compiler/deSugar/DsGRHSs.hs compiler/deSugar/DsListComp.hs compiler/deSugar/DsMonad.hs compiler/deSugar/DsUtils.hs compiler/deSugar/Match.hs compiler/deSugar/MatchCon.hs compiler/deSugar/MatchLit.hs compiler/hsSyn/HsBinds.hs compiler/hsSyn/HsDecls.hs compiler/hsSyn/HsDoc.hs compiler/hsSyn/HsExpr.hs compiler/hsSyn/HsImpExp.hs compiler/hsSyn/HsLit.hs compiler/hsSyn/PlaceHolder.hs compiler/hsSyn/HsPat.hs compiler/hsSyn/HsSyn.hs compiler/hsSyn/HsTypes.hs compiler/hsSyn/HsUtils.hs compiler/iface/BinIface.hs compiler/iface/BuildTyCl.hs compiler/iface/IfaceEnv.hs compiler/iface/IfaceSyn.hs compiler/iface/IfaceType.hs compiler/iface/LoadIface.hs compiler/iface/MkIface.hs compiler/iface/TcIface.hs compiler/iface/FlagChecker.hs compiler/main/Annotations.hs compiler/main/BreakArray.hs compiler/main/CmdLineParser.hs compiler/main/CodeOutput.hs compiler/stage2/build/Config.hs compiler/main/Constants.hs compiler/main/DriverMkDepend.hs compiler/main/DriverPhases.hs compiler/main/PipelineMonad.hs compiler/main/DriverPipeline.hs compiler/main/DynFlags.hs compiler/main/ErrUtils.hs compiler/main/Finder.hs compiler/main/GHC.hs compiler/main/GhcMake.hs compiler/main/GhcPlugins.hs compiler/main/DynamicLoading.hs compiler/main/HeaderInfo.hs compiler/main/HscMain.hs compiler/main/HscStats.hs compiler/main/HscTypes.hs compiler/main/InteractiveEval.hs compiler/main/InteractiveEvalTypes.hs compiler/main/PackageConfig.hs compiler/main/Packages.hs compiler/main/PlatformConstants.hs compiler/main/Plugins.hs compiler/typecheck/TcPluginM.hs compiler/main/PprTyThing.hs compiler/main/StaticFlags.hs compiler/deSugar/StaticPtrTable.hs compiler/main/SysTools.hs compiler/main/TidyPgm.hs compiler/parser/Ctype.hs compiler/parser/HaddockUtils.hs compiler/parser/Lexer.hs compiler/types/OptCoercion.hs compiler/parser/Parser.hs compiler/parser/RdrHsSyn.hs compiler/parser/ApiAnnotation.hs compiler/prelude/ForeignCall.hs compiler/prelude/PrelInfo.hs compiler/prelude/PrelNames.hs compiler/prelude/PrelRules.hs compiler/prelude/PrimOp.hs compiler/prelude/TysPrim.hs compiler/prelude/TysWiredIn.hs compiler/profiling/CostCentre.hs compiler/profiling/ProfInit.hs compiler/profiling/SCCfinal.hs compiler/rename/RnBinds.hs compiler/rename/RnEnv.hs compiler/rename/RnExpr.hs compiler/rename/RnHsDoc.hs compiler/rename/RnNames.hs compiler/rename/RnPat.hs compiler/rename/RnSource.hs compiler/rename/RnSplice.hs compiler/rename/RnTypes.hs compiler/simplCore/CoreMonad.hs compiler/simplCore/CSE.hs compiler/simplCore/FloatIn.hs compiler/simplCore/FloatOut.hs compiler/simplCore/LiberateCase.hs compiler/simplCore/OccurAnal.hs compiler/simplCore/SAT.hs compiler/simplCore/SetLevels.hs compiler/simplCore/SimplCore.hs compiler/simplCore/SimplEnv.hs compiler/simplCore/SimplMonad.hs compiler/simplCore/SimplUtils.hs compiler/simplCore/Simplify.hs compiler/simplStg/SimplStg.hs compiler/simplStg/StgStats.hs compiler/simplStg/UnariseStg.hs compiler/specialise/Rules.hs compiler/specialise/SpecConstr.hs compiler/specialise/Specialise.hs compiler/stgSyn/CoreToStg.hs compiler/stgSyn/StgLint.hs compiler/stgSyn/StgSyn.hs compiler/simplCore/CallArity.hs compiler/stranal/DmdAnal.hs compiler/stranal/WorkWrap.hs compiler/stranal/WwLib.hs compiler/typecheck/FamInst.hs compiler/typecheck/Inst.hs compiler/typecheck/TcAnnotations.hs compiler/typecheck/TcArrows.hs compiler/typecheck/TcBinds.hs compiler/typecheck/TcClassDcl.hs compiler/typecheck/TcDefaults.hs compiler/typecheck/TcDeriv.hs compiler/typecheck/TcEnv.hs compiler/typecheck/TcExpr.hs compiler/typecheck/TcForeign.hs compiler/typecheck/TcGenDeriv.hs compiler/typecheck/TcGenGenerics.hs compiler/typecheck/TcHsSyn.hs compiler/typecheck/TcHsType.hs compiler/typecheck/TcInstDcls.hs compiler/typecheck/TcMType.hs compiler/typecheck/TcValidity.hs compiler/typecheck/TcMatches.hs compiler/typecheck/TcPat.hs compiler/typecheck/TcPatSyn.hs compiler/typecheck/TcRnDriver.hs compiler/typecheck/TcRnMonad.hs compiler/typecheck/TcRnTypes.hs compiler/typecheck/TcRules.hs compiler/typecheck/TcSimplify.hs compiler/typecheck/TcErrors.hs compiler/typecheck/TcTyClsDecls.hs compiler/typecheck/TcTyDecls.hs compiler/typecheck/TcType.hs compiler/typecheck/TcEvidence.hs compiler/typecheck/TcUnify.hs compiler/typecheck/TcInteract.hs compiler/typecheck/TcCanonical.hs compiler/typecheck/TcFlatten.hs compiler/typecheck/TcSMonad.hs compiler/typecheck/TcTypeNats.hs compiler/typecheck/TcSplice.hs compiler/types/Class.hs compiler/types/Coercion.hs compiler/types/FamInstEnv.hs compiler/typecheck/FunDeps.hs compiler/types/InstEnv.hs compiler/types/TyCon.hs compiler/types/CoAxiom.hs compiler/types/Kind.hs compiler/types/Type.hs compiler/types/TypeRep.hs compiler/types/Unify.hs compiler/utils/Bag.hs compiler/utils/Binary.hs compiler/utils/BooleanFormula.hs compiler/utils/BufWrite.hs compiler/utils/Digraph.hs compiler/utils/Encoding.hs compiler/utils/FastBool.hs compiler/utils/FastFunctions.hs compiler/utils/FastMutInt.hs compiler/utils/FastString.hs compiler/utils/FastTypes.hs compiler/stage2/build/Fingerprint.hs compiler/utils/FiniteMap.hs compiler/utils/GraphBase.hs compiler/utils/GraphColor.hs compiler/utils/GraphOps.hs compiler/utils/GraphPpr.hs compiler/utils/IOEnv.hs compiler/utils/ListSetOps.hs compiler/utils/Maybes.hs compiler/utils/MonadUtils.hs compiler/utils/OrdList.hs compiler/utils/Outputable.hs compiler/utils/Pair.hs compiler/utils/Panic.hs compiler/utils/Pretty.hs compiler/utils/Serialized.hs compiler/utils/State.hs compiler/utils/Stream.hs compiler/utils/StringBuffer.hs compiler/utils/UniqFM.hs compiler/utils/UniqSet.hs compiler/utils/Util.hs compiler/utils/ExtsCompat46.hs compiler/vectorise/Vectorise/Builtins/Base.hs compiler/vectorise/Vectorise/Builtins/Initialise.hs compiler/vectorise/Vectorise/Builtins.hs compiler/vectorise/Vectorise/Monad/Base.hs compiler/vectorise/Vectorise/Monad/Naming.hs compiler/vectorise/Vectorise/Monad/Local.hs compiler/vectorise/Vectorise/Monad/Global.hs compiler/vectorise/Vectorise/Monad/InstEnv.hs compiler/vectorise/Vectorise/Monad.hs compiler/vectorise/Vectorise/Utils/Base.hs compiler/vectorise/Vectorise/Utils/Closure.hs compiler/vectorise/Vectorise/Utils/Hoisting.hs compiler/vectorise/Vectorise/Utils/PADict.hs compiler/vectorise/Vectorise/Utils/Poly.hs compiler/vectorise/Vectorise/Utils.hs compiler/vectorise/Vectorise/Generic/Description.hs compiler/vectorise/Vectorise/Generic/PAMethods.hs compiler/vectorise/Vectorise/Generic/PADict.hs compiler/vectorise/Vectorise/Generic/PData.hs compiler/vectorise/Vectorise/Type/Env.hs compiler/vectorise/Vectorise/Type/Type.hs compiler/vectorise/Vectorise/Type/TyConDecl.hs compiler/vectorise/Vectorise/Type/Classify.hs compiler/vectorise/Vectorise/Convert.hs compiler/vectorise/Vectorise/Vect.hs compiler/vectorise/Vectorise/Var.hs compiler/vectorise/Vectorise/Env.hs compiler/vectorise/Vectorise/Exp.hs compiler/vectorise/Vectorise.hs compiler/cmm/Hoopl/Dataflow.hs compiler/cmm/Hoopl.hs compiler/nativeGen/AsmCodeGen.hs compiler/nativeGen/TargetReg.hs compiler/nativeGen/NCGMonad.hs compiler/nativeGen/Instruction.hs compiler/nativeGen/Size.hs compiler/nativeGen/Reg.hs compiler/nativeGen/RegClass.hs compiler/nativeGen/PIC.hs compiler/utils/Platform.hs compiler/nativeGen/CPrim.hs compiler/nativeGen/X86/Regs.hs compiler/nativeGen/X86/RegInfo.hs compiler/nativeGen/X86/Instr.hs compiler/nativeGen/X86/Cond.hs compiler/nativeGen/X86/Ppr.hs compiler/nativeGen/X86/CodeGen.hs compiler/nativeGen/PPC/Regs.hs compiler/nativeGen/PPC/RegInfo.hs compiler/nativeGen/PPC/Instr.hs compiler/nativeGen/PPC/Cond.hs compiler/nativeGen/PPC/Ppr.hs compiler/nativeGen/PPC/CodeGen.hs compiler/nativeGen/SPARC/Base.hs compiler/nativeGen/SPARC/Regs.hs compiler/nativeGen/SPARC/Imm.hs compiler/nativeGen/SPARC/AddrMode.hs compiler/nativeGen/SPARC/Cond.hs compiler/nativeGen/SPARC/Instr.hs compiler/nativeGen/SPARC/Stack.hs compiler/nativeGen/SPARC/ShortcutJump.hs compiler/nativeGen/SPARC/Ppr.hs compiler/nativeGen/SPARC/CodeGen.hs compiler/nativeGen/SPARC/CodeGen/Amode.hs compiler/nativeGen/SPARC/CodeGen/Base.hs compiler/nativeGen/SPARC/CodeGen/CondCode.hs compiler/nativeGen/SPARC/CodeGen/Gen32.hs compiler/nativeGen/SPARC/CodeGen/Gen64.hs compiler/nativeGen/SPARC/CodeGen/Sanity.hs compiler/nativeGen/SPARC/CodeGen/Expand.hs compiler/nativeGen/RegAlloc/Liveness.hs compiler/nativeGen/RegAlloc/Graph/Main.hs compiler/nativeGen/RegAlloc/Graph/Stats.hs compiler/nativeGen/RegAlloc/Graph/ArchBase.hs compiler/nativeGen/RegAlloc/Graph/ArchX86.hs compiler/nativeGen/RegAlloc/Graph/Coalesce.hs compiler/nativeGen/RegAlloc/Graph/Spill.hs compiler/nativeGen/RegAlloc/Graph/SpillClean.hs compiler/nativeGen/RegAlloc/Graph/SpillCost.hs compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs compiler/nativeGen/RegAlloc/Linear/Main.hs compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs compiler/nativeGen/RegAlloc/Linear/State.hs compiler/nativeGen/RegAlloc/Linear/Stats.hs compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/StackMap.hs compiler/nativeGen/RegAlloc/Linear/Base.hs compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs compiler/nativeGen/Dwarf.hs compiler/nativeGen/Dwarf/Types.hs compiler/nativeGen/Dwarf/Constants.hs compiler/deSugar/DsMeta.hs compiler/hsSyn/Convert.hs compiler/ghci/ByteCodeAsm.hs compiler/ghci/ByteCodeGen.hs compiler/ghci/ByteCodeInstr.hs compiler/ghci/ByteCodeItbls.hs compiler/ghci/ByteCodeLink.hs compiler/ghci/Debugger.hs compiler/stage2/build/LibFFI.hs compiler/ghci/Linker.hs compiler/ghci/ObjLink.hs compiler/ghci/RtClosureInspect.hs compiler/ghci/DebuggerUtils.hs on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Arena.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit echo "libraries/ghc-prim_dist-install_depfile_haskell_EXISTS = YES" >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/ghc-prim/dist-install/build/GHC/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true echo "libraries/hpc_dist-install_depfile_haskell_EXISTS = YES" >> libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell for dir in libraries/hpc/dist-install/build/Trace/Hpc/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Capability.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit echo "libraries/process_dist-install_depfile_haskell_EXISTS = YES" >> libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/process/dist-install/build/System/ libraries/process/dist-install/build/System/Process/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/process/dist-install/build/.depend-v-p-dyn.haskell echo "libraries/Cabal/Cabal_dist-install_depfile_haskell_EXISTS = YES" >> libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/Cabal/Cabal/dist-install/build/./ libraries/Cabal/Cabal/dist-install/build/Distribution/ libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/ libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/ libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/ libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/ libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/ libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess/ libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/ libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/ libraries/Cabal/Cabal/dist-install/build/Distribution/Utils/ libraries/Cabal/Cabal/dist-install/build/Language/Haskell/; do if test ! -d $dir; then mkdir -p $dir; fi done cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/CheckUnload.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true grep -v ' : [a-zA-Z]:/' libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp2 cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/ClosureFlags.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Disassembler.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/FileLock.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Globals.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Hash.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true echo "libraries/unix_dist-install_depfile_haskell_EXISTS = YES" >> libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/unix/dist-install/build/System/ libraries/unix/dist-install/build/System/Posix/ libraries/unix/dist-install/build/System/Posix/ByteString/ libraries/unix/dist-install/build/System/Posix/Directory/ libraries/unix/dist-install/build/System/Posix/DynamicLinker/ libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ libraries/unix/dist-install/build/System/Posix/Env/ libraries/unix/dist-install/build/System/Posix/Files/ libraries/unix/dist-install/build/System/Posix/IO/ libraries/unix/dist-install/build/System/Posix/Process/ libraries/unix/dist-install/build/System/Posix/Signals/ libraries/unix/dist-install/build/System/Posix/Temp/ libraries/unix/dist-install/build/System/Posix/Terminal/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp2 cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Hpc.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/unix/dist-install/build/.depend-v-p-dyn.haskell sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/HsFFI.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Inlines.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Interpreter.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/LdvProfile.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Linker.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Messages.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/OldARMAtomic.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Papi.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit echo "libraries/haskeline_dist-install_depfile_haskell_EXISTS = YES" >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/haskeline/dist-install/build/System/Console/ libraries/haskeline/dist-install/build/System/Console/Haskeline/ libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/ libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix/ libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Printer.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/ProfHeap.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Profiling.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Proftimer.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/RaiseAsync.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -w -MM -x c rts/RetainerProfile.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -Wno-format -MM -x c rts/RetainerSet.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/RtsAPI.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/RtsDllMain.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/RtsFlags.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/RtsMain.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -DProjectVersion=\"7.10.3\" -MM -x c rts/RtsMessages.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/RtsStartup.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -DProjectVersion=\"7.10.3\" -DHostPlatform=\"x86_64-unknown-netbsd\" -DHostArch=\"x86_64\" -DHostOS=\"netbsd\" -DHostVendor=\"unknown\" -DBuildPlatform=\"x86_64-unknown-netbsd\" -DBuildArch=\"x86_64\" -DBuildOS=\"netbsd\" -DBuildVendor=\"unknown\" -DTargetPlatform=\"x86_64-unknown-netbsd\" -DTargetArch=\"x86_64\" -DTargetOS=\"netbsd\" -DTargetVendor=\"unknown\" -DGhcUnregisterised=\"NO\" -DGhcEnableTablesNextToCode=\"YES\" -MM -x c rts/RtsUtils.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/STM.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Schedule.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Sparks.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Stable.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/StaticPtrTable.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Stats.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit echo "libraries/base_dist-install_depfile_haskell_EXISTS = YES" >> libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/base/dist-install/build/./ libraries/base/dist-install/build/Control/ libraries/base/dist-install/build/Control/Concurrent/ libraries/base/dist-install/build/Control/Exception/ libraries/base/dist-install/build/Control/Monad/ libraries/base/dist-install/build/Control/Monad/ST/ libraries/base/dist-install/build/Control/Monad/ST/Lazy/ libraries/base/dist-install/build/Data/ libraries/base/dist-install/build/Data/Functor/ libraries/base/dist-install/build/Data/STRef/ libraries/base/dist-install/build/Data/Type/ libraries/base/dist-install/build/Data/Typeable/ libraries/base/dist-install/build/Debug/ libraries/base/dist-install/build/Foreign/ libraries/base/dist-install/build/Foreign/C/ libraries/base/dist-install/build/Foreign/ForeignPtr/ libraries/base/dist-install/build/Foreign/Marshal/ libraries/base/dist-install/build/GHC/ libraries/base/dist-install/build/GHC/Conc/ libraries/base/dist-install/build/GHC/Event/ libraries/base/dist-install/build/GHC/Fingerprint/ libraries/base/dist-install/build/GHC/Float/ libraries/base/dist-install/build/GHC/IO/ libraries/base/dist-install/build/GHC/IO/Encoding/ libraries/base/dist-install/build/GHC/IO/Handle/ libraries/base/dist-install/build/GHC/RTS/ libraries/base/dist-install/build/Numeric/ libraries/base/dist-install/build/System/ libraries/base/dist-install/build/System/Console/ libraries/base/dist-install/build/System/Environment/ libraries/base/dist-install/build/System/IO/ libraries/base/dist-install/build/System/Mem/ libraries/base/dist-install/build/System/Posix/ libraries/base/dist-install/build/Text/ libraries/base/dist-install/build/Text/ParserCombinators/ libraries/base/dist-install/build/Text/Read/ libraries/base/dist-install/build/Text/Show/ libraries/base/dist-install/build/Unsafe/; do if test ! -d $dir; then mkdir -p $dir; fi done sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -w -MM -x c rts/StgCRun.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/StgPrimFloat.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Task.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit grep -v ' : [a-zA-Z]:/' libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/base/dist-install/build/.depend-v-p-dyn.haskell sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/ThreadLabels.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/ThreadPaused.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Threads.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Ticky.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Timer.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -DProjectVersion=\"7.10.3\" -MM -x c rts/Trace.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/WSDeque.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Weak.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/hooks/FlagDefaults.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/hooks/MallocFail.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/hooks/OnExit.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/hooks/OutOfHeap.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/hooks/StackOverflow.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/sm/BlockAlloc.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -Wno-inline -finline-limit=2500 -MM -x c rts/sm/Compact.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -funroll-loops -MM -x c rts/sm/Evac.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/sm/GC.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/sm/GCAux.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/sm/GCUtils.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/sm/MBlock.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/sm/MarkWeak.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/sm/Sanity.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/sm/Scav.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/sm/Storage.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/sm/Sweep.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/eventlog/EventLog.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/posix/GetEnv.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/posix/GetTime.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/posix/Itimer.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/posix/OSMem.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/posix/OSThreads.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/posix/Select.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/posix/Signals.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/posix/TTY.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -DPARALLEL_GC -Irts/sm -MM -x c rts/dist/build/sm/Evac_thr.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -DPARALLEL_GC -Irts/sm -MM -x c rts/dist/build/sm/Scav_thr.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Apply.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Exception.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/HeapStackCheck.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/PrimOps.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/StgMiscClosures.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/StgStartup.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/StgStdThunks.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true cc -E -I/usr/include -I/usr/pkg/include -DPROFILING -DTHREADED_RTS -DDEBUG -fno-stack-protector -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/autogen -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\" -Wno-strict-prototypes -I/usr/pkg/include -MM -x c rts/Updates.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/tmp/work/lang/ghc7/work/ghc-7.10.3/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true "rm" -f rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit echo "rts_dist_depfile_c_asm_EXISTS = YES" >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp mv rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm <> echo "compiler_stage2_depfile_haskell_EXISTS = YES" >> compiler/stage2/build/.depend-v-p-dyn.haskell.tmp for dir in compiler/stage2/build/./ compiler/stage2/build/CodeGen/ compiler/stage2/build/CodeGen/Platform/ compiler/stage2/build/Dwarf/ compiler/stage2/build/Hoopl/ compiler/stage2/build/Llvm/ compiler/stage2/build/LlvmCodeGen/ compiler/stage2/build/PPC/ compiler/stage2/build/RegAlloc/ compiler/stage2/build/RegAlloc/Graph/ compiler/stage2/build/RegAlloc/Linear/ compiler/stage2/build/RegAlloc/Linear/PPC/ compiler/stage2/build/RegAlloc/Linear/SPARC/ compiler/stage2/build/RegAlloc/Linear/X86/ compiler/stage2/build/RegAlloc/Linear/X86_64/ compiler/stage2/build/SPARC/ compiler/stage2/build/SPARC/CodeGen/ compiler/stage2/build/Vectorise/ compiler/stage2/build/Vectorise/Builtins/ compiler/stage2/build/Vectorise/Generic/ compiler/stage2/build/Vectorise/Monad/ compiler/stage2/build/Vectorise/Type/ compiler/stage2/build/Vectorise/Utils/ compiler/stage2/build/X86/; do if test ! -d $dir; then mkdir -p $dir; fi done grep -v ' : [a-zA-Z]:/' compiler/stage2/build/.depend-v-p-dyn.haskell.tmp > compiler/stage2/build/.depend-v-p-dyn.haskell.tmp2 sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' compiler/stage2/build/.depend-v-p-dyn.haskell.tmp2 > compiler/stage2/build/.depend-v-p-dyn.haskell "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/AreaBelow.c -o utils/hp2ps/dist/build/AreaBelow.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/Curves.c -o utils/hp2ps/dist/build/Curves.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/Error.c -o utils/hp2ps/dist/build/Error.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/Main.c -o utils/hp2ps/dist/build/Main.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/Reorder.c -o utils/hp2ps/dist/build/Reorder.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/TopTwenty.c -o utils/hp2ps/dist/build/TopTwenty.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/AuxFile.c -o utils/hp2ps/dist/build/AuxFile.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/Deviation.c -o utils/hp2ps/dist/build/Deviation.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/HpFile.c -o utils/hp2ps/dist/build/HpFile.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/Marks.c -o utils/hp2ps/dist/build/Marks.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/Scale.c -o utils/hp2ps/dist/build/Scale.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/TraceElement.c -o utils/hp2ps/dist/build/TraceElement.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/Axes.c -o utils/hp2ps/dist/build/Axes.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/Dimensions.c -o utils/hp2ps/dist/build/Dimensions.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/Key.c -o utils/hp2ps/dist/build/Key.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/PsFile.c -o utils/hp2ps/dist/build/PsFile.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/Shade.c -o utils/hp2ps/dist/build/Shade.o "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -optc-fno-stack-protector -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/autogen -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -c utils/hp2ps/Utilities.c -o utils/hp2ps/dist/build/Utilities.o "inplace/bin/mkdirhier" utils/hp2ps/dist/build/tmp//. cp driver/ghc-usage.txt inplace/lib/ghc-usage.txt cp driver/ghci-usage.txt inplace/lib/ghci-usage.txt "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Arena.c -o rts/dist/build/Arena.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Capability.c -o rts/dist/build/Capability.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/FileLock.c -o rts/dist/build/FileLock.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Globals.c -o rts/dist/build/Globals.o In file included from includes/Rts.h:217:0: 0, from rts/Adjustor.c:40: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hash.c -o rts/dist/build/Hash.o In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hpc.c -o rts/dist/build/Hpc.o includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.o In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Inlines.c -o rts/dist/build/Inlines.o In file included from includes/Rts.h:217:0: 0, from rts/Capability.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Linker.c -o rts/dist/build/Linker.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Messages.c -o rts/dist/build/Messages.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.o In file included from includes/Rts.h:217:0: 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Papi.c -o rts/dist/build/Papi.o In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Printer.c -o rts/dist/build/Printer.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.o In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Profiling.c -o rts/dist/build/Profiling.o In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-w -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-Wno-format -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.o In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.o In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: includes/rts/storage/ClosureMacros.h:523:32: 0, warning: this use of "defined" may not be portable [-Wexpansion-to-defined] from rts/ProfHeap.c:10: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:5: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:5: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.o In file included from includes/Rts.h:217:0: 0, from rts/Interpreter.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RaiseAsync.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: In file included from includes/Rts.h:217:0: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-DProjectVersion=\"7.10.3\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/STM.c -o rts/dist/build/STM.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Schedule.c -o rts/dist/build/Schedule.o In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Sparks.c -o rts/dist/build/Sparks.o In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stable.c -o rts/dist/build/Stable.o In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stats.c -o rts/dist/build/Stats.o In file included from includes/Rts.h:217:0: 0, from rts/Sparks.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsUtils.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsStartup.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsFlags.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-w -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Task.c -o rts/dist/build/Task.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.o In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Stable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.o In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Schedule.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Threads.c -o rts/dist/build/Threads.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Ticky.c -o rts/dist/build/Ticky.o In file included from includes/Rts.h:217:0: 0, from rts/STM.c:87: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Stats.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ThreadLabels.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Timer.c -o rts/dist/build/Timer.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-DProjectVersion=\"7.10.3\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Trace.c -o rts/dist/build/Trace.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.o In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Weak.c -o rts/dist/build/Weak.o "inplace/bin/mkdirhier" rts/dist/build/hooks//. "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-Wno-inline -optc-finline-limit=2500 -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.o In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ThreadPaused.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-funroll-loops -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.o In file included from includes/Rts.h:217:0: 0, from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Timer.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.o In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.o #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.o includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.o "inplace/bin/mkdirhier" rts/dist/build/eventlog//. "inplace/bin/mkdirhier" rts/dist/build/posix//. "inplace/bin/ghc-stage1" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Apply.cmm -o rts/dist/build/Apply.o "inplace/bin/ghc-stage1" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Exception.cmm -o rts/dist/build/Exception.o In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.o In file included from includes/Rts.h:217:0: 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': "inplace/bin/ghc-stage1" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.o includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.o "inplace/bin/ghc-stage1" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.o "inplace/bin/ghc-stage1" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.o "inplace/bin/ghc-stage1" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Updates.cmm -o rts/dist/build/Updates.o In file included from includes/Rts.h:217:0: 0, from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package pretty -package-db libraries/bootstrapping.conf -i -iutils/genapply/. -iutils/genapply/dist/build -iutils/genapply/dist/build/autogen -Iutils/genapply/dist/build -Iutils/genapply/dist/build/autogen -no-user-package-db -rtsopts -odir utils/genapply/dist/build -hidir utils/genapply/dist/build -stubdir utils/genapply/dist/build -c utils/genapply/./GenApply.hs -o utils/genapply/dist/build/GenApply.o "inplace/bin/mkdirhier" utils/genapply/dist/build/tmp//. "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Arena.c -o rts/dist/build/Arena.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Capability.c -o rts/dist/build/Capability.p_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: In file included from includes/Rts.h:217:0: 0, from rts/sm/Scav.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: rts/sm/Scav.c:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] note: here case CONSTR_1_1: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/FileLock.c -o rts/dist/build/FileLock.p_o In file included from includes/Rts.h:217:0: 0, from rts/Adjustor.c:40: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Globals.c -o rts/dist/build/Globals.p_o includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hash.c -o rts/dist/build/Hash.p_o In file included from includes/Rts.h:217:0: 0, from rts/Capability.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hpc.c -o rts/dist/build/Hpc.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Inlines.c -o rts/dist/build/Inlines.p_o In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.p_o In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Linker.c -o rts/dist/build/Linker.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Messages.c -o rts/dist/build/Messages.p_o In file included from includes/Rts.h:217:0: 0, from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Papi.c -o rts/dist/build/Papi.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Printer.c -o rts/dist/build/Printer.p_o In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/LdvProfile.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.p_o includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Profiling.c -o rts/dist/build/Profiling.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.p_o In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.p_o In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -optc-w -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -optc-Wno-format -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.p_o In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.p_o In file included from includes/Rts.h:217:0: 0, from rts/Interpreter.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.p_o In file included from includes/Rts.h:217:0: 0, from rts/ProfHeap.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Profiling.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.p_o In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.p_o In file included from includes/Rts.h:217:0: 0, from rts/RetainerSet.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -optc-DProjectVersion=\"7.10.3\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.p_o In file included from includes/Rts.h:217:0: 0, from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RaiseAsync.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/STM.c -o rts/dist/build/STM.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Schedule.c -o rts/dist/build/Schedule.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Sparks.c -o rts/dist/build/Sparks.p_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stable.c -o rts/dist/build/Stable.p_o ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.p_o In file included from includes/Rts.h:217:0: 0, from rts/RtsUtils.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsStartup.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stats.c -o rts/dist/build/Stats.p_o In file included from includes/Rts.h:217:0: 0, from rts/Sparks.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -optc-w -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.p_o In file included from includes/Rts.h:217:0: 0, from rts/RtsFlags.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Task.c -o rts/dist/build/Task.p_o In file included from includes/Rts.h:217:0: 0, from rts/Stable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Threads.c -o rts/dist/build/Threads.p_o In file included from includes/Rts.h:217:0: 0, from rts/Schedule.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/STM.c:87: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Ticky.c -o rts/dist/build/Ticky.p_o In file included from includes/Rts.h:217:0: 0, from rts/Stats.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Timer.c -o rts/dist/build/Timer.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -optc-DProjectVersion=\"7.10.3\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Trace.c -o rts/dist/build/Trace.p_o In file included from includes/Rts.h:217:0: 0, from rts/ThreadLabels.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Weak.c -o rts/dist/build/Weak.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.p_o In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.p_o In file included from includes/Rts.h:217:0: 0, from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Timer.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.p_o In file included from includes/Rts.h:217:0: 0, from rts/ThreadPaused.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.p_o In file included from includes/Rts.h:217:0: 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -optc-Wno-inline -optc-finline-limit=2500 -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.p_o includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -optc-funroll-loops -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.p_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/MallocFail.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.p_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.p_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/OutOfHeap.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.p_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.p_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.p_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.p_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.p_o In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.p_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Itimer.c:21: In file included from includes/Rts.h:217:0: includes/rts/storage/ClosureMacros.h:505:5: 0, warning: this use of "defined" may not be portable [-Wexpansion-to-defined] from rts/posix/GetTime.c:12: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:5: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_p\" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.p_o "inplace/bin/ghc-stage1" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Apply.cmm -o rts/dist/build/Apply.p_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Exception.cmm -o rts/dist/build/Exception.p_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.p_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.p_o "inplace/bin/ghc-stage1" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.p_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Signals.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Scav.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.p_o "inplace/bin/ghc-stage1" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.p_o "inplace/bin/ghc-stage1" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Updates.cmm -o rts/dist/build/Updates.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Arena.c -o rts/dist/build/Arena.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Capability.c -o rts/dist/build/Capability.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/FileLock.c -o rts/dist/build/FileLock.dyn_o In file included from includes/Rts.h:217:0: In file included from includes/Rts.h:217:0: 0, 0, from rts/Capability.c:20: from rts/Adjustor.c:40: In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:505:5: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Globals.c -o rts/dist/build/Globals.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hash.c -o rts/dist/build/Hash.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hpc.c -o rts/dist/build/Hpc.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Inlines.c -o rts/dist/build/Inlines.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Linker.c -o rts/dist/build/Linker.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Messages.c -o rts/dist/build/Messages.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Papi.c -o rts/dist/build/Papi.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Printer.c -o rts/dist/build/Printer.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Profiling.c -o rts/dist/build/Profiling.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -optc-w -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -optc-Wno-format -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/ProfHeap.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -optc-DProjectVersion=\"7.10.3\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Interpreter.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: 0, from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:5: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RaiseAsync.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/STM.c -o rts/dist/build/STM.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Schedule.c -o rts/dist/build/Schedule.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Sparks.c -o rts/dist/build/Sparks.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stable.c -o rts/dist/build/Stable.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsStartup.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stats.c -o rts/dist/build/Stats.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsUtils.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Sparks.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -optc-w -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsFlags.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Task.c -o rts/dist/build/Task.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Stable.c:12: In file included from includes/Rts.h:217:0: 0, from rts/STM.c:87: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:505:31: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Schedule.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Stats.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Threads.c -o rts/dist/build/Threads.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Ticky.c -o rts/dist/build/Ticky.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Timer.c -o rts/dist/build/Timer.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -optc-DProjectVersion=\"7.10.3\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Trace.c -o rts/dist/build/Trace.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Weak.c -o rts/dist/build/Weak.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/ThreadLabels.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/ThreadPaused.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Timer.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: In file included from includes/Rts.h:217:0: 0, warning: this use of "defined" may not be portable [-Wexpansion-to-defined] from rts/hooks/MallocFail.c:8: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:505:31: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -optc-Wno-inline -optc-finline-limit=2500 -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -optc-funroll-loops -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/OutOfHeap.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/GetTime.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Itimer.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Apply.cmm -o rts/dist/build/Apply.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Exception.cmm -o rts/dist/build/Exception.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/Signals.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK from rts/sm/Scav.c:15: ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:5: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Updates.cmm -o rts/dist/build/Updates.dyn_o "inplace/bin/ghc-pkg" --simple-output field rts extra-libraries \ | sed -e 's/\([^ ][^ ]*\)/-l\1/g' > rts/dist/libs.depend "inplace/bin/ghc-pkg" --simple-output field rts library-dirs \ | sed -e 's/\([^ ][^ ]*\)/-L\1/g' >> rts/dist/libs.depend "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Arena.c -o rts/dist/build/Arena.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Capability.c -o rts/dist/build/Capability.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/FileLock.c -o rts/dist/build/FileLock.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Globals.c -o rts/dist/build/Globals.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hash.c -o rts/dist/build/Hash.l_o In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hpc.c -o rts/dist/build/Hpc.l_o In file included from includes/Rts.h:217:0: 0, from rts/Adjustor.c:40: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.l_o In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Inlines.c -o rts/dist/build/Inlines.l_o In file included from includes/Rts.h:217:0: 0, from rts/Capability.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.l_o In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Linker.c -o rts/dist/build/Linker.l_o In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Messages.c -o rts/dist/build/Messages.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.l_o In file included from includes/Rts.h:217:0: 0, from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Papi.c -o rts/dist/build/Papi.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Printer.c -o rts/dist/build/Printer.l_o In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.l_o In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Profiling.c -o rts/dist/build/Profiling.l_o In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -optc-w -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.l_o In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -optc-Wno-format -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.l_o In file included from includes/Rts.h:217:0: 0, from rts/ProfHeap.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.l_o In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -optc-DProjectVersion=\"7.10.3\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.l_o In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RaiseAsync.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Interpreter.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/STM.c -o rts/dist/build/STM.l_o In file included from includes/Rts.h:217:0: 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK 0, ^~~~~~~~~~~~~~~~~~~~~~~~~~ from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Schedule.c -o rts/dist/build/Schedule.l_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Sparks.c -o rts/dist/build/Sparks.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stable.c -o rts/dist/build/Stable.l_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsStartup.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stats.c -o rts/dist/build/Stats.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -optc-w -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.l_o In file included from includes/Rts.h:217:0: In file included from includes/Rts.h:217:0: 0, 0, from rts/RtsUtils.c:10: from rts/RtsFlags.c:11: includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Sparks.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Task.c -o rts/dist/build/Task.l_o In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.l_o In file included from includes/Rts.h:217:0: 0, from rts/Stable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Threads.c -o rts/dist/build/Threads.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Ticky.c -o rts/dist/build/Ticky.l_o In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/STM.c:87: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Schedule.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ThreadLabels.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Timer.c -o rts/dist/build/Timer.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -optc-DProjectVersion=\"7.10.3\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Trace.c -o rts/dist/build/Trace.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Weak.c -o rts/dist/build/Weak.l_o In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.l_o In file included from includes/Rts.h:217:0: 0, from rts/ThreadPaused.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Stats.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Timer.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.l_o In file included from includes/Rts.h:217:0: 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.l_o includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -optc-Wno-inline -optc-finline-limit=2500 -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -optc-funroll-loops -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.l_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.l_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/OutOfHeap.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/MallocFail.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.l_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.l_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.l_o In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.l_o In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.l_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.l_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.l_o In file included from includes/Rts.h:217:0: 0, from rts/posix/GetTime.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.l_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/Itimer.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/Scav.c:15: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:523:5: note: here case CONSTR_1_1: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_l\" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.l_o "inplace/bin/ghc-stage1" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Apply.cmm -o rts/dist/build/Apply.l_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Exception.cmm -o rts/dist/build/Exception.l_o "inplace/bin/ghc-stage1" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.l_o "inplace/bin/ghc-stage1" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.l_o "inplace/bin/ghc-stage1" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.l_o "inplace/bin/ghc-stage1" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.l_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.l_o "inplace/bin/ghc-stage1" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Updates.cmm -o rts/dist/build/Updates.l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Adjustor.c -o rts/dist/build/Adjustor.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Arena.c -o rts/dist/build/Arena.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Capability.c -o rts/dist/build/Capability.debug_o In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/Signals.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Disassembler.c -o rts/dist/build/Disassembler.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/FileLock.c -o rts/dist/build/FileLock.debug_o In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Adjustor.c:40: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Globals.c -o rts/dist/build/Globals.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Hash.c -o rts/dist/build/Hash.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Hpc.c -o rts/dist/build/Hpc.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/HsFFI.c -o rts/dist/build/HsFFI.debug_o In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Capability.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Disassembler.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Inlines.c -o rts/dist/build/Inlines.debug_o In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Interpreter.c -o rts/dist/build/Interpreter.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Linker.c -o rts/dist/build/Linker.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Messages.c -o rts/dist/build/Messages.debug_o In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Papi.c -o rts/dist/build/Papi.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Printer.c -o rts/dist/build/Printer.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Profiling.c -o rts/dist/build/Profiling.debug_o In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Proftimer.c -o rts/dist/build/Proftimer.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-w -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.debug_o In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Interpreter.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-Wno-format -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.debug_o In file included from includes/Rts.h:217:0: 0, from rts/ProfHeap.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.debug_o In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DProjectVersion=\"7.10.3\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.debug_o In file included from includes/Rts.h:217:0: 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RaiseAsync.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/STM.c -o rts/dist/build/STM.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Schedule.c -o rts/dist/build/Schedule.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Sparks.c -o rts/dist/build/Sparks.debug_o In file included from includes/Rts.h:217:0: 0, from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsUtils.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Stable.c -o rts/dist/build/Stable.debug_o In file included from includes/Rts.h:217:0: 0, from rts/RtsFlags.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Stats.c -o rts/dist/build/Stats.debug_o In file included from includes/Rts.h:217:0: 0, from rts/RtsStartup.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-w -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgCRun.c -o rts/dist/build/StgCRun.debug_o In file included from includes/Rts.h:217:0: 0, from rts/Sparks.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Task.c -o rts/dist/build/Task.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.debug_o In file included from includes/Rts.h:217:0: 0, from rts/STM.c:87: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Stable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Threads.c -o rts/dist/build/Threads.debug_o In file included from includes/Rts.h:217:0: 0, from rts/Schedule.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Stats.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ThreadLabels.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Ticky.c -o rts/dist/build/Ticky.debug_o includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Timer.c -o rts/dist/build/Timer.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DProjectVersion=\"7.10.3\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Trace.c -o rts/dist/build/Trace.debug_o In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/WSDeque.c -o rts/dist/build/WSDeque.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Weak.c -o rts/dist/build/Weak.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.debug_o In file included from includes/Rts.h:217:0: 0, from rts/ThreadPaused.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.debug_o In file included from includes/Rts.h:217:0: 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Timer.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.debug_o In file included from includes/Rts.h:217:0: 0, from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-Wno-inline -optc-finline-limit=2500 -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.debug_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/MallocFail.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-funroll-loops -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.debug_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/GC.c -o rts/dist/build/sm/GC.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.debug_o In file included from includes/Rts.h:217:0: In file included from includes/Rts.h:217:0: 0, 0, from rts/hooks/OutOfHeap.c:8: from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.debug_o In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.debug_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.debug_o includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from rts/sm/Sanity.c:17:0: rts/sm/Sanity.c: In function 'checkStackFrame': includes/Rts.h:103:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (predicate) \ ^ includes/Rts.h:118:27: note: in expansion of macro 'CHECK' #define ASSERT(predicate) CHECK(predicate) ^~~~~ rts/sm/Sanity.c:110:7: note: in expansion of macro 'ASSERT' ASSERT(LOOKS_LIKE_CLOSURE_PTR(((StgUpdateFrame*)c)->updatee)); ^~~~~~ rts/sm/Sanity.c:111:5: note: here case ATOMICALLY_FRAME: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.debug_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Scav.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/Select.c -o rts/dist/build/posix/Select.debug_o In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/Itimer.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetTime.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.debug_o "inplace/bin/ghc-stage1" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Apply.cmm -o rts/dist/build/Apply.debug_o "inplace/bin/ghc-stage1" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Exception.cmm -o rts/dist/build/Exception.debug_o "inplace/bin/ghc-stage1" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.debug_o "inplace/bin/ghc-stage1" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.debug_o "inplace/bin/ghc-stage1" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.debug_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.debug_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.debug_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Signals.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Updates.cmm -o rts/dist/build/Updates.debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Arena.c -o rts/dist/build/Arena.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Capability.c -o rts/dist/build/Capability.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/FileLock.c -o rts/dist/build/FileLock.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Globals.c -o rts/dist/build/Globals.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hash.c -o rts/dist/build/Hash.thr_o In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hpc.c -o rts/dist/build/Hpc.thr_o In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Capability.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: In file included from includes/Rts.h:217:0: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 0, from rts/Adjustor.c:40: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Inlines.c -o rts/dist/build/Inlines.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Linker.c -o rts/dist/build/Linker.thr_o In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Messages.c -o rts/dist/build/Messages.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.thr_o In file included from includes/Rts.h:217:0: 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Papi.c -o rts/dist/build/Papi.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Printer.c -o rts/dist/build/Printer.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Profiling.c -o rts/dist/build/Profiling.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.thr_o In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -optc-w -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.thr_o In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -optc-Wno-format -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.thr_o In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.thr_o In file included from includes/Rts.h:217:0: 0, from rts/ProfHeap.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -optc-DProjectVersion=\"7.10.3\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.thr_o In file included from includes/Rts.h:217:0: 0, from rts/Interpreter.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.thr_o warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RaiseAsync.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/RaiseAsync.c: In function 'throwToMsg': rts/RaiseAsync.c:436:5: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/RaiseAsync.c:459:5: note: here case BlockedOnCCall: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/STM.c -o rts/dist/build/STM.thr_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Schedule.c -o rts/dist/build/Schedule.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Sparks.c -o rts/dist/build/Sparks.thr_o In file included from includes/Rts.h:217:0: 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stable.c -o rts/dist/build/Stable.thr_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.thr_o In file included from includes/Rts.h:217:0: 0, from rts/RtsStartup.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsFlags.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stats.c -o rts/dist/build/Stats.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -optc-w -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.thr_o In file included from includes/Rts.h:217:0: 0, from rts/RtsUtils.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Sparks.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Task.c -o rts/dist/build/Task.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.thr_o In file included from includes/Rts.h:217:0: 0, from rts/Stable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/STM.c:87: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Threads.c -o rts/dist/build/Threads.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Ticky.c -o rts/dist/build/Ticky.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Timer.c -o rts/dist/build/Timer.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -optc-DProjectVersion=\"7.10.3\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Trace.c -o rts/dist/build/Trace.thr_o In file included from includes/Rts.h:217:0: 0, from rts/Stats.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ThreadLabels.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Weak.c -o rts/dist/build/Weak.thr_o In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Schedule.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Timer.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.thr_o In file included from includes/Rts.h:217:0: 0, from rts/ThreadPaused.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.thr_o In file included from includes/Rts.h:217:0: 0, "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.thr_o from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.thr_o In file included from includes/Rts.h:217:0: 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -optc-Wno-inline -optc-finline-limit=2500 -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -optc-funroll-loops -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.thr_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/MallocFail.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.thr_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/OutOfHeap.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.thr_o In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.thr_o In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.thr_o In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.thr_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.thr_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.thr_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetTime.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.thr_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.thr_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Itimer.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -optc-DPARALLEL_GC -optc-Irts/sm -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-funroll-loops -c rts/dist/build/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.thr_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr\" -optc-DPARALLEL_GC -optc-Irts/sm -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.thr_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Apply.cmm -o rts/dist/build/Apply.thr_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Exception.cmm -o rts/dist/build/Exception.thr_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.thr_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.thr_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Signals.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Scav.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block1': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.thr_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.thr_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.thr_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Updates.cmm -o rts/dist/build/Updates.thr_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Adjustor.c -o rts/dist/build/Adjustor.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Arena.c -o rts/dist/build/Arena.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Capability.c -o rts/dist/build/Capability.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Adjustor.c:40: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK In file included from includes/Rts.h:217:0: ^~~~~~~~~~~~~~~~~~~~~~ 0, from rts/dist/build/sm/Evac_thr.c:15: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:5: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Disassembler.c -o rts/dist/build/Disassembler.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/dist/build/sm/Scav_thr.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/dist/build/sm/Scav_thr.c: In function 'scavenge_block': rts/dist/build/sm/Scav_thr.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/dist/build/sm/Scav_thr.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/dist/build/sm/Scav_thr.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/dist/build/sm/Scav_thr.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/FileLock.c -o rts/dist/build/FileLock.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Globals.c -o rts/dist/build/Globals.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Hash.c -o rts/dist/build/Hash.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Hpc.c -o rts/dist/build/Hpc.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/HsFFI.c -o rts/dist/build/HsFFI.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Inlines.c -o rts/dist/build/Inlines.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Disassembler.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Interpreter.c -o rts/dist/build/Interpreter.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Capability.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:5: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Linker.c -o rts/dist/build/Linker.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Messages.c -o rts/dist/build/Messages.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Papi.c -o rts/dist/build/Papi.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Printer.c -o rts/dist/build/Printer.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Profiling.c -o rts/dist/build/Profiling.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Interpreter.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Proftimer.c -o rts/dist/build/Proftimer.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-w -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-Wno-format -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/ProfHeap.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DProjectVersion=\"7.10.3\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/RaiseAsync.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/RaiseAsync.c: In function 'throwToMsg': rts/RaiseAsync.c:436:5: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/RaiseAsync.c:459:5: note: here case BlockedOnCCall: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/STM.c -o rts/dist/build/STM.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Schedule.c -o rts/dist/build/Schedule.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Sparks.c -o rts/dist/build/Sparks.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/RtsFlags.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Stable.c -o rts/dist/build/Stable.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Stats.c -o rts/dist/build/Stats.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-w -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgCRun.c -o rts/dist/build/StgCRun.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/RtsUtils.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsStartup.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Sparks.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: 0, from rts/STM.c:87: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:5: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Task.c -o rts/dist/ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK build/Task.thr_debug_o includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:5: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ThreadLabels.c -o r ^~~~~~~~~~~~~~~~~~~~~~~~~~ ts/dist/build/ThreadLabels.thr_debug_o includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Stats.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Threads.c -o rts/dist/build/Threads.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Stable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Schedule.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Ticky.c -o rts/dist/build/Ticky.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Timer.c -o rts/dist/build/Timer.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DProjectVersion=\"7.10.3\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Trace.c -o rts/dist/build/Trace.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/WSDeque.c -o rts/dist/build/WSDeque.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: In file included from includes/Rts.h:217:0: 0, 0, from rts/ThreadPaused.c:10: from rts/ThreadLabels.c:11: includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Weak.c -o rts/dist/build/Weak.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: In file included from includes/Rts.h:217:0: 0, 0, from rts/Timer.c:19: from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:5: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-Wno-inline -optc-finline-limit=2500 -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-funroll-loops -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/MallocFail.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/GC.c -o rts/dist /build/sm/GC.thr_debug_o includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OutOfHeap.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from rts/sm/Sanity.c:17:0: rts/sm/Sanity.c: In function 'checkStackFrame': includes/Rts.h:103:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (predicate) \ ^ includes/Rts.h:118:27: note: in expansion of macro 'CHECK' #define ASSERT(predicate) CHECK(predicate) ^~~~~ rts/sm/Sanity.c:110:7: note: in expansion of macro 'ASSERT' ASSERT(LOOKS_LIKE_CLOSURE_PTR(((StgUpdateFrame*)c)->updatee)); ^~~~~~ rts/sm/Sanity.c:111:5: note: here case ATOMICALLY_FRAME: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/Scav.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block1': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/Select.c -o rts/dist/build/posix/Select.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetTime.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DPARALLEL_GC -optc-Irts/sm -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -optc-funroll-loops -c rts/dist/build/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/Itimer.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DPARALLEL_GC -optc-Irts/sm -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/dist/build/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.thr_debug_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Apply.cmm -o rts/dist/build/Apply.thr_debug_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Exception.cmm -o rts/dist/build/Exception.thr_debug_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Signals.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.thr_debug_o In file included from includes/Rts.h:217:0: 0, from rts/dist/build/sm/Evac_thr.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.thr_debug_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.thr_debug_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Updates.cmm -o rts/dist/build/Updates.thr_debug_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Arena.c -o rts/dist/build/Arena.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Capability.c -o rts/dist/build/Capability.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/dist/build/sm/Scav_thr.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/dist/build/sm/Scav_thr.c: In function 'scavenge_block': rts/dist/build/sm/Scav_thr.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/dist/build/sm/Scav_thr.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/dist/build/sm/Scav_thr.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/dist/build/sm/Scav_thr.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/FileLock.c -o rts/dist/build/FileLock.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Globals.c -o rts/dist/build/Globals.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hash.c -o rts/dist/build/Hash.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/Adjustor.c:40: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hpc.c -o rts/dist/build/Hpc.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Inlines.c -o rts/dist/build/Inlines.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Linker.c -o rts/dist/build/Linker.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Messages.c -o rts/dist/build/Messages.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Capability.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Papi.c -o rts/dist/build/Papi.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Printer.c -o rts/dist/build/Printer.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Profiling.c -o rts/dist/build/Profiling.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -optc-w -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/ProfHeap.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -optc-Wno-format -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: In file included from includes/Rts.h:217:0: includes/rts/storage/ClosureMacros.h:505:5: 0, warning: this use of "defined" may not be portable [-Wexpansion-to-defined] from rts/Interpreter.c:8: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.thr_l_o warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -optc-DProjectVersion=\"7.10.3\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/RaiseAsync.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/RaiseAsync.c: In function 'throwToMsg': rts/RaiseAsync.c:436:5: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/RaiseAsync.c:459:5: note: here case BlockedOnCCall: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/STM.c -o rts/dist/build/STM.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Schedule.c -o rts/dist/build/Schedule.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Sparks.c -o rts/dist/build/Sparks.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsStartup.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stable.c -o rts/dist/build/Stable.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stats.c -o rts/dist/build/Stats.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -optc-w -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/RtsUtils.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsFlags.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Sparks.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: includes/rts/storage/ClosureMacros.h:552:32: 0, warning: this use of "defined" may not be portable [-Wexpansion-to-defined] from rts/Stable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Task.c -o rts/dist/build/Task.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/STM.c:87: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Threads.c -o rts/dist/build/Threads.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Ticky.c -o rts/dist/build/Ticky.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Timer.c -o rts/dist/build/Timer.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': In file included from includes/Rts.h:217:0: 0, includes/rts/storage/ClosureMacros.h:523:5: from rts/Stats.c:10: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Schedule.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ThreadLabels.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -optc-DProjectVersion=\"7.10.3\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Trace.c -o rts/dist/build/Trace.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Weak.c -o rts/dist/build/Weak.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Timer.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/ThreadPaused.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.thr_l_o ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -optc-Wno-inline -optc-finline-limit=2500 -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': In file included from includes/Rts.h:217:0: 0, from rts/hooks/MallocFail.c:8: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -optc-funroll-loops -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/OutOfHeap.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetTime.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Scav.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block1': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -optc-DPARALLEL_GC -optc-Irts/sm -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-funroll-loops -c rts/dist/build/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_l\" -optc-DPARALLEL_GC -optc-Irts/sm -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Itimer.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Apply.cmm -o rts/dist/build/Apply.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Exception.cmm -o rts/dist/build/Exception.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.thr_l_o In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: In file included from includes/Rts.h:217:0: includes/rts/storage/ClosureMacros.h:505:5: 0, warning: this use of "defined" may not be portable [-Wexpansion-to-defined] from rts/posix/Signals.c:10: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.thr_l_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.thr_l_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.thr_l_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.thr_l_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Updates.cmm -o rts/dist/build/Updates.thr_l_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Arena.c -o rts/dist/build/Arena.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Capability.c -o rts/dist/build/Capability.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.thr_p_o warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/FileLock.c -o rts/dist/build/FileLock.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/Adjustor.c:40: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Globals.c -o rts/dist/build/Globals.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hash.c -o rts/dist/build/Hash.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/dist/build/sm/Evac_thr.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/dist/build/sm/Scav_thr.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/dist/build/sm/Scav_thr.c: In function 'scavenge_block': rts/dist/build/sm/Scav_thr.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/dist/build/sm/Scav_thr.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/dist/build/sm/Scav_thr.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/dist/build/sm/Scav_thr.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:523:5: note: here case CONSTR_1_1: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hpc.c -o rts/dist/build/Hpc.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Inlines.c -o rts/dist/build/Inlines.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Linker.c -o rts/dist/build/Linker.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/Capability.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Messages.c -o rts/dist/build/Messages.thr_p_o warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Papi.c -o rts/dist/build/Papi.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Printer.c -o rts/dist/build/Printer.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/LdvProfile.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Profiling.c -o rts/dist/build/Profiling.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -optc-w -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Interpreter.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -optc-Wno-format -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/RetainerSet.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ProfHeap.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -optc-DProjectVersion=\"7.10.3\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Profiling.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RaiseAsync.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/RaiseAsync.c: In function 'throwToMsg': rts/RaiseAsync.c:436:5: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/RaiseAsync.c:459:5: note: here case BlockedOnCCall: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/STM.c -o rts/dist/build/STM.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Schedule.c -o rts/dist/build/Schedule.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/RtsFlags.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Sparks.c -o rts/dist/build/Sparks.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stable.c -o rts/dist/build/Stable.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stats.c -o rts/dist/build/Stats.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/RtsStartup.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -optc-w -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsUtils.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Sparks.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Task.c -o rts/dist/build/Task.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/Stable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Threads.c -o rts/dist/build/Threads.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Ticky.c -o rts/dist/build/Ticky.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/Stats.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/STM.c:87: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ThreadLabels.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Timer.c -o rts/dist/build/Timer.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -optc-DProjectVersion=\"7.10.3\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Trace.c -o rts/dist/build/Trace.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Weak.c -o rts/dist/build/Weak.thr_p_o includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/ThreadPaused.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Timer.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Schedule.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/MallocFail.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -optc-Wno-inline -optc-finline-limit=2500 -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -optc-funroll-loops -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/OutOfHeap.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetTime.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: 0, includes/rts/storage/ClosureMacros.h:505:31: from rts/posix/Itimer.c:21: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:5: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:505:31: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:5: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Scav.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block1': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:523:5: note: here case CONSTR_1_1: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -optc-DPARALLEL_GC -optc-Irts/sm -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-funroll-loops -c rts/dist/build/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_thr_p\" -optc-DPARALLEL_GC -optc-Irts/sm -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Apply.cmm -o rts/dist/build/Apply.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Signals.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Exception.cmm -o rts/dist/build/Exception.thr_p_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.thr_p_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.thr_p_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.thr_p_o In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.thr_p_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.thr_p_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Updates.cmm -o rts/dist/build/Updates.thr_p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Adjustor.c -o rts/dist/build/Adjustor.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Arena.c -o rts/dist/build/Arena.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Capability.c -o rts/dist/build/Capability.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Disassembler.c -o rts/dist/build/Disassembler.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Adjustor.c:40: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/FileLock.c -o rts/dist/build/FileLock.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Globals.c -o rts/dist/build/Globals.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Hash.c -o rts/dist/build/Hash.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/dist/build/sm/Evac_thr.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Capability.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Hpc.c -o rts/dist/build/Hpc.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/dist/build/sm/Scav_thr.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/dist/build/sm/Scav_thr.c: In function 'scavenge_block': rts/dist/build/sm/Scav_thr.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/dist/build/sm/Scav_thr.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/dist/build/sm/Scav_thr.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/dist/build/sm/Scav_thr.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/HsFFI.c -o rts/dist/build/HsFFI.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Inlines.c -o rts/dist/build/Inlines.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Interpreter.c -o rts/dist/build/Interpreter.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Disassembler.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Linker.c -o rts/dist/build/Linker.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Messages.c -o rts/dist/build/Messages.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Papi.c -o rts/dist/build/Papi.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Printer.c -o rts/dist/build/Printer.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Interpreter.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Profiling.c -o rts/dist/build/Profiling.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Proftimer.c -o rts/dist/build/Proftimer.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -optc-w -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -optc-Wno-format -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/ProfHeap.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -optc-DProjectVersion=\"7.10.3\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RaiseAsync.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/STM.c -o rts/dist/build/STM.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Schedule.c -o rts/dist/build/Schedule.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Sparks.c -o rts/dist/build/Sparks.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Stable.c -o rts/dist/build/Stable.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsStartup.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Stats.c -o rts/dist/build/Stats.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsFlags.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -optc-w -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgCRun.c -o rts/dist/build/StgCRun.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsUtils.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: includes/rts/storage/ClosureMacros.h:505:31: 0, from rts/Schedule.c:11: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:5: In file included from includes/Rts.h:217:0: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 0, #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK from rts/STM.c:87: ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK 0, ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ from rts/Sparks.c:10: ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:5: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:552:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:5: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Stable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Task.c -o rts/dist/build/Task.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Threads.c -o rts/dist/build/Threads.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Ticky.c -o rts/dist/build/Ticky.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Timer.c -o rts/dist/build/Timer.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Stats.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -optc-DProjectVersion=\"7.10.3\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Trace.c -o rts/dist/build/Trace.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/WSDeque.c -o rts/dist/build/WSDeque.debug_dyn_o includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ThreadLabels.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ThreadPaused.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Weak.c -o rts/dist/build/Weak.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Timer.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -optc-Wno-inline -optc-finline-limit=2500 -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.debug_dyn_o includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -optc-funroll-loops -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/GC.c -o rts/dist/build/sm/GC.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OutOfHeap.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/MallocFail.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c includes/rts/storage/ClosureMacros.h:505:5: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.debug_dyn_o warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:5: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from rts/sm/Sanity.c:17:0: rts/sm/Sanity.c: In function 'checkStackFrame': includes/Rts.h:103:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (predicate) \ ^ includes/Rts.h:118:27: note: in expansion of macro 'CHECK' #define ASSERT(predicate) CHECK(predicate) ^~~~~ rts/sm/Sanity.c:110:7: note: in expansion of macro 'ASSERT' ASSERT(LOOKS_LIKE_CLOSURE_PTR(((StgUpdateFrame*)c)->updatee)); ^~~~~~ rts/sm/Sanity.c:111:5: note: here case ATOMICALLY_FRAME: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/GetTime.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/Select.c -o rts/dist/build/posix/Select.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Scav.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:523:5: note: here case CONSTR_1_1: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Itimer.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Apply.cmm -o rts/dist/build/Apply.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Exception.cmm -o rts/dist/build/Exception.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Signals.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Updates.cmm -o rts/dist/build/Updates.debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Arena.c -o rts/dist/build/Arena.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Capability.c -o rts/dist/build/Capability.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/FileLock.c -o rts/dist/build/FileLock.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Globals.c -o rts/dist/build/Globals.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hash.c -o rts/dist/build/Hash.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Adjustor.c:40: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hpc.c -o rts/dist/build/Hpc.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Inlines.c -o rts/dist/build/Inlines.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Capability.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Linker.c -o rts/dist/build/Linker.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Messages.c -o rts/dist/build/Messages.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Papi.c -o rts/dist/build/Papi.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Printer.c -o rts/dist/build/Printer.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Profiling.c -o rts/dist/build/Profiling.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -optc-w -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/ProfHeap.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -optc-Wno-format -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': 0, from rts/Interpreter.c:8: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: In file included from includes/Rts.h:217:0: 0, warning: this use of "defined" may not be portable [-Wexpansion-to-defined] from rts/RaiseAsync.c:10: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:505:31: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:552:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/RaiseAsync.c: In function 'throwToMsg': rts/RaiseAsync.c:436:5: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/RaiseAsync.c:459:5: note: here case BlockedOnCCall: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -optc-DProjectVersion=\"7.10.3\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/STM.c -o rts/dist/build/STM.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Schedule.c -o rts/dist/build/Schedule.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Sparks.c -o rts/dist/build/Sparks.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stable.c -o rts/dist/build/Stable.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsUtils.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stats.c -o rts/dist/build/Stats.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsStartup.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -optc-w -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsFlags.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Sparks.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Task.c -o rts/dist/build/Task.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Stable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Threads.c -o rts/dist/build/Threads.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/STM.c:87: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Ticky.c -o rts/dist/build/Ticky.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Stats.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Schedule.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Timer.c -o rts/dist/build/Timer.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -optc-DProjectVersion=\"7.10.3\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Trace.c -o rts/dist/build/Trace.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/ThreadLabels.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/ThreadPaused.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Weak.c -o rts/dist/build/Weak.thr_dyn_o includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': In file included from includes/Rts.h:217:0: 0, includes/rts/storage/ClosureMacros.h:523:5: from rts/Timer.c:19: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:5: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -optc-Wno-inline -optc-finline-limit=2500 -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/MallocFail.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -optc-funroll-loops -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/OutOfHeap.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.thr_dyn_o includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:505:31: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:5: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.thr_dyn_o In file included from includes/Rts.h:217:0: In file included from includes/Rts.h:217:0: 0, 0, from rts/posix/GetTime.c:12: from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:5: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:5: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Scav.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block1': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -optc-DPARALLEL_GC -optc-Irts/sm -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-funroll-loops -c rts/dist/build/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_dyn\" -optc-DPARALLEL_GC -optc-Irts/sm -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Apply.cmm -o rts/dist/build/Apply.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Itimer.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Exception.cmm -o rts/dist/build/Exception.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.thr_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Signals.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Updates.cmm -o rts/dist/build/Updates.thr_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Adjustor.c -o rts/dist/build/Adjustor.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Arena.c -o rts/dist/build/Arena.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Capability.c -o rts/dist/build/Capability.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Adjustor.c:40: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Disassembler.c -o rts/dist/build/Disassembler.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/FileLock.c -o rts/dist/build/FileLock.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Globals.c -o rts/dist/build/Globals.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Hash.c -o rts/dist/build/Hash.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Hpc.c -o rts/dist/build/Hpc.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/dist/build/sm/Evac_thr.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Capability.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/dist/build/sm/Scav_thr.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/dist/build/sm/Scav_thr.c: In function 'scavenge_block': rts/dist/build/sm/Scav_thr.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/dist/build/sm/Scav_thr.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/dist/build/sm/Scav_thr.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/dist/build/sm/Scav_thr.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:523:5: note: here case CONSTR_1_1: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/HsFFI.c -o rts/dist/build/HsFFI.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Disassembler.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Inlines.c -o rts/dist/build/Inlines.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Interpreter.c -o rts/dist/build/Interpreter.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Linker.c -o rts/dist/build/Linker.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Messages.c -o rts/dist/build/Messages.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Papi.c -o rts/dist/build/Papi.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Printer.c -o rts/dist/build/Printer.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Profiling.c -o rts/dist/build/Profiling.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Proftimer.c -o rts/dist/build/Proftimer.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Interpreter.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-w -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-Wno-format -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ProfHeap.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-DProjectVersion=\"7.10.3\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RaiseAsync.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/RaiseAsync.c: In function 'throwToMsg': rts/RaiseAsync.c:436:5: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/RaiseAsync.c:459:5: note: here case BlockedOnCCall: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/STM.c -o rts/dist/build/STM.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Schedule.c -o rts/dist/build/Schedule.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Sparks.c -o rts/dist/build/Sparks.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Stable.c -o rts/dist/build/Stable.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': In file included from includes/Rts.h:217:0: includes/rts/storage/ClosureMacros.h:523:5: 0, from rts/RtsStartup.c:14: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: includes/rts/storage/ClosureMacros.h:505:31: 0, warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': from rts/RtsFlags.c:11: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:5: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:5: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:505:31: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsUtils.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Stats.c -o rts/dist/build/Stats.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-w -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgCRun.c -o rts/dist/build/StgCRun.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Stable.c:12: In file included from includes/Rts.h:217:0: 0, from rts/Sparks.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:505:5: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:505:31: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: In file included from includes/Rts.h:217:0: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 0, #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK from rts/Schedule.c:11: ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:5: ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: In file included from includes/Rts.h:217:0: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 0, #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:505:31: ^~~~~~~~~~~~~~~~~~~~~~~~~~ from rts/STM.c:87: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:505:31: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Task.c -o rts/dist/build/Task.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Threads.c -o rts/dist/build/Threads.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Ticky.c -o rts/dist/build/Ticky.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Timer.c -o rts/dist/build/Timer.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-DProjectVersion=\"7.10.3\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Trace.c -o rts/dist/build/Trace.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Stats.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: 0, from rts/ThreadLabels.c:11: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:505:31: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ThreadPaused.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/WSDeque.c -o rts/dist/build/WSDeque.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Weak.c -o rts/dist/build/Weak.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Timer.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/MallocFail.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OutOfHeap.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:5: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:523:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:5: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-Wno-inline -optc-finline-limit=2500 -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-funroll-loops -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/GC.c -o rts/dist/build/sm/GC.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.thr_debug_dyn_o ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.thr_debug_dyn_o includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from rts/sm/Sanity.c:17:0: rts/sm/Sanity.c: In function 'checkStackFrame': includes/Rts.h:103:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (predicate) \ ^ includes/Rts.h:118:27: note: in expansion of macro 'CHECK' #define ASSERT(predicate) CHECK(predicate) ^~~~~ rts/sm/Sanity.c:110:7: note: in expansion of macro 'ASSERT' ASSERT(LOOKS_LIKE_CLOSURE_PTR(((StgUpdateFrame*)c)->updatee)); ^~~~~~ rts/sm/Sanity.c:111:5: note: here case ATOMICALLY_FRAME: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': 0, from rts/sm/Scav.c:15: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block1': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/Select.c -o rts/dist/build/posix/Select.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Itimer.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetTime.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-DPARALLEL_GC -optc-Irts/sm -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -optc-funroll-loops -c rts/dist/build/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-fno-omit-frame-pointer -optc-g -optc-O0 -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-DPARALLEL_GC -optc-Irts/sm -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/dist/build/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Apply.cmm -o rts/dist/build/Apply.thr_debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Exception.cmm -o rts/dist/build/Exception.thr_debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.thr_debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Signals.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.thr_debug_dyn_o includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/Updates.cmm -o rts/dist/build/Updates.thr_debug_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/dist/build/sm/Evac_thr.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Arena.c -o rts/dist/build/Arena.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/dist/build/sm/Scav_thr.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/dist/build/sm/Scav_thr.c: In function 'scavenge_block': rts/dist/build/sm/Scav_thr.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/dist/build/sm/Scav_thr.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/dist/build/sm/Scav_thr.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/dist/build/sm/Scav_thr.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Capability.c -o rts/dist/build/Capability.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/FileLock.c -o rts/dist/build/FileLock.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Globals.c -o rts/dist/build/Globals.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hash.c -o rts/dist/build/Hash.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Adjustor.c:40: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Capability.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hpc.c -o rts/dist/build/Hpc.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Inlines.c -o rts/dist/build/Inlines.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Linker.c -o rts/dist/build/Linker.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Messages.c -o rts/dist/build/Messages.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Papi.c -o rts/dist/build/Papi.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK 0, ^~~~~~~~~~~~~~~~~~~~~~ from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:32: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Printer.c -o rts/dist/build/Printer.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Profiling.c -o rts/dist/build/Profiling.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -optc-w -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Interpreter.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -optc-Wno-format -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.l_dyn_o #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -optc-DProjectVersion=\"7.10.3\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/ProfHeap.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RaiseAsync.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.l_dyn_o ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/STM.c -o rts/dist/build/STM.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Schedule.c -o rts/dist/build/Schedule.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Sparks.c -o rts/dist/build/Sparks.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stable.c -o rts/dist/build/Stable.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stats.c -o rts/dist/build/Stats.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsStartup.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Sparks.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsUtils.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -optc-w -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsFlags.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Task.c -o rts/dist/build/Task.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/STM.c:87: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Stable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Threads.c -o rts/dist/build/Threads.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Ticky.c -o rts/dist/build/Ticky.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Stats.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Timer.c -o rts/dist/build/Timer.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Schedule.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ThreadLabels.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -optc-DProjectVersion=\"7.10.3\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Trace.c -o rts/dist/build/Trace.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Weak.c -o rts/dist/build/Weak.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ThreadPaused.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Timer.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: In file included from includes/Rts.h:217:0: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -optc-Wno-inline -optc-finline-limit=2500 -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -optc-funroll-loops -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/MallocFail.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OutOfHeap.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/GetTime.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/Itimer.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Scav.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_l_dyn\" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.l_dyn_o includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Apply.cmm -o rts/dist/build/Apply.l_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Exception.cmm -o rts/dist/build/Exception.l_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.l_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/Signals.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:505:31: ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.l_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.l_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.l_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Updates.cmm -o rts/dist/build/Updates.l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Arena.c -o rts/dist/build/Arena.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Capability.c -o rts/dist/build/Capability.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/FileLock.c -o rts/dist/build/FileLock.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Globals.c -o rts/dist/build/Globals.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Adjustor.c:40: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Arena.c:22: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hash.c -o rts/dist/build/Hash.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Hpc.c -o rts/dist/build/Hpc.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Inlines.c -o rts/dist/build/Inlines.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/CheckUnload.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/FileLock.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Globals.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/ClosureFlags.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Capability.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Linker.c -o rts/dist/build/Linker.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Messages.c -o rts/dist/build/Messages.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/HsFFI.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Hash.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Papi.c -o rts/dist/build/Papi.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Printer.c -o rts/dist/build/Printer.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Inlines.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Hpc.c:6: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Profiling.c -o rts/dist/build/Profiling.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Messages.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Interpreter.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -optc-w -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/OldARMAtomic.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -optc-Wno-format -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.thr_l_dyn_o ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Printer.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/ProfHeap.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.thr_l_dyn_o includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -optc-DProjectVersion=\"7.10.3\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Proftimer.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsDllMain.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RaiseAsync.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/RaiseAsync.c: In function 'throwToMsg': rts/RaiseAsync.c:436:5: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/RaiseAsync.c:459:5: note: here case BlockedOnCCall: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -optc-DProjectVersion=\"7.10.3\" -optc-DHostPlatform=\"x86_64-unknown-netbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"netbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-netbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"netbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-netbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"netbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsAPI.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Linker.c:20: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/STM.c -o rts/dist/build/STM.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Schedule.c -o rts/dist/build/Schedule.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMain.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Sparks.c -o rts/dist/build/Sparks.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsMessages.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stable.c -o rts/dist/build/Stable.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Stats.c -o rts/dist/build/Stats.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/RtsStartup.c:14: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsUtils.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -optc-w -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Sparks.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Stable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Task.c -o rts/dist/build/Task.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/StaticPtrTable.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/StgPrimFloat.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/RtsFlags.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Threads.c -o rts/dist/build/Threads.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Ticky.c -o rts/dist/build/Ticky.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Stats.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Task.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK from rts/ThreadLabels.c:11: ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Timer.c -o rts/dist/build/Timer.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -optc-DProjectVersion=\"7.10.3\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Trace.c -o rts/dist/build/Trace.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/STM.c:87: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Weak.c -o rts/dist/build/Weak.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/ThreadPaused.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Ticky.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Schedule.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Threads.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: In file included from includes/Rts.h:217:0: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 0, #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK from rts/Timer.c:19: ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:5: includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:5: includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK includes/rts/storage/ClosureMacros.h:552:32: ^~~~~~~~~~~~~~~~~~~~~~ warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/Weak.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/WSDeque.c:42: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/MallocFail.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/Trace.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -optc-Wno-inline -optc-finline-limit=2500 -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.thr_l_dyn_o warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -optc-funroll-loops -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OutOfHeap.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCAux.c:11: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/BlockAlloc.c:19: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -optc-Wno-strict-prototypes -optc-I/usr/pkg/include -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/GCUtils.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Sanity.c:17: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/MBlock.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/GC.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/MarkWeak.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/MarkWeak.c: In function 'traverseWeakPtrList': rts/sm/MarkWeak.c:120:3: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ rts/sm/MarkWeak.c:157:3: note: here case WeakPtrs: ^~~~ In file included from includes/Rts.h:217:0: 0, from rts/sm/Evac.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Compact.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Sweep.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/GetTime.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.thr_l_dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Itimer.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/sm/Storage.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -optc-DPARALLEL_GC -optc-Irts/sm -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -optc-funroll-loops -c rts/dist/build/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DDYNAMIC -optc-DRtsWay=\"rts_thr_l_dyn\" -optc-DPARALLEL_GC -optc-Irts/sm -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Apply.cmm -o rts/dist/build/Apply.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Exception.cmm -o rts/dist/build/Exception.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Signals.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.thr_l_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.thr_l_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.thr_l_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.thr_l_dyn_o In file included from includes/Rts.h:217:0: 0, from rts/sm/Scav.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/sm/Scav.c: In function 'scavenge_block1': rts/sm/Scav.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/sm/Scav.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/sm/Scav.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/sm/Scav.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/sm/Scav.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.thr_l_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/Updates.cmm -o rts/dist/build/Updates.thr_l_dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -dynamic-too -c libraries/ghc-prim/./GHC/Types.hs -o libraries/ghc-prim/dist-install/build/GHC/Types.o -dyno libraries/ghc-prim/dist-install/build/GHC/Types.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -dynamic-too -c libraries/ghc-prim/./GHC/Tuple.hs -o libraries/ghc-prim/dist-install/build/GHC/Tuple.o -dyno libraries/ghc-prim/dist-install/build/GHC/Tuple.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -dynamic-too -c libraries/ghc-prim/./GHC/Magic.hs -o libraries/ghc-prim/dist-install/build/GHC/Magic.o -dyno libraries/ghc-prim/dist-install/build/GHC/Magic.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -dynamic-too -c libraries/ghc-prim/./GHC/IntWord64.hs -o libraries/ghc-prim/dist-install/build/GHC/IntWord64.o -dyno libraries/ghc-prim/dist-install/build/GHC/IntWord64.dyn_o "inplace/bin/mkdirhier" libraries/ghc-prim/dist-install/build/cbits//. "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -c libraries/ghc-prim/./GHC/Types.hs -o libraries/ghc-prim/dist-install/build/GHC/Types.p_o -dyno libraries/ghc-prim/dist-install/build/GHC/Types.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -c libraries/ghc-prim/./GHC/Tuple.hs -o libraries/ghc-prim/dist-install/build/GHC/Tuple.p_o -dyno libraries/ghc-prim/dist-install/build/GHC/Tuple.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -c libraries/ghc-prim/./GHC/Magic.hs -o libraries/ghc-prim/dist-install/build/GHC/Magic.p_o -dyno libraries/ghc-prim/dist-install/build/GHC/Magic.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/dist/build/sm/Evac_thr.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -c libraries/ghc-prim/./GHC/IntWord64.hs -o libraries/ghc-prim/dist-install/build/GHC/IntWord64.p_o -dyno libraries/ghc-prim/dist-install/build/GHC/IntWord64.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/atomic.c -o libraries/ghc-prim/dist-install/build/cbits/atomic.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/bswap.c -o libraries/ghc-prim/dist-install/build/cbits/bswap.p_o In file included from includes/Rts.h:217:0: 0, from rts/dist/build/sm/Scav_thr.c:15: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rts/dist/build/sm/Scav_thr.c: In function 'scavenge_block': rts/dist/build/sm/Scav_thr.c:487:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:488:5: note: here case CONSTR_1_0: ^~~~ rts/dist/build/sm/Scav_thr.c:499:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:500:5: note: here case CONSTR_0_1: ^~~~ rts/dist/build/sm/Scav_thr.c:510:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:511:5: note: here case CONSTR_0_2: ^~~~ rts/dist/build/sm/Scav_thr.c:522:9: warning: this statement may fall through [-Wimplicit-fallthrough=] scavenge_fun_srt(info); ^~~~~~~~~~~~~~~~~~~~~~ rts/dist/build/sm/Scav_thr.c:523:5: note: here case CONSTR_1_1: ^~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/clz.c -o libraries/ghc-prim/dist-install/build/cbits/clz.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/ctz.c -o libraries/ghc-prim/dist-install/build/cbits/ctz.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/debug.c -o libraries/ghc-prim/dist-install/build/cbits/debug.p_o libraries/ghc-prim/cbits/atomic.c: In function 'hs_atomic_nand8': libraries/ghc-prim/cbits/atomic.c:127:10: note: '__sync_fetch_and_nand' changed semantics in GCC 4.4 return __sync_fetch_and_nand(x, (StgWord8) val); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/longlong.c -o libraries/ghc-prim/dist-install/build/cbits/longlong.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/popcnt.c -o libraries/ghc-prim/dist-install/build/cbits/popcnt.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/word2float.c -o libraries/ghc-prim/dist-install/build/cbits/word2float.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/atomic.c -o libraries/ghc-prim/dist-install/build/cbits/atomic.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/bswap.c -o libraries/ghc-prim/dist-install/build/cbits/bswap.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/clz.c -o libraries/ghc-prim/dist-install/build/cbits/clz.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/ctz.c -o libraries/ghc-prim/dist-install/build/cbits/ctz.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/debug.c -o libraries/ghc-prim/dist-install/build/cbits/debug.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/longlong.c -o libraries/ghc-prim/dist-install/build/cbits/longlong.dyn_o libraries/ghc-prim/cbits/atomic.c: In function 'hs_atomic_nand8': libraries/ghc-prim/cbits/atomic.c:127:10: note: '__sync_fetch_and_nand' changed semantics in GCC 4.4 return __sync_fetch_and_nand(x, (StgWord8) val); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/popcnt.c -o libraries/ghc-prim/dist-install/build/cbits/popcnt.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/word2float.c -o libraries/ghc-prim/dist-install/build/cbits/word2float.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ighc/stage2/build/autogen -optc-DGHCI -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/haskeline/includes' -optc-I'/usr//usr/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/.' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/parser' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/utils' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/../rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage2' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -hide-all-packages -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -optP-DGHCI -optP-include -optPghc/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key haske_GGvi737nHHfG6zm2y7Rimi -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -threaded -no-user-package-db -rtsopts -c ghc/hschooks.c -o ghc/stage2/build/hschooks.dyn_o "inplace/bin/mkdirhier" ghc/stage2/build/tmp//. "inplace/bin/mkdirhier" libraries/base/dist-install/build/cbits//. "inplace/bin/mkdirhier" libraries/integer-gmp2/dist-install/build/cbits//. "inplace/bin/mkdirhier" libraries/bytestring/dist-install/build/cbits//. "inplace/bin/mkdirhier" libraries/directory/dist-install/build/cbits//. "inplace/bin/mkdirhier" libraries/time/dist-install/build/lib/cbits//. "inplace/bin/mkdirhier" libraries/unix/dist-install/build/cbits//. "inplace/bin/mkdirhier" compiler/stage2/build/parser//. "inplace/bin/mkdirhier" compiler/stage2/build/ghci//. "inplace/bin/mkdirhier" compiler/stage2/build/cbits//. "inplace/bin/mkdirhier" libraries/process/dist-install/build/cbits//. "inplace/bin/mkdirhier" utils/dll-split/dist-install/build/tmp//. "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/integer-gmp2/dist-install/build/autogen -optc-Ilibraries/integer-gmp2/include -optc-I/usr/pkg/include -optc-std=c99 -optc-Wall -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -optc-I/usr/pkg/include -optc-L/usr/pkg/lib -static -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/integer-gmp2/cbits/wrappers.c -o libraries/integer-gmp2/dist-install/build/cbits/wrappers.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/time/dist-install/build/autogen -optc-Ilibraries/time/lib/include -optc-DLANGUAGE_Rank2Types -optc-DLANGUAGE_DeriveDataTypeable -optc-DLANGUAGE_StandaloneDeriving -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -c libraries/time/lib/cbits/HsTime.c -o libraries/time/dist-install/build/lib/cbits/HsTime.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/unix/dist-install/build/autogen -optc-Ilibraries/unix/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/unix/cbits/HsUnix.c -o libraries/unix/dist-install/build/cbits/HsUnix.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/unix/dist-install/build/autogen -optc-Ilibraries/unix/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/unix/cbits/dirUtils.c -o libraries/unix/dist-install/build/cbits/dirUtils.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/unix/dist-install/build/autogen -optc-Ilibraries/unix/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/unix/cbits/execvpe.c -o libraries/unix/dist-install/build/cbits/execvpe.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/unix/dist-install/build/autogen -optc-Ilibraries/unix/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/unix/cbits/ghcrts.c -o libraries/unix/dist-install/build/cbits/ghcrts.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/process/dist-install/build/autogen -optc-Ilibraries/process/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key proce_52AgREEfSrnJLlkGV9YZZJ -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/process/cbits/runProcess.c -o libraries/process/dist-install/build/cbits/runProcess.o "inplace/bin/mkdirhier" libraries/haskeline/dist-install/build/cbits//. "rm" -rf inplace/lib/html "rm" -rf inplace/lib/latex "inplace/bin/mkdirhier" libraries/ghc-prim/dist-install/doc/html/ghc-prim//. "cp" -RL utils/haddock/haddock-api/resources/html inplace/lib/html "cp" -RL utils/haddock/haddock-api/resources/latex inplace/lib/latex "inplace/bin/mkdirhier" libraries/ghc-prim/dist-install/build/autogen/GHC//. "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/integer-gmp2/dist-install/build/autogen -optc-Ilibraries/integer-gmp2/include -optc-I/usr/pkg/include -optc-std=c99 -optc-Wall -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -optc-I/usr/pkg/include -optc-L/usr/pkg/lib -static -prof -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/integer-gmp2/cbits/wrappers.c -o libraries/integer-gmp2/dist-install/build/cbits/wrappers.p_o "inplace/bin/mkdirhier" libraries/integer-gmp2/dist-install/doc/html/integer-gmp//. "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/DarwinUtils.c -o libraries/base/dist-install/build/cbits/DarwinUtils.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/PrelIOUtils.c -o libraries/base/dist-install/build/cbits/PrelIOUtils.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/SetEnv.c -o libraries/base/dist-install/build/cbits/SetEnv.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/WCsubst.c -o libraries/base/dist-install/build/cbits/WCsubst.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/Win32Utils.c -o libraries/base/dist-install/build/cbits/Win32Utils.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/consUtils.c -o libraries/base/dist-install/build/cbits/consUtils.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/iconv.c -o libraries/base/dist-install/build/cbits/iconv.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/inputReady.c -o libraries/base/dist-install/build/cbits/inputReady.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/md5.c -o libraries/base/dist-install/build/cbits/md5.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/primFloat.c -o libraries/base/dist-install/build/cbits/primFloat.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/rts.c -o libraries/base/dist-install/build/cbits/rts.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/sysconf.c -o libraries/base/dist-install/build/cbits/sysconf.p_o "inplace/bin/mkdirhier" libraries/base/dist-install/doc/html/base//. "inplace/bin/mkdirhier" libraries/filepath/dist-install/doc/html/filepath//. "inplace/bin/mkdirhier" libraries/array/dist-install/doc/html/array//. "inplace/bin/mkdirhier" libraries/deepseq/dist-install/doc/html/deepseq//. "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/bytestring/dist-install/build/autogen -optc-Ilibraries/bytestring/include -optc-DINTEGER_GMP -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -c libraries/bytestring/cbits/fpstring.c -o libraries/bytestring/dist-install/build/cbits/fpstring.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/bytestring/dist-install/build/autogen -optc-Ilibraries/bytestring/include -optc-DINTEGER_GMP -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -c libraries/bytestring/cbits/itoa.c -o libraries/bytestring/dist-install/build/cbits/itoa.p_o "inplace/bin/mkdirhier" libraries/bytestring/dist-install/doc/html/bytestring//. "inplace/bin/mkdirhier" libraries/containers/dist-install/doc/html/containers//. "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/time/dist-install/build/autogen -optc-Ilibraries/time/lib/include -optc-DLANGUAGE_Rank2Types -optc-DLANGUAGE_DeriveDataTypeable -optc-DLANGUAGE_StandaloneDeriving -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -c libraries/time/lib/cbits/HsTime.c -o libraries/time/dist-install/build/lib/cbits/HsTime.p_o "inplace/bin/mkdirhier" libraries/time/dist-install/doc/html/time//. "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/unix/dist-install/build/autogen -optc-Ilibraries/unix/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/unix/cbits/HsUnix.c -o libraries/unix/dist-install/build/cbits/HsUnix.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/unix/dist-install/build/autogen -optc-Ilibraries/unix/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/unix/cbits/dirUtils.c -o libraries/unix/dist-install/build/cbits/dirUtils.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/unix/dist-install/build/autogen -optc-Ilibraries/unix/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/unix/cbits/execvpe.c -o libraries/unix/dist-install/build/cbits/execvpe.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/unix/dist-install/build/autogen -optc-Ilibraries/unix/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/unix/cbits/ghcrts.c -o libraries/unix/dist-install/build/cbits/ghcrts.p_o "inplace/bin/mkdirhier" libraries/unix/dist-install/doc/html/unix//. "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/directory/dist-install/build/autogen -optc-Ilibraries/directory/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/directory/cbits/directory.c -o libraries/directory/dist-install/build/cbits/directory.p_o "inplace/bin/mkdirhier" libraries/directory/dist-install/doc/html/directory//. "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/process/dist-install/build/autogen -optc-Ilibraries/process/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key proce_52AgREEfSrnJLlkGV9YZZJ -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/process/cbits/runProcess.c -o libraries/process/dist-install/build/cbits/runProcess.p_o "inplace/bin/mkdirhier" libraries/process/dist-install/doc/html/process//. "inplace/bin/mkdirhier" libraries/hpc/dist-install/doc/html/hpc//. "inplace/bin/mkdirhier" libraries/pretty/dist-install/doc/html/pretty//. "inplace/bin/mkdirhier" libraries/template-haskell/dist-install/doc/html/template-haskell//. "inplace/bin/mkdirhier" libraries/binary/dist-install/doc/html/binary//. "inplace/bin/mkdirhier" libraries/Cabal/Cabal/dist-install/doc/html/Cabal//. "inplace/bin/mkdirhier" libraries/bin-package-db/dist-install/doc/html/bin-package-db//. "inplace/bin/mkdirhier" libraries/hoopl/dist-install/doc/html/hoopl//. "inplace/bin/mkdirhier" libraries/transformers/dist-install/doc/html/transformers//. "inplace/bin/mkdirhier" libraries/xhtml/dist-install/doc/html/xhtml//. "inplace/bin/mkdirhier" libraries/terminfo/dist-install/doc/html/terminfo//. "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/haskeline/dist-install/build/autogen -optc-Ilibraries/haskeline/includes -optc-DUSE_GHC_ENCODINGS -optc-DTERMINFO -optc-I'/usr//usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -c libraries/haskeline/cbits/h_wcwidth.c -o libraries/haskeline/dist-install/build/cbits/h_wcwidth.p_o "inplace/bin/mkdirhier" libraries/haskeline/dist-install/doc/html/haskeline//. on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Icompiler/stage2/build/autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/../rts/dist/build -optc-Icompiler/stage2 -optc-I/usr/pkg/include -optc-DGHCI -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -c compiler/parser/cutils.c -o compiler/stage2/build/parser/cutils.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Icompiler/stage2/build/autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/../rts/dist/build -optc-Icompiler/stage2 -optc-I/usr/pkg/include -optc-DGHCI -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -c compiler/ghci/keepCAFsForGHCi.c -o compiler/stage2/build/ghci/keepCAFsForGHCi.p_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Icompiler/stage2/build/autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/../rts/dist/build -optc-Icompiler/stage2 -optc-I/usr/pkg/include -optc-DGHCI -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -c compiler/cbits/genSym.c -o compiler/stage2/build/cbits/genSym.p_o "inplace/bin/mkdirhier" compiler/stage2/doc/html/ghc//. "inplace/bin/mkdirhier" utils/hsc2hs/dist-install/build/tmp//. "inplace/bin/mkdirhier" utils/ghc-pkg/dist-install/build/tmp//. "inplace/bin/mkdirhier" utils/ghctags/dist-install/build/tmp//. "inplace/bin/mkdirhier" utils/ghc-pwd/dist-install/build/tmp//. "inplace/bin/mkdirhier" utils/ghc-cabal/dist-install/build/tmp//. "inplace/bin/mkdirhier" utils/hpc/dist-install/build/tmp//. "inplace/bin/mkdirhier" utils/runghc/dist-install/build/tmp//. "inplace/bin/mkdirhier" utils/mkUserGuidePart/dist/build/tmp//. /bin/sh docs/man/gen_flags.xsl.sh "ghc ghci" "/usr/pkg/lib" > docs/man/flags.xsl "rm" -f docs/man/flags.xml "inplace/bin/mkdirhier" utils/count_lines/dist//. head -n 1 docs/users_guide/flags.xml >> docs/man/flags.xml "inplace/bin/mkdirhier" utils/compare_sizes/dist-install/build/tmp//. "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -o utils/hp2ps/dist/build/tmp/hp2ps -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -odir utils/hp2ps/dist/build -hidir utils/hp2ps/dist/build -stubdir utils/hp2ps/dist/build -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-db -rtsopts -no-auto-link-packages -no-hs-main utils/hp2ps/dist/build/AreaBelow.o utils/hp2ps/dist/build/Curves.o utils/hp2ps/dist/build/Error.o utils/hp2ps/dist/build/Main.o utils/hp2ps/dist/build/Reorder.o utils/hp2ps/dist/build/TopTwenty.o utils/hp2ps/dist/build/AuxFile.o utils/hp2ps/dist/build/Deviation.o utils/hp2ps/dist/build/HpFile.o utils/hp2ps/dist/build/Marks.o utils/hp2ps/dist/build/Scale.o utils/hp2ps/dist/build/TraceElement.o utils/hp2ps/dist/build/Axes.o utils/hp2ps/dist/build/Dimensions.o utils/hp2ps/dist/build/Key.o utils/hp2ps/dist/build/PsFile.o utils/hp2ps/dist/build/Shade.o utils/hp2ps/dist/build/Utilities.o -lm "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.o echo " \ \ ]>" >> docs/man/flags.xml sed 1d docs/users_guide/flags.xml >> docs/man/flags.xml Warning: -rtsopts and -with-rtsopts have no effect with -no-hs-main. Call hs_init_ghc() from your main() function to set these options. "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.o <> "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.o <> "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.o <> "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.o In file included from includes/Rts.h:217:0: 0, from rts/hooks/FlagDefaults.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetEnv.c -o rts/dist/build/posix/GetEnv.o In file included from includes/Rts.h:217:0: 0, from rts/hooks/MallocFail.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OnExit.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/hooks/OutOfHeap.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.o In file included from includes/Rts.h:217:0: 0, from rts/hooks/StackOverflow.c:8: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.o In file included from includes/Rts.h:217:0: 0, from rts/eventlog/EventLog.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.o In file included from includes/Rts.h:217:0: 0, from rts/posix/GetEnv.c:9: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.o In file included from includes/Rts.h:217:0: 0, from rts/posix/GetTime.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/OSThreads.c:24: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "/tmp/work/lang/ghc7/work/.tools/bin/ghc" -o utils/genapply/dist/build/tmp/genapply -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package pretty -package-db libraries/bootstrapping.conf -i -iutils/genapply/. -iutils/genapply/dist/build -iutils/genapply/dist/build/autogen -Iutils/genapply/dist/build -Iutils/genapply/dist/build/autogen -no-user-package-db -rtsopts -odir utils/genapply/dist/build -hidir utils/genapply/dist/build -stubdir utils/genapply/dist/build -static -H32m -O -package pretty -package-db libraries/bootstrapping.conf -i -iutils/genapply/. -iutils/genapply/dist/build -iutils/genapply/dist/build/autogen -Iutils/genapply/dist/build -Iutils/genapply/dist/build/autogen -no-user-package-db -rtsopts utils/genapply/dist/build/GenApply.o In file included from includes/Rts.h:217:0: 0, from rts/posix/OSMem.c:12: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -dynamic-too -c libraries/ghc-prim/./GHC/CString.hs -o libraries/ghc-prim/dist-install/build/GHC/CString.o -dyno libraries/ghc-prim/dist-install/build/GHC/CString.dyn_o In file included from includes/Rts.h:217:0: 0, from rts/posix/Itimer.c:21: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/atomic.c -o libraries/ghc-prim/dist-install/build/cbits/atomic.o In file included from includes/Rts.h:217:0: 0, from rts/posix/TTY.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/bswap.c -o libraries/ghc-prim/dist-install/build/cbits/bswap.o In file included from includes/Rts.h:217:0: 0, from rts/posix/Signals.c:10: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from includes/Rts.h:217:0: 0, from rts/posix/Select.c:13: includes/rts/storage/ClosureMacros.h:505:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:505:31: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosure': includes/rts/storage/ClosureMacros.h:523:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:523:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] includes/rts/storage/ClosureMacros.h: In function 'overwritingClosureOfs': includes/rts/storage/ClosureMacros.h:552:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ZERO_SLOP_FOR_LDV_PROF && !ZERO_SLOP_FOR_SANITY_CHECK ^~~~~~~~~~~~~~~~~~~~~~~~~~ includes/rts/storage/ClosureMacros.h:552:32: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/clz.c -o libraries/ghc-prim/dist-install/build/cbits/clz.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/ctz.c -o libraries/ghc-prim/dist-install/build/cbits/ctz.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/debug.c -o libraries/ghc-prim/dist-install/build/cbits/debug.o libraries/ghc-prim/cbits/atomic.c: In function 'hs_atomic_nand8': libraries/ghc-prim/cbits/atomic.c:127:10: note: '__sync_fetch_and_nand' changed semantics in GCC 4.4 return __sync_fetch_and_nand(x, (StgWord8) val); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/longlong.c -o libraries/ghc-prim/dist-install/build/cbits/longlong.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/popcnt.c -o libraries/ghc-prim/dist-install/build/cbits/popcnt.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/ghc-prim/dist-install/build/autogen -optc-Ilibraries/ghc-prim/. -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/ghc-prim/cbits/word2float.c -o libraries/ghc-prim/dist-install/build/cbits/word2float.o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -c libraries/ghc-prim/./GHC/CString.hs -o libraries/ghc-prim/dist-install/build/GHC/CString.p_o -dyno libraries/ghc-prim/dist-install/build/GHC/CString.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO.hs-boot -o libraries/base/dist-install/build/GHC/IO.o-boot -dyno libraries/base/dist-install/build/GHC/IO.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Exception.hs-boot -o libraries/base/dist-install/build/GHC/Exception.o-boot -dyno libraries/base/dist-install/build/GHC/Exception.dyn_o-boot "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/DarwinUtils.c -o libraries/base/dist-install/build/cbits/DarwinUtils.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/PrelIOUtils.c -o libraries/base/dist-install/build/cbits/PrelIOUtils.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/SetEnv.c -o libraries/base/dist-install/build/cbits/SetEnv.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/WCsubst.c -o libraries/base/dist-install/build/cbits/WCsubst.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/Win32Utils.c -o libraries/base/dist-install/build/cbits/Win32Utils.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/consUtils.c -o libraries/base/dist-install/build/cbits/consUtils.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/iconv.c -o libraries/base/dist-install/build/cbits/iconv.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/inputReady.c -o libraries/base/dist-install/build/cbits/inputReady.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/md5.c -o libraries/base/dist-install/build/cbits/md5.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/primFloat.c -o libraries/base/dist-install/build/cbits/primFloat.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/rts.c -o libraries/base/dist-install/build/cbits/rts.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/sysconf.c -o libraries/base/dist-install/build/cbits/sysconf.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/integer-gmp2/dist-install/build/autogen -optc-Ilibraries/integer-gmp2/include -optc-I/usr/pkg/include -optc-std=c99 -optc-Wall -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -optc-I/usr/pkg/include -optc-L/usr/pkg/lib -fPIC -dynamic -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/integer-gmp2/cbits/wrappers.c -o libraries/integer-gmp2/dist-install/build/cbits/wrappers.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/DarwinUtils.c -o libraries/base/dist-install/build/cbits/DarwinUtils.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/PrelIOUtils.c -o libraries/base/dist-install/build/cbits/PrelIOUtils.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/SetEnv.c -o libraries/base/dist-install/build/cbits/SetEnv.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/WCsubst.c -o libraries/base/dist-install/build/cbits/WCsubst.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/Win32Utils.c -o libraries/base/dist-install/build/cbits/Win32Utils.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/consUtils.c -o libraries/base/dist-install/build/cbits/consUtils.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/iconv.c -o libraries/base/dist-install/build/cbits/iconv.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/inputReady.c -o libraries/base/dist-install/build/cbits/inputReady.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/md5.c -o libraries/base/dist-install/build/cbits/md5.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/primFloat.c -o libraries/base/dist-install/build/cbits/primFloat.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/rts.c -o libraries/base/dist-install/build/cbits/rts.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/base/dist-install/build/autogen -optc-Ilibraries/base/include -optc-I/usr/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/base/cbits/sysconf.c -o libraries/base/dist-install/build/cbits/sysconf.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/bytestring/dist-install/build/autogen -optc-Ilibraries/bytestring/include -optc-DINTEGER_GMP -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -c libraries/bytestring/cbits/fpstring.c -o libraries/bytestring/dist-install/build/cbits/fpstring.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/bytestring/dist-install/build/autogen -optc-Ilibraries/bytestring/include -optc-DINTEGER_GMP -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -c libraries/bytestring/cbits/itoa.c -o libraries/bytestring/dist-install/build/cbits/itoa.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/bytestring/dist-install/build/autogen -optc-Ilibraries/bytestring/include -optc-DINTEGER_GMP -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -c libraries/bytestring/cbits/fpstring.c -o libraries/bytestring/dist-install/build/cbits/fpstring.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/bytestring/dist-install/build/autogen -optc-Ilibraries/bytestring/include -optc-DINTEGER_GMP -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -c libraries/bytestring/cbits/itoa.c -o libraries/bytestring/dist-install/build/cbits/itoa.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/directory/dist-install/build/autogen -optc-Ilibraries/directory/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/directory/cbits/directory.c -o libraries/directory/dist-install/build/cbits/directory.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/directory/dist-install/build/autogen -optc-Ilibraries/directory/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/directory/cbits/directory.c -o libraries/directory/dist-install/build/cbits/directory.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/time/dist-install/build/autogen -optc-Ilibraries/time/lib/include -optc-DLANGUAGE_Rank2Types -optc-DLANGUAGE_DeriveDataTypeable -optc-DLANGUAGE_StandaloneDeriving -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -c libraries/time/lib/cbits/HsTime.c -o libraries/time/dist-install/build/lib/cbits/HsTime.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/unix/dist-install/build/autogen -optc-Ilibraries/unix/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/unix/cbits/HsUnix.c -o libraries/unix/dist-install/build/cbits/HsUnix.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/unix/dist-install/build/autogen -optc-Ilibraries/unix/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/unix/cbits/dirUtils.c -o libraries/unix/dist-install/build/cbits/dirUtils.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/unix/dist-install/build/autogen -optc-Ilibraries/unix/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/unix/cbits/execvpe.c -o libraries/unix/dist-install/build/cbits/execvpe.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/unix/dist-install/build/autogen -optc-Ilibraries/unix/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/unix/cbits/ghcrts.c -o libraries/unix/dist-install/build/cbits/ghcrts.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Icompiler/stage2/build/autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/../rts/dist/build -optc-Icompiler/stage2 -optc-I/usr/pkg/include -optc-DGHCI -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -c compiler/parser/cutils.c -o compiler/stage2/build/parser/cutils.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Icompiler/stage2/build/autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/../rts/dist/build -optc-Icompiler/stage2 -optc-I/usr/pkg/include -optc-DGHCI -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -c compiler/ghci/keepCAFsForGHCi.c -o compiler/stage2/build/ghci/keepCAFsForGHCi.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Icompiler/stage2/build/autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/../rts/dist/build -optc-Icompiler/stage2 -optc-I/usr/pkg/include -optc-DGHCI -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -c compiler/cbits/genSym.c -o compiler/stage2/build/cbits/genSym.o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Icompiler/stage2/build/autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/../rts/dist/build -optc-Icompiler/stage2 -optc-I/usr/pkg/include -optc-DGHCI -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -c compiler/parser/cutils.c -o compiler/stage2/build/parser/cutils.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Icompiler/stage2/build/autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/../rts/dist/build -optc-Icompiler/stage2 -optc-I/usr/pkg/include -optc-DGHCI -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -c compiler/ghci/keepCAFsForGHCi.c -o compiler/stage2/build/ghci/keepCAFsForGHCi.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Icompiler/stage2/build/autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/../rts/dist/build -optc-Icompiler/stage2 -optc-I/usr/pkg/include -optc-DGHCI -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -c compiler/cbits/genSym.c -o compiler/stage2/build/cbits/genSym.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/process/dist-install/build/autogen -optc-Ilibraries/process/include -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key proce_52AgREEfSrnJLlkGV9YZZJ -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -c libraries/process/cbits/runProcess.c -o libraries/process/dist-install/build/cbits/runProcess.dyn_o "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/haskeline/dist-install/build/autogen -optc-Ilibraries/haskeline/includes -optc-DUSE_GHC_ENCODINGS -optc-DTERMINFO -optc-I'/usr//usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -c libraries/haskeline/cbits/h_wcwidth.c -o libraries/haskeline/dist-install/build/cbits/h_wcwidth.o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Ilibraries/haskeline/dist-install/build/autogen -optc-Ilibraries/haskeline/includes -optc-DUSE_GHC_ENCODINGS -optc-DTERMINFO -optc-I'/usr//usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/lib/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/include' -optc-I'/usr/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/include' -optc-I'/usr/pkg/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/include' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes' -optc-I'/tmp/work/lang/ghc7/work/ghc-7.10.3/includes/dist-derivedconstants/header' -optc-I'/usr/pkg/include' -fPIC -dynamic -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -c libraries/haskeline/cbits/h_wcwidth.c -o libraries/haskeline/dist-install/build/cbits/h_wcwidth.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO.hs-boot -o libraries/base/dist-install/build/GHC/IO.p_o-boot -dyno libraries/base/dist-install/build/GHC/IO.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Exception.hs-boot -o libraries/base/dist-install/build/GHC/Exception.p_o-boot -dyno libraries/base/dist-install/build/GHC/Exception.dyn_o-boot on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS <> "inplace/bin/genprimopcode" --make-haskell-source < compiler/stage1/build/primops.txt > libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs <> /usr/pkg/bin/xsltproc docs/man/flags.xsl docs/man/flags.xml > docs/man/ghc.1 <> "inplace/lib/unlit" utils/count_lines/count_lines.lprl utils/count_lines/dist/count_lines.prl <> /usr/bin/install -c -o pbulk -g users -m 755 utils/hp2ps/dist/build/tmp/hp2ps inplace/lib/bin/hp2ps /usr/bin/install -c -o pbulk -g users -m 755 utils/genapply/dist/build/tmp/genapply inplace/lib/bin/genapply "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -dynamic-too -c libraries/ghc-prim/./GHC/Classes.hs -o libraries/ghc-prim/dist-install/build/GHC/Classes.o -dyno libraries/ghc-prim/dist-install/build/GHC/Classes.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -dynamic-too -c libraries/ghc-prim/./GHC/Debug.hs -o libraries/ghc-prim/dist-install/build/GHC/Debug.o -dyno libraries/ghc-prim/dist-install/build/GHC/Debug.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -dynamic-too -c libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs -o libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.o -dyno libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -c libraries/ghc-prim/./GHC/Classes.hs -o libraries/ghc-prim/dist-install/build/GHC/Classes.p_o -dyno libraries/ghc-prim/dist-install/build/GHC/Classes.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -c libraries/ghc-prim/./GHC/Debug.hs -o libraries/ghc-prim/dist-install/build/GHC/Debug.p_o -dyno libraries/ghc-prim/dist-install/build/GHC/Debug.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs -c libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs -o libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.p_o -dyno libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.dyn_o "rm" -f utils/count_lines/dist/count_lines echo '#!/usr/pkg/bin/perl' >> utils/count_lines/dist/count_lines echo '$TARGETPLATFORM = "x86_64-unknown-netbsd";' >> utils/count_lines/dist/count_lines echo '$TABLES_NEXT_TO_CODE = "YES";' >> utils/count_lines/dist/count_lines cat utils/count_lines/dist/count_lines.prl >> utils/count_lines/dist/count_lines "rm" -f inplace/bin/hp2ps "rm" -f inplace/bin/genapply "cp" utils/count_lines/dist/count_lines inplace/bin/count_lines echo '#!/bin/sh' >> inplace/bin/genapply chmod +x inplace/bin/count_lines echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/genapply"' >> inplace/bin/genapply echo '#!/bin/sh' >> inplace/bin/hp2ps echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/genapply echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/hp2ps"' >> inplace/bin/hp2ps echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/genapply echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/hp2ps echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/genapply echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/hp2ps echo 'pgmgcc="cc"' >> inplace/bin/genapply echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/hp2ps echo 'export LD_LIBRARY_PATH=":$LD_LIBRARY_PATH"' >> inplace/bin/genapply echo 'pgmgcc="cc"' >> inplace/bin/hp2ps echo 'export LD_LIBRARY_PATH=":$LD_LIBRARY_PATH"' >> inplace/bin/hp2ps echo 'exec "$executablename" ${1+"$@"}' >> inplace/bin/genapply echo 'exec "$executablename" ${1+"$@"}' >> inplace/bin/hp2ps chmod +x inplace/bin/genapply chmod +x inplace/bin/hp2ps "inplace/bin/genapply" >rts/dist/build/AutoApply.cmm "inplace/bin/ghc-stage1" -static -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.o "inplace/bin/ghc-stage1" -static -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.dyn_o "inplace/bin/ghc-stage1" -static -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.l_o "inplace/bin/ghc-stage1" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.debug_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.thr_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.thr_debug_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.thr_l_o "inplace/bin/ghc-stage1" -static -optc-DTHREADED_RTS -prof -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.thr_p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.thr_debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.l_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.thr_l_dyn_o "rm" -f rts/dist/build/libHSrts.a echo rts/dist/build/Adjustor.o rts/dist/build/Arena.o rts/dist/build/Capability.o rts/dist/build/CheckUnload.o rts/dist/build/ClosureFlags.o rts/dist/build/Disassembler.o rts/dist/build/FileLock.o rts/dist/build/Globals.o rts/dist/build/Hash.o rts/dist/build/Hpc.o rts/dist/build/HsFFI.o rts/dist/build/Inlines.o rts/dist/build/Interpreter.o rts/dist/build/LdvProfile.o rts/dist/build/Linker.o rts/dist/build/Messages.o rts/dist/build/OldARMAtomic.o rts/dist/build/Papi.o rts/dist/build/Printer.o rts/dist/build/ProfHeap.o rts/dist/build/Profiling.o rts/dist/build/Proftimer.o rts/dist/build/RaiseAsync.o rts/dist/build/RetainerProfile.o rts/dist/build/RetainerSet.o rts/dist/build/RtsAPI.o rts/dist/build/RtsDllMain.o rts/dist/build/RtsFlags.o rts/dist/build/RtsMain.o rts/dist/build/RtsMessages.o rts/dist/build/RtsStartup.o rts/dist/build/RtsUtils.o rts/dist/build/STM.o rts/dist/build/Schedule.o rts/dist/build/Sparks.o rts/dist/build/Stable.o rts/dist/build/StaticPtrTable.o rts/dist/build/Stats.o rts/dist/build/StgCRun.o rts/dist/build/StgPrimFloat.o rts/dist/build/Task.o rts/dist/build/ThreadLabels.o rts/dist/build/ThreadPaused.o rts/dist/build/Threads.o rts/dist/build/Ticky.o rts/dist/build/Timer.o rts/dist/build/Trace.o rts/dist/build/WSDeque.o rts/dist/build/Weak.o rts/dist/build/hooks/FlagDefaults.o rts/dist/build/hooks/MallocFail.o rts/dist/build/hooks/OnExit.o rts/dist/build/hooks/OutOfHeap.o rts/dist/build/hooks/StackOverflow.o rts/dist/build/sm/BlockAlloc.o rts/dist/build/sm/Compact.o rts/dist/build/sm/Evac.o rts/dist/build/sm/GC.o rts/dist/build/sm/GCAux.o rts/dist/build/sm/GCUtils.o rts/dist/build/sm/MBlock.o rts/dist/build/sm/MarkWeak.o rts/dist/build/sm/Sanity.o rts/dist/build/sm/Scav.o rts/dist/build/sm/Storage.o rts/dist/build/sm/Sweep.o rts/dist/build/eventlog/EventLog.o rts/dist/build/posix/GetEnv.o rts/dist/build/posix/GetTime.o rts/dist/build/posix/Itimer.o rts/dist/build/posix/OSMem.o rts/dist/build/posix/OSThreads.o rts/dist/build/posix/Select.o rts/dist/build/posix/Signals.o rts/dist/build/posix/TTY.o rts/dist/build/Apply.o rts/dist/build/Exception.o rts/dist/build/HeapStackCheck.o rts/dist/build/PrimOps.o rts/dist/build/StgMiscClosures.o rts/dist/build/StgStartup.o rts/dist/build/StgStdThunks.o rts/dist/build/Updates.o rts/dist/build/AutoApply.o | "xargs" "ar" q rts/dist/build/libHSrts.a ar: creating rts/dist/build/libHSrts.a "rm" -f rts/dist/build/libHSrts_p.a echo rts/dist/build/Adjustor.p_o rts/dist/build/Arena.p_o rts/dist/build/Capability.p_o rts/dist/build/CheckUnload.p_o rts/dist/build/ClosureFlags.p_o rts/dist/build/Disassembler.p_o rts/dist/build/FileLock.p_o rts/dist/build/Globals.p_o rts/dist/build/Hash.p_o rts/dist/build/Hpc.p_o rts/dist/build/HsFFI.p_o rts/dist/build/Inlines.p_o rts/dist/build/Interpreter.p_o rts/dist/build/LdvProfile.p_o rts/dist/build/Linker.p_o rts/dist/build/Messages.p_o rts/dist/build/OldARMAtomic.p_o rts/dist/build/Papi.p_o rts/dist/build/Printer.p_o rts/dist/build/ProfHeap.p_o rts/dist/build/Profiling.p_o rts/dist/build/Proftimer.p_o rts/dist/build/RaiseAsync.p_o rts/dist/build/RetainerProfile.p_o rts/dist/build/RetainerSet.p_o rts/dist/build/RtsAPI.p_o rts/dist/build/RtsDllMain.p_o rts/dist/build/RtsFlags.p_o rts/dist/build/RtsMain.p_o rts/dist/build/RtsMessages.p_o rts/dist/build/RtsStartup.p_o rts/dist/build/RtsUtils.p_o rts/dist/build/STM.p_o rts/dist/build/Schedule.p_o rts/dist/build/Sparks.p_o rts/dist/build/Stable.p_o rts/dist/build/StaticPtrTable.p_o rts/dist/build/Stats.p_o rts/dist/build/StgCRun.p_o rts/dist/build/StgPrimFloat.p_o rts/dist/build/Task.p_o rts/dist/build/ThreadLabels.p_o rts/dist/build/ThreadPaused.p_o rts/dist/build/Threads.p_o rts/dist/build/Ticky.p_o rts/dist/build/Timer.p_o rts/dist/build/Trace.p_o rts/dist/build/WSDeque.p_o rts/dist/build/Weak.p_o rts/dist/build/hooks/FlagDefaults.p_o rts/dist/build/hooks/MallocFail.p_o rts/dist/build/hooks/OnExit.p_o rts/dist/build/hooks/OutOfHeap.p_o rts/dist/build/hooks/StackOverflow.p_o rts/dist/build/sm/BlockAlloc.p_o rts/dist/build/sm/Compact.p_o rts/dist/build/sm/Evac.p_o rts/dist/build/sm/GC.p_o rts/dist/build/sm/GCAux.p_o rts/dist/build/sm/GCUtils.p_o rts/dist/build/sm/MBlock.p_o rts/dist/build/sm/MarkWeak.p_o rts/dist/build/sm/Sanity.p_o rts/dist/build/sm/Scav.p_o rts/dist/build/sm/Storage.p_o rts/dist/build/sm/Sweep.p_o rts/dist/build/eventlog/EventLog.p_o rts/dist/build/posix/GetEnv.p_o rts/dist/build/posix/GetTime.p_o rts/dist/build/posix/Itimer.p_o rts/dist/build/posix/OSMem.p_o rts/dist/build/posix/OSThreads.p_o rts/dist/build/posix/Select.p_o rts/dist/build/posix/Signals.p_o rts/dist/build/posix/TTY.p_o rts/dist/build/Apply.p_o rts/dist/build/Exception.p_o rts/dist/build/HeapStackCheck.p_o rts/dist/build/PrimOps.p_o rts/dist/build/StgMiscClosures.p_o rts/dist/build/StgStartup.p_o rts/dist/build/StgStdThunks.p_o rts/dist/build/Updates.p_o rts/dist/build/AutoApply.p_o | "xargs" "ar" q rts/dist/build/libHSrts_p.a ar: creating rts/dist/build/libHSrts_p.a "rm" -f rts/dist/build/libHSrts-ghc7.10.3.so "inplace/bin/ghc-stage1" -this-package-key rts -shared -dynamic -dynload deploy -no-auto-link-packages `cat rts/dist/libs.depend` rts/dist/build/Adjustor.dyn_o rts/dist/build/Arena.dyn_o rts/dist/build/Capability.dyn_o rts/dist/build/CheckUnload.dyn_o rts/dist/build/ClosureFlags.dyn_o rts/dist/build/Disassembler.dyn_o rts/dist/build/FileLock.dyn_o rts/dist/build/Globals.dyn_o rts/dist/build/Hash.dyn_o rts/dist/build/Hpc.dyn_o rts/dist/build/HsFFI.dyn_o rts/dist/build/Inlines.dyn_o rts/dist/build/Interpreter.dyn_o rts/dist/build/LdvProfile.dyn_o rts/dist/build/Linker.dyn_o rts/dist/build/Messages.dyn_o rts/dist/build/OldARMAtomic.dyn_o rts/dist/build/Papi.dyn_o rts/dist/build/Printer.dyn_o rts/dist/build/ProfHeap.dyn_o rts/dist/build/Profiling.dyn_o rts/dist/build/Proftimer.dyn_o rts/dist/build/RaiseAsync.dyn_o rts/dist/build/RetainerProfile.dyn_o rts/dist/build/RetainerSet.dyn_o rts/dist/build/RtsAPI.dyn_o rts/dist/build/RtsDllMain.dyn_o rts/dist/build/RtsFlags.dyn_o rts/dist/build/RtsMain.dyn_o rts/dist/build/RtsMessages.dyn_o rts/dist/build/RtsStartup.dyn_o rts/dist/build/RtsUtils.dyn_o rts/dist/build/STM.dyn_o rts/dist/build/Schedule.dyn_o rts/dist/build/Sparks.dyn_o rts/dist/build/Stable.dyn_o rts/dist/build/StaticPtrTable.dyn_o rts/dist/build/Stats.dyn_o rts/dist/build/StgCRun.dyn_o rts/dist/build/StgPrimFloat.dyn_o rts/dist/build/Task.dyn_o rts/dist/build/ThreadLabels.dyn_o rts/dist/build/ThreadPaused.dyn_o rts/dist/build/Threads.dyn_o rts/dist/build/Ticky.dyn_o rts/dist/build/Timer.dyn_o rts/dist/build/Trace.dyn_o rts/dist/build/WSDeque.dyn_o rts/dist/build/Weak.dyn_o rts/dist/build/hooks/FlagDefaults.dyn_o rts/dist/build/hooks/MallocFail.dyn_o rts/dist/build/hooks/OnExit.dyn_o rts/dist/build/hooks/OutOfHeap.dyn_o rts/dist/build/hooks/StackOverflow.dyn_o rts/dist/build/sm/BlockAlloc.dyn_o rts/dist/build/sm/Compact.dyn_o rts/dist/build/sm/Evac.dyn_o rts/dist/build/sm/GC.dyn_o rts/dist/build/sm/GCAux.dyn_o rts/dist/build/sm/GCUtils.dyn_o rts/dist/build/sm/MBlock.dyn_o rts/dist/build/sm/MarkWeak.dyn_o rts/dist/build/sm/Sanity.dyn_o rts/dist/build/sm/Scav.dyn_o rts/dist/build/sm/Storage.dyn_o rts/dist/build/sm/Sweep.dyn_o rts/dist/build/eventlog/EventLog.dyn_o rts/dist/build/posix/GetEnv.dyn_o rts/dist/build/posix/GetTime.dyn_o rts/dist/build/posix/Itimer.dyn_o rts/dist/build/posix/OSMem.dyn_o rts/dist/build/posix/OSThreads.dyn_o rts/dist/build/posix/Select.dyn_o rts/dist/build/posix/Signals.dyn_o rts/dist/build/posix/TTY.dyn_o rts/dist/build/Apply.dyn_o rts/dist/build/Exception.dyn_o rts/dist/build/HeapStackCheck.dyn_o rts/dist/build/PrimOps.dyn_o rts/dist/build/StgMiscClosures.dyn_o rts/dist/build/StgStartup.dyn_o rts/dist/build/StgStdThunks.dyn_o rts/dist/build/Updates.dyn_o rts/dist/build/AutoApply.dyn_o -fPIC -dynamic -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -fno-use-rpaths -o rts/dist/build/libHSrts-ghc7.10.3.so "rm" -f rts/dist/build/libHSrts_l.a "rm" -f rts/dist/build/libHSrts_debug.a echo rts/dist/build/Adjustor.l_o rts/dist/build/Arena.l_o rts/dist/build/Capability.l_o rts/dist/build/CheckUnload.l_o rts/dist/build/ClosureFlags.l_o rts/dist/build/Disassembler.l_o rts/dist/build/FileLock.l_o rts/dist/build/Globals.l_o rts/dist/build/Hash.l_o rts/dist/build/Hpc.l_o rts/dist/build/HsFFI.l_o rts/dist/build/Inlines.l_o rts/dist/build/Interpreter.l_o rts/dist/build/LdvProfile.l_o rts/dist/build/Linker.l_o rts/dist/build/Messages.l_o rts/dist/build/OldARMAtomic.l_o rts/dist/build/Papi.l_o rts/dist/build/Printer.l_o rts/dist/build/ProfHeap.l_o rts/dist/build/Profiling.l_o rts/dist/build/Proftimer.l_o rts/dist/build/RaiseAsync.l_o rts/dist/build/RetainerProfile.l_o rts/dist/build/RetainerSet.l_o rts/dist/build/RtsAPI.l_o rts/dist/build/RtsDllMain.l_o rts/dist/build/RtsFlags.l_o rts/dist/build/RtsMain.l_o rts/dist/build/RtsMessages.l_o rts/dist/build/RtsStartup.l_o rts/dist/build/RtsUtils.l_o rts/dist/build/STM.l_o rts/dist/build/Schedule.l_o rts/dist/build/Sparks.l_o rts/dist/build/Stable.l_o rts/dist/build/StaticPtrTable.l_o rts/dist/build/Stats.l_o rts/dist/build/StgCRun.l_o rts/dist/build/StgPrimFloat.l_o rts/dist/build/Task.l_o rts/dist/build/ThreadLabels.l_o rts/dist/build/ThreadPaused.l_o rts/dist/build/Threads.l_o rts/dist/build/Ticky.l_o rts/dist/build/Timer.l_o rts/dist/build/Trace.l_o rts/dist/build/WSDeque.l_o rts/dist/build/Weak.l_o rts/dist/build/hooks/FlagDefaults.l_o rts/dist/build/hooks/MallocFail.l_o rts/dist/build/hooks/OnExit.l_o rts/dist/build/hooks/OutOfHeap.l_o rts/dist/build/hooks/StackOverflow.l_o rts/dist/build/sm/BlockAlloc.l_o rts/dist/build/sm/Compact.l_o rts/dist/build/sm/Evac.l_o rts/dist/build/sm/GC.l_o rts/dist/build/sm/GCAux.l_o rts/dist/build/sm/GCUtils.l_o rts/dist/build/sm/MBlock.l_o rts/dist/build/sm/MarkWeak.l_o rts/dist/build/sm/Sanity.l_o rts/dist/build/sm/Scav.l_o rts/dist/build/sm/Storage.l_o rts/dist/build/sm/Sweep.l_o rts/dist/build/eventlog/EventLog.l_o rts/dist/build/posix/GetEnv.l_o rts/dist/build/posix/GetTime.l_o rts/dist/build/posix/Itimer.l_o rts/dist/build/posix/OSMem.l_o rts/dist/build/posix/OSThreads.l_o rts/dist/build/posix/Select.l_o rts/dist/build/posix/Signals.l_o rts/dist/build/posix/TTY.l_o rts/dist/build/Apply.l_o rts/dist/build/Exception.l_o rts/dist/build/HeapStackCheck.l_o rts/dist/build/PrimOps.l_o rts/dist/build/StgMiscClosures.l_o rts/dist/build/StgStartup.l_o rts/dist/build/StgStdThunks.l_o rts/dist/build/Updates.l_o rts/dist/build/AutoApply.l_o | "xargs" "ar" q rts/dist/build/libHSrts_l.a echo rts/dist/build/Adjustor.debug_o rts/dist/build/Arena.debug_o rts/dist/build/Capability.debug_o rts/dist/build/CheckUnload.debug_o rts/dist/build/ClosureFlags.debug_o rts/dist/build/Disassembler.debug_o rts/dist/build/FileLock.debug_o rts/dist/build/Globals.debug_o rts/dist/build/Hash.debug_o rts/dist/build/Hpc.debug_o rts/dist/build/HsFFI.debug_o rts/dist/build/Inlines.debug_o rts/dist/build/Interpreter.debug_o rts/dist/build/LdvProfile.debug_o rts/dist/build/Linker.debug_o rts/dist/build/Messages.debug_o rts/dist/build/OldARMAtomic.debug_o rts/dist/build/Papi.debug_o rts/dist/build/Printer.debug_o rts/dist/build/ProfHeap.debug_o rts/dist/build/Profiling.debug_o rts/dist/build/Proftimer.debug_o rts/dist/build/RaiseAsync.debug_o rts/dist/build/RetainerProfile.debug_o rts/dist/build/RetainerSet.debug_o rts/dist/build/RtsAPI.debug_o rts/dist/build/RtsDllMain.debug_o rts/dist/build/RtsFlags.debug_o rts/dist/build/RtsMain.debug_o rts/dist/build/RtsMessages.debug_o rts/dist/build/RtsStartup.debug_o rts/dist/build/RtsUtils.debug_o rts/dist/build/STM.debug_o rts/dist/build/Schedule.debug_o rts/dist/build/Sparks.debug_o rts/dist/build/Stable.debug_o rts/dist/build/StaticPtrTable.debug_o rts/dist/build/Stats.debug_o rts/dist/build/StgCRun.debug_o rts/dist/build/StgPrimFloat.debug_o rts/dist/build/Task.debug_o rts/dist/build/ThreadLabels.debug_o rts/dist/build/ThreadPaused.debug_o rts/dist/build/Threads.debug_o rts/dist/build/Ticky.debug_o rts/dist/build/Timer.debug_o rts/dist/build/Trace.debug_o rts/dist/build/WSDeque.debug_o rts/dist/build/Weak.debug_o rts/dist/build/hooks/FlagDefaults.debug_o rts/dist/build/hooks/MallocFail.debug_o rts/dist/build/hooks/OnExit.debug_o rts/dist/build/hooks/OutOfHeap.debug_o rts/dist/build/hooks/StackOverflow.debug_o rts/dist/build/sm/BlockAlloc.debug_o rts/dist/build/sm/Compact.debug_o rts/dist/build/sm/Evac.debug_o rts/dist/build/sm/GC.debug_o rts/dist/build/sm/GCAux.debug_o rts/dist/build/sm/GCUtils.debug_o rts/dist/build/sm/MBlock.debug_o rts/dist/build/sm/MarkWeak.debug_o rts/dist/build/sm/Sanity.debug_o rts/dist/build/sm/Scav.debug_o rts/dist/build/sm/Storage.debug_o rts/dist/build/sm/Sweep.debug_o rts/dist/build/eventlog/EventLog.debug_o rts/dist/build/posix/GetEnv.debug_o rts/dist/build/posix/GetTime.debug_o rts/dist/build/posix/Itimer.debug_o rts/dist/build/posix/OSMem.debug_o rts/dist/build/posix/OSThreads.debug_o rts/dist/build/posix/Select.debug_o rts/dist/build/posix/Signals.debug_o rts/dist/build/posix/TTY.debug_o rts/dist/build/Apply.debug_o rts/dist/build/Exception.debug_o rts/dist/build/HeapStackCheck.debug_o rts/dist/build/PrimOps.debug_o rts/dist/build/StgMiscClosures.debug_o rts/dist/build/StgStartup.debug_o rts/dist/build/StgStdThunks.debug_o rts/dist/build/Updates.debug_o rts/dist/build/AutoApply.debug_o | "xargs" "ar" q rts/dist/build/libHSrts_debug.a ar: creating rts/dist/build/libHSrts_l.a ar: creating rts/dist/build/libHSrts_debug.a "rm" -f rts/dist/build/libHSrts_thr.a echo rts/dist/build/Adjustor.thr_o rts/dist/build/Arena.thr_o rts/dist/build/Capability.thr_o rts/dist/build/CheckUnload.thr_o rts/dist/build/ClosureFlags.thr_o rts/dist/build/Disassembler.thr_o rts/dist/build/FileLock.thr_o rts/dist/build/Globals.thr_o rts/dist/build/Hash.thr_o rts/dist/build/Hpc.thr_o rts/dist/build/HsFFI.thr_o rts/dist/build/Inlines.thr_o rts/dist/build/Interpreter.thr_o rts/dist/build/LdvProfile.thr_o rts/dist/build/Linker.thr_o rts/dist/build/Messages.thr_o rts/dist/build/OldARMAtomic.thr_o rts/dist/build/Papi.thr_o rts/dist/build/Printer.thr_o rts/dist/build/ProfHeap.thr_o rts/dist/build/Profiling.thr_o rts/dist/build/Proftimer.thr_o rts/dist/build/RaiseAsync.thr_o rts/dist/build/RetainerProfile.thr_o rts/dist/build/RetainerSet.thr_o rts/dist/build/RtsAPI.thr_o rts/dist/build/RtsDllMain.thr_o rts/dist/build/RtsFlags.thr_o rts/dist/build/RtsMain.thr_o rts/dist/build/RtsMessages.thr_o rts/dist/build/RtsStartup.thr_o rts/dist/build/RtsUtils.thr_o rts/dist/build/STM.thr_o rts/dist/build/Schedule.thr_o rts/dist/build/Sparks.thr_o rts/dist/build/Stable.thr_o rts/dist/build/StaticPtrTable.thr_o rts/dist/build/Stats.thr_o rts/dist/build/StgCRun.thr_o rts/dist/build/StgPrimFloat.thr_o rts/dist/build/Task.thr_o rts/dist/build/ThreadLabels.thr_o rts/dist/build/ThreadPaused.thr_o rts/dist/build/Threads.thr_o rts/dist/build/Ticky.thr_o rts/dist/build/Timer.thr_o rts/dist/build/Trace.thr_o rts/dist/build/WSDeque.thr_o rts/dist/build/Weak.thr_o rts/dist/build/hooks/FlagDefaults.thr_o rts/dist/build/hooks/MallocFail.thr_o rts/dist/build/hooks/OnExit.thr_o rts/dist/build/hooks/OutOfHeap.thr_o rts/dist/build/hooks/StackOverflow.thr_o rts/dist/build/sm/BlockAlloc.thr_o rts/dist/build/sm/Compact.thr_o rts/dist/build/sm/Evac.thr_o rts/dist/build/sm/GC.thr_o rts/dist/build/sm/GCAux.thr_o rts/dist/build/sm/GCUtils.thr_o rts/dist/build/sm/MBlock.thr_o rts/dist/build/sm/MarkWeak.thr_o rts/dist/build/sm/Sanity.thr_o rts/dist/build/sm/Scav.thr_o rts/dist/build/sm/Storage.thr_o rts/dist/build/sm/Sweep.thr_o rts/dist/build/eventlog/EventLog.thr_o rts/dist/build/posix/GetEnv.thr_o rts/dist/build/posix/GetTime.thr_o rts/dist/build/posix/Itimer.thr_o rts/dist/build/posix/OSMem.thr_o rts/dist/build/posix/OSThreads.thr_o rts/dist/build/posix/Select.thr_o rts/dist/build/posix/Signals.thr_o rts/dist/build/posix/TTY.thr_o rts/dist/build/sm/Evac_thr.thr_o rts/dist/build/sm/Scav_thr.thr_o rts/dist/build/Apply.thr_o rts/dist/build/Exception.thr_o rts/dist/build/HeapStackCheck.thr_o rts/dist/build/PrimOps.thr_o rts/dist/build/StgMiscClosures.thr_o rts/dist/build/StgStartup.thr_o rts/dist/build/StgStdThunks.thr_o rts/dist/build/Updates.thr_o rts/dist/build/AutoApply.thr_o | "xargs" "ar" q rts/dist/build/libHSrts_thr.a ar: creating rts/dist/build/libHSrts_thr.a "rm" -f rts/dist/build/libHSrts_thr_debug.a echo rts/dist/build/Adjustor.thr_debug_o rts/dist/build/Arena.thr_debug_o rts/dist/build/Capability.thr_debug_o rts/dist/build/CheckUnload.thr_debug_o rts/dist/build/ClosureFlags.thr_debug_o rts/dist/build/Disassembler.thr_debug_o rts/dist/build/FileLock.thr_debug_o rts/dist/build/Globals.thr_debug_o rts/dist/build/Hash.thr_debug_o rts/dist/build/Hpc.thr_debug_o rts/dist/build/HsFFI.thr_debug_o rts/dist/build/Inlines.thr_debug_o rts/dist/build/Interpreter.thr_debug_o rts/dist/build/LdvProfile.thr_debug_o rts/dist/build/Linker.thr_debug_o rts/dist/build/Messages.thr_debug_o rts/dist/build/OldARMAtomic.thr_debug_o rts/dist/build/Papi.thr_debug_o rts/dist/build/Printer.thr_debug_o rts/dist/build/ProfHeap.thr_debug_o rts/dist/build/Profiling.thr_debug_o rts/dist/build/Proftimer.thr_debug_o rts/dist/build/RaiseAsync.thr_debug_o rts/dist/build/RetainerProfile.thr_debug_o rts/dist/build/RetainerSet.thr_debug_o rts/dist/build/RtsAPI.thr_debug_o rts/dist/build/RtsDllMain.thr_debug_o rts/dist/build/RtsFlags.thr_debug_o rts/dist/build/RtsMain.thr_debug_o rts/dist/build/RtsMessages.thr_debug_o rts/dist/build/RtsStartup.thr_debug_o rts/dist/build/RtsUtils.thr_debug_o rts/dist/build/STM.thr_debug_o rts/dist/build/Schedule.thr_debug_o rts/dist/build/Sparks.thr_debug_o rts/dist/build/Stable.thr_debug_o rts/dist/build/StaticPtrTable.thr_debug_o rts/dist/build/Stats.thr_debug_o rts/dist/build/StgCRun.thr_debug_o rts/dist/build/StgPrimFloat.thr_debug_o rts/dist/build/Task.thr_debug_o rts/dist/build/ThreadLabels.thr_debug_o rts/dist/build/ThreadPaused.thr_debug_o rts/dist/build/Threads.thr_debug_o rts/dist/build/Ticky.thr_debug_o rts/dist/build/Timer.thr_debug_o rts/dist/build/Trace.thr_debug_o rts/dist/build/WSDeque.thr_debug_o rts/dist/build/Weak.thr_debug_o rts/dist/build/hooks/FlagDefaults.thr_debug_o rts/dist/build/hooks/MallocFail.thr_debug_o rts/dist/build/hooks/OnExit.thr_debug_o rts/dist/build/hooks/OutOfHeap.thr_debug_o rts/dist/build/hooks/StackOverflow.thr_debug_o rts/dist/build/sm/BlockAlloc.thr_debug_o rts/dist/build/sm/Compact.thr_debug_o rts/dist/build/sm/Evac.thr_debug_o rts/dist/build/sm/GC.thr_debug_o rts/dist/build/sm/GCAux.thr_debug_o rts/dist/build/sm/GCUtils.thr_debug_o rts/dist/build/sm/MBlock.thr_debug_o rts/dist/build/sm/MarkWeak.thr_debug_o rts/dist/build/sm/Sanity.thr_debug_o rts/dist/build/sm/Scav.thr_debug_o rts/dist/build/sm/Storage.thr_debug_o rts/dist/build/sm/Sweep.thr_debug_o rts/dist/build/eventlog/EventLog.thr_debug_o rts/dist/build/posix/GetEnv.thr_debug_o rts/dist/build/posix/GetTime.thr_debug_o rts/dist/build/posix/Itimer.thr_debug_o rts/dist/build/posix/OSMem.thr_debug_o rts/dist/build/posix/OSThreads.thr_debug_o rts/dist/build/posix/Select.thr_debug_o rts/dist/build/posix/Signals.thr_debug_o rts/dist/build/posix/TTY.thr_debug_o rts/dist/build/sm/Evac_thr.thr_debug_o rts/dist/build/sm/Scav_thr.thr_debug_o rts/dist/build/Apply.thr_debug_o rts/dist/build/Exception.thr_debug_o rts/dist/build/HeapStackCheck.thr_debug_o rts/dist/build/PrimOps.thr_debug_o rts/dist/build/StgMiscClosures.thr_debug_o rts/dist/build/StgStartup.thr_debug_o rts/dist/build/StgStdThunks.thr_debug_o rts/dist/build/Updates.thr_debug_o rts/dist/build/AutoApply.thr_debug_o | "xargs" "ar" q rts/dist/build/libHSrts_thr_debug.a "rm" -f rts/dist/build/libHSrts_thr_l.a echo rts/dist/build/Adjustor.thr_l_o rts/dist/build/Arena.thr_l_o rts/dist/build/Capability.thr_l_o rts/dist/build/CheckUnload.thr_l_o rts/dist/build/ClosureFlags.thr_l_o rts/dist/build/Disassembler.thr_l_o rts/dist/build/FileLock.thr_l_o rts/dist/build/Globals.thr_l_o rts/dist/build/Hash.thr_l_o rts/dist/build/Hpc.thr_l_o rts/dist/build/HsFFI.thr_l_o rts/dist/build/Inlines.thr_l_o rts/dist/build/Interpreter.thr_l_o rts/dist/build/LdvProfile.thr_l_o rts/dist/build/Linker.thr_l_o rts/dist/build/Messages.thr_l_o rts/dist/build/OldARMAtomic.thr_l_o rts/dist/build/Papi.thr_l_o rts/dist/build/Printer.thr_l_o rts/dist/build/ProfHeap.thr_l_o rts/dist/build/Profiling.thr_l_o rts/dist/build/Proftimer.thr_l_o rts/dist/build/RaiseAsync.thr_l_o rts/dist/build/RetainerProfile.thr_l_o rts/dist/build/RetainerSet.thr_l_o rts/dist/build/RtsAPI.thr_l_o rts/dist/build/RtsDllMain.thr_l_o rts/dist/build/RtsFlags.thr_l_o rts/dist/build/RtsMain.thr_l_o rts/dist/build/RtsMessages.thr_l_o rts/dist/build/RtsStartup.thr_l_o rts/dist/build/RtsUtils.thr_l_o rts/dist/build/STM.thr_l_o rts/dist/build/Schedule.thr_l_o rts/dist/build/Sparks.thr_l_o rts/dist/build/Stable.thr_l_o rts/dist/build/StaticPtrTable.thr_l_o rts/dist/build/Stats.thr_l_o rts/dist/build/StgCRun.thr_l_o rts/dist/build/StgPrimFloat.thr_l_o rts/dist/build/Task.thr_l_o rts/dist/build/ThreadLabels.thr_l_o rts/dist/build/ThreadPaused.thr_l_o rts/dist/build/Threads.thr_l_o rts/dist/build/Ticky.thr_l_o rts/dist/build/Timer.thr_l_o rts/dist/build/Trace.thr_l_o rts/dist/build/WSDeque.thr_l_o rts/dist/build/Weak.thr_l_o rts/dist/build/hooks/FlagDefaults.thr_l_o rts/dist/build/hooks/MallocFail.thr_l_o rts/dist/build/hooks/OnExit.thr_l_o rts/dist/build/hooks/OutOfHeap.thr_l_o rts/dist/build/hooks/StackOverflow.thr_l_o rts/dist/build/sm/BlockAlloc.thr_l_o rts/dist/build/sm/Compact.thr_l_o rts/dist/build/sm/Evac.thr_l_o rts/dist/build/sm/GC.thr_l_o rts/dist/build/sm/GCAux.thr_l_o rts/dist/build/sm/GCUtils.thr_l_o rts/dist/build/sm/MBlock.thr_l_o rts/dist/build/sm/MarkWeak.thr_l_o rts/dist/build/sm/Sanity.thr_l_o rts/dist/build/sm/Scav.thr_l_o rts/dist/build/sm/Storage.thr_l_o rts/dist/build/sm/Sweep.thr_l_o rts/dist/build/eventlog/EventLog.thr_l_o rts/dist/build/posix/GetEnv.thr_l_o rts/dist/build/posix/GetTime.thr_l_o rts/dist/build/posix/Itimer.thr_l_o rts/dist/build/posix/OSMem.thr_l_o rts/dist/build/posix/OSThreads.thr_l_o rts/dist/build/posix/Select.thr_l_o rts/dist/build/posix/Signals.thr_l_o rts/dist/build/posix/TTY.thr_l_o rts/dist/build/sm/Evac_thr.thr_l_o rts/dist/build/sm/Scav_thr.thr_l_o rts/dist/build/Apply.thr_l_o rts/dist/build/Exception.thr_l_o rts/dist/build/HeapStackCheck.thr_l_o rts/dist/build/PrimOps.thr_l_o rts/dist/build/StgMiscClosures.thr_l_o rts/dist/build/StgStartup.thr_l_o rts/dist/build/StgStdThunks.thr_l_o rts/dist/build/Updates.thr_l_o rts/dist/build/AutoApply.thr_l_o | "xargs" "ar" q rts/dist/build/libHSrts_thr_l.a ar: creating rts/dist/build/libHSrts_thr_debug.a ar: creating rts/dist/build/libHSrts_thr_l.a "rm" -f rts/dist/build/libHSrts_thr_p.a echo rts/dist/build/Adjustor.thr_p_o rts/dist/build/Arena.thr_p_o rts/dist/build/Capability.thr_p_o rts/dist/build/CheckUnload.thr_p_o rts/dist/build/ClosureFlags.thr_p_o rts/dist/build/Disassembler.thr_p_o rts/dist/build/FileLock.thr_p_o rts/dist/build/Globals.thr_p_o rts/dist/build/Hash.thr_p_o rts/dist/build/Hpc.thr_p_o rts/dist/build/HsFFI.thr_p_o rts/dist/build/Inlines.thr_p_o rts/dist/build/Interpreter.thr_p_o rts/dist/build/LdvProfile.thr_p_o rts/dist/build/Linker.thr_p_o rts/dist/build/Messages.thr_p_o rts/dist/build/OldARMAtomic.thr_p_o rts/dist/build/Papi.thr_p_o rts/dist/build/Printer.thr_p_o rts/dist/build/ProfHeap.thr_p_o rts/dist/build/Profiling.thr_p_o rts/dist/build/Proftimer.thr_p_o rts/dist/build/RaiseAsync.thr_p_o rts/dist/build/RetainerProfile.thr_p_o rts/dist/build/RetainerSet.thr_p_o rts/dist/build/RtsAPI.thr_p_o rts/dist/build/RtsDllMain.thr_p_o rts/dist/build/RtsFlags.thr_p_o rts/dist/build/RtsMain.thr_p_o rts/dist/build/RtsMessages.thr_p_o rts/dist/build/RtsStartup.thr_p_o rts/dist/build/RtsUtils.thr_p_o rts/dist/build/STM.thr_p_o rts/dist/build/Schedule.thr_p_o rts/dist/build/Sparks.thr_p_o rts/dist/build/Stable.thr_p_o rts/dist/build/StaticPtrTable.thr_p_o rts/dist/build/Stats.thr_p_o rts/dist/build/StgCRun.thr_p_o rts/dist/build/StgPrimFloat.thr_p_o rts/dist/build/Task.thr_p_o rts/dist/build/ThreadLabels.thr_p_o rts/dist/build/ThreadPaused.thr_p_o rts/dist/build/Threads.thr_p_o rts/dist/build/Ticky.thr_p_o rts/dist/build/Timer.thr_p_o rts/dist/build/Trace.thr_p_o rts/dist/build/WSDeque.thr_p_o rts/dist/build/Weak.thr_p_o rts/dist/build/hooks/FlagDefaults.thr_p_o rts/dist/build/hooks/MallocFail.thr_p_o rts/dist/build/hooks/OnExit.thr_p_o rts/dist/build/hooks/OutOfHeap.thr_p_o rts/dist/build/hooks/StackOverflow.thr_p_o rts/dist/build/sm/BlockAlloc.thr_p_o rts/dist/build/sm/Compact.thr_p_o rts/dist/build/sm/Evac.thr_p_o rts/dist/build/sm/GC.thr_p_o rts/dist/build/sm/GCAux.thr_p_o rts/dist/build/sm/GCUtils.thr_p_o rts/dist/build/sm/MBlock.thr_p_o rts/dist/build/sm/MarkWeak.thr_p_o rts/dist/build/sm/Sanity.thr_p_o rts/dist/build/sm/Scav.thr_p_o rts/dist/build/sm/Storage.thr_p_o rts/dist/build/sm/Sweep.thr_p_o rts/dist/build/eventlog/EventLog.thr_p_o rts/dist/build/posix/GetEnv.thr_p_o rts/dist/build/posix/GetTime.thr_p_o rts/dist/build/posix/Itimer.thr_p_o rts/dist/build/posix/OSMem.thr_p_o rts/dist/build/posix/OSThreads.thr_p_o rts/dist/build/posix/Select.thr_p_o rts/dist/build/posix/Signals.thr_p_o rts/dist/build/posix/TTY.thr_p_o rts/dist/build/sm/Evac_thr.thr_p_o rts/dist/build/sm/Scav_thr.thr_p_o rts/dist/build/Apply.thr_p_o rts/dist/build/Exception.thr_p_o rts/dist/build/HeapStackCheck.thr_p_o rts/dist/build/PrimOps.thr_p_o rts/dist/build/StgMiscClosures.thr_p_o rts/dist/build/StgStartup.thr_p_o rts/dist/build/StgStdThunks.thr_p_o rts/dist/build/Updates.thr_p_o rts/dist/build/AutoApply.thr_p_o | "xargs" "ar" q rts/dist/build/libHSrts_thr_p.a ar: creating rts/dist/build/libHSrts_thr_p.a "rm" -f rts/dist/build/libHSrts_debug-ghc7.10.3.so "inplace/bin/ghc-stage1" -this-package-key rts -shared -dynamic -dynload deploy -no-auto-link-packages `cat rts/dist/libs.depend` rts/dist/build/Adjustor.debug_dyn_o rts/dist/build/Arena.debug_dyn_o rts/dist/build/Capability.debug_dyn_o rts/dist/build/CheckUnload.debug_dyn_o rts/dist/build/ClosureFlags.debug_dyn_o rts/dist/build/Disassembler.debug_dyn_o rts/dist/build/FileLock.debug_dyn_o rts/dist/build/Globals.debug_dyn_o rts/dist/build/Hash.debug_dyn_o rts/dist/build/Hpc.debug_dyn_o rts/dist/build/HsFFI.debug_dyn_o rts/dist/build/Inlines.debug_dyn_o rts/dist/build/Interpreter.debug_dyn_o rts/dist/build/LdvProfile.debug_dyn_o rts/dist/build/Linker.debug_dyn_o rts/dist/build/Messages.debug_dyn_o rts/dist/build/OldARMAtomic.debug_dyn_o rts/dist/build/Papi.debug_dyn_o rts/dist/build/Printer.debug_dyn_o rts/dist/build/ProfHeap.debug_dyn_o rts/dist/build/Profiling.debug_dyn_o rts/dist/build/Proftimer.debug_dyn_o rts/dist/build/RaiseAsync.debug_dyn_o rts/dist/build/RetainerProfile.debug_dyn_o rts/dist/build/RetainerSet.debug_dyn_o rts/dist/build/RtsAPI.debug_dyn_o rts/dist/build/RtsDllMain.debug_dyn_o rts/dist/build/RtsFlags.debug_dyn_o rts/dist/build/RtsMain.debug_dyn_o rts/dist/build/RtsMessages.debug_dyn_o rts/dist/build/RtsStartup.debug_dyn_o rts/dist/build/RtsUtils.debug_dyn_o rts/dist/build/STM.debug_dyn_o rts/dist/build/Schedule.debug_dyn_o rts/dist/build/Sparks.debug_dyn_o rts/dist/build/Stable.debug_dyn_o rts/dist/build/StaticPtrTable.debug_dyn_o rts/dist/build/Stats.debug_dyn_o rts/dist/build/StgCRun.debug_dyn_o rts/dist/build/StgPrimFloat.debug_dyn_o rts/dist/build/Task.debug_dyn_o rts/dist/build/ThreadLabels.debug_dyn_o rts/dist/build/ThreadPaused.debug_dyn_o rts/dist/build/Threads.debug_dyn_o rts/dist/build/Ticky.debug_dyn_o rts/dist/build/Timer.debug_dyn_o rts/dist/build/Trace.debug_dyn_o rts/dist/build/WSDeque.debug_dyn_o rts/dist/build/Weak.debug_dyn_o rts/dist/build/hooks/FlagDefaults.debug_dyn_o rts/dist/build/hooks/MallocFail.debug_dyn_o rts/dist/build/hooks/OnExit.debug_dyn_o rts/dist/build/hooks/OutOfHeap.debug_dyn_o rts/dist/build/hooks/StackOverflow.debug_dyn_o rts/dist/build/sm/BlockAlloc.debug_dyn_o rts/dist/build/sm/Compact.debug_dyn_o rts/dist/build/sm/Evac.debug_dyn_o rts/dist/build/sm/GC.debug_dyn_o rts/dist/build/sm/GCAux.debug_dyn_o rts/dist/build/sm/GCUtils.debug_dyn_o rts/dist/build/sm/MBlock.debug_dyn_o rts/dist/build/sm/MarkWeak.debug_dyn_o rts/dist/build/sm/Sanity.debug_dyn_o rts/dist/build/sm/Scav.debug_dyn_o rts/dist/build/sm/Storage.debug_dyn_o rts/dist/build/sm/Sweep.debug_dyn_o rts/dist/build/eventlog/EventLog.debug_dyn_o rts/dist/build/posix/GetEnv.debug_dyn_o rts/dist/build/posix/GetTime.debug_dyn_o rts/dist/build/posix/Itimer.debug_dyn_o rts/dist/build/posix/OSMem.debug_dyn_o rts/dist/build/posix/OSThreads.debug_dyn_o rts/dist/build/posix/Select.debug_dyn_o rts/dist/build/posix/Signals.debug_dyn_o rts/dist/build/posix/TTY.debug_dyn_o rts/dist/build/Apply.debug_dyn_o rts/dist/build/Exception.debug_dyn_o rts/dist/build/HeapStackCheck.debug_dyn_o rts/dist/build/PrimOps.debug_dyn_o rts/dist/build/StgMiscClosures.debug_dyn_o rts/dist/build/StgStartup.debug_dyn_o rts/dist/build/StgStdThunks.debug_dyn_o rts/dist/build/Updates.debug_dyn_o rts/dist/build/AutoApply.debug_dyn_o -fPIC -dynamic -optc-DDEBUG -ticky -DTICKY_TICKY -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -o rts/dist/build/libHSrts_debug-ghc7.10.3.so "rm" -f rts/dist/build/libHSrts_thr-ghc7.10.3.so "inplace/bin/ghc-stage1" -this-package-key rts -shared -dynamic -dynload deploy -no-auto-link-packages `cat rts/dist/libs.depend` rts/dist/build/Adjustor.thr_dyn_o rts/dist/build/Arena.thr_dyn_o rts/dist/build/Capability.thr_dyn_o rts/dist/build/CheckUnload.thr_dyn_o rts/dist/build/ClosureFlags.thr_dyn_o rts/dist/build/Disassembler.thr_dyn_o rts/dist/build/FileLock.thr_dyn_o rts/dist/build/Globals.thr_dyn_o rts/dist/build/Hash.thr_dyn_o rts/dist/build/Hpc.thr_dyn_o rts/dist/build/HsFFI.thr_dyn_o rts/dist/build/Inlines.thr_dyn_o rts/dist/build/Interpreter.thr_dyn_o rts/dist/build/LdvProfile.thr_dyn_o rts/dist/build/Linker.thr_dyn_o rts/dist/build/Messages.thr_dyn_o rts/dist/build/OldARMAtomic.thr_dyn_o rts/dist/build/Papi.thr_dyn_o rts/dist/build/Printer.thr_dyn_o rts/dist/build/ProfHeap.thr_dyn_o rts/dist/build/Profiling.thr_dyn_o rts/dist/build/Proftimer.thr_dyn_o rts/dist/build/RaiseAsync.thr_dyn_o rts/dist/build/RetainerProfile.thr_dyn_o rts/dist/build/RetainerSet.thr_dyn_o rts/dist/build/RtsAPI.thr_dyn_o rts/dist/build/RtsDllMain.thr_dyn_o rts/dist/build/RtsFlags.thr_dyn_o rts/dist/build/RtsMain.thr_dyn_o rts/dist/build/RtsMessages.thr_dyn_o rts/dist/build/RtsStartup.thr_dyn_o rts/dist/build/RtsUtils.thr_dyn_o rts/dist/build/STM.thr_dyn_o rts/dist/build/Schedule.thr_dyn_o rts/dist/build/Sparks.thr_dyn_o rts/dist/build/Stable.thr_dyn_o rts/dist/build/StaticPtrTable.thr_dyn_o rts/dist/build/Stats.thr_dyn_o rts/dist/build/StgCRun.thr_dyn_o rts/dist/build/StgPrimFloat.thr_dyn_o rts/dist/build/Task.thr_dyn_o rts/dist/build/ThreadLabels.thr_dyn_o rts/dist/build/ThreadPaused.thr_dyn_o rts/dist/build/Threads.thr_dyn_o rts/dist/build/Ticky.thr_dyn_o rts/dist/build/Timer.thr_dyn_o rts/dist/build/Trace.thr_dyn_o rts/dist/build/WSDeque.thr_dyn_o rts/dist/build/Weak.thr_dyn_o rts/dist/build/hooks/FlagDefaults.thr_dyn_o rts/dist/build/hooks/MallocFail.thr_dyn_o rts/dist/build/hooks/OnExit.thr_dyn_o rts/dist/build/hooks/OutOfHeap.thr_dyn_o rts/dist/build/hooks/StackOverflow.thr_dyn_o rts/dist/build/sm/BlockAlloc.thr_dyn_o rts/dist/build/sm/Compact.thr_dyn_o rts/dist/build/sm/Evac.thr_dyn_o rts/dist/build/sm/GC.thr_dyn_o rts/dist/build/sm/GCAux.thr_dyn_o rts/dist/build/sm/GCUtils.thr_dyn_o rts/dist/build/sm/MBlock.thr_dyn_o rts/dist/build/sm/MarkWeak.thr_dyn_o rts/dist/build/sm/Sanity.thr_dyn_o rts/dist/build/sm/Scav.thr_dyn_o rts/dist/build/sm/Storage.thr_dyn_o rts/dist/build/sm/Sweep.thr_dyn_o rts/dist/build/eventlog/EventLog.thr_dyn_o rts/dist/build/posix/GetEnv.thr_dyn_o rts/dist/build/posix/GetTime.thr_dyn_o rts/dist/build/posix/Itimer.thr_dyn_o rts/dist/build/posix/OSMem.thr_dyn_o rts/dist/build/posix/OSThreads.thr_dyn_o rts/dist/build/posix/Select.thr_dyn_o rts/dist/build/posix/Signals.thr_dyn_o rts/dist/build/posix/TTY.thr_dyn_o rts/dist/build/sm/Evac_thr.thr_dyn_o rts/dist/build/sm/Scav_thr.thr_dyn_o rts/dist/build/Apply.thr_dyn_o rts/dist/build/Exception.thr_dyn_o rts/dist/build/HeapStackCheck.thr_dyn_o rts/dist/build/PrimOps.thr_dyn_o rts/dist/build/StgMiscClosures.thr_dyn_o rts/dist/build/StgStartup.thr_dyn_o rts/dist/build/StgStdThunks.thr_dyn_o rts/dist/build/Updates.thr_dyn_o rts/dist/build/AutoApply.thr_dyn_o -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -o rts/dist/build/libHSrts_thr-ghc7.10.3.so "rm" -f rts/dist/build/libHSrts_thr_debug-ghc7.10.3.so "inplace/bin/ghc-stage1" -this-package-key rts -shared -dynamic -dynload deploy -no-auto-link-packages `cat rts/dist/libs.depend` rts/dist/build/Adjustor.thr_debug_dyn_o rts/dist/build/Arena.thr_debug_dyn_o rts/dist/build/Capability.thr_debug_dyn_o rts/dist/build/CheckUnload.thr_debug_dyn_o rts/dist/build/ClosureFlags.thr_debug_dyn_o rts/dist/build/Disassembler.thr_debug_dyn_o rts/dist/build/FileLock.thr_debug_dyn_o rts/dist/build/Globals.thr_debug_dyn_o rts/dist/build/Hash.thr_debug_dyn_o rts/dist/build/Hpc.thr_debug_dyn_o rts/dist/build/HsFFI.thr_debug_dyn_o rts/dist/build/Inlines.thr_debug_dyn_o rts/dist/build/Interpreter.thr_debug_dyn_o rts/dist/build/LdvProfile.thr_debug_dyn_o rts/dist/build/Linker.thr_debug_dyn_o rts/dist/build/Messages.thr_debug_dyn_o rts/dist/build/OldARMAtomic.thr_debug_dyn_o rts/dist/build/Papi.thr_debug_dyn_o rts/dist/build/Printer.thr_debug_dyn_o rts/dist/build/ProfHeap.thr_debug_dyn_o rts/dist/build/Profiling.thr_debug_dyn_o rts/dist/build/Proftimer.thr_debug_dyn_o rts/dist/build/RaiseAsync.thr_debug_dyn_o rts/dist/build/RetainerProfile.thr_debug_dyn_o rts/dist/build/RetainerSet.thr_debug_dyn_o rts/dist/build/RtsAPI.thr_debug_dyn_o rts/dist/build/RtsDllMain.thr_debug_dyn_o rts/dist/build/RtsFlags.thr_debug_dyn_o rts/dist/build/RtsMain.thr_debug_dyn_o rts/dist/build/RtsMessages.thr_debug_dyn_o rts/dist/build/RtsStartup.thr_debug_dyn_o rts/dist/build/RtsUtils.thr_debug_dyn_o rts/dist/build/STM.thr_debug_dyn_o rts/dist/build/Schedule.thr_debug_dyn_o rts/dist/build/Sparks.thr_debug_dyn_o rts/dist/build/Stable.thr_debug_dyn_o rts/dist/build/StaticPtrTable.thr_debug_dyn_o rts/dist/build/Stats.thr_debug_dyn_o rts/dist/build/StgCRun.thr_debug_dyn_o rts/dist/build/StgPrimFloat.thr_debug_dyn_o rts/dist/build/Task.thr_debug_dyn_o rts/dist/build/ThreadLabels.thr_debug_dyn_o rts/dist/build/ThreadPaused.thr_debug_dyn_o rts/dist/build/Threads.thr_debug_dyn_o rts/dist/build/Ticky.thr_debug_dyn_o rts/dist/build/Timer.thr_debug_dyn_o rts/dist/build/Trace.thr_debug_dyn_o rts/dist/build/WSDeque.thr_debug_dyn_o rts/dist/build/Weak.thr_debug_dyn_o rts/dist/build/hooks/FlagDefaults.thr_debug_dyn_o rts/dist/build/hooks/MallocFail.thr_debug_dyn_o rts/dist/build/hooks/OnExit.thr_debug_dyn_o rts/dist/build/hooks/OutOfHeap.thr_debug_dyn_o rts/dist/build/hooks/StackOverflow.thr_debug_dyn_o rts/dist/build/sm/BlockAlloc.thr_debug_dyn_o rts/dist/build/sm/Compact.thr_debug_dyn_o rts/dist/build/sm/Evac.thr_debug_dyn_o rts/dist/build/sm/GC.thr_debug_dyn_o rts/dist/build/sm/GCAux.thr_debug_dyn_o rts/dist/build/sm/GCUtils.thr_debug_dyn_o rts/dist/build/sm/MBlock.thr_debug_dyn_o rts/dist/build/sm/MarkWeak.thr_debug_dyn_o rts/dist/build/sm/Sanity.thr_debug_dyn_o rts/dist/build/sm/Scav.thr_debug_dyn_o rts/dist/build/sm/Storage.thr_debug_dyn_o rts/dist/build/sm/Sweep.thr_debug_dyn_o rts/dist/build/eventlog/EventLog.thr_debug_dyn_o rts/dist/build/posix/GetEnv.thr_debug_dyn_o rts/dist/build/posix/GetTime.thr_debug_dyn_o rts/dist/build/posix/Itimer.thr_debug_dyn_o rts/dist/build/posix/OSMem.thr_debug_dyn_o rts/dist/build/posix/OSThreads.thr_debug_dyn_o rts/dist/build/posix/Select.thr_debug_dyn_o rts/dist/build/posix/Signals.thr_debug_dyn_o rts/dist/build/posix/TTY.thr_debug_dyn_o rts/dist/build/sm/Evac_thr.thr_debug_dyn_o rts/dist/build/sm/Scav_thr.thr_debug_dyn_o rts/dist/build/Apply.thr_debug_dyn_o rts/dist/build/Exception.thr_debug_dyn_o rts/dist/build/HeapStackCheck.thr_debug_dyn_o rts/dist/build/PrimOps.thr_debug_dyn_o rts/dist/build/StgMiscClosures.thr_debug_dyn_o rts/dist/build/StgStartup.thr_debug_dyn_o rts/dist/build/StgStdThunks.thr_debug_dyn_o rts/dist/build/Updates.thr_debug_dyn_o rts/dist/build/AutoApply.thr_debug_dyn_o -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -O0 -o rts/dist/build/libHSrts_thr_debug-ghc7.10.3.so "rm" -f rts/dist/build/libHSrts_thr_l-ghc7.10.3.so "inplace/bin/ghc-stage1" -this-package-key rts -shared -dynamic -dynload deploy -no-auto-link-packages `cat rts/dist/libs.depend` rts/dist/build/Adjustor.thr_l_dyn_o rts/dist/build/Arena.thr_l_dyn_o rts/dist/build/Capability.thr_l_dyn_o rts/dist/build/CheckUnload.thr_l_dyn_o rts/dist/build/ClosureFlags.thr_l_dyn_o rts/dist/build/Disassembler.thr_l_dyn_o rts/dist/build/FileLock.thr_l_dyn_o rts/dist/build/Globals.thr_l_dyn_o rts/dist/build/Hash.thr_l_dyn_o rts/dist/build/Hpc.thr_l_dyn_o rts/dist/build/HsFFI.thr_l_dyn_o rts/dist/build/Inlines.thr_l_dyn_o rts/dist/build/Interpreter.thr_l_dyn_o rts/dist/build/LdvProfile.thr_l_dyn_o rts/dist/build/Linker.thr_l_dyn_o rts/dist/build/Messages.thr_l_dyn_o rts/dist/build/OldARMAtomic.thr_l_dyn_o rts/dist/build/Papi.thr_l_dyn_o rts/dist/build/Printer.thr_l_dyn_o rts/dist/build/ProfHeap.thr_l_dyn_o rts/dist/build/Profiling.thr_l_dyn_o rts/dist/build/Proftimer.thr_l_dyn_o rts/dist/build/RaiseAsync.thr_l_dyn_o rts/dist/build/RetainerProfile.thr_l_dyn_o rts/dist/build/RetainerSet.thr_l_dyn_o rts/dist/build/RtsAPI.thr_l_dyn_o rts/dist/build/RtsDllMain.thr_l_dyn_o rts/dist/build/RtsFlags.thr_l_dyn_o rts/dist/build/RtsMain.thr_l_dyn_o rts/dist/build/RtsMessages.thr_l_dyn_o rts/dist/build/RtsStartup.thr_l_dyn_o rts/dist/build/RtsUtils.thr_l_dyn_o rts/dist/build/STM.thr_l_dyn_o rts/dist/build/Schedule.thr_l_dyn_o rts/dist/build/Sparks.thr_l_dyn_o rts/dist/build/Stable.thr_l_dyn_o rts/dist/build/StaticPtrTable.thr_l_dyn_o rts/dist/build/Stats.thr_l_dyn_o rts/dist/build/StgCRun.thr_l_dyn_o rts/dist/build/StgPrimFloat.thr_l_dyn_o rts/dist/build/Task.thr_l_dyn_o rts/dist/build/ThreadLabels.thr_l_dyn_o rts/dist/build/ThreadPaused.thr_l_dyn_o rts/dist/build/Threads.thr_l_dyn_o rts/dist/build/Ticky.thr_l_dyn_o rts/dist/build/Timer.thr_l_dyn_o rts/dist/build/Trace.thr_l_dyn_o rts/dist/build/WSDeque.thr_l_dyn_o rts/dist/build/Weak.thr_l_dyn_o rts/dist/build/hooks/FlagDefaults.thr_l_dyn_o rts/dist/build/hooks/MallocFail.thr_l_dyn_o rts/dist/build/hooks/OnExit.thr_l_dyn_o rts/dist/build/hooks/OutOfHeap.thr_l_dyn_o rts/dist/build/hooks/StackOverflow.thr_l_dyn_o rts/dist/build/sm/BlockAlloc.thr_l_dyn_o rts/dist/build/sm/Compact.thr_l_dyn_o rts/dist/build/sm/Evac.thr_l_dyn_o rts/dist/build/sm/GC.thr_l_dyn_o rts/dist/build/sm/GCAux.thr_l_dyn_o rts/dist/build/sm/GCUtils.thr_l_dyn_o rts/dist/build/sm/MBlock.thr_l_dyn_o rts/dist/build/sm/MarkWeak.thr_l_dyn_o rts/dist/build/sm/Sanity.thr_l_dyn_o rts/dist/build/sm/Scav.thr_l_dyn_o rts/dist/build/sm/Storage.thr_l_dyn_o rts/dist/build/sm/Sweep.thr_l_dyn_o rts/dist/build/eventlog/EventLog.thr_l_dyn_o rts/dist/build/posix/GetEnv.thr_l_dyn_o rts/dist/build/posix/GetTime.thr_l_dyn_o rts/dist/build/posix/Itimer.thr_l_dyn_o rts/dist/build/posix/OSMem.thr_l_dyn_o rts/dist/build/posix/OSThreads.thr_l_dyn_o rts/dist/build/posix/Select.thr_l_dyn_o rts/dist/build/posix/Signals.thr_l_dyn_o rts/dist/build/posix/TTY.thr_l_dyn_o rts/dist/build/sm/Evac_thr.thr_l_dyn_o rts/dist/build/sm/Scav_thr.thr_l_dyn_o rts/dist/build/Apply.thr_l_dyn_o rts/dist/build/Exception.thr_l_dyn_o rts/dist/build/HeapStackCheck.thr_l_dyn_o rts/dist/build/PrimOps.thr_l_dyn_o rts/dist/build/StgMiscClosures.thr_l_dyn_o rts/dist/build/StgStartup.thr_l_dyn_o rts/dist/build/StgStdThunks.thr_l_dyn_o rts/dist/build/Updates.thr_l_dyn_o rts/dist/build/AutoApply.thr_l_dyn_o -fPIC -dynamic -optc-DTHREADED_RTS -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -o rts/dist/build/libHSrts_thr_l-ghc7.10.3.so "rm" -f rts/dist/build/libHSrts_l-ghc7.10.3.so "inplace/bin/ghc-stage1" -this-package-key rts -shared -dynamic -dynload deploy -no-auto-link-packages `cat rts/dist/libs.depend` rts/dist/build/Adjustor.l_dyn_o rts/dist/build/Arena.l_dyn_o rts/dist/build/Capability.l_dyn_o rts/dist/build/CheckUnload.l_dyn_o rts/dist/build/ClosureFlags.l_dyn_o rts/dist/build/Disassembler.l_dyn_o rts/dist/build/FileLock.l_dyn_o rts/dist/build/Globals.l_dyn_o rts/dist/build/Hash.l_dyn_o rts/dist/build/Hpc.l_dyn_o rts/dist/build/HsFFI.l_dyn_o rts/dist/build/Inlines.l_dyn_o rts/dist/build/Interpreter.l_dyn_o rts/dist/build/LdvProfile.l_dyn_o rts/dist/build/Linker.l_dyn_o rts/dist/build/Messages.l_dyn_o rts/dist/build/OldARMAtomic.l_dyn_o rts/dist/build/Papi.l_dyn_o rts/dist/build/Printer.l_dyn_o rts/dist/build/ProfHeap.l_dyn_o rts/dist/build/Profiling.l_dyn_o rts/dist/build/Proftimer.l_dyn_o rts/dist/build/RaiseAsync.l_dyn_o rts/dist/build/RetainerProfile.l_dyn_o rts/dist/build/RetainerSet.l_dyn_o rts/dist/build/RtsAPI.l_dyn_o rts/dist/build/RtsDllMain.l_dyn_o rts/dist/build/RtsFlags.l_dyn_o rts/dist/build/RtsMain.l_dyn_o rts/dist/build/RtsMessages.l_dyn_o rts/dist/build/RtsStartup.l_dyn_o rts/dist/build/RtsUtils.l_dyn_o rts/dist/build/STM.l_dyn_o rts/dist/build/Schedule.l_dyn_o rts/dist/build/Sparks.l_dyn_o rts/dist/build/Stable.l_dyn_o rts/dist/build/StaticPtrTable.l_dyn_o rts/dist/build/Stats.l_dyn_o rts/dist/build/StgCRun.l_dyn_o rts/dist/build/StgPrimFloat.l_dyn_o rts/dist/build/Task.l_dyn_o rts/dist/build/ThreadLabels.l_dyn_o rts/dist/build/ThreadPaused.l_dyn_o rts/dist/build/Threads.l_dyn_o rts/dist/build/Ticky.l_dyn_o rts/dist/build/Timer.l_dyn_o rts/dist/build/Trace.l_dyn_o rts/dist/build/WSDeque.l_dyn_o rts/dist/build/Weak.l_dyn_o rts/dist/build/hooks/FlagDefaults.l_dyn_o rts/dist/build/hooks/MallocFail.l_dyn_o rts/dist/build/hooks/OnExit.l_dyn_o rts/dist/build/hooks/OutOfHeap.l_dyn_o rts/dist/build/hooks/StackOverflow.l_dyn_o rts/dist/build/sm/BlockAlloc.l_dyn_o rts/dist/build/sm/Compact.l_dyn_o rts/dist/build/sm/Evac.l_dyn_o rts/dist/build/sm/GC.l_dyn_o rts/dist/build/sm/GCAux.l_dyn_o rts/dist/build/sm/GCUtils.l_dyn_o rts/dist/build/sm/MBlock.l_dyn_o rts/dist/build/sm/MarkWeak.l_dyn_o rts/dist/build/sm/Sanity.l_dyn_o rts/dist/build/sm/Scav.l_dyn_o rts/dist/build/sm/Storage.l_dyn_o rts/dist/build/sm/Sweep.l_dyn_o rts/dist/build/eventlog/EventLog.l_dyn_o rts/dist/build/posix/GetEnv.l_dyn_o rts/dist/build/posix/GetTime.l_dyn_o rts/dist/build/posix/Itimer.l_dyn_o rts/dist/build/posix/OSMem.l_dyn_o rts/dist/build/posix/OSThreads.l_dyn_o rts/dist/build/posix/Select.l_dyn_o rts/dist/build/posix/Signals.l_dyn_o rts/dist/build/posix/TTY.l_dyn_o rts/dist/build/Apply.l_dyn_o rts/dist/build/Exception.l_dyn_o rts/dist/build/HeapStackCheck.l_dyn_o rts/dist/build/PrimOps.l_dyn_o rts/dist/build/StgMiscClosures.l_dyn_o rts/dist/build/StgStartup.l_dyn_o rts/dist/build/StgStdThunks.l_dyn_o rts/dist/build/Updates.l_dyn_o rts/dist/build/AutoApply.l_dyn_o -fPIC -dynamic -eventlog -H32m -O -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key rts -dcmm-lint -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -O2 -o rts/dist/build/libHSrts_l-ghc7.10.3.so "rm" -f libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3_p.a libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/integer-gmp2/dist-install/build -hidir libraries/integer-gmp2/dist-install/build -stubdir libraries/integer-gmp2/dist-install/build -split-objs -c libraries/integer-gmp2/src//GHC/Integer/Type.hs -o libraries/integer-gmp2/dist-install/build/GHC/Integer/Type.p_o -dyno libraries/integer-gmp2/dist-install/build/GHC/Integer/Type.dyn_o /tmp/work/lang/ghc7/work/.tools/bin/find libraries/ghc-prim/dist-install/build/GHC/CString_p_o_split libraries/ghc-prim/dist-install/build/GHC/Classes_p_o_split libraries/ghc-prim/dist-install/build/GHC/Debug_p_o_split libraries/ghc-prim/dist-install/build/GHC/IntWord64_p_o_split libraries/ghc-prim/dist-install/build/GHC/Magic_p_o_split libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers_p_o_split libraries/ghc-prim/dist-install/build/GHC/Tuple_p_o_split libraries/ghc-prim/dist-install/build/GHC/Types_p_o_split -name '*.p_o' -print >> libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3_p.a.contents echo libraries/ghc-prim/dist-install/build/cbits/atomic.p_o libraries/ghc-prim/dist-install/build/cbits/bswap.p_o libraries/ghc-prim/dist-install/build/cbits/clz.p_o libraries/ghc-prim/dist-install/build/cbits/ctz.p_o libraries/ghc-prim/dist-install/build/cbits/debug.p_o libraries/ghc-prim/dist-install/build/cbits/longlong.p_o libraries/ghc-prim/dist-install/build/cbits/popcnt.p_o libraries/ghc-prim/dist-install/build/cbits/word2float.p_o >> libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3_p.a.contents "ar" q libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3_p.a @libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3_p.a.contents ar: creating libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3_p.a "rm" -f libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3_p.a.contents "rm" -f libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3.a libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3.a.contents "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/integer-gmp2/dist-install/build -hidir libraries/integer-gmp2/dist-install/build -stubdir libraries/integer-gmp2/dist-install/build -split-objs -dynamic-too -c libraries/integer-gmp2/src//GHC/Integer/Type.hs -o libraries/integer-gmp2/dist-install/build/GHC/Integer/Type.o -dyno libraries/integer-gmp2/dist-install/build/GHC/Integer/Type.dyn_o /tmp/work/lang/ghc7/work/.tools/bin/find libraries/ghc-prim/dist-install/build/GHC/CString_o_split libraries/ghc-prim/dist-install/build/GHC/Classes_o_split libraries/ghc-prim/dist-install/build/GHC/Debug_o_split libraries/ghc-prim/dist-install/build/GHC/IntWord64_o_split libraries/ghc-prim/dist-install/build/GHC/Magic_o_split libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers_o_split libraries/ghc-prim/dist-install/build/GHC/Tuple_o_split libraries/ghc-prim/dist-install/build/GHC/Types_o_split -name '*.o' -print >> libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3.a.contents "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-key rts -this-package-key ghc-prim -XHaskell2010 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/ghc-prim/dist-install/build/GHC/CString.dyn_o libraries/ghc-prim/dist-install/build/GHC/Classes.dyn_o libraries/ghc-prim/dist-install/build/GHC/Debug.dyn_o libraries/ghc-prim/dist-install/build/GHC/IntWord64.dyn_o libraries/ghc-prim/dist-install/build/GHC/Magic.dyn_o libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.dyn_o libraries/ghc-prim/dist-install/build/GHC/Tuple.dyn_o libraries/ghc-prim/dist-install/build/GHC/Types.dyn_o libraries/ghc-prim/dist-install/build/cbits/atomic.dyn_o libraries/ghc-prim/dist-install/build/cbits/bswap.dyn_o libraries/ghc-prim/dist-install/build/cbits/clz.dyn_o libraries/ghc-prim/dist-install/build/cbits/ctz.dyn_o libraries/ghc-prim/dist-install/build/cbits/debug.dyn_o libraries/ghc-prim/dist-install/build/cbits/longlong.dyn_o libraries/ghc-prim/dist-install/build/cbits/popcnt.dyn_o libraries/ghc-prim/dist-install/build/cbits/word2float.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3-ghc7.10.3.so -no-auto-link-packages -o libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3-ghc7.10.3.so echo libraries/ghc-prim/dist-install/build/cbits/atomic.o libraries/ghc-prim/dist-install/build/cbits/bswap.o libraries/ghc-prim/dist-install/build/cbits/clz.o libraries/ghc-prim/dist-install/build/cbits/ctz.o libraries/ghc-prim/dist-install/build/cbits/debug.o libraries/ghc-prim/dist-install/build/cbits/longlong.o libraries/ghc-prim/dist-install/build/cbits/popcnt.o libraries/ghc-prim/dist-install/build/cbits/word2float.o >> libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3.a.contents "ar" q libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3.a @libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3.a.contents ar: creating libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3.a Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "rm" -f libraries/ghc-prim/dist-install/build/libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/integer-gmp2/dist-install/build -hidir libraries/integer-gmp2/dist-install/build -stubdir libraries/integer-gmp2/dist-install/build -split-objs -c libraries/integer-gmp2/src//GHC/Integer.hs -o libraries/integer-gmp2/dist-install/build/GHC/Integer.p_o -dyno libraries/integer-gmp2/dist-install/build/GHC/Integer.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/integer-gmp2/dist-install/build -hidir libraries/integer-gmp2/dist-install/build -stubdir libraries/integer-gmp2/dist-install/build -split-objs -c libraries/integer-gmp2/src//GHC/Integer/Logarithms.hs -o libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms.p_o -dyno libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Err.hs -o libraries/base/dist-install/build/GHC/Err.p_o -dyno libraries/base/dist-install/build/GHC/Err.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/integer-gmp2/dist-install/build -hidir libraries/integer-gmp2/dist-install/build -stubdir libraries/integer-gmp2/dist-install/build -split-objs -c libraries/integer-gmp2/src//GHC/Integer/GMP/Internals.hs -o libraries/integer-gmp2/dist-install/build/GHC/Integer/GMP/Internals.p_o -dyno libraries/integer-gmp2/dist-install/build/GHC/Integer/GMP/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Unsafe/Coerce.hs -o libraries/base/dist-install/build/Unsafe/Coerce.p_o -dyno libraries/base/dist-install/build/Unsafe/Coerce.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/integer-gmp2/dist-install/build -hidir libraries/integer-gmp2/dist-install/build -stubdir libraries/integer-gmp2/dist-install/build -split-objs -c libraries/integer-gmp2/src//GHC/Integer/Logarithms/Internals.hs -o libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms/Internals.p_o -dyno libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Base.hs -o libraries/base/dist-install/build/GHC/Base.p_o -dyno libraries/base/dist-install/build/GHC/Base.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/integer-gmp2/dist-install/build -hidir libraries/integer-gmp2/dist-install/build -stubdir libraries/integer-gmp2/dist-install/build -split-objs -dynamic-too -c libraries/integer-gmp2/src//GHC/Integer.hs -o libraries/integer-gmp2/dist-install/build/GHC/Integer.o -dyno libraries/integer-gmp2/dist-install/build/GHC/Integer.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/integer-gmp2/dist-install/build -hidir libraries/integer-gmp2/dist-install/build -stubdir libraries/integer-gmp2/dist-install/build -split-objs -dynamic-too -c libraries/integer-gmp2/src//GHC/Integer/Logarithms.hs -o libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms.o -dyno libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms.dyn_o "rm" -f libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS_p.a libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/integer-gmp2/dist-install/build/GHC/Integer_p_o_split libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms_p_o_split libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms/Internals_p_o_split libraries/integer-gmp2/dist-install/build/GHC/Integer/GMP/Internals_p_o_split libraries/integer-gmp2/dist-install/build/GHC/Integer/Type_p_o_split -name '*.p_o' -print >> libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS_p.a.contents echo libraries/integer-gmp2/dist-install/build/cbits/wrappers.p_o >> libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS_p.a.contents "ar" q libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS_p.a @libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS_p.a.contents ar: creating libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS_p.a "rm" -f libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS_p.a.contents "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Err.hs -o libraries/base/dist-install/build/GHC/Err.o -dyno libraries/base/dist-install/build/GHC/Err.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/integer-gmp2/dist-install/build -hidir libraries/integer-gmp2/dist-install/build -stubdir libraries/integer-gmp2/dist-install/build -split-objs -dynamic-too -c libraries/integer-gmp2/src//GHC/Integer/GMP/Internals.hs -o libraries/integer-gmp2/dist-install/build/GHC/Integer/GMP/Internals.o -dyno libraries/integer-gmp2/dist-install/build/GHC/Integer/GMP/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Unsafe/Coerce.hs -o libraries/base/dist-install/build/Unsafe/Coerce.o -dyno libraries/base/dist-install/build/Unsafe/Coerce.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/integer-gmp2/dist-install/build -hidir libraries/integer-gmp2/dist-install/build -stubdir libraries/integer-gmp2/dist-install/build -split-objs -dynamic-too -c libraries/integer-gmp2/src//GHC/Integer/Logarithms/Internals.hs -o libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms/Internals.o -dyno libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Base.hs -o libraries/base/dist-install/build/GHC/Base.o -dyno libraries/base/dist-install/build/GHC/Base.dyn_o "rm" -f libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS.a libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/integer-gmp2/dist-install/build/GHC/Integer_o_split libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms_o_split libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms/Internals_o_split libraries/integer-gmp2/dist-install/build/GHC/Integer/GMP/Internals_o_split libraries/integer-gmp2/dist-install/build/GHC/Integer/Type_o_split -name '*.o' -print >> libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS.a.contents "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/integer-gmp2/dist-install/build -hidir libraries/integer-gmp2/dist-install/build -stubdir libraries/integer-gmp2/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -hide-all-packages -i -ilibraries/integer-gmp2/src/ -ilibraries/integer-gmp2/dist-install/build -ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/dist-install/build -Ilibraries/integer-gmp2/dist-install/build/autogen -Ilibraries/integer-gmp2/include -I/usr/pkg/include -optP-include -optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -this-package-key integer-gmp -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/integer-gmp2/dist-install/build/GHC/Integer.dyn_o libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms.dyn_o libraries/integer-gmp2/dist-install/build/GHC/Integer/Logarithms/Internals.dyn_o libraries/integer-gmp2/dist-install/build/GHC/Integer/GMP/Internals.dyn_o libraries/integer-gmp2/dist-install/build/GHC/Integer/Type.dyn_o libraries/integer-gmp2/dist-install/build/cbits/wrappers.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS-ghc7.10.3.so -lgmp -L/usr/pkg/lib -no-auto-link-packages -o libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS-ghc7.10.3.so echo libraries/integer-gmp2/dist-install/build/cbits/wrappers.o >> libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS.a.contents "ar" q libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS.a @libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS.a.contents ar: creating libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS.a Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "rm" -f libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Num.hs -o libraries/base/dist-install/build/GHC/Num.p_o -dyno libraries/base/dist-install/build/GHC/Num.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Maybe.hs -o libraries/base/dist-install/build/Data/Maybe.p_o -dyno libraries/base/dist-install/build/Data/Maybe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Float/ConversionUtils.hs -o libraries/base/dist-install/build/GHC/Float/ConversionUtils.p_o -dyno libraries/base/dist-install/build/GHC/Float/ConversionUtils.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Bool.hs -o libraries/base/dist-install/build/Data/Bool.p_o -dyno libraries/base/dist-install/build/Data/Bool.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Eq.hs -o libraries/base/dist-install/build/Data/Eq.p_o -dyno libraries/base/dist-install/build/Data/Eq.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Tuple.hs -o libraries/base/dist-install/build/Data/Tuple.p_o -dyno libraries/base/dist-install/build/Data/Tuple.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Functor.hs -o libraries/base/dist-install/build/Data/Functor.p_o -dyno libraries/base/dist-install/build/Data/Functor.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Event/Arr.hs -o libraries/base/dist-install/build/GHC/Event/Arr.p_o -dyno libraries/base/dist-install/build/GHC/Event/Arr.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Function.hs -o libraries/base/dist-install/build/Data/Function.p_o -dyno libraries/base/dist-install/build/Data/Function.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Coerce.hs -o libraries/base/dist-install/build/Data/Coerce.p_o -dyno libraries/base/dist-install/build/Data/Coerce.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/ConsoleHandler.hs -o libraries/base/dist-install/build/GHC/ConsoleHandler.p_o -dyno libraries/base/dist-install/build/GHC/ConsoleHandler.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Constants.hs -o libraries/base/dist-install/build/GHC/Constants.p_o -dyno libraries/base/dist-install/build/GHC/Constants.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/GHCi.hs -o libraries/base/dist-install/build/GHC/GHCi.p_o -dyno libraries/base/dist-install/build/GHC/GHCi.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Encoding/CodePage.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/CodePage.p_o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/CodePage.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/PArr.hs -o libraries/base/dist-install/build/GHC/PArr.p_o -dyno libraries/base/dist-install/build/GHC/PArr.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Profiling.hs -o libraries/base/dist-install/build/GHC/Profiling.p_o -dyno libraries/base/dist-install/build/GHC/Profiling.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Type/Bool.hs -o libraries/base/dist-install/build/Data/Type/Bool.p_o -dyno libraries/base/dist-install/build/Data/Type/Bool.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/List.hs -o libraries/base/dist-install/build/GHC/List.p_o -dyno libraries/base/dist-install/build/GHC/List.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Float/RealFracMethods.hs -o libraries/base/dist-install/build/GHC/Float/RealFracMethods.p_o -dyno libraries/base/dist-install/build/GHC/Float/RealFracMethods.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Num.hs -o libraries/base/dist-install/build/GHC/Num.o -dyno libraries/base/dist-install/build/GHC/Num.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Maybe.hs -o libraries/base/dist-install/build/Data/Maybe.o -dyno libraries/base/dist-install/build/Data/Maybe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Float/ConversionUtils.hs -o libraries/base/dist-install/build/GHC/Float/ConversionUtils.o -dyno libraries/base/dist-install/build/GHC/Float/ConversionUtils.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Bool.hs -o libraries/base/dist-install/build/Data/Bool.o -dyno libraries/base/dist-install/build/Data/Bool.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Tuple.hs -o libraries/base/dist-install/build/Data/Tuple.o -dyno libraries/base/dist-install/build/Data/Tuple.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Functor.hs -o libraries/base/dist-install/build/Data/Functor.o -dyno libraries/base/dist-install/build/Data/Functor.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Eq.hs -o libraries/base/dist-install/build/Data/Eq.o -dyno libraries/base/dist-install/build/Data/Eq.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Event/Arr.hs -o libraries/base/dist-install/build/GHC/Event/Arr.o -dyno libraries/base/dist-install/build/GHC/Event/Arr.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Function.hs -o libraries/base/dist-install/build/Data/Function.o -dyno libraries/base/dist-install/build/Data/Function.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Coerce.hs -o libraries/base/dist-install/build/Data/Coerce.o -dyno libraries/base/dist-install/build/Data/Coerce.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/ConsoleHandler.hs -o libraries/base/dist-install/build/GHC/ConsoleHandler.o -dyno libraries/base/dist-install/build/GHC/ConsoleHandler.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Constants.hs -o libraries/base/dist-install/build/GHC/Constants.o -dyno libraries/base/dist-install/build/GHC/Constants.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/GHCi.hs -o libraries/base/dist-install/build/GHC/GHCi.o -dyno libraries/base/dist-install/build/GHC/GHCi.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Encoding/CodePage.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/CodePage.o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/CodePage.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/PArr.hs -o libraries/base/dist-install/build/GHC/PArr.o -dyno libraries/base/dist-install/build/GHC/PArr.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Profiling.hs -o libraries/base/dist-install/build/GHC/Profiling.o -dyno libraries/base/dist-install/build/GHC/Profiling.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Type/Bool.hs -o libraries/base/dist-install/build/Data/Type/Bool.o -dyno libraries/base/dist-install/build/Data/Type/Bool.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/List.hs -o libraries/base/dist-install/build/GHC/List.o -dyno libraries/base/dist-install/build/GHC/List.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Float/RealFracMethods.hs -o libraries/base/dist-install/build/GHC/Float/RealFracMethods.o -dyno libraries/base/dist-install/build/GHC/Float/RealFracMethods.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Show.hs -o libraries/base/dist-install/build/GHC/Show.p_o -dyno libraries/base/dist-install/build/GHC/Show.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Show.hs -o libraries/base/dist-install/build/GHC/Show.o -dyno libraries/base/dist-install/build/GHC/Show.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Char.hs -o libraries/base/dist-install/build/GHC/Char.p_o -dyno libraries/base/dist-install/build/GHC/Char.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/ST.hs -o libraries/base/dist-install/build/GHC/ST.p_o -dyno libraries/base/dist-install/build/GHC/ST.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Text/Show.hs -o libraries/base/dist-install/build/Text/Show.p_o -dyno libraries/base/dist-install/build/Text/Show.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Enum.hs -o libraries/base/dist-install/build/GHC/Enum.p_o -dyno libraries/base/dist-install/build/GHC/Enum.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Char.hs -o libraries/base/dist-install/build/GHC/Char.o -dyno libraries/base/dist-install/build/GHC/Char.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/ST.hs -o libraries/base/dist-install/build/GHC/ST.o -dyno libraries/base/dist-install/build/GHC/ST.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Text/Show.hs -o libraries/base/dist-install/build/Text/Show.o -dyno libraries/base/dist-install/build/Text/Show.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Enum.hs -o libraries/base/dist-install/build/GHC/Enum.o -dyno libraries/base/dist-install/build/GHC/Enum.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/STRef.hs -o libraries/base/dist-install/build/GHC/STRef.p_o -dyno libraries/base/dist-install/build/GHC/STRef.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/STRef.hs -o libraries/base/dist-install/build/GHC/STRef.o -dyno libraries/base/dist-install/build/GHC/STRef.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Real.hs -o libraries/base/dist-install/build/GHC/Real.p_o -dyno libraries/base/dist-install/build/GHC/Real.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Real.hs -o libraries/base/dist-install/build/GHC/Real.o -dyno libraries/base/dist-install/build/GHC/Real.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Arr.hs -o libraries/base/dist-install/build/GHC/Arr.p_o -dyno libraries/base/dist-install/build/GHC/Arr.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Unicode.hs -o libraries/base/dist-install/build/GHC/Unicode.p_o -dyno libraries/base/dist-install/build/GHC/Unicode.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Bits.hs -o libraries/base/dist-install/build/Data/Bits.p_o -dyno libraries/base/dist-install/build/Data/Bits.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Arr.hs -o libraries/base/dist-install/build/GHC/Arr.o -dyno libraries/base/dist-install/build/GHC/Arr.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Bits.hs -o libraries/base/dist-install/build/Data/Bits.o -dyno libraries/base/dist-install/build/Data/Bits.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Unicode.hs -o libraries/base/dist-install/build/GHC/Unicode.o -dyno libraries/base/dist-install/build/GHC/Unicode.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Text/ParserCombinators/ReadP.hs -o libraries/base/dist-install/build/Text/ParserCombinators/ReadP.p_o -dyno libraries/base/dist-install/build/Text/ParserCombinators/ReadP.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Text/ParserCombinators/ReadP.hs -o libraries/base/dist-install/build/Text/ParserCombinators/ReadP.o -dyno libraries/base/dist-install/build/Text/ParserCombinators/ReadP.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Text/Read/Lex.hs -o libraries/base/dist-install/build/Text/Read/Lex.p_o -dyno libraries/base/dist-install/build/Text/Read/Lex.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Text/ParserCombinators/ReadPrec.hs -o libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec.p_o -dyno libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Text/Read/Lex.hs -o libraries/base/dist-install/build/Text/Read/Lex.o -dyno libraries/base/dist-install/build/Text/Read/Lex.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Text/ParserCombinators/ReadPrec.hs -o libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec.o -dyno libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Float.hs -o libraries/base/dist-install/build/GHC/Float.p_o -dyno libraries/base/dist-install/build/GHC/Float.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Float.hs -o libraries/base/dist-install/build/GHC/Float.o -dyno libraries/base/dist-install/build/GHC/Float.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Read.hs -o libraries/base/dist-install/build/GHC/Read.p_o -dyno libraries/base/dist-install/build/GHC/Read.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Read.hs -o libraries/base/dist-install/build/GHC/Read.o -dyno libraries/base/dist-install/build/GHC/Read.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Numeric.hs -o libraries/base/dist-install/build/Numeric.p_o -dyno libraries/base/dist-install/build/Numeric.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Word.hs -o libraries/base/dist-install/build/GHC/Word.p_o -dyno libraries/base/dist-install/build/GHC/Word.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Proxy.hs -o libraries/base/dist-install/build/Data/Proxy.p_o -dyno libraries/base/dist-install/build/Data/Proxy.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Type/Equality.hs -o libraries/base/dist-install/build/Data/Type/Equality.p_o -dyno libraries/base/dist-install/build/Data/Type/Equality.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Ord.hs -o libraries/base/dist-install/build/Data/Ord.p_o -dyno libraries/base/dist-install/build/Data/Ord.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Char.hs -o libraries/base/dist-install/build/Data/Char.p_o -dyno libraries/base/dist-install/build/Data/Char.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/IOMode.hs -o libraries/base/dist-install/build/GHC/IO/IOMode.p_o -dyno libraries/base/dist-install/build/GHC/IO/IOMode.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Ptr.hs -o libraries/base/dist-install/build/GHC/Ptr.p_o -dyno libraries/base/dist-install/build/GHC/Ptr.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Type/Coercion.hs -o libraries/base/dist-install/build/Data/Type/Coercion.p_o -dyno libraries/base/dist-install/build/Data/Type/Coercion.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Type/Equality.hs -o libraries/base/dist-install/build/Data/Type/Equality.o -dyno libraries/base/dist-install/build/Data/Type/Equality.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Numeric.hs -o libraries/base/dist-install/build/Numeric.o -dyno libraries/base/dist-install/build/Numeric.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Word.hs -o libraries/base/dist-install/build/GHC/Word.o -dyno libraries/base/dist-install/build/GHC/Word.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Proxy.hs -o libraries/base/dist-install/build/Data/Proxy.o -dyno libraries/base/dist-install/build/Data/Proxy.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Ord.hs -o libraries/base/dist-install/build/Data/Ord.o -dyno libraries/base/dist-install/build/Data/Ord.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Char.hs -o libraries/base/dist-install/build/Data/Char.o -dyno libraries/base/dist-install/build/Data/Char.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/IOMode.hs -o libraries/base/dist-install/build/GHC/IO/IOMode.o -dyno libraries/base/dist-install/build/GHC/IO/IOMode.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Category.hs -o libraries/base/dist-install/build/Control/Category.p_o -dyno libraries/base/dist-install/build/Control/Category.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/TypeLits.hs -o libraries/base/dist-install/build/GHC/TypeLits.p_o -dyno libraries/base/dist-install/build/GHC/TypeLits.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Pack.hs -o libraries/base/dist-install/build/GHC/Pack.p_o -dyno libraries/base/dist-install/build/GHC/Pack.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Type/Coercion.hs -o libraries/base/dist-install/build/Data/Type/Coercion.o -dyno libraries/base/dist-install/build/Data/Type/Coercion.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Ptr.hs -o libraries/base/dist-install/build/GHC/Ptr.o -dyno libraries/base/dist-install/build/GHC/Ptr.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/TypeLits.hs -o libraries/base/dist-install/build/GHC/TypeLits.o -dyno libraries/base/dist-install/build/GHC/TypeLits.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IP.hs -o libraries/base/dist-install/build/GHC/IP.p_o -dyno libraries/base/dist-install/build/GHC/IP.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Pack.hs -o libraries/base/dist-install/build/GHC/Pack.o -dyno libraries/base/dist-install/build/GHC/Pack.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Category.hs -o libraries/base/dist-install/build/Control/Category.o -dyno libraries/base/dist-install/build/Control/Category.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/OldList.hs -o libraries/base/dist-install/build/Data/OldList.p_o -dyno libraries/base/dist-install/build/Data/OldList.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IP.hs -o libraries/base/dist-install/build/GHC/IP.o -dyno libraries/base/dist-install/build/GHC/IP.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/OldList.hs -o libraries/base/dist-install/build/Data/OldList.o -dyno libraries/base/dist-install/build/Data/OldList.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/OldList.hs -o libraries/base/dist-install/build/GHC/OldList.p_o -dyno libraries/base/dist-install/build/GHC/OldList.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Fingerprint/Type.hs -o libraries/base/dist-install/build/GHC/Fingerprint/Type.p_o -dyno libraries/base/dist-install/build/GHC/Fingerprint/Type.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Word.hs -o libraries/base/dist-install/build/Data/Word.p_o -dyno libraries/base/dist-install/build/Data/Word.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/dist-install/build/GHC/Event/Clock.hs -o libraries/base/dist-install/build/GHC/Event/Clock.p_o -dyno libraries/base/dist-install/build/GHC/Event/Clock.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Fingerprint.hs-boot -o libraries/base/dist-install/build/GHC/Fingerprint.p_o-boot -dyno libraries/base/dist-install/build/GHC/Fingerprint.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Typeable/Internal.hs -o libraries/base/dist-install/build/Data/Typeable/Internal.p_o -dyno libraries/base/dist-install/build/Data/Typeable/Internal.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Fingerprint/Type.hs -o libraries/base/dist-install/build/GHC/Fingerprint/Type.o -dyno libraries/base/dist-install/build/GHC/Fingerprint/Type.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Word.hs -o libraries/base/dist-install/build/Data/Word.o -dyno libraries/base/dist-install/build/Data/Word.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/dist-install/build/GHC/Event/Clock.hs -o libraries/base/dist-install/build/GHC/Event/Clock.o -dyno libraries/base/dist-install/build/GHC/Event/Clock.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/OldList.hs -o libraries/base/dist-install/build/GHC/OldList.o -dyno libraries/base/dist-install/build/GHC/OldList.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Fingerprint.hs-boot -o libraries/base/dist-install/build/GHC/Fingerprint.o-boot -dyno libraries/base/dist-install/build/GHC/Fingerprint.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Typeable/Internal.hs -o libraries/base/dist-install/build/Data/Typeable/Internal.o -dyno libraries/base/dist-install/build/Data/Typeable/Internal.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Typeable.hs -o libraries/base/dist-install/build/Data/Typeable.p_o -dyno libraries/base/dist-install/build/Data/Typeable.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Stable.hs -o libraries/base/dist-install/build/GHC/Stable.p_o -dyno libraries/base/dist-install/build/GHC/Stable.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Exception.hs -o libraries/base/dist-install/build/GHC/Exception.p_o -dyno libraries/base/dist-install/build/GHC/Exception.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Either.hs -o libraries/base/dist-install/build/Data/Either.p_o -dyno libraries/base/dist-install/build/Data/Either.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Int.hs -o libraries/base/dist-install/build/GHC/Int.p_o -dyno libraries/base/dist-install/build/GHC/Int.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/MVar.hs -o libraries/base/dist-install/build/GHC/MVar.p_o -dyno libraries/base/dist-install/build/GHC/MVar.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Weak.hs -o libraries/base/dist-install/build/GHC/Weak.p_o -dyno libraries/base/dist-install/build/GHC/Weak.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/StablePtr.hs -o libraries/base/dist-install/build/Foreign/StablePtr.p_o -dyno libraries/base/dist-install/build/Foreign/StablePtr.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Typeable.hs -o libraries/base/dist-install/build/Data/Typeable.o -dyno libraries/base/dist-install/build/Data/Typeable.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Stable.hs -o libraries/base/dist-install/build/GHC/Stable.o -dyno libraries/base/dist-install/build/GHC/Stable.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Either.hs -o libraries/base/dist-install/build/Data/Either.o -dyno libraries/base/dist-install/build/Data/Either.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/MVar.hs -o libraries/base/dist-install/build/GHC/MVar.o -dyno libraries/base/dist-install/build/GHC/MVar.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Exception.hs -o libraries/base/dist-install/build/GHC/Exception.o -dyno libraries/base/dist-install/build/GHC/Exception.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Int.hs -o libraries/base/dist-install/build/GHC/Int.o -dyno libraries/base/dist-install/build/GHC/Int.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Weak.hs -o libraries/base/dist-install/build/GHC/Weak.o -dyno libraries/base/dist-install/build/GHC/Weak.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/StablePtr.hs -o libraries/base/dist-install/build/Foreign/StablePtr.o -dyno libraries/base/dist-install/build/Foreign/StablePtr.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Generics.hs -o libraries/base/dist-install/build/GHC/Generics.p_o -dyno libraries/base/dist-install/build/GHC/Generics.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Text/Read.hs -o libraries/base/dist-install/build/Text/Read.p_o -dyno libraries/base/dist-install/build/Text/Read.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Exception.hs-boot -o libraries/base/dist-install/build/GHC/IO/Exception.p_o-boot -dyno libraries/base/dist-install/build/GHC/IO/Exception.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Dynamic.hs -o libraries/base/dist-install/build/Data/Dynamic.p_o -dyno libraries/base/dist-install/build/Data/Dynamic.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO.hs -o libraries/base/dist-install/build/GHC/IO.p_o -dyno libraries/base/dist-install/build/GHC/IO.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Text/Read.hs -o libraries/base/dist-install/build/Text/Read.o -dyno libraries/base/dist-install/build/Text/Read.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Generics.hs -o libraries/base/dist-install/build/GHC/Generics.o -dyno libraries/base/dist-install/build/GHC/Generics.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Exception.hs-boot -o libraries/base/dist-install/build/GHC/IO/Exception.o-boot -dyno libraries/base/dist-install/build/GHC/IO/Exception.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Dynamic.hs -o libraries/base/dist-install/build/Data/Dynamic.o -dyno libraries/base/dist-install/build/Data/Dynamic.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO.hs -o libraries/base/dist-install/build/GHC/IO.o -dyno libraries/base/dist-install/build/GHC/IO.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IORef.hs -o libraries/base/dist-install/build/GHC/IORef.p_o -dyno libraries/base/dist-install/build/GHC/IORef.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Device.hs -o libraries/base/dist-install/build/GHC/IO/Device.p_o -dyno libraries/base/dist-install/build/GHC/IO/Device.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IOArray.hs -o libraries/base/dist-install/build/GHC/IOArray.p_o -dyno libraries/base/dist-install/build/GHC/IOArray.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/Marshal/Unsafe.hs -o libraries/base/dist-install/build/Foreign/Marshal/Unsafe.p_o -dyno libraries/base/dist-install/build/Foreign/Marshal/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/IORef.hs -o libraries/base/dist-install/build/Data/IORef.p_o -dyno libraries/base/dist-install/build/Data/IORef.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Device.hs -o libraries/base/dist-install/build/GHC/IO/Device.o -dyno libraries/base/dist-install/build/GHC/IO/Device.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IORef.hs -o libraries/base/dist-install/build/GHC/IORef.o -dyno libraries/base/dist-install/build/GHC/IORef.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IOArray.hs -o libraries/base/dist-install/build/GHC/IOArray.o -dyno libraries/base/dist-install/build/GHC/IOArray.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/Marshal/Unsafe.hs -o libraries/base/dist-install/build/Foreign/Marshal/Unsafe.o -dyno libraries/base/dist-install/build/Foreign/Marshal/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/IORef.hs -o libraries/base/dist-install/build/Data/IORef.o -dyno libraries/base/dist-install/build/Data/IORef.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Storable.hs -o libraries/base/dist-install/build/GHC/Storable.p_o -dyno libraries/base/dist-install/build/GHC/Storable.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Int.hs -o libraries/base/dist-install/build/Data/Int.p_o -dyno libraries/base/dist-install/build/Data/Int.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/Storable.hs -o libraries/base/dist-install/build/Foreign/Storable.p_o -dyno libraries/base/dist-install/build/Foreign/Storable.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Storable.hs -o libraries/base/dist-install/build/GHC/Storable.o -dyno libraries/base/dist-install/build/GHC/Storable.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Int.hs -o libraries/base/dist-install/build/Data/Int.o -dyno libraries/base/dist-install/build/Data/Int.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/Storable.hs -o libraries/base/dist-install/build/Foreign/Storable.o -dyno libraries/base/dist-install/build/Foreign/Storable.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/Ptr.hs -o libraries/base/dist-install/build/Foreign/Ptr.p_o -dyno libraries/base/dist-install/build/Foreign/Ptr.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/C/Types.hs -o libraries/base/dist-install/build/Foreign/C/Types.p_o -dyno libraries/base/dist-install/build/Foreign/C/Types.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/Ptr.hs -o libraries/base/dist-install/build/Foreign/Ptr.o -dyno libraries/base/dist-install/build/Foreign/Ptr.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/C/Types.hs -o libraries/base/dist-install/build/Foreign/C/Types.o -dyno libraries/base/dist-install/build/Foreign/C/Types.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Monoid.hs -o libraries/base/dist-install/build/Data/Monoid.p_o -dyno libraries/base/dist-install/build/Data/Monoid.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Monoid.hs -o libraries/base/dist-install/build/Data/Monoid.o -dyno libraries/base/dist-install/build/Data/Monoid.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Foldable.hs -o libraries/base/dist-install/build/Data/Foldable.p_o -dyno libraries/base/dist-install/build/Data/Foldable.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Foldable.hs -o libraries/base/dist-install/build/Data/Foldable.o -dyno libraries/base/dist-install/build/Data/Foldable.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/ForeignPtr.hs -o libraries/base/dist-install/build/GHC/ForeignPtr.p_o -dyno libraries/base/dist-install/build/GHC/ForeignPtr.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/ForeignPtr.hs -o libraries/base/dist-install/build/GHC/ForeignPtr.o -dyno libraries/base/dist-install/build/GHC/ForeignPtr.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/ForeignPtr/Imp.hs -o libraries/base/dist-install/build/Foreign/ForeignPtr/Imp.p_o -dyno libraries/base/dist-install/build/Foreign/ForeignPtr/Imp.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/Concurrent.hs -o libraries/base/dist-install/build/Foreign/Concurrent.p_o -dyno libraries/base/dist-install/build/Foreign/Concurrent.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/ForeignPtr/Imp.hs -o libraries/base/dist-install/build/Foreign/ForeignPtr/Imp.o -dyno libraries/base/dist-install/build/Foreign/ForeignPtr/Imp.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/Concurrent.hs -o libraries/base/dist-install/build/Foreign/Concurrent.o -dyno libraries/base/dist-install/build/Foreign/Concurrent.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/ForeignPtr.hs -o libraries/base/dist-install/build/Foreign/ForeignPtr.p_o -dyno libraries/base/dist-install/build/Foreign/ForeignPtr.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/ForeignPtr/Safe.hs -o libraries/base/dist-install/build/Foreign/ForeignPtr/Safe.p_o -dyno libraries/base/dist-install/build/Foreign/ForeignPtr/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/ForeignPtr/Unsafe.hs -o libraries/base/dist-install/build/Foreign/ForeignPtr/Unsafe.p_o -dyno libraries/base/dist-install/build/Foreign/ForeignPtr/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/ForeignPtr.hs -o libraries/base/dist-install/build/Foreign/ForeignPtr.o -dyno libraries/base/dist-install/build/Foreign/ForeignPtr.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/ForeignPtr/Unsafe.hs -o libraries/base/dist-install/build/Foreign/ForeignPtr/Unsafe.o -dyno libraries/base/dist-install/build/Foreign/ForeignPtr/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/ForeignPtr/Safe.hs -o libraries/base/dist-install/build/Foreign/ForeignPtr/Safe.o -dyno libraries/base/dist-install/build/Foreign/ForeignPtr/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Event/IntTable.hs -o libraries/base/dist-install/build/GHC/Event/IntTable.p_o -dyno libraries/base/dist-install/build/GHC/Event/IntTable.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Event/IntTable.hs -o libraries/base/dist-install/build/GHC/Event/IntTable.o -dyno libraries/base/dist-install/build/GHC/Event/IntTable.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Buffer.hs -o libraries/base/dist-install/build/GHC/IO/Buffer.p_o -dyno libraries/base/dist-install/build/GHC/IO/Buffer.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Event/Array.hs -o libraries/base/dist-install/build/GHC/Event/Array.p_o -dyno libraries/base/dist-install/build/GHC/Event/Array.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Encoding/Types.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Types.p_o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/Types.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/BufferedIO.hs -o libraries/base/dist-install/build/GHC/IO/BufferedIO.p_o -dyno libraries/base/dist-install/build/GHC/IO/BufferedIO.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Buffer.hs -o libraries/base/dist-install/build/GHC/IO/Buffer.o -dyno libraries/base/dist-install/build/GHC/IO/Buffer.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Event/Array.hs -o libraries/base/dist-install/build/GHC/Event/Array.o -dyno libraries/base/dist-install/build/GHC/Event/Array.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Handle/Types.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Types.p_o -dyno libraries/base/dist-install/build/GHC/IO/Handle/Types.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Encoding.hs-boot -o libraries/base/dist-install/build/GHC/IO/Encoding.p_o-boot -dyno libraries/base/dist-install/build/GHC/IO/Encoding.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Encoding/Types.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Types.o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/Types.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/BufferedIO.hs -o libraries/base/dist-install/build/GHC/IO/BufferedIO.o -dyno libraries/base/dist-install/build/GHC/IO/BufferedIO.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Handle/Types.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Types.o -dyno libraries/base/dist-install/build/GHC/IO/Handle/Types.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Encoding.hs-boot -o libraries/base/dist-install/build/GHC/IO/Encoding.o-boot -dyno libraries/base/dist-install/build/GHC/IO/Encoding.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Handle/FD.hs-boot -o libraries/base/dist-install/build/GHC/IO/Handle/FD.p_o-boot -dyno libraries/base/dist-install/build/GHC/IO/Handle/FD.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Handle.hs-boot -o libraries/base/dist-install/build/GHC/IO/Handle.p_o-boot -dyno libraries/base/dist-install/build/GHC/IO/Handle.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Exception.hs -o libraries/base/dist-install/build/GHC/IO/Exception.p_o -dyno libraries/base/dist-install/build/GHC/IO/Exception.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Handle/FD.hs-boot -o libraries/base/dist-install/build/GHC/IO/Handle/FD.o-boot -dyno libraries/base/dist-install/build/GHC/IO/Handle/FD.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Handle.hs-boot -o libraries/base/dist-install/build/GHC/IO/Handle.o-boot -dyno libraries/base/dist-install/build/GHC/IO/Handle.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Exception.hs -o libraries/base/dist-install/build/GHC/IO/Exception.o -dyno libraries/base/dist-install/build/GHC/IO/Exception.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/Marshal/Alloc.hs -o libraries/base/dist-install/build/Foreign/Marshal/Alloc.p_o -dyno libraries/base/dist-install/build/Foreign/Marshal/Alloc.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Encoding/Failure.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Failure.p_o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/Failure.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/Marshal/Error.hs -o libraries/base/dist-install/build/Foreign/Marshal/Error.p_o -dyno libraries/base/dist-install/build/Foreign/Marshal/Error.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Encoding/UTF8.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF8.p_o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/UTF8.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Encoding/UTF32.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF32.p_o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/UTF32.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Encoding/UTF16.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF16.p_o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/UTF16.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Encoding/Latin1.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Latin1.p_o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/Latin1.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/Marshal/Utils.hs -o libraries/base/dist-install/build/Foreign/Marshal/Utils.p_o -dyno libraries/base/dist-install/build/Foreign/Marshal/Utils.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/Marshal/Array.hs -o libraries/base/dist-install/build/Foreign/Marshal/Array.p_o -dyno libraries/base/dist-install/build/Foreign/Marshal/Array.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/Marshal/Alloc.hs -o libraries/base/dist-install/build/Foreign/Marshal/Alloc.o -dyno libraries/base/dist-install/build/Foreign/Marshal/Alloc.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Encoding/Failure.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Failure.o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/Failure.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/Marshal/Error.hs -o libraries/base/dist-install/build/Foreign/Marshal/Error.o -dyno libraries/base/dist-install/build/Foreign/Marshal/Error.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Foreign.hs -o libraries/base/dist-install/build/GHC/Foreign.p_o -dyno libraries/base/dist-install/build/GHC/Foreign.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/Marshal/Pool.hs -o libraries/base/dist-install/build/Foreign/Marshal/Pool.p_o -dyno libraries/base/dist-install/build/Foreign/Marshal/Pool.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/Marshal/Utils.hs -o libraries/base/dist-install/build/Foreign/Marshal/Utils.o -dyno libraries/base/dist-install/build/Foreign/Marshal/Utils.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Encoding/UTF8.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF8.o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/UTF8.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Encoding/UTF32.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF32.o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/UTF32.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Encoding/UTF16.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF16.o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/UTF16.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Encoding/Latin1.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Latin1.o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/Latin1.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/Marshal/Array.hs -o libraries/base/dist-install/build/Foreign/Marshal/Array.o -dyno libraries/base/dist-install/build/Foreign/Marshal/Array.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/Marshal.hs -o libraries/base/dist-install/build/Foreign/Marshal.p_o -dyno libraries/base/dist-install/build/Foreign/Marshal.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/Marshal/Safe.hs -o libraries/base/dist-install/build/Foreign/Marshal/Safe.p_o -dyno libraries/base/dist-install/build/Foreign/Marshal/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/C/String.hs -o libraries/base/dist-install/build/Foreign/C/String.p_o -dyno libraries/base/dist-install/build/Foreign/C/String.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign.hs -o libraries/base/dist-install/build/Foreign.p_o -dyno libraries/base/dist-install/build/Foreign.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/Safe.hs -o libraries/base/dist-install/build/Foreign/Safe.p_o -dyno libraries/base/dist-install/build/Foreign/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Foreign.hs -o libraries/base/dist-install/build/GHC/Foreign.o -dyno libraries/base/dist-install/build/GHC/Foreign.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/Marshal/Pool.hs -o libraries/base/dist-install/build/Foreign/Marshal/Pool.o -dyno libraries/base/dist-install/build/Foreign/Marshal/Pool.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/C/Error.hs -o libraries/base/dist-install/build/Foreign/C/Error.p_o -dyno libraries/base/dist-install/build/Foreign/C/Error.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/Marshal.hs -o libraries/base/dist-install/build/Foreign/Marshal.o -dyno libraries/base/dist-install/build/Foreign/Marshal.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/Marshal/Safe.hs -o libraries/base/dist-install/build/Foreign/Marshal/Safe.o -dyno libraries/base/dist-install/build/Foreign/Marshal/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/C/String.hs -o libraries/base/dist-install/build/Foreign/C/String.o -dyno libraries/base/dist-install/build/Foreign/C/String.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign.hs -o libraries/base/dist-install/build/Foreign.o -dyno libraries/base/dist-install/build/Foreign.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/Safe.hs -o libraries/base/dist-install/build/Foreign/Safe.o -dyno libraries/base/dist-install/build/Foreign/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/C/Error.hs -o libraries/base/dist-install/build/Foreign/C/Error.o -dyno libraries/base/dist-install/build/Foreign/C/Error.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Foreign/C.hs -o libraries/base/dist-install/build/Foreign/C.p_o -dyno libraries/base/dist-install/build/Foreign/C.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Conc/Sync.hs -o libraries/base/dist-install/build/GHC/Conc/Sync.p_o -dyno libraries/base/dist-install/build/GHC/Conc/Sync.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./System/Posix/Types.hs -o libraries/base/dist-install/build/System/Posix/Types.p_o -dyno libraries/base/dist-install/build/System/Posix/Types.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Foreign/C.hs -o libraries/base/dist-install/build/Foreign/C.o -dyno libraries/base/dist-install/build/Foreign/C.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Conc/Sync.hs -o libraries/base/dist-install/build/GHC/Conc/Sync.o -dyno libraries/base/dist-install/build/GHC/Conc/Sync.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./System/Posix/Types.hs -o libraries/base/dist-install/build/System/Posix/Types.o -dyno libraries/base/dist-install/build/System/Posix/Types.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Exception/Base.hs -o libraries/base/dist-install/build/Control/Exception/Base.p_o -dyno libraries/base/dist-install/build/Control/Exception/Base.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Event/Unique.hs -o libraries/base/dist-install/build/GHC/Event/Unique.p_o -dyno libraries/base/dist-install/build/GHC/Event/Unique.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Event/PSQ.hs -o libraries/base/dist-install/build/GHC/Event/PSQ.p_o -dyno libraries/base/dist-install/build/GHC/Event/PSQ.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Exception/Base.hs -o libraries/base/dist-install/build/Control/Exception/Base.o -dyno libraries/base/dist-install/build/Control/Exception/Base.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Event/Unique.hs -o libraries/base/dist-install/build/GHC/Event/Unique.o -dyno libraries/base/dist-install/build/GHC/Event/Unique.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Event/PSQ.hs -o libraries/base/dist-install/build/GHC/Event/PSQ.o -dyno libraries/base/dist-install/build/GHC/Event/PSQ.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Exception.hs -o libraries/base/dist-install/build/Control/Exception.p_o -dyno libraries/base/dist-install/build/Control/Exception.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./System/IO/Error.hs -o libraries/base/dist-install/build/System/IO/Error.p_o -dyno libraries/base/dist-install/build/System/IO/Error.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Concurrent/MVar.hs -o libraries/base/dist-install/build/Control/Concurrent/MVar.p_o -dyno libraries/base/dist-install/build/Control/Concurrent/MVar.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./System/IO/Unsafe.hs -o libraries/base/dist-install/build/System/IO/Unsafe.p_o -dyno libraries/base/dist-install/build/System/IO/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Conc/Signal.hs -o libraries/base/dist-install/build/GHC/Conc/Signal.p_o -dyno libraries/base/dist-install/build/GHC/Conc/Signal.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Exception.hs -o libraries/base/dist-install/build/Control/Exception.o -dyno libraries/base/dist-install/build/Control/Exception.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./System/IO/Error.hs -o libraries/base/dist-install/build/System/IO/Error.o -dyno libraries/base/dist-install/build/System/IO/Error.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Concurrent/MVar.hs -o libraries/base/dist-install/build/Control/Concurrent/MVar.o -dyno libraries/base/dist-install/build/Control/Concurrent/MVar.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./System/IO/Unsafe.hs -o libraries/base/dist-install/build/System/IO/Unsafe.o -dyno libraries/base/dist-install/build/System/IO/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Conc/Signal.hs -o libraries/base/dist-install/build/GHC/Conc/Signal.o -dyno libraries/base/dist-install/build/GHC/Conc/Signal.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./System/Posix/Internals.hs -o libraries/base/dist-install/build/System/Posix/Internals.p_o -dyno libraries/base/dist-install/build/System/Posix/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Event/Internal.hs -o libraries/base/dist-install/build/GHC/Event/Internal.p_o -dyno libraries/base/dist-install/build/GHC/Event/Internal.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./System/Posix/Internals.hs -o libraries/base/dist-install/build/System/Posix/Internals.o -dyno libraries/base/dist-install/build/System/Posix/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Event/Internal.hs -o libraries/base/dist-install/build/GHC/Event/Internal.o -dyno libraries/base/dist-install/build/GHC/Event/Internal.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/dist-install/build/GHC/Event/Poll.hs -o libraries/base/dist-install/build/GHC/Event/Poll.p_o -dyno libraries/base/dist-install/build/GHC/Event/Poll.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/dist-install/build/GHC/Event/EPoll.hs -o libraries/base/dist-install/build/GHC/Event/EPoll.p_o -dyno libraries/base/dist-install/build/GHC/Event/EPoll.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/dist-install/build/GHC/Event/Poll.hs -o libraries/base/dist-install/build/GHC/Event/Poll.o -dyno libraries/base/dist-install/build/GHC/Event/Poll.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/dist-install/build/GHC/Event/EPoll.hs -o libraries/base/dist-install/build/GHC/Event/EPoll.o -dyno libraries/base/dist-install/build/GHC/Event/EPoll.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Encoding/Iconv.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Iconv.p_o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/Iconv.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Event/Control.hs -o libraries/base/dist-install/build/GHC/Event/Control.p_o -dyno libraries/base/dist-install/build/GHC/Event/Control.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/dist-install/build/GHC/Event/KQueue.hs -o libraries/base/dist-install/build/GHC/Event/KQueue.p_o -dyno libraries/base/dist-install/build/GHC/Event/KQueue.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Encoding.hs -o libraries/base/dist-install/build/GHC/IO/Encoding.p_o -dyno libraries/base/dist-install/build/GHC/IO/Encoding.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Event/TimerManager.hs -o libraries/base/dist-install/build/GHC/Event/TimerManager.p_o -dyno libraries/base/dist-install/build/GHC/Event/TimerManager.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Encoding/Iconv.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Iconv.o -dyno libraries/base/dist-install/build/GHC/IO/Encoding/Iconv.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Event/Control.hs -o libraries/base/dist-install/build/GHC/Event/Control.o -dyno libraries/base/dist-install/build/GHC/Event/Control.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/dist-install/build/GHC/Event/KQueue.hs -o libraries/base/dist-install/build/GHC/Event/KQueue.o -dyno libraries/base/dist-install/build/GHC/Event/KQueue.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Handle/Internals.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Internals.p_o -dyno libraries/base/dist-install/build/GHC/IO/Handle/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Environment.hs -o libraries/base/dist-install/build/GHC/Environment.p_o -dyno libraries/base/dist-install/build/GHC/Environment.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Encoding.hs -o libraries/base/dist-install/build/GHC/IO/Encoding.o -dyno libraries/base/dist-install/build/GHC/IO/Encoding.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Event/TimerManager.hs -o libraries/base/dist-install/build/GHC/Event/TimerManager.o -dyno libraries/base/dist-install/build/GHC/Event/TimerManager.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Event/Manager.hs -o libraries/base/dist-install/build/GHC/Event/Manager.p_o -dyno libraries/base/dist-install/build/GHC/Event/Manager.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Handle/Internals.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Internals.o -dyno libraries/base/dist-install/build/GHC/IO/Handle/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Environment.hs -o libraries/base/dist-install/build/GHC/Environment.o -dyno libraries/base/dist-install/build/GHC/Environment.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Event/Manager.hs -o libraries/base/dist-install/build/GHC/Event/Manager.o -dyno libraries/base/dist-install/build/GHC/Event/Manager.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Event/Thread.hs -o libraries/base/dist-install/build/GHC/Event/Thread.p_o -dyno libraries/base/dist-install/build/GHC/Event/Thread.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Conc/IO.hs -o libraries/base/dist-install/build/GHC/Conc/IO.p_o -dyno libraries/base/dist-install/build/GHC/Conc/IO.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Event.hs -o libraries/base/dist-install/build/GHC/Event.p_o -dyno libraries/base/dist-install/build/GHC/Event.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Event/Thread.hs -o libraries/base/dist-install/build/GHC/Event/Thread.o -dyno libraries/base/dist-install/build/GHC/Event/Thread.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/FD.hs -o libraries/base/dist-install/build/GHC/IO/FD.p_o -dyno libraries/base/dist-install/build/GHC/IO/FD.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Conc.hs -o libraries/base/dist-install/build/GHC/Conc.p_o -dyno libraries/base/dist-install/build/GHC/Conc.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Conc/IO.hs -o libraries/base/dist-install/build/GHC/Conc/IO.o -dyno libraries/base/dist-install/build/GHC/Conc/IO.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Event.hs -o libraries/base/dist-install/build/GHC/Event.o -dyno libraries/base/dist-install/build/GHC/Event.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/FD.hs -o libraries/base/dist-install/build/GHC/IO/FD.o -dyno libraries/base/dist-install/build/GHC/IO/FD.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Conc.hs -o libraries/base/dist-install/build/GHC/Conc.o -dyno libraries/base/dist-install/build/GHC/Conc.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Handle/Text.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Text.p_o -dyno libraries/base/dist-install/build/GHC/IO/Handle/Text.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Handle/Text.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Text.o -dyno libraries/base/dist-install/build/GHC/IO/Handle/Text.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Handle.hs -o libraries/base/dist-install/build/GHC/IO/Handle.p_o -dyno libraries/base/dist-install/build/GHC/IO/Handle.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Handle.hs -o libraries/base/dist-install/build/GHC/IO/Handle.o -dyno libraries/base/dist-install/build/GHC/IO/Handle.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/IO/Handle/FD.hs -o libraries/base/dist-install/build/GHC/IO/Handle/FD.p_o -dyno libraries/base/dist-install/build/GHC/IO/Handle/FD.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./System/IO.hs -o libraries/base/dist-install/build/System/IO.p_o -dyno libraries/base/dist-install/build/System/IO.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/TopHandler.hs -o libraries/base/dist-install/build/GHC/TopHandler.p_o -dyno libraries/base/dist-install/build/GHC/TopHandler.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/IO/Handle/FD.hs -o libraries/base/dist-install/build/GHC/IO/Handle/FD.o -dyno libraries/base/dist-install/build/GHC/IO/Handle/FD.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Monad/Fix.hs -o libraries/base/dist-install/build/Control/Monad/Fix.p_o -dyno libraries/base/dist-install/build/Control/Monad/Fix.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Fingerprint.hs -o libraries/base/dist-install/build/GHC/Fingerprint.p_o -dyno libraries/base/dist-install/build/GHC/Fingerprint.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./System/IO.hs -o libraries/base/dist-install/build/System/IO.o -dyno libraries/base/dist-install/build/System/IO.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/TopHandler.hs -o libraries/base/dist-install/build/GHC/TopHandler.o -dyno libraries/base/dist-install/build/GHC/TopHandler.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Arrow.hs -o libraries/base/dist-install/build/Control/Arrow.p_o -dyno libraries/base/dist-install/build/Control/Arrow.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Monad/Fix.hs -o libraries/base/dist-install/build/Control/Monad/Fix.o -dyno libraries/base/dist-install/build/Control/Monad/Fix.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Fingerprint.hs -o libraries/base/dist-install/build/GHC/Fingerprint.o -dyno libraries/base/dist-install/build/GHC/Fingerprint.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Arrow.hs -o libraries/base/dist-install/build/Control/Arrow.o -dyno libraries/base/dist-install/build/Control/Arrow.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Applicative.hs -o libraries/base/dist-install/build/Control/Applicative.p_o -dyno libraries/base/dist-install/build/Control/Applicative.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Applicative.hs -o libraries/base/dist-install/build/Control/Applicative.o -dyno libraries/base/dist-install/build/Control/Applicative.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Traversable.hs -o libraries/base/dist-install/build/Data/Traversable.p_o -dyno libraries/base/dist-install/build/Data/Traversable.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/List.hs -o libraries/base/dist-install/build/Data/List.p_o -dyno libraries/base/dist-install/build/Data/List.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Monad.hs -o libraries/base/dist-install/build/Control/Monad.p_o -dyno libraries/base/dist-install/build/Control/Monad.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Traversable.hs -o libraries/base/dist-install/build/Data/Traversable.o -dyno libraries/base/dist-install/build/Data/Traversable.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/String.hs -o libraries/base/dist-install/build/Data/String.p_o -dyno libraries/base/dist-install/build/Data/String.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Version.hs -o libraries/base/dist-install/build/Data/Version.p_o -dyno libraries/base/dist-install/build/Data/Version.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Prelude.hs -o libraries/base/dist-install/build/Prelude.p_o -dyno libraries/base/dist-install/build/Prelude.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/dist-install/build/GHC/RTS/Flags.hs -o libraries/base/dist-install/build/GHC/RTS/Flags.p_o -dyno libraries/base/dist-install/build/GHC/RTS/Flags.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/dist-install/build/GHC/Stats.hs -o libraries/base/dist-install/build/GHC/Stats.p_o -dyno libraries/base/dist-install/build/GHC/Stats.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Concurrent/QSemN.hs -o libraries/base/dist-install/build/Control/Concurrent/QSemN.p_o -dyno libraries/base/dist-install/build/Control/Concurrent/QSemN.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Concurrent/QSem.hs -o libraries/base/dist-install/build/Control/Concurrent/QSem.p_o -dyno libraries/base/dist-install/build/Control/Concurrent/QSem.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Concurrent/Chan.hs -o libraries/base/dist-install/build/Control/Concurrent/Chan.p_o -dyno libraries/base/dist-install/build/Control/Concurrent/Chan.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Monad/Instances.hs -o libraries/base/dist-install/build/Control/Monad/Instances.p_o -dyno libraries/base/dist-install/build/Control/Monad/Instances.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Monad/ST/Imp.hs -o libraries/base/dist-install/build/Control/Monad/ST/Imp.p_o -dyno libraries/base/dist-install/build/Control/Monad/ST/Imp.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Monad/Zip.hs -o libraries/base/dist-install/build/Control/Monad/Zip.p_o -dyno libraries/base/dist-install/build/Control/Monad/Zip.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Bifunctor.hs -o libraries/base/dist-install/build/Data/Bifunctor.p_o -dyno libraries/base/dist-install/build/Data/Bifunctor.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Ix.hs -o libraries/base/dist-install/build/Data/Ix.p_o -dyno libraries/base/dist-install/build/Data/Ix.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Ratio.hs -o libraries/base/dist-install/build/Data/Ratio.p_o -dyno libraries/base/dist-install/build/Data/Ratio.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/STRef.hs -o libraries/base/dist-install/build/Data/STRef.p_o -dyno libraries/base/dist-install/build/Data/STRef.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Unique.hs -o libraries/base/dist-install/build/Data/Unique.p_o -dyno libraries/base/dist-install/build/Data/Unique.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/SrcLoc.hs -o libraries/base/dist-install/build/GHC/SrcLoc.p_o -dyno libraries/base/dist-install/build/GHC/SrcLoc.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./System/Console/GetOpt.hs -o libraries/base/dist-install/build/System/Console/GetOpt.p_o -dyno libraries/base/dist-install/build/System/Console/GetOpt.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/dist-install/build/System/Environment/ExecutablePath.hs -o libraries/base/dist-install/build/System/Environment/ExecutablePath.p_o -dyno libraries/base/dist-install/build/System/Environment/ExecutablePath.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./System/Exit.hs -o libraries/base/dist-install/build/System/Exit.p_o -dyno libraries/base/dist-install/build/System/Exit.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./System/Mem.hs -o libraries/base/dist-install/build/System/Mem.p_o -dyno libraries/base/dist-install/build/System/Mem.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./System/Mem/StableName.hs -o libraries/base/dist-install/build/System/Mem/StableName.p_o -dyno libraries/base/dist-install/build/System/Mem/StableName.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./System/Mem/Weak.hs -o libraries/base/dist-install/build/System/Mem/Weak.p_o -dyno libraries/base/dist-install/build/System/Mem/Weak.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Text/Show/Functions.hs -o libraries/base/dist-install/build/Text/Show/Functions.p_o -dyno libraries/base/dist-install/build/Text/Show/Functions.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/UncheckedShifts.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Builder/Prim/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/Utils/StrictPair.hs -o libraries/containers/dist-install/build/Data/Utils/StrictPair.p_o -dyno libraries/containers/dist-install/build/Data/Utils/StrictPair.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/Utils/StrictFold.hs -o libraries/containers/dist-install/build/Data/Utils/StrictFold.p_o -dyno libraries/containers/dist-install/build/Data/Utils/StrictFold.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Clock/CTimeval.hs -o libraries/time/dist-install/build/Data/Time/Clock/CTimeval.p_o -dyno libraries/time/dist-install/build/Data/Time/Clock/CTimeval.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.p_o -dyno libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/SharedMem.hs -o libraries/unix/dist-install/build/System/Posix/SharedMem.p_o -dyno libraries/unix/dist-install/build/System/Posix/SharedMem.dyn_o libraries/time/lib/Data/Time/Clock/CTimeval.hs:18:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:19:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:22:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:23:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:24:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:25:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:35:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Resource.hs -o libraries/unix/dist-install/build/System/Posix/Resource.p_o -dyno libraries/unix/dist-install/build/System/Posix/Resource.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/User.hs -o libraries/unix/dist-install/build/System/Posix/User.p_o -dyno libraries/unix/dist-install/build/System/Posix/User.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Time.hs -o libraries/unix/dist-install/build/System/Posix/Time.p_o -dyno libraries/unix/dist-install/build/System/Posix/Time.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Terminal/Common.hs -o libraries/unix/dist-install/build/System/Posix/Terminal/Common.p_o -dyno libraries/unix/dist-install/build/System/Posix/Terminal/Common.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/IO/Common.hs -o libraries/unix/dist-install/build/System/Posix/IO/Common.p_o -dyno libraries/unix/dist-install/build/System/Posix/IO/Common.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/./System/Posix/Error.hs -o libraries/unix/dist-install/build/System/Posix/Error.p_o -dyno libraries/unix/dist-install/build/System/Posix/Error.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Env.hs -o libraries/unix/dist-install/build/System/Posix/Env.p_o -dyno libraries/unix/dist-install/build/System/Posix/Env.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/./System/Posix/Process/Internals.hs -o libraries/unix/dist-install/build/System/Posix/Process/Internals.p_o -dyno libraries/unix/dist-install/build/System/Posix/Process/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Unistd.hs -o libraries/unix/dist-install/build/System/Posix/Unistd.p_o -dyno libraries/unix/dist-install/build/System/Posix/Unistd.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Directory/Common.hs -o libraries/unix/dist-install/build/System/Posix/Directory/Common.p_o -dyno libraries/unix/dist-install/build/System/Posix/Directory/Common.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Fcntl.hs -o libraries/unix/dist-install/build/System/Posix/Fcntl.p_o -dyno libraries/unix/dist-install/build/System/Posix/Fcntl.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -split-objs -c libraries/hpc/./Trace/Hpc/Util.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Util.p_o -dyno libraries/hpc/dist-install/build/Trace/Hpc/Util.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -c libraries/template-haskell/./Language/Haskell/TH/Lib/Map.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib/Map.p_o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib/Map.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Compat/Exception.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Exception.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Exception.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Compat/ReadP.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/ReadP.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/ReadP.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/GetOpt.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/GetOpt.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/GetOpt.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Utils.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Utils.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Utils.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/TestSuite.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/TestSuite.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/TestSuite.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/PreProcess/Unlit.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Collections.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Collections.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Collections.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Checkpoint.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Checkpoint.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Checkpoint.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Block.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Block.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Block.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Shape.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Shape.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Shape.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/IO/Class.hs -o libraries/transformers/dist-install/build/Control/Monad/IO/Class.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/IO/Class.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Signatures.hs -o libraries/transformers/dist-install/build/Control/Monad/Signatures.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Signatures.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/Class.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Class.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Class.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/Internals.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Internals.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/BlockTable.hs -o libraries/xhtml/dist-install/build/Text/XHtml/BlockTable.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/BlockTable.dyn_o libraries/xhtml/Text/XHtml/Internals.hs:23:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/xhtml/Text/XHtml/Internals.hs:321:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:322:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:323:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:324:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:338:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:339:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:347:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:348:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:349:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:350:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:353:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:354:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:355:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:358:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:359:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:360:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Key.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Key.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Key.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/LineState.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Recover.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Recover.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Recover.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Outputable.hs-boot -o compiler/stage2/build/Outputable.p_o-boot -dyno compiler/stage2/build/Outputable.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/stage2/build/Config.hs -o compiler/stage2/build/Config.p_o -dyno compiler/stage2/build/Config.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/StaticFlags.hs-boot -o compiler/stage2/build/StaticFlags.p_o-boot -dyno compiler/stage2/build/StaticFlags.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/OccName.hs-boot -o compiler/stage2/build/OccName.p_o-boot -dyno compiler/stage2/build/OccName.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/Module.hs-boot -o compiler/stage2/build/Module.p_o-boot -dyno compiler/stage2/build/Module.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Platform.hs -o compiler/stage2/build/Platform.p_o -dyno compiler/stage2/build/Platform.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/FastMutInt.hs -o compiler/stage2/build/FastMutInt.p_o -dyno compiler/stage2/build/FastMutInt.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/stage2/build/Fingerprint.hs -o compiler/stage2/build/Fingerprint.p_o -dyno compiler/stage2/build/Fingerprint.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/Hooks.hs-boot -o compiler/stage2/build/Hooks.p_o-boot -dyno compiler/stage2/build/Hooks.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Maybes.hs -o compiler/stage2/build/Maybes.p_o -dyno compiler/stage2/build/Maybes.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/PlatformConstants.hs -o compiler/stage2/build/PlatformConstants.p_o -dyno compiler/stage2/build/PlatformConstants.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -fforce-recomp -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/prelude/PrimOp.hs-boot -o compiler/stage2/build/PrimOp.p_o-boot -dyno compiler/stage2/build/PrimOp.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Stream.hs -o compiler/stage2/build/Stream.p_o -dyno compiler/stage2/build/Stream.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/X86/Cond.hs -o compiler/stage2/build/X86/Cond.p_o -dyno compiler/stage2/build/X86/Cond.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/State.hs -o compiler/stage2/build/State.p_o -dyno compiler/stage2/build/State.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/Cond.hs -o compiler/stage2/build/SPARC/Cond.p_o -dyno compiler/stage2/build/SPARC/Cond.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/List.hs -o libraries/base/dist-install/build/Data/List.o -dyno libraries/base/dist-install/build/Data/List.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Monad.hs -o libraries/base/dist-install/build/Control/Monad.o -dyno libraries/base/dist-install/build/Control/Monad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Data.hs -o libraries/base/dist-install/build/Data/Data.p_o -dyno libraries/base/dist-install/build/Data/Data.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Concurrent.hs -o libraries/base/dist-install/build/Control/Concurrent.p_o -dyno libraries/base/dist-install/build/Control/Concurrent.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Monad/ST.hs -o libraries/base/dist-install/build/Control/Monad/ST.p_o -dyno libraries/base/dist-install/build/Control/Monad/ST.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Monad/ST/Unsafe.hs -o libraries/base/dist-install/build/Control/Monad/ST/Unsafe.p_o -dyno libraries/base/dist-install/build/Control/Monad/ST/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Monad/ST/Safe.hs -o libraries/base/dist-install/build/Control/Monad/ST/Safe.p_o -dyno libraries/base/dist-install/build/Control/Monad/ST/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Monad/ST/Strict.hs -o libraries/base/dist-install/build/Control/Monad/ST/Strict.p_o -dyno libraries/base/dist-install/build/Control/Monad/ST/Strict.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/STRef/Strict.hs -o libraries/base/dist-install/build/Data/STRef/Strict.p_o -dyno libraries/base/dist-install/build/Data/STRef/Strict.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/dist-install/build/GHC/Stack.hs -o libraries/base/dist-install/build/GHC/Stack.p_o -dyno libraries/base/dist-install/build/GHC/Stack.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/dist-install/build/System/CPUTime.hs -o libraries/base/dist-install/build/System/CPUTime.p_o -dyno libraries/base/dist-install/build/System/CPUTime.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./System/Environment.hs -o libraries/base/dist-install/build/System/Environment.p_o -dyno libraries/base/dist-install/build/System/Environment.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./System/Info.hs -o libraries/base/dist-install/build/System/Info.p_o -dyno libraries/base/dist-install/build/System/Info.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./System/Timeout.hs -o libraries/base/dist-install/build/System/Timeout.p_o -dyno libraries/base/dist-install/build/System/Timeout.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array.hs -o libraries/array/dist-install/build/Data/Array.p_o -dyno libraries/array/dist-install/build/Data/Array.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/Floating.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Floating.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Floating.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common.p_o -dyno libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Semaphore.hs -o libraries/unix/dist-install/build/System/Posix/Semaphore.p_o -dyno libraries/unix/dist-install/build/System/Posix/Semaphore.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Terminal.hs -o libraries/unix/dist-install/build/System/Posix/Terminal.p_o -dyno libraries/unix/dist-install/build/System/Posix/Terminal.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/IO.hs -o libraries/unix/dist-install/build/System/Posix/IO.p_o -dyno libraries/unix/dist-install/build/System/Posix/IO.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Process/Common.hs -o libraries/unix/dist-install/build/System/Posix/Process/Common.p_o -dyno libraries/unix/dist-install/build/System/Posix/Process/Common.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Directory.hs -o libraries/unix/dist-install/build/System/Posix/Directory.p_o -dyno libraries/unix/dist-install/build/System/Posix/Directory.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/ReadE.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/ReadE.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/ReadE.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/Strict/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/Strict/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/Transitional/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/Frameset/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Command.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Command.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS libraries/haskeline/System/Console/Haskeline/Command.hs:32:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Backend/WCWidth.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Exception.hs -o compiler/stage2/build/Exception.p_o -dyno compiler/stage2/build/Exception.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/DynFlags.hs-boot -o compiler/stage2/build/DynFlags.p_o-boot -dyno compiler/stage2/build/DynFlags.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/Name.hs-boot -o compiler/stage2/build/Name.p_o-boot -dyno compiler/stage2/build/Name.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/MonadUtils.hs -o compiler/stage2/build/MonadUtils.p_o -dyno compiler/stage2/build/MonadUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/Constants.hs -o compiler/stage2/build/Constants.p_o -dyno compiler/stage2/build/Constants.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Prelude.hs -o libraries/base/dist-install/build/Prelude.o -dyno libraries/base/dist-install/build/Prelude.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/String.hs -o libraries/base/dist-install/build/Data/String.o -dyno libraries/base/dist-install/build/Data/String.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/dist-install/build/GHC/RTS/Flags.hs -o libraries/base/dist-install/build/GHC/RTS/Flags.o -dyno libraries/base/dist-install/build/GHC/RTS/Flags.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/dist-install/build/GHC/Stats.hs -o libraries/base/dist-install/build/GHC/Stats.o -dyno libraries/base/dist-install/build/GHC/Stats.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Monad/ST/Lazy/Imp.hs -o libraries/base/dist-install/build/Control/Monad/ST/Lazy/Imp.p_o -dyno libraries/base/dist-install/build/Control/Monad/ST/Lazy/Imp.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Debug/Trace.hs -o libraries/base/dist-install/build/Debug/Trace.p_o -dyno libraries/base/dist-install/build/Debug/Trace.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key filep_Ey7a1in9roBAE8bUFJ5R9m -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -split-objs -c libraries/filepath/./System/FilePath/Posix.hs -o libraries/filepath/dist-install/build/System/FilePath/Posix.p_o -dyno libraries/filepath/dist-install/build/System/FilePath/Posix.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key filep_Ey7a1in9roBAE8bUFJ5R9m -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -split-objs -c libraries/filepath/./System/FilePath/Windows.hs -o libraries/filepath/dist-install/build/System/FilePath/Windows.p_o -dyno libraries/filepath/dist-install/build/System/FilePath/Windows.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Builder/Prim/Binary.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Binary.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Binary.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/DynamicLinker.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker.p_o -dyno libraries/unix/dist-install/build/System/Posix/DynamicLinker.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Temp.hs -o libraries/unix/dist-install/build/System/Posix/Temp.p_o -dyno libraries/unix/dist-install/build/System/Posix/Temp.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Process.hs -o libraries/unix/dist-install/build/System/Posix/Process.p_o -dyno libraries/unix/dist-install/build/System/Posix/Process.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Compat/CreatePipe.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CreatePipe.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CreatePipe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Compat/Environment.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Environment.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Environment.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/dist-install/build/autogen/Paths_Cabal.hs -o libraries/Cabal/Cabal/dist-install/build/Paths_Cabal.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Paths_Cabal.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -c libraries/terminfo/./System/Console/Terminfo/Base.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Base.p_o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo/Base.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/Packages.hs-boot -o compiler/stage2/build/Packages.p_o-boot -dyno compiler/stage2/build/Packages.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/dist-install/build/System/Environment/ExecutablePath.hs -o libraries/base/dist-install/build/System/Environment/ExecutablePath.o -dyno libraries/base/dist-install/build/System/Environment/ExecutablePath.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./System/Exit.hs -o libraries/base/dist-install/build/System/Exit.o -dyno libraries/base/dist-install/build/System/Exit.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/Module.hs-boot -o compiler/stage2/build/Module.o-boot -dyno compiler/stage2/build/Module.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/SrcLoc.hs -o libraries/base/dist-install/build/GHC/SrcLoc.o -dyno libraries/base/dist-install/build/GHC/SrcLoc.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Version.hs -o libraries/base/dist-install/build/Data/Version.o -dyno libraries/base/dist-install/build/Data/Version.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Clock/CTimeval.hs -o libraries/time/dist-install/build/Data/Time/Clock/CTimeval.o -dyno libraries/time/dist-install/build/Data/Time/Clock/CTimeval.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Ix.hs -o libraries/base/dist-install/build/Data/Ix.o -dyno libraries/base/dist-install/build/Data/Ix.dyn_o libraries/time/lib/Data/Time/Clock/CTimeval.hs:18:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:19:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:22:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:23:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:24:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:25:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:35:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Monad/Zip.hs -o libraries/base/dist-install/build/Control/Monad/Zip.o -dyno libraries/base/dist-install/build/Control/Monad/Zip.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./System/Mem/StableName.hs -o libraries/base/dist-install/build/System/Mem/StableName.o -dyno libraries/base/dist-install/build/System/Mem/StableName.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Unique.hs -o libraries/base/dist-install/build/Data/Unique.o -dyno libraries/base/dist-install/build/Data/Unique.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Ratio.hs -o libraries/base/dist-install/build/Data/Ratio.o -dyno libraries/base/dist-install/build/Data/Ratio.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Concurrent/QSemN.hs -o libraries/base/dist-install/build/Control/Concurrent/QSemN.o -dyno libraries/base/dist-install/build/Control/Concurrent/QSemN.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Concurrent/QSem.hs -o libraries/base/dist-install/build/Control/Concurrent/QSem.o -dyno libraries/base/dist-install/build/Control/Concurrent/QSem.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Concurrent/Chan.hs -o libraries/base/dist-install/build/Control/Concurrent/Chan.o -dyno libraries/base/dist-install/build/Control/Concurrent/Chan.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/Utils/StrictPair.hs -o libraries/containers/dist-install/build/Data/Utils/StrictPair.o -dyno libraries/containers/dist-install/build/Data/Utils/StrictPair.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/Utils/StrictFold.hs -o libraries/containers/dist-install/build/Data/Utils/StrictFold.o -dyno libraries/containers/dist-install/build/Data/Utils/StrictFold.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.o -dyno libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/SharedMem.hs -o libraries/unix/dist-install/build/System/Posix/SharedMem.o -dyno libraries/unix/dist-install/build/System/Posix/SharedMem.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Resource.hs -o libraries/unix/dist-install/build/System/Posix/Resource.o -dyno libraries/unix/dist-install/build/System/Posix/Resource.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/User.hs -o libraries/unix/dist-install/build/System/Posix/User.o -dyno libraries/unix/dist-install/build/System/Posix/User.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Time.hs -o libraries/unix/dist-install/build/System/Posix/Time.o -dyno libraries/unix/dist-install/build/System/Posix/Time.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Terminal/Common.hs -o libraries/unix/dist-install/build/System/Posix/Terminal/Common.o -dyno libraries/unix/dist-install/build/System/Posix/Terminal/Common.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/IO/Common.hs -o libraries/unix/dist-install/build/System/Posix/IO/Common.o -dyno libraries/unix/dist-install/build/System/Posix/IO/Common.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/./System/Posix/Error.hs -o libraries/unix/dist-install/build/System/Posix/Error.o -dyno libraries/unix/dist-install/build/System/Posix/Error.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Env.hs -o libraries/unix/dist-install/build/System/Posix/Env.o -dyno libraries/unix/dist-install/build/System/Posix/Env.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Unistd.hs -o libraries/unix/dist-install/build/System/Posix/Unistd.o -dyno libraries/unix/dist-install/build/System/Posix/Unistd.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Directory/Common.hs -o libraries/unix/dist-install/build/System/Posix/Directory/Common.o -dyno libraries/unix/dist-install/build/System/Posix/Directory/Common.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Outputable.hs-boot -o compiler/stage2/build/Outputable.o-boot -dyno compiler/stage2/build/Outputable.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./System/Mem/Weak.hs -o libraries/base/dist-install/build/System/Mem/Weak.o -dyno libraries/base/dist-install/build/System/Mem/Weak.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/IO/Class.hs -o libraries/transformers/dist-install/build/Control/Monad/IO/Class.o -dyno libraries/transformers/dist-install/build/Control/Monad/IO/Class.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/stage2/build/Config.hs -o compiler/stage2/build/Config.o -dyno compiler/stage2/build/Config.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/StaticFlags.hs-boot -o compiler/stage2/build/StaticFlags.o-boot -dyno compiler/stage2/build/StaticFlags.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/OccName.hs-boot -o compiler/stage2/build/OccName.o-boot -dyno compiler/stage2/build/OccName.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Platform.hs -o compiler/stage2/build/Platform.o -dyno compiler/stage2/build/Platform.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/FastMutInt.hs -o compiler/stage2/build/FastMutInt.o -dyno compiler/stage2/build/FastMutInt.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/stage2/build/Fingerprint.hs -o compiler/stage2/build/Fingerprint.o -dyno compiler/stage2/build/Fingerprint.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Collections.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Collections.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Collections.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Checkpoint.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Checkpoint.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Checkpoint.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Block.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Block.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Block.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Monad/ST/Imp.hs -o libraries/base/dist-install/build/Control/Monad/ST/Imp.o -dyno libraries/base/dist-install/build/Control/Monad/ST/Imp.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/Hooks.hs-boot -o compiler/stage2/build/Hooks.o-boot -dyno compiler/stage2/build/Hooks.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Maybes.hs -o compiler/stage2/build/Maybes.o -dyno compiler/stage2/build/Maybes.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/PlatformConstants.hs -o compiler/stage2/build/PlatformConstants.o -dyno compiler/stage2/build/PlatformConstants.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -fforce-recomp -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/prelude/PrimOp.hs-boot -o compiler/stage2/build/PrimOp.o-boot -dyno compiler/stage2/build/PrimOp.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Stream.hs -o compiler/stage2/build/Stream.o -dyno compiler/stage2/build/Stream.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/Class.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Class.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Class.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Signatures.hs -o libraries/transformers/dist-install/build/Control/Monad/Signatures.o -dyno libraries/transformers/dist-install/build/Control/Monad/Signatures.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -dynamic-too -c libraries/template-haskell/./Language/Haskell/TH/Lib/Map.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib/Map.o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib/Map.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Key.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Key.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Key.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/LineState.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Recover.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Recover.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Recover.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/X86/Cond.hs -o compiler/stage2/build/X86/Cond.o -dyno compiler/stage2/build/X86/Cond.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/State.hs -o compiler/stage2/build/State.o -dyno compiler/stage2/build/State.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/Cond.hs -o compiler/stage2/build/SPARC/Cond.o -dyno compiler/stage2/build/SPARC/Cond.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -split-objs -dynamic-too -c libraries/hpc/./Trace/Hpc/Util.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Util.o -dyno libraries/hpc/dist-install/build/Trace/Hpc/Util.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Monad/Instances.hs -o libraries/base/dist-install/build/Control/Monad/Instances.o -dyno libraries/base/dist-install/build/Control/Monad/Instances.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Bifunctor.hs -o libraries/base/dist-install/build/Data/Bifunctor.o -dyno libraries/base/dist-install/build/Data/Bifunctor.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/STRef.hs -o libraries/base/dist-install/build/Data/STRef.o -dyno libraries/base/dist-install/build/Data/STRef.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./System/Console/GetOpt.hs -o libraries/base/dist-install/build/System/Console/GetOpt.o -dyno libraries/base/dist-install/build/System/Console/GetOpt.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./System/Mem.hs -o libraries/base/dist-install/build/System/Mem.o -dyno libraries/base/dist-install/build/System/Mem.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Text/Show/Functions.hs -o libraries/base/dist-install/build/Text/Show/Functions.o -dyno libraries/base/dist-install/build/Text/Show/Functions.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/UncheckedShifts.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Builder/Prim/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Fcntl.hs -o libraries/unix/dist-install/build/System/Posix/Fcntl.o -dyno libraries/unix/dist-install/build/System/Posix/Fcntl.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Shape.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Shape.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Shape.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Compat/ReadP.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/ReadP.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/ReadP.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/GetOpt.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/GetOpt.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/GetOpt.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Utils.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Utils.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Utils.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/TestSuite.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/TestSuite.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/TestSuite.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/PreProcess/Unlit.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/Internals.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Internals.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Internals.dyn_o libraries/xhtml/Text/XHtml/Internals.hs:23:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/xhtml/Text/XHtml/Internals.hs:321:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:322:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:323:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:324:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:338:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:339:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:347:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:348:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:349:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:350:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:353:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:354:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:355:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:358:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:359:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:360:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/BlockTable.hs -o libraries/xhtml/dist-install/build/Text/XHtml/BlockTable.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/BlockTable.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Monad/ST/Lazy.hs -o libraries/base/dist-install/build/Control/Monad/ST/Lazy.p_o -dyno libraries/base/dist-install/build/Control/Monad/ST/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Monad/ST/Lazy/Safe.hs -o libraries/base/dist-install/build/Control/Monad/ST/Lazy/Safe.p_o -dyno libraries/base/dist-install/build/Control/Monad/ST/Lazy/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Control/Monad/ST/Lazy/Unsafe.hs -o libraries/base/dist-install/build/Control/Monad/ST/Lazy/Unsafe.p_o -dyno libraries/base/dist-install/build/Control/Monad/ST/Lazy/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/STRef/Lazy.hs -o libraries/base/dist-install/build/Data/STRef/Lazy.p_o -dyno libraries/base/dist-install/build/Data/STRef/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key filep_Ey7a1in9roBAE8bUFJ5R9m -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -split-objs -c libraries/filepath/./System/FilePath.hs -o libraries/filepath/dist-install/build/System/FilePath.p_o -dyno libraries/filepath/dist-install/build/System/FilePath.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Signals.hs -o libraries/unix/dist-install/build/System/Posix/Signals.p_o -dyno libraries/unix/dist-install/build/System/Posix/Signals.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.p_o -dyno libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/Table.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Table.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Table.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/Extras.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Extras.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Extras.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -c libraries/terminfo/./System/Console/Terminfo/Color.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Color.p_o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo/Color.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -c libraries/terminfo/./System/Console/Terminfo/Effects.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects.p_o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -c libraries/terminfo/./System/Console/Terminfo/Edit.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit.p_o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -c libraries/terminfo/./System/Console/Terminfo/Cursor.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor.p_o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -c libraries/terminfo/./System/Console/Terminfo/Keys.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys.p_o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./System/Environment.hs -o libraries/base/dist-install/build/System/Environment.o -dyno libraries/base/dist-install/build/System/Environment.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/Name.hs-boot -o compiler/stage2/build/Name.o-boot -dyno compiler/stage2/build/Name.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/dist-install/build/GHC/Stack.hs -o libraries/base/dist-install/build/GHC/Stack.o -dyno libraries/base/dist-install/build/GHC/Stack.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Data.hs -o libraries/base/dist-install/build/Data/Data.o -dyno libraries/base/dist-install/build/Data/Data.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array.hs -o libraries/array/dist-install/build/Data/Array.o -dyno libraries/array/dist-install/build/Data/Array.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Concurrent.hs -o libraries/base/dist-install/build/Control/Concurrent.o -dyno libraries/base/dist-install/build/Control/Concurrent.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common.o -dyno libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Terminal.hs -o libraries/unix/dist-install/build/System/Posix/Terminal.o -dyno libraries/unix/dist-install/build/System/Posix/Terminal.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/IO.hs -o libraries/unix/dist-install/build/System/Posix/IO.o -dyno libraries/unix/dist-install/build/System/Posix/IO.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/./System/Posix/Process/Internals.hs -o libraries/unix/dist-install/build/System/Posix/Process/Internals.o -dyno libraries/unix/dist-install/build/System/Posix/Process/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Directory.hs -o libraries/unix/dist-install/build/System/Posix/Directory.o -dyno libraries/unix/dist-install/build/System/Posix/Directory.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Exception.hs -o compiler/stage2/build/Exception.o -dyno compiler/stage2/build/Exception.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/DynFlags.hs-boot -o compiler/stage2/build/DynFlags.o-boot -dyno compiler/stage2/build/DynFlags.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Monad/ST/Unsafe.hs -o libraries/base/dist-install/build/Control/Monad/ST/Unsafe.o -dyno libraries/base/dist-install/build/Control/Monad/ST/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Monad/ST.hs -o libraries/base/dist-install/build/Control/Monad/ST.o -dyno libraries/base/dist-install/build/Control/Monad/ST.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/MonadUtils.hs -o compiler/stage2/build/MonadUtils.o -dyno compiler/stage2/build/MonadUtils.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/Constants.hs -o compiler/stage2/build/Constants.o -dyno compiler/stage2/build/Constants.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Command.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Command.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Backend/WCWidth.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/dist-install/build/System/CPUTime.hs -o libraries/base/dist-install/build/System/CPUTime.o -dyno libraries/base/dist-install/build/System/CPUTime.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Monad/ST/Safe.hs -o libraries/base/dist-install/build/Control/Monad/ST/Safe.o -dyno libraries/base/dist-install/build/Control/Monad/ST/Safe.dyn_o libraries/haskeline/System/Console/Haskeline/Command.hs:32:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/STRef/Strict.hs -o libraries/base/dist-install/build/Data/STRef/Strict.o -dyno libraries/base/dist-install/build/Data/STRef/Strict.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./System/Info.hs -o libraries/base/dist-install/build/System/Info.o -dyno libraries/base/dist-install/build/System/Info.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/Floating.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Floating.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Floating.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Compat/Exception.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Exception.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Exception.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/ReadE.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/ReadE.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/ReadE.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/Strict/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/Strict/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/Transitional/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/Frameset/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements.dyn_o "rm" -f libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m_p.a libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/filepath/dist-install/build/System/FilePath_p_o_split libraries/filepath/dist-install/build/System/FilePath/Posix_p_o_split libraries/filepath/dist-install/build/System/FilePath/Windows_p_o_split -name '*.p_o' -print >> libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m_p.a.contents echo >> libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m_p.a.contents "ar" q libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m_p.a @libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m_p.a.contents ar: creating libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m_p.a "rm" -f libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Signals/Exts.hs -o libraries/unix/dist-install/build/System/Posix/Signals/Exts.p_o -dyno libraries/unix/dist-install/build/System/Posix/Signals/Exts.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key proce_52AgREEfSrnJLlkGV9YZZJ -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -split-objs -c libraries/process/./System/Process/Internals.hs -o libraries/process/dist-install/build/System/Process/Internals.p_o -dyno libraries/process/dist-install/build/System/Process/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -split-objs -c libraries/hpc/./Trace/Hpc/Tix.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Tix.p_o -dyno libraries/hpc/dist-install/build/Trace/Hpc/Tix.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/CCompiler.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/CCompiler.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/CCompiler.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/Debug.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Debug.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Debug.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/Transitional.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Transitional.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/Frameset.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Frameset.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml/Strict.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Strict.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -c libraries/terminfo/./System/Console/Terminfo.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo.p_o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -c utils/hsc2hs/./HSCParser.hs -o utils/hsc2hs/dist-install/build/HSCParser.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -c utils/hsc2hs/./Flags.hs -o utils/hsc2hs/dist-install/build/Flags.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist-install/build -iutils/ghc-pkg/dist-install/build/autogen -Iutils/ghc-pkg/dist-install/build -Iutils/ghc-pkg/dist-install/build/autogen -optP-include -optPutils/ghc-pkg/dist-install/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key unix_KZL8h98IqDM57kQSPo1mKx -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-pkg/dist-install/build -hidir utils/ghc-pkg/dist-install/build -stubdir utils/ghc-pkg/dist-install/build -c utils/ghc-pkg/dist-install/build/Version.hs -o utils/ghc-pkg/dist-install/build/Version.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -c utils/hpc/./HpcLexer.hs -o utils/hpc/dist-install/build/HpcLexer.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key filep_Ey7a1in9roBAE8bUFJ5R9m -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -split-objs -dynamic-too -c libraries/filepath/./System/FilePath/Posix.hs -o libraries/filepath/dist-install/build/System/FilePath/Posix.o -dyno libraries/filepath/dist-install/build/System/FilePath/Posix.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Debug/Trace.hs -o libraries/base/dist-install/build/Debug/Trace.o -dyno libraries/base/dist-install/build/Debug/Trace.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/DynamicLinker.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker.o -dyno libraries/unix/dist-install/build/System/Posix/DynamicLinker.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Semaphore.hs -o libraries/unix/dist-install/build/System/Posix/Semaphore.o -dyno libraries/unix/dist-install/build/System/Posix/Semaphore.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Temp.hs -o libraries/unix/dist-install/build/System/Posix/Temp.o -dyno libraries/unix/dist-install/build/System/Posix/Temp.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Process/Common.hs -o libraries/unix/dist-install/build/System/Posix/Process/Common.o -dyno libraries/unix/dist-install/build/System/Posix/Process/Common.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/Packages.hs-boot -o compiler/stage2/build/Packages.o-boot -dyno compiler/stage2/build/Packages.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Monad/ST/Lazy/Imp.hs -o libraries/base/dist-install/build/Control/Monad/ST/Lazy/Imp.o -dyno libraries/base/dist-install/build/Control/Monad/ST/Lazy/Imp.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -dynamic-too -c libraries/terminfo/./System/Console/Terminfo/Base.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Base.o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo/Base.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Monad/ST/Strict.hs -o libraries/base/dist-install/build/Control/Monad/ST/Strict.o -dyno libraries/base/dist-install/build/Control/Monad/ST/Strict.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./System/Timeout.hs -o libraries/base/dist-install/build/System/Timeout.o -dyno libraries/base/dist-install/build/System/Timeout.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Builder/Prim/Binary.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Binary.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Binary.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key filep_Ey7a1in9roBAE8bUFJ5R9m -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -split-objs -dynamic-too -c libraries/filepath/./System/FilePath/Windows.hs -o libraries/filepath/dist-install/build/System/FilePath/Windows.o -dyno libraries/filepath/dist-install/build/System/FilePath/Windows.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Compat/CreatePipe.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CreatePipe.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CreatePipe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Compat/Environment.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Environment.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Environment.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/dist-install/build/autogen/Paths_Cabal.hs -o libraries/Cabal/Cabal/dist-install/build/Paths_Cabal.o -dyno libraries/Cabal/Cabal/dist-install/build/Paths_Cabal.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/Table.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Table.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Table.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/Extras.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Extras.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Extras.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Desugar.hs -o libraries/base/dist-install/build/GHC/Desugar.p_o -dyno libraries/base/dist-install/build/GHC/Desugar.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Complex.hs -o libraries/base/dist-install/build/Data/Complex.p_o -dyno libraries/base/dist-install/build/Data/Complex.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Fixed.hs -o libraries/base/dist-install/build/Data/Fixed.p_o -dyno libraries/base/dist-install/build/Data/Fixed.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Functor/Identity.hs -o libraries/base/dist-install/build/Data/Functor/Identity.p_o -dyno libraries/base/dist-install/build/Data/Functor/Identity.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Data/Void.hs -o libraries/base/dist-install/build/Data/Void.p_o -dyno libraries/base/dist-install/build/Data/Void.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Exts.hs -o libraries/base/dist-install/build/GHC/Exts.p_o -dyno libraries/base/dist-install/build/GHC/Exts.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/Natural.hs -o libraries/base/dist-install/build/GHC/Natural.p_o -dyno libraries/base/dist-install/build/GHC/Natural.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -split-objs -c libraries/hpc/dist-install/build/Trace/Hpc/Reflect.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Reflect.p_o -dyno libraries/hpc/dist-install/build/Trace/Hpc/Reflect.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -c libraries/xhtml/./Text/XHtml.hs -o libraries/xhtml/dist-install/build/Text/XHtml.p_o -dyno libraries/xhtml/dist-install/build/Text/XHtml.dyn_o "rm" -f libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl_p.a libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/terminfo/dist-install/build/System/Console/Terminfo_p_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Base_p_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor_p_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Color_p_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit_p_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects_p_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys_p_o_split -name '*.p_o' -print >> libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl_p.a.contents echo >> libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl_p.a.contents "ar" q libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl_p.a @libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl_p.a.contents ar: creating libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl_p.a "rm" -f libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl_p.a.contents "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key filep_Ey7a1in9roBAE8bUFJ5R9m -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -split-objs -dynamic-too -c libraries/filepath/./System/FilePath.hs -o libraries/filepath/dist-install/build/System/FilePath.o -dyno libraries/filepath/dist-install/build/System/FilePath.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Process.hs -o libraries/unix/dist-install/build/System/Posix/Process.o -dyno libraries/unix/dist-install/build/System/Posix/Process.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Monad/ST/Lazy.hs -o libraries/base/dist-install/build/Control/Monad/ST/Lazy.o -dyno libraries/base/dist-install/build/Control/Monad/ST/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -dynamic-too -c libraries/terminfo/./System/Console/Terminfo/Color.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Color.o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo/Color.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -dynamic-too -c libraries/terminfo/./System/Console/Terminfo/Effects.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects.o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -dynamic-too -c libraries/terminfo/./System/Console/Terminfo/Edit.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit.o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -dynamic-too -c libraries/terminfo/./System/Console/Terminfo/Cursor.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor.o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -dynamic-too -c libraries/terminfo/./System/Console/Terminfo/Keys.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys.o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Monad/ST/Lazy/Safe.hs -o libraries/base/dist-install/build/Control/Monad/ST/Lazy/Safe.o -dyno libraries/base/dist-install/build/Control/Monad/ST/Lazy/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Control/Monad/ST/Lazy/Unsafe.hs -o libraries/base/dist-install/build/Control/Monad/ST/Lazy/Unsafe.o -dyno libraries/base/dist-install/build/Control/Monad/ST/Lazy/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.o -dyno libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.dyn_o "rm" -f libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m.a libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/filepath/dist-install/build/System/FilePath_o_split libraries/filepath/dist-install/build/System/FilePath/Posix_o_split libraries/filepath/dist-install/build/System/FilePath/Windows_o_split -name '*.o' -print >> libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m.a.contents echo >> libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m.a.contents "ar" q libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m.a @libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m.a.contents ar: creating libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m.a "rm" -f libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m.a.contents "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/Debug.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Debug.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Debug.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/Transitional.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Transitional.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/Frameset.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Frameset.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml/Strict.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict.o -dyno libraries/xhtml/dist-install/build/Text/XHtml/Strict.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./GHC/StaticPtr.hs -o libraries/base/dist-install/build/GHC/StaticPtr.p_o -dyno libraries/base/dist-install/build/GHC/StaticPtr.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/Base.hs -o libraries/array/dist-install/build/Data/Array/Base.p_o -dyno libraries/array/dist-install/build/Data/Array/Base.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/Utils/BitUtil.hs -o libraries/containers/dist-install/build/Data/Utils/BitUtil.p_o -dyno libraries/containers/dist-install/build/Data/Utils/BitUtil.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Calendar/Private.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Private.p_o -dyno libraries/time/dist-install/build/Data/Time/Calendar/Private.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Data/Functor/Classes.hs -o libraries/transformers/dist-install/build/Data/Functor/Classes.p_o -dyno libraries/transformers/dist-install/build/Data/Functor/Classes.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/Cont.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Cont.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Cont.dyn_o libraries/transformers/Control/Monad/Trans/Cont.hs:69:20: Warning: Tab character libraries/transformers/Control/Monad/Trans/Cont.hs:70:16: Warning: Tab character libraries/transformers/Control/Monad/Trans/Cont.hs:71:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/Reader.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Reader.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Reader.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/RWS/Lazy.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Lazy.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/RWS/Strict.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Strict.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Strict.dyn_o libraries/transformers/Control/Monad/Trans/Reader.hs:69:24: Warning: Tab character libraries/transformers/Control/Monad/Trans/Reader.hs:70:9: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/State/Lazy.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/State/Lazy.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/State/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/State/Strict.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/State/Strict.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/State/Strict.dyn_o "rm" -f libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh_p.a libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/xhtml/dist-install/build/Text/XHtml_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Frameset_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Strict_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Transitional_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Debug_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Table_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/BlockTable_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Extras_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Internals_p_o_split -name '*.p_o' -print >> libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh_p.a.contents echo >> libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh_p.a.contents "ar" q libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh_p.a @libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh_p.a.contents ar: creating libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh_p.a "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/ExtsCompat46.hs -o compiler/stage2/build/ExtsCompat46.p_o -dyno compiler/stage2/build/ExtsCompat46.dyn_o "rm" -f libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/FastBool.hs -o compiler/stage2/build/FastBool.p_o -dyno compiler/stage2/build/FastBool.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -c utils/hsc2hs/dist-install/build/autogen/Paths_hsc2hs.hs -o utils/hsc2hs/dist-install/build/Paths_hsc2hs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -c utils/hpc/dist-install/build/autogen/Paths_hpc_bin.hs -o utils/hpc/dist-install/build/Paths_hpc_bin.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Signals.hs -o libraries/unix/dist-install/build/System/Posix/Signals.o -dyno libraries/unix/dist-install/build/System/Posix/Signals.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -split-objs -dynamic-too -c libraries/terminfo/./System/Console/Terminfo.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo.o -dyno libraries/terminfo/dist-install/build/System/Console/Terminfo.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -split-objs -dynamic-too -c libraries/hpc/./Trace/Hpc/Tix.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Tix.o -dyno libraries/hpc/dist-install/build/Trace/Hpc/Tix.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/STRef/Lazy.hs -o libraries/base/dist-install/build/Data/STRef/Lazy.o -dyno libraries/base/dist-install/build/Data/STRef/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/CCompiler.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/CCompiler.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/CCompiler.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -split-objs -dynamic-too -c libraries/xhtml/./Text/XHtml.hs -o libraries/xhtml/dist-install/build/Text/XHtml.o -dyno libraries/xhtml/dist-install/build/Text/XHtml.dyn_o "rm" -f libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl.a libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/terminfo/dist-install/build/System/Console/Terminfo_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Base_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Color_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys_o_split -name '*.o' -print >> libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl.a.contents echo >> libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl.a.contents "ar" q libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl.a @libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl.a.contents ar: creating libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl.a "rm" -f libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Numeric/Natural.hs -o libraries/base/dist-install/build/Numeric/Natural.p_o -dyno libraries/base/dist-install/build/Numeric/Natural.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Calendar/MonthDay.hs -o libraries/time/dist-install/build/Data/Time/Calendar/MonthDay.p_o -dyno libraries/time/dist-install/build/Data/Time/Calendar/MonthDay.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Applicative/Backwards.hs -o libraries/transformers/dist-install/build/Control/Applicative/Backwards.p_o -dyno libraries/transformers/dist-install/build/Control/Applicative/Backwards.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Data/Functor/Constant.hs -o libraries/transformers/dist-install/build/Data/Functor/Constant.p_o -dyno libraries/transformers/dist-install/build/Data/Functor/Constant.dyn_o libraries/time/lib/Data/Time/Calendar/MonthDay.hs:2:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:22:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:23:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:24:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:25:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:48:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:49:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/Except.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Except.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Except.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/Error.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Error.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Error.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/Identity.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Identity.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Identity.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/List.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/List.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/List.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/RWS.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/RWS.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/RWS.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/State.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/State.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/State.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/Writer/Lazy.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Lazy.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/Writer/Strict.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Strict.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Strict.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Data/Functor/Compose.hs -o libraries/transformers/dist-install/build/Data/Functor/Compose.p_o -dyno libraries/transformers/dist-install/build/Data/Functor/Compose.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Data/Functor/Product.hs -o libraries/transformers/dist-install/build/Data/Functor/Product.p_o -dyno libraries/transformers/dist-install/build/Data/Functor/Product.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Data/Functor/Reverse.hs -o libraries/transformers/dist-install/build/Data/Functor/Reverse.p_o -dyno libraries/transformers/dist-install/build/Data/Functor/Reverse.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Data/Functor/Sum.hs -o libraries/transformers/dist-install/build/Data/Functor/Sum.p_o -dyno libraries/transformers/dist-install/build/Data/Functor/Sum.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/FastTypes.hs -o compiler/stage2/build/FastTypes.p_o -dyno compiler/stage2/build/FastTypes.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Encoding.hs -o compiler/stage2/build/Encoding.p_o -dyno compiler/stage2/build/Encoding.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key proce_52AgREEfSrnJLlkGV9YZZJ -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -split-objs -dynamic-too -c libraries/process/./System/Process/Internals.hs -o libraries/process/dist-install/build/System/Process/Internals.o -dyno libraries/process/dist-install/build/System/Process/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Signals/Exts.hs -o libraries/unix/dist-install/build/System/Posix/Signals/Exts.o -dyno libraries/unix/dist-install/build/System/Posix/Signals/Exts.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -split-objs -dynamic-too -c libraries/hpc/dist-install/build/Trace/Hpc/Reflect.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Reflect.o -dyno libraries/hpc/dist-install/build/Trace/Hpc/Reflect.dyn_o "rm" -f libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.a libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/xhtml/dist-install/build/Text/XHtml_o_split libraries/xhtml/dist-install/build/Text/XHtml/Frameset_o_split libraries/xhtml/dist-install/build/Text/XHtml/Strict_o_split libraries/xhtml/dist-install/build/Text/XHtml/Transitional_o_split libraries/xhtml/dist-install/build/Text/XHtml/Debug_o_split libraries/xhtml/dist-install/build/Text/XHtml/Table_o_split libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes_o_split libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements_o_split libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes_o_split libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements_o_split libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes_o_split libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements_o_split libraries/xhtml/dist-install/build/Text/XHtml/BlockTable_o_split libraries/xhtml/dist-install/build/Text/XHtml/Extras_o_split libraries/xhtml/dist-install/build/Text/XHtml/Internals_o_split -name '*.o' -print >> libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.a.contents echo >> libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.a.contents "ar" q libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.a @libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.a.contents ar: creating libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.a "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -c libraries/base/./Text/Printf.hs -o libraries/base/dist-install/build/Text/Printf.p_o -dyno libraries/base/dist-install/build/Text/Printf.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -hide-all-packages -i -ilibraries/deepseq/. -ilibraries/deepseq/dist-install/build -ilibraries/deepseq/dist-install/build/autogen -Ilibraries/deepseq/dist-install/build -Ilibraries/deepseq/dist-install/build/autogen -Ilibraries/deepseq/. -optP-include -optPlibraries/deepseq/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/deepseq/dist-install/build -hidir libraries/deepseq/dist-install/build -stubdir libraries/deepseq/dist-install/build -split-objs -c libraries/deepseq/./Control/DeepSeq.hs -o libraries/deepseq/dist-install/build/Control/DeepSeq.p_o -dyno libraries/deepseq/dist-install/build/Control/DeepSeq.dyn_o "rm" -f libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -c libraries/template-haskell/./Language/Haskell/TH/Syntax.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax.p_o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Applicative/Lift.hs -o libraries/transformers/dist-install/build/Control/Applicative/Lift.p_o -dyno libraries/transformers/dist-install/build/Control/Applicative/Lift.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/Maybe.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Maybe.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Maybe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -c libraries/transformers/./Control/Monad/Trans/Writer.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Writer.p_o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Writer.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Panic.hs -o compiler/stage2/build/Panic.p_o -dyno compiler/stage2/build/Panic.dyn_o libraries/template-haskell/Language/Haskell/TH/Syntax.hs:560:11: Warning: Rule "TH:liftString" may never fire because `lift' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `lift' "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/FastFunctions.hs -o compiler/stage2/build/FastFunctions.p_o -dyno compiler/stage2/build/FastFunctions.dyn_o <> "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -c utils/hsc2hs/./C.hs -o utils/hsc2hs/dist-install/build/C.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/parser/Ctype.hs -o compiler/stage2/build/Ctype.p_o -dyno compiler/stage2/build/Ctype.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/PPC/Cond.hs -o compiler/stage2/build/PPC/Cond.p_o -dyno compiler/stage2/build/PPC/Cond.dyn_o <> <> "rm" -f libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF_p.a libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/MonadException.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException.dyn_o /tmp/work/lang/ghc7/work/.tools/bin/find libraries/transformers/dist-install/build/Control/Applicative/Backwards_p_o_split libraries/transformers/dist-install/build/Control/Applicative/Lift_p_o_split libraries/transformers/dist-install/build/Control/Monad/IO/Class_p_o_split libraries/transformers/dist-install/build/Control/Monad/Signatures_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Class_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Cont_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Except_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Error_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Identity_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/List_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Maybe_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Reader_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/RWS_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Lazy_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Strict_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/State_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/State/Lazy_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/State/Strict_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Writer_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Lazy_p_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Strict_p_o_split libraries/transformers/dist-install/build/Data/Functor/Classes_p_o_split libraries/transformers/dist-install/build/Data/Functor/Compose_p_o_split libraries/transformers/dist-install/build/Data/Functor/Constant_p_o_split libraries/transformers/dist-install/build/Data/Functor/Product_p_o_split libraries/transformers/dist-install/build/Data/Functor/Reverse_p_o_split libraries/transformers/dist-install/build/Data/Functor/Sum_p_o_split -name '*.p_o' -print >> libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF_p.a.contents echo >> libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF_p.a.contents "ar" q libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF_p.a @libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF_p.a.contents ar: creating libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF_p.a on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "rm" -f libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59_p.a libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Internal.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Internal.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/IntSet/Base.hs -o libraries/containers/dist-install/build/Data/IntSet/Base.p_o -dyno libraries/containers/dist-install/build/Data/IntSet/Base.dyn_o /tmp/work/lang/ghc7/work/.tools/bin/find libraries/deepseq/dist-install/build/Control/DeepSeq_p_o_split -name '*.p_o' -print >> libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59_p.a.contents echo >> libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59_p.a.contents "ar" q libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59_p.a @libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59_p.a.contents ar: creating libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59_p.a "rm" -f libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/Set/Base.hs -o libraries/containers/dist-install/build/Data/Set/Base.p_o -dyno libraries/containers/dist-install/build/Data/Set/Base.dyn_o libraries/haskeline/System/Console/Haskeline/MonadException.hs:38:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead libraries/haskeline/System/Console/Haskeline/MonadException.hs:43:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/haskeline/System/Console/Haskeline/MonadException.hs:161:29: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:161:57: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:162:19: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:163:40: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:163:55: Warning: In the use of `runErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:164:29: Warning: In the use of `runErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" "rm" -f libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/Sequence.hs -o libraries/containers/dist-install/build/Data/Sequence.p_o -dyno libraries/containers/dist-install/build/Data/Sequence.dyn_o libraries/containers/Data/IntSet/Base.hs:172:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/IntSet/Base.hs:174:1: Warning: The import of `Data.Word' is redundant except perhaps to import instances from `Data.Word' To import instances alone, use: import Data.Word() libraries/containers/Data/Set/Base.hs:195:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/Sequence.hs:154:1: Warning: The import of `Applicative, <$>' from module `Control.Applicative' is redundant libraries/containers/Data/Sequence.hs:159:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/Sequence.hs:161:1: Warning: The import of `foldMap' from module `Data.Foldable' is redundant "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Calendar/Days.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Days.p_o -dyno libraries/time/dist-install/build/Data/Time/Calendar/Days.dyn_o libraries/time/lib/Data/Time/Calendar/Days.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:32:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:37:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:38:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:42:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:43:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:44:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:45:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Clock/Scale.hs -o libraries/time/dist-install/build/Data/Time/Clock/Scale.p_o -dyno libraries/time/dist-install/build/Data/Time/Clock/Scale.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key proce_52AgREEfSrnJLlkGV9YZZJ -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -split-objs -c libraries/process/dist-install/build/System/Process.hs -o libraries/process/dist-install/build/System/Process.p_o -dyno libraries/process/dist-install/build/System/Process.dyn_o libraries/time/lib/Data/Time/Clock/Scale.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:58:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:59:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:60:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:61:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:62:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:63:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:64:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:65:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:68:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:72:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:73:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:74:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:75:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:76:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:77:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:78:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:82:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:86:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:87:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:88:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key prett_JItwetRppk1H5Uq3xbjDGC -hide-all-packages -i -ilibraries/pretty/src -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -Wall -fwarn-tabs -XHaskell98 -XCPP -XBangPatterns -XDeriveGeneric -O2 -no-user-package-db -rtsopts -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -split-objs -c libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs -o libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ.p_o -dyno libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Monads.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS libraries/haskeline/System/Console/Haskeline/Monads.hs:24:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Exts.hs -o libraries/base/dist-install/build/GHC/Exts.o -dyno libraries/base/dist-install/build/GHC/Exts.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Fixed.hs -o libraries/base/dist-install/build/Data/Fixed.o -dyno libraries/base/dist-install/build/Data/Fixed.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Natural.hs -o libraries/base/dist-install/build/GHC/Natural.o -dyno libraries/base/dist-install/build/GHC/Natural.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Void.hs -o libraries/base/dist-install/build/Data/Void.o -dyno libraries/base/dist-install/build/Data/Void.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Functor/Identity.hs -o libraries/base/dist-install/build/Data/Functor/Identity.o -dyno libraries/base/dist-install/build/Data/Functor/Identity.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Data/Complex.hs -o libraries/base/dist-install/build/Data/Complex.o -dyno libraries/base/dist-install/build/Data/Complex.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/Desugar.hs -o libraries/base/dist-install/build/GHC/Desugar.o -dyno libraries/base/dist-install/build/GHC/Desugar.dyn_o "rm" -f libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM_p.a libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/base/dist-install/build/Control/Applicative_p_o_split libraries/base/dist-install/build/Control/Arrow_p_o_split libraries/base/dist-install/build/Control/Category_p_o_split libraries/base/dist-install/build/Control/Concurrent_p_o_split libraries/base/dist-install/build/Control/Concurrent/Chan_p_o_split libraries/base/dist-install/build/Control/Concurrent/MVar_p_o_split libraries/base/dist-install/build/Control/Concurrent/QSem_p_o_split libraries/base/dist-install/build/Control/Concurrent/QSemN_p_o_split libraries/base/dist-install/build/Control/Exception_p_o_split libraries/base/dist-install/build/Control/Exception/Base_p_o_split libraries/base/dist-install/build/Control/Monad_p_o_split libraries/base/dist-install/build/Control/Monad/Fix_p_o_split libraries/base/dist-install/build/Control/Monad/Instances_p_o_split libraries/base/dist-install/build/Control/Monad/ST_p_o_split libraries/base/dist-install/build/Control/Monad/ST/Lazy_p_o_split libraries/base/dist-install/build/Control/Monad/ST/Lazy/Safe_p_o_split libraries/base/dist-install/build/Control/Monad/ST/Lazy/Unsafe_p_o_split libraries/base/dist-install/build/Control/Monad/ST/Safe_p_o_split libraries/base/dist-install/build/Control/Monad/ST/Strict_p_o_split libraries/base/dist-install/build/Control/Monad/ST/Unsafe_p_o_split libraries/base/dist-install/build/Control/Monad/Zip_p_o_split libraries/base/dist-install/build/Data/Bifunctor_p_o_split libraries/base/dist-install/build/Data/Bits_p_o_split libraries/base/dist-install/build/Data/Bool_p_o_split libraries/base/dist-install/build/Data/Char_p_o_split libraries/base/dist-install/build/Data/Coerce_p_o_split libraries/base/dist-install/build/Data/Complex_p_o_split libraries/base/dist-install/build/Data/Data_p_o_split libraries/base/dist-install/build/Data/Dynamic_p_o_split libraries/base/dist-install/build/Data/Either_p_o_split libraries/base/dist-install/build/Data/Eq_p_o_split libraries/base/dist-install/build/Data/Fixed_p_o_split libraries/base/dist-install/build/Data/Foldable_p_o_split libraries/base/dist-install/build/Data/Function_p_o_split libraries/base/dist-install/build/Data/Functor_p_o_split libraries/base/dist-install/build/Data/Functor/Identity_p_o_split libraries/base/dist-install/build/Data/IORef_p_o_split libraries/base/dist-install/build/Data/Int_p_o_split libraries/base/dist-install/build/Data/Ix_p_o_split libraries/base/dist-install/build/Data/List_p_o_split libraries/base/dist-install/build/Data/Maybe_p_o_split libraries/base/dist-install/build/Data/Monoid_p_o_split libraries/base/dist-install/build/Data/Ord_p_o_split libraries/base/dist-install/build/Data/Proxy_p_o_split libraries/base/dist-install/build/Data/Ratio_p_o_split libraries/base/dist-install/build/Data/STRef_p_o_split libraries/base/dist-install/build/Data/STRef/Lazy_p_o_split libraries/base/dist-install/build/Data/STRef/Strict_p_o_split libraries/base/dist-install/build/Data/String_p_o_split libraries/base/dist-install/build/Data/Traversable_p_o_split libraries/base/dist-install/build/Data/Tuple_p_o_split libraries/base/dist-install/build/Data/Type/Bool_p_o_split libraries/base/dist-install/build/Data/Type/Coercion_p_o_split libraries/base/dist-install/build/Data/Type/Equality_p_o_split libraries/base/dist-install/build/Data/Typeable_p_o_split libraries/base/dist-install/build/Data/Typeable/Internal_p_o_split libraries/base/dist-install/build/Data/Unique_p_o_split libraries/base/dist-install/build/Data/Version_p_o_split libraries/base/dist-install/build/Data/Void_p_o_split libraries/base/dist-install/build/Data/Word_p_o_split libraries/base/dist-install/build/Debug/Trace_p_o_split libraries/base/dist-install/build/Foreign_p_o_split libraries/base/dist-install/build/Foreign/C_p_o_split libraries/base/dist-install/build/Foreign/C/Error_p_o_split libraries/base/dist-install/build/Foreign/C/String_p_o_split libraries/base/dist-install/build/Foreign/C/Types_p_o_split libraries/base/dist-install/build/Foreign/Concurrent_p_o_split libraries/base/dist-install/build/Foreign/ForeignPtr_p_o_split libraries/base/dist-install/build/Foreign/ForeignPtr/Safe_p_o_split libraries/base/dist-install/build/Foreign/ForeignPtr/Unsafe_p_o_split libraries/base/dist-install/build/Foreign/Marshal_p_o_split libraries/base/dist-install/build/Foreign/Marshal/Alloc_p_o_split libraries/base/dist-install/build/Foreign/Marshal/Array_p_o_split libraries/base/dist-install/build/Foreign/Marshal/Error_p_o_split libraries/base/dist-install/build/Foreign/Marshal/Pool_p_o_split libraries/base/dist-install/build/Foreign/Marshal/Safe_p_o_split libraries/base/dist-install/build/Foreign/Marshal/Unsafe_p_o_split libraries/base/dist-install/build/Foreign/Marshal/Utils_p_o_split libraries/base/dist-install/build/Foreign/Ptr_p_o_split libraries/base/dist-install/build/Foreign/Safe_p_o_split libraries/base/dist-install/build/Foreign/StablePtr_p_o_split libraries/base/dist-install/build/Foreign/Storable_p_o_split libraries/base/dist-install/build/GHC/Arr_p_o_split libraries/base/dist-install/build/GHC/Base_p_o_split libraries/base/dist-install/build/GHC/Char_p_o_split libraries/base/dist-install/build/GHC/Conc_p_o_split libraries/base/dist-install/build/GHC/Conc/IO_p_o_split libraries/base/dist-install/build/GHC/Conc/Signal_p_o_split libraries/base/dist-install/build/GHC/Conc/Sync_p_o_split libraries/base/dist-install/build/GHC/ConsoleHandler_p_o_split libraries/base/dist-install/build/GHC/Constants_p_o_split libraries/base/dist-install/build/GHC/Desugar_p_o_split libraries/base/dist-install/build/GHC/Enum_p_o_split libraries/base/dist-install/build/GHC/Environment_p_o_split libraries/base/dist-install/build/GHC/Err_p_o_split libraries/base/dist-install/build/GHC/Exception_p_o_split libraries/base/dist-install/build/GHC/Exts_p_o_split libraries/base/dist-install/build/GHC/Fingerprint_p_o_split libraries/base/dist-install/build/GHC/Fingerprint/Type_p_o_split libraries/base/dist-install/build/GHC/Float_p_o_split libraries/base/dist-install/build/GHC/Float/ConversionUtils_p_o_split libraries/base/dist-install/build/GHC/Float/RealFracMethods_p_o_split libraries/base/dist-install/build/GHC/Foreign_p_o_split libraries/base/dist-install/build/GHC/ForeignPtr_p_o_split libraries/base/dist-install/build/GHC/GHCi_p_o_split libraries/base/dist-install/build/GHC/Generics_p_o_split libraries/base/dist-install/build/GHC/IO_p_o_split libraries/base/dist-install/build/GHC/IO/Buffer_p_o_split libraries/base/dist-install/build/GHC/IO/BufferedIO_p_o_split libraries/base/dist-install/build/GHC/IO/Device_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/CodePage_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Failure_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Iconv_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Latin1_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Types_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/UTF16_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/UTF32_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/UTF8_p_o_split libraries/base/dist-install/build/GHC/IO/Exception_p_o_split libraries/base/dist-install/build/GHC/IO/FD_p_o_split libraries/base/dist-install/build/GHC/IO/Handle_p_o_split libraries/base/dist-install/build/GHC/IO/Handle/FD_p_o_split libraries/base/dist-install/build/GHC/IO/Handle/Internals_p_o_split libraries/base/dist-install/build/GHC/IO/Handle/Text_p_o_split libraries/base/dist-install/build/GHC/IO/Handle/Types_p_o_split libraries/base/dist-install/build/GHC/IO/IOMode_p_o_split libraries/base/dist-install/build/GHC/IOArray_p_o_split libraries/base/dist-install/build/GHC/IORef_p_o_split libraries/base/dist-install/build/GHC/IP_p_o_split libraries/base/dist-install/build/GHC/Int_p_o_split libraries/base/dist-install/build/GHC/List_p_o_split libraries/base/dist-install/build/GHC/MVar_p_o_split libraries/base/dist-install/build/GHC/Natural_p_o_split libraries/base/dist-install/build/GHC/Num_p_o_split libraries/base/dist-install/build/GHC/OldList_p_o_split libraries/base/dist-install/build/GHC/PArr_p_o_split libraries/base/dist-install/build/GHC/Pack_p_o_split libraries/base/dist-install/build/GHC/Profiling_p_o_split libraries/base/dist-install/build/GHC/Ptr_p_o_split libraries/base/dist-install/build/GHC/Read_p_o_split libraries/base/dist-install/build/GHC/Real_p_o_split libraries/base/dist-install/build/GHC/RTS/Flags_p_o_split libraries/base/dist-install/build/GHC/ST_p_o_split libraries/base/dist-install/build/GHC/StaticPtr_p_o_split libraries/base/dist-install/build/GHC/STRef_p_o_split libraries/base/dist-install/build/GHC/Show_p_o_split libraries/base/dist-install/build/GHC/SrcLoc_p_o_split libraries/base/dist-install/build/GHC/Stable_p_o_split libraries/base/dist-install/build/GHC/Stack_p_o_split libraries/base/dist-install/build/GHC/Stats_p_o_split libraries/base/dist-install/build/GHC/Storable_p_o_split libraries/base/dist-install/build/GHC/TopHandler_p_o_split libraries/base/dist-install/build/GHC/TypeLits_p_o_split libraries/base/dist-install/build/GHC/Unicode_p_o_split libraries/base/dist-install/build/GHC/Weak_p_o_split libraries/base/dist-install/build/GHC/Word_p_o_split libraries/base/dist-install/build/Numeric_p_o_split libraries/base/dist-install/build/Numeric/Natural_p_o_split libraries/base/dist-install/build/Prelude_p_o_split libraries/base/dist-install/build/System/CPUTime_p_o_split libraries/base/dist-install/build/System/Console/GetOpt_p_o_split libraries/base/dist-install/build/System/Environment_p_o_split libraries/base/dist-install/build/System/Exit_p_o_split libraries/base/dist-install/build/System/IO_p_o_split libraries/base/dist-install/build/System/IO/Error_p_o_split libraries/base/dist-install/build/System/IO/Unsafe_p_o_split libraries/base/dist-install/build/System/Info_p_o_split libraries/base/dist-install/build/System/Mem_p_o_split libraries/base/dist-install/build/System/Mem/StableName_p_o_split libraries/base/dist-install/build/System/Mem/Weak_p_o_split libraries/base/dist-install/build/System/Posix/Internals_p_o_split libraries/base/dist-install/build/System/Posix/Types_p_o_split libraries/base/dist-install/build/System/Timeout_p_o_split libraries/base/dist-install/build/Text/ParserCombinators/ReadP_p_o_split libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec_p_o_split libraries/base/dist-install/build/Text/Printf_p_o_split libraries/base/dist-install/build/Text/Read_p_o_split libraries/base/dist-install/build/Text/Read/Lex_p_o_split libraries/base/dist-install/build/Text/Show_p_o_split libraries/base/dist-install/build/Text/Show/Functions_p_o_split libraries/base/dist-install/build/Unsafe/Coerce_p_o_split libraries/base/dist-install/build/GHC/Event_p_o_split libraries/base/dist-install/build/Control/Monad/ST/Imp_p_o_split libraries/base/dist-install/build/Control/Monad/ST/Lazy/Imp_p_o_split libraries/base/dist-install/build/Data/OldList_p_o_split libraries/base/dist-install/build/Foreign/ForeignPtr/Imp_p_o_split libraries/base/dist-install/build/System/Environment/ExecutablePath_p_o_split libraries/base/dist-install/build/GHC/Event/Arr_p_o_split libraries/base/dist-install/build/GHC/Event/Array_p_o_split libraries/base/dist-install/build/GHC/Event/Clock_p_o_split libraries/base/dist-install/build/GHC/Event/Control_p_o_split libraries/base/dist-install/build/GHC/Event/EPoll_p_o_split libraries/base/dist-install/build/GHC/Event/IntTable_p_o_split libraries/base/dist-install/build/GHC/Event/Internal_p_o_split libraries/base/dist-install/build/GHC/Event/KQueue_p_o_split libraries/base/dist-install/build/GHC/Event/Manager_p_o_split libraries/base/dist-install/build/GHC/Event/PSQ_p_o_split libraries/base/dist-install/build/GHC/Event/Poll_p_o_split libraries/base/dist-install/build/GHC/Event/Thread_p_o_split libraries/base/dist-install/build/GHC/Event/TimerManager_p_o_split libraries/base/dist-install/build/GHC/Event/Unique_p_o_split -name '*.p_o' -print >> libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM_p.a.contents echo libraries/base/dist-install/build/cbits/DarwinUtils.p_o libraries/base/dist-install/build/cbits/PrelIOUtils.p_o libraries/base/dist-install/build/cbits/SetEnv.p_o libraries/base/dist-install/build/cbits/WCsubst.p_o libraries/base/dist-install/build/cbits/Win32Utils.p_o libraries/base/dist-install/build/cbits/consUtils.p_o libraries/base/dist-install/build/cbits/iconv.p_o libraries/base/dist-install/build/cbits/inputReady.p_o libraries/base/dist-install/build/cbits/md5.p_o libraries/base/dist-install/build/cbits/primFloat.p_o libraries/base/dist-install/build/cbits/rts.p_o libraries/base/dist-install/build/cbits/sysconf.p_o >> libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM_p.a.contents "ar" q libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM_p.a @libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM_p.a.contents ar: creating libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM_p.a "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/IArray.hs -o libraries/array/dist-install/build/Data/Array/IArray.p_o -dyno libraries/array/dist-install/build/Data/Array/IArray.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/MArray.hs -o libraries/array/dist-install/build/Data/Array/MArray.p_o -dyno libraries/array/dist-install/build/Data/Array/MArray.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/IO/Internals.hs -o libraries/array/dist-install/build/Data/Array/IO/Internals.p_o -dyno libraries/array/dist-install/build/Data/Array/IO/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/MArray/Safe.hs -o libraries/array/dist-install/build/Data/Array/MArray/Safe.p_o -dyno libraries/array/dist-install/build/Data/Array/MArray/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/Unboxed.hs -o libraries/array/dist-install/build/Data/Array/Unboxed.p_o -dyno libraries/array/dist-install/build/Data/Array/Unboxed.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Unsafe.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Unsafe.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Short/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Short/Internal.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Short/Internal.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/IntMap/Base.hs -o libraries/containers/dist-install/build/Data/IntMap/Base.p_o -dyno libraries/containers/dist-install/build/Data/IntMap/Base.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/IntSet.hs -o libraries/containers/dist-install/build/Data/IntSet.p_o -dyno libraries/containers/dist-install/build/Data/IntSet.dyn_o libraries/containers/Data/IntMap/Base.hs:219:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/containers/Data/IntMap/Base.hs:225:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/IntMap/Base.hs:226:1: Warning: The import of `Data.Traversable' is redundant except perhaps to import instances from `Data.Traversable' To import instances alone, use: import Data.Traversable() libraries/containers/Data/IntMap/Base.hs:228:1: Warning: The import of `Data.Word' is redundant except perhaps to import instances from `Data.Word' To import instances alone, use: import Data.Word() "rm" -f libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/Map/Base.hs -o libraries/containers/dist-install/build/Data/Map/Base.p_o -dyno libraries/containers/dist-install/build/Data/Map/Base.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/Set.hs -o libraries/containers/dist-install/build/Data/Set.p_o -dyno libraries/containers/dist-install/build/Data/Set.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs -o libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate.p_o -dyno libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate.dyn_o libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:16:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:17:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:18:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:19:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:37:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:42:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:53:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:54:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:55:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:62:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:63:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:64:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:88:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:89:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:90:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:91:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:92:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:94:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:95:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:119:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:120:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:121:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:122:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:123:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:124:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:125:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:126:1: Warning: Tab character libraries/containers/Data/Map/Base.hs:273:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/containers/Data/Map/Base.hs:277:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/Map/Base.hs:278:1: Warning: The import of `Data.Traversable' is redundant except perhaps to import instances from `Data.Traversable' To import instances alone, use: import Data.Traversable() "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs -o libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay.p_o -dyno libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Clock/UTC.hs -o libraries/time/dist-install/build/Data/Time/Clock/UTC.p_o -dyno libraries/time/dist-install/build/Data/Time/Clock/UTC.dyn_o libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:16:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:17:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:18:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:19:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:37:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:42:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:16:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:32:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:46:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:49:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:52:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:53:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:54:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:77:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:78:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:79:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:80:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:81:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:82:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:83:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:84:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:87:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:91:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:92:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:94:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:95:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:96:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:97:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:101:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:105:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:106:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:107:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:111:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:112:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:113:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:114:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:115:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:116:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key proce_52AgREEfSrnJLlkGV9YZZJ -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -split-objs -c libraries/process/./System/Cmd.hs -o libraries/process/dist-install/build/System/Cmd.p_o -dyno libraries/process/dist-install/build/System/Cmd.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key prett_JItwetRppk1H5Uq3xbjDGC -hide-all-packages -i -ilibraries/pretty/src -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -Wall -fwarn-tabs -XHaskell98 -XCPP -XBangPatterns -XDeriveGeneric -O2 -no-user-package-db -rtsopts -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -split-objs -c libraries/pretty/src/Text/PrettyPrint.hs -o libraries/pretty/dist-install/build/Text/PrettyPrint.p_o -dyno libraries/pretty/dist-install/build/Text/PrettyPrint.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key prett_JItwetRppk1H5Uq3xbjDGC -hide-all-packages -i -ilibraries/pretty/src -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -Wall -fwarn-tabs -XHaskell98 -XCPP -XBangPatterns -XDeriveGeneric -O2 -no-user-package-db -rtsopts -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -split-objs -c libraries/pretty/src/Text/PrettyPrint/HughesPJClass.hs -o libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJClass.p_o -dyno libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJClass.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/ExtsCompat46.hs -o compiler/stage2/build/ExtsCompat46.o -dyno compiler/stage2/build/ExtsCompat46.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Numeric/Natural.hs -o libraries/base/dist-install/build/Numeric/Natural.o -dyno libraries/base/dist-install/build/Numeric/Natural.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Calendar/Private.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Private.o -dyno libraries/time/dist-install/build/Data/Time/Calendar/Private.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/Utils/BitUtil.hs -o libraries/containers/dist-install/build/Data/Utils/BitUtil.o -dyno libraries/containers/dist-install/build/Data/Utils/BitUtil.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/Base.hs -o libraries/array/dist-install/build/Data/Array/Base.o -dyno libraries/array/dist-install/build/Data/Array/Base.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/FastBool.hs -o compiler/stage2/build/FastBool.o -dyno compiler/stage2/build/FastBool.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/State/Strict.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/State/Strict.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/State/Strict.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Data/Functor/Classes.hs -o libraries/transformers/dist-install/build/Data/Functor/Classes.o -dyno libraries/transformers/dist-install/build/Data/Functor/Classes.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/RWS/Lazy.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Lazy.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/Reader.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Reader.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Reader.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./GHC/StaticPtr.hs -o libraries/base/dist-install/build/GHC/StaticPtr.o -dyno libraries/base/dist-install/build/GHC/StaticPtr.dyn_o libraries/transformers/Control/Monad/Trans/Reader.hs:69:24: Warning: Tab character libraries/transformers/Control/Monad/Trans/Reader.hs:70:9: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/Cont.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Cont.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Cont.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/RWS/Strict.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Strict.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Strict.dyn_o libraries/transformers/Control/Monad/Trans/Cont.hs:69:20: Warning: Tab character libraries/transformers/Control/Monad/Trans/Cont.hs:70:16: Warning: Tab character libraries/transformers/Control/Monad/Trans/Cont.hs:71:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/State/Lazy.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/State/Lazy.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/State/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/IO.hs -o libraries/array/dist-install/build/Data/Array/IO.p_o -dyno libraries/array/dist-install/build/Data/Array/IO.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/ST.hs -o libraries/array/dist-install/build/Data/Array/ST.p_o -dyno libraries/array/dist-install/build/Data/Array/ST.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/Storable/Internals.hs -o libraries/array/dist-install/build/Data/Array/Storable/Internals.p_o -dyno libraries/array/dist-install/build/Data/Array/Storable/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString.hs -o libraries/bytestring/dist-install/build/Data/ByteString.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Short.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Short.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Short.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Calendar/Gregorian.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Gregorian.p_o -dyno libraries/time/dist-install/build/Data/Time/Calendar/Gregorian.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Calendar/WeekDate.hs -o libraries/time/dist-install/build/Data/Time/Calendar/WeekDate.p_o -dyno libraries/time/dist-install/build/Data/Time/Calendar/WeekDate.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Calendar/Julian.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Julian.p_o -dyno libraries/time/dist-install/build/Data/Time/Calendar/Julian.dyn_o libraries/time/lib/Data/Time/Calendar/Gregorian.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:38:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:39:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:44:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:55:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:56:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:62:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:68:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Clock/POSIX.hs -o libraries/time/dist-install/build/Data/Time/Clock/POSIX.p_o -dyno libraries/time/dist-install/build/Data/Time/Clock/POSIX.dyn_o libraries/time/lib/Data/Time/Calendar/Gregorian.hs:82:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:16:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:17:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:18:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:19:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:22:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:23:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:24:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:25:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:30:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:32:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:39:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:40:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:41:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:42:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:43:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:44:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:45:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:46:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:47:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:52:1: Warning: Tab character "rm" -f libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ_p.a libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/process/dist-install/build/System/Cmd_p_o_split libraries/process/dist-install/build/System/Process_p_o_split libraries/process/dist-install/build/System/Process/Internals_p_o_split -name '*.p_o' -print >> libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ_p.a.contents echo libraries/process/dist-install/build/cbits/runProcess.p_o >> libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ_p.a.contents "ar" q libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ_p.a @libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ_p.a.contents ar: creating libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ_p.a libraries/time/lib/Data/Time/Calendar/Julian.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:22:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:39:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:50:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:51:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:57:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:63:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/POSIX.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/POSIX.hs:35:1: Warning: Tab character "rm" -f libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ_p.a.contents "rm" -f libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC_p.a libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/pretty/dist-install/build/Text/PrettyPrint_p_o_split libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ_p_o_split libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJClass_p_o_split -name '*.p_o' -print >> libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC_p.a.contents echo >> libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC_p.a.contents "ar" q libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC_p.a @libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC_p.a.contents ar: creating libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC_p.a "rm" -f libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Text.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Text.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Text.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -hide-all-packages -i -ilibraries/deepseq/. -ilibraries/deepseq/dist-install/build -ilibraries/deepseq/dist-install/build/autogen -Ilibraries/deepseq/dist-install/build -Ilibraries/deepseq/dist-install/build/autogen -Ilibraries/deepseq/. -optP-include -optPlibraries/deepseq/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/deepseq/dist-install/build -hidir libraries/deepseq/dist-install/build -stubdir libraries/deepseq/dist-install/build -split-objs -dynamic-too -c libraries/deepseq/./Control/DeepSeq.hs -o libraries/deepseq/dist-install/build/Control/DeepSeq.o -dyno libraries/deepseq/dist-install/build/Control/DeepSeq.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Calendar/MonthDay.hs -o libraries/time/dist-install/build/Data/Time/Calendar/MonthDay.o -dyno libraries/time/dist-install/build/Data/Time/Calendar/MonthDay.dyn_o libraries/time/lib/Data/Time/Calendar/MonthDay.hs:2:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:22:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:23:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:24:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:25:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:48:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:49:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/FastTypes.hs -o compiler/stage2/build/FastTypes.o -dyno compiler/stage2/build/FastTypes.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Encoding.hs -o compiler/stage2/build/Encoding.o -dyno compiler/stage2/build/Encoding.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -split-objs -dynamic-too -c libraries/base/./Text/Printf.hs -o libraries/base/dist-install/build/Text/Printf.o -dyno libraries/base/dist-install/build/Text/Printf.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -dynamic-too -c libraries/template-haskell/./Language/Haskell/TH/Syntax.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax.o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/Writer/Lazy.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Lazy.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Lazy.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/RWS.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/RWS.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/RWS.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/Except.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Except.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Except.dyn_o libraries/template-haskell/Language/Haskell/TH/Syntax.hs:560:11: Warning: Rule "TH:liftString" may never fire because `lift' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `lift' "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/List.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/List.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/List.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/Error.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Error.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Error.dyn_o "rm" -f libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59.a libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/deepseq/dist-install/build/Control/DeepSeq_o_split -name '*.o' -print >> libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59.a.contents echo >> libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59.a.contents "ar" q libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59.a @libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59.a.contents ar: creating libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59.a "rm" -f libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59.a.contents "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Applicative/Backwards.hs -o libraries/transformers/dist-install/build/Control/Applicative/Backwards.o -dyno libraries/transformers/dist-install/build/Control/Applicative/Backwards.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Data/Functor/Constant.hs -o libraries/transformers/dist-install/build/Data/Functor/Constant.o -dyno libraries/transformers/dist-install/build/Data/Functor/Constant.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/Identity.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Identity.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Identity.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/State.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/State.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/State.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/Writer/Strict.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Strict.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Strict.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Data/Functor/Compose.hs -o libraries/transformers/dist-install/build/Data/Functor/Compose.o -dyno libraries/transformers/dist-install/build/Data/Functor/Compose.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Data/Functor/Product.hs -o libraries/transformers/dist-install/build/Data/Functor/Product.o -dyno libraries/transformers/dist-install/build/Data/Functor/Product.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Data/Functor/Sum.hs -o libraries/transformers/dist-install/build/Data/Functor/Sum.o -dyno libraries/transformers/dist-install/build/Data/Functor/Sum.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/IO/Safe.hs -o libraries/array/dist-install/build/Data/Array/IO/Safe.p_o -dyno libraries/array/dist-install/build/Data/Array/IO/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/ST/Safe.hs -o libraries/array/dist-install/build/Data/Array/ST/Safe.p_o -dyno libraries/array/dist-install/build/Data/Array/ST/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/Storable.hs -o libraries/array/dist-install/build/Data/Array/Storable.p_o -dyno libraries/array/dist-install/build/Data/Array/Storable.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/Storable/Safe.hs -o libraries/array/dist-install/build/Data/Array/Storable/Safe.p_o -dyno libraries/array/dist-install/build/Data/Array/Storable/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -c libraries/array/./Data/Array/Unsafe.hs -o libraries/array/dist-install/build/Data/Array/Unsafe.p_o -dyno libraries/array/dist-install/build/Data/Array/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Char8.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Char8.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Char8.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Lazy/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/Base16.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Base16.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Base16.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/IntMap/Lazy.hs -o libraries/containers/dist-install/build/Data/IntMap/Lazy.p_o -dyno libraries/containers/dist-install/build/Data/IntMap/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/IntMap/Strict.hs -o libraries/containers/dist-install/build/Data/IntMap/Strict.p_o -dyno libraries/containers/dist-install/build/Data/IntMap/Strict.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/Map/Strict.hs -o libraries/containers/dist-install/build/Data/Map/Strict.p_o -dyno libraries/containers/dist-install/build/Data/Map/Strict.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/Map/Lazy.hs -o libraries/containers/dist-install/build/Data/Map/Lazy.p_o -dyno libraries/containers/dist-install/build/Data/Map/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/Tree.hs -o libraries/containers/dist-install/build/Data/Tree.p_o -dyno libraries/containers/dist-install/build/Data/Tree.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Calendar.hs -o libraries/time/dist-install/build/Data/Time/Calendar.p_o -dyno libraries/time/dist-install/build/Data/Time/Calendar.dyn_o libraries/containers/Data/Tree.hs:37:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/containers/Data/Tree.hs:39:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/Tree.hs:42:1: Warning: The import of `Foldable, foldMap' from module `Data.Foldable' is redundant libraries/containers/Data/Tree.hs:43:1: Warning: The import of `Data.Traversable' is redundant except perhaps to import instances from `Data.Traversable' To import instances alone, use: import Data.Traversable() libraries/time/lib/Data/Time/Calendar.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar.hs:4:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Clock/UTCDiff.hs -o libraries/time/dist-install/build/Data/Time/Clock/UTCDiff.p_o -dyno libraries/time/dist-install/build/Data/Time/Clock/UTCDiff.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Files/Common.hs -o libraries/unix/dist-install/build/System/Posix/Files/Common.p_o -dyno libraries/unix/dist-install/build/System/Posix/Files/Common.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -c libraries/binary/src/Data/Binary/Get/Internal.hs -o libraries/binary/dist-install/build/Data/Binary/Get/Internal.p_o -dyno libraries/binary/dist-install/build/Data/Binary/Get/Internal.dyn_o libraries/binary/src/Data/Binary/Get/Internal.hs:383:1: Warning: Rule "<$> to <*>" may never fire because `<$>' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `<$>' libraries/binary/src/Data/Binary/Get/Internal.hs:417:21: Warning: In the use of `B.inlinePerformIO' (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/PprBase.hs -o compiler/stage2/build/PprBase.p_o -dyno compiler/stage2/build/PprBase.dyn_o <> "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -c utils/hpc/./HpcParser.hs -o utils/hpc/dist-install/build/HpcParser.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Calendar/Days.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Days.o -dyno libraries/time/dist-install/build/Data/Time/Calendar/Days.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Clock/Scale.hs -o libraries/time/dist-install/build/Data/Time/Clock/Scale.o -dyno libraries/time/dist-install/build/Data/Time/Clock/Scale.dyn_o libraries/time/lib/Data/Time/Calendar/Days.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:32:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:37:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:38:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:42:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:43:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:44:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:45:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Internal.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Internal.dyn_o libraries/time/lib/Data/Time/Clock/Scale.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:58:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:59:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:60:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:61:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:62:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:63:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:64:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:65:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:68:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:72:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:73:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:74:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:75:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:76:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:77:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:78:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:82:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:86:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:87:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:88:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/Set/Base.hs -o libraries/containers/dist-install/build/Data/Set/Base.o -dyno libraries/containers/dist-install/build/Data/Set/Base.dyn_o libraries/containers/Data/Set/Base.hs:195:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/IntSet/Base.hs -o libraries/containers/dist-install/build/Data/IntSet/Base.o -dyno libraries/containers/dist-install/build/Data/IntSet/Base.dyn_o libraries/containers/Data/IntSet/Base.hs:172:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/IntSet/Base.hs:174:1: Warning: The import of `Data.Word' is redundant except perhaps to import instances from `Data.Word' To import instances alone, use: import Data.Word() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Panic.hs -o compiler/stage2/build/Panic.o -dyno compiler/stage2/build/Panic.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/FastFunctions.hs -o compiler/stage2/build/FastFunctions.o -dyno compiler/stage2/build/FastFunctions.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/Sequence.hs -o libraries/containers/dist-install/build/Data/Sequence.o -dyno libraries/containers/dist-install/build/Data/Sequence.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/IArray.hs -o libraries/array/dist-install/build/Data/Array/IArray.o -dyno libraries/array/dist-install/build/Data/Array/IArray.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/MArray.hs -o libraries/array/dist-install/build/Data/Array/MArray.o -dyno libraries/array/dist-install/build/Data/Array/MArray.dyn_o libraries/containers/Data/Sequence.hs:154:1: Warning: The import of `Applicative, <$>' from module `Control.Applicative' is redundant libraries/containers/Data/Sequence.hs:159:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/Sequence.hs:161:1: Warning: The import of `foldMap' from module `Data.Foldable' is redundant "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/IO/Internals.hs -o libraries/array/dist-install/build/Data/Array/IO/Internals.o -dyno libraries/array/dist-install/build/Data/Array/IO/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key prett_JItwetRppk1H5Uq3xbjDGC -hide-all-packages -i -ilibraries/pretty/src -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -Wall -fwarn-tabs -XHaskell98 -XCPP -XBangPatterns -XDeriveGeneric -O2 -no-user-package-db -rtsopts -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -split-objs -dynamic-too -c libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs -o libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ.o -dyno libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key proce_52AgREEfSrnJLlkGV9YZZJ -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -split-objs -dynamic-too -c libraries/process/dist-install/build/System/Process.hs -o libraries/process/dist-install/build/System/Process.o -dyno libraries/process/dist-install/build/System/Process.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/Writer.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Writer.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Writer.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Monad/Trans/Maybe.hs -o libraries/transformers/dist-install/build/Control/Monad/Trans/Maybe.o -dyno libraries/transformers/dist-install/build/Control/Monad/Trans/Maybe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/MArray/Safe.hs -o libraries/array/dist-install/build/Data/Array/MArray/Safe.o -dyno libraries/array/dist-install/build/Data/Array/MArray/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key base_HQfYBxpPvuw8OunzQu6JGM -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -I/usr/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package-key rts -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key base -XHaskell2010 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/base/dist-install/build/Control/Applicative.dyn_o libraries/base/dist-install/build/Control/Arrow.dyn_o libraries/base/dist-install/build/Control/Category.dyn_o libraries/base/dist-install/build/Control/Concurrent.dyn_o libraries/base/dist-install/build/Control/Concurrent/Chan.dyn_o libraries/base/dist-install/build/Control/Concurrent/MVar.dyn_o libraries/base/dist-install/build/Control/Concurrent/QSem.dyn_o libraries/base/dist-install/build/Control/Concurrent/QSemN.dyn_o libraries/base/dist-install/build/Control/Exception.dyn_o libraries/base/dist-install/build/Control/Exception/Base.dyn_o libraries/base/dist-install/build/Control/Monad.dyn_o libraries/base/dist-install/build/Control/Monad/Fix.dyn_o libraries/base/dist-install/build/Control/Monad/Instances.dyn_o libraries/base/dist-install/build/Control/Monad/ST.dyn_o libraries/base/dist-install/build/Control/Monad/ST/Lazy.dyn_o libraries/base/dist-install/build/Control/Monad/ST/Lazy/Safe.dyn_o libraries/base/dist-install/build/Control/Monad/ST/Lazy/Unsafe.dyn_o libraries/base/dist-install/build/Control/Monad/ST/Safe.dyn_o libraries/base/dist-install/build/Control/Monad/ST/Strict.dyn_o libraries/base/dist-install/build/Control/Monad/ST/Unsafe.dyn_o libraries/base/dist-install/build/Control/Monad/Zip.dyn_o libraries/base/dist-install/build/Data/Bifunctor.dyn_o libraries/base/dist-install/build/Data/Bits.dyn_o libraries/base/dist-install/build/Data/Bool.dyn_o libraries/base/dist-install/build/Data/Char.dyn_o libraries/base/dist-install/build/Data/Coerce.dyn_o libraries/base/dist-install/build/Data/Complex.dyn_o libraries/base/dist-install/build/Data/Data.dyn_o libraries/base/dist-install/build/Data/Dynamic.dyn_o libraries/base/dist-install/build/Data/Either.dyn_o libraries/base/dist-install/build/Data/Eq.dyn_o libraries/base/dist-install/build/Data/Fixed.dyn_o libraries/base/dist-install/build/Data/Foldable.dyn_o libraries/base/dist-install/build/Data/Function.dyn_o libraries/base/dist-install/build/Data/Functor.dyn_o libraries/base/dist-install/build/Data/Functor/Identity.dyn_o libraries/base/dist-install/build/Data/IORef.dyn_o libraries/base/dist-install/build/Data/Int.dyn_o libraries/base/dist-install/build/Data/Ix.dyn_o libraries/base/dist-install/build/Data/List.dyn_o libraries/base/dist-install/build/Data/Maybe.dyn_o libraries/base/dist-install/build/Data/Monoid.dyn_o libraries/base/dist-install/build/Data/Ord.dyn_o libraries/base/dist-install/build/Data/Proxy.dyn_o libraries/base/dist-install/build/Data/Ratio.dyn_o libraries/base/dist-install/build/Data/STRef.dyn_o libraries/base/dist-install/build/Data/STRef/Lazy.dyn_o libraries/base/dist-install/build/Data/STRef/Strict.dyn_o libraries/base/dist-install/build/Data/String.dyn_o libraries/base/dist-install/build/Data/Traversable.dyn_o libraries/base/dist-install/build/Data/Tuple.dyn_o libraries/base/dist-install/build/Data/Type/Bool.dyn_o libraries/base/dist-install/build/Data/Type/Coercion.dyn_o libraries/base/dist-install/build/Data/Type/Equality.dyn_o libraries/base/dist-install/build/Data/Typeable.dyn_o libraries/base/dist-install/build/Data/Typeable/Internal.dyn_o libraries/base/dist-install/build/Data/Unique.dyn_o libraries/base/dist-install/build/Data/Version.dyn_o libraries/base/dist-install/build/Data/Void.dyn_o libraries/base/dist-install/build/Data/Word.dyn_o libraries/base/dist-install/build/Debug/Trace.dyn_o libraries/base/dist-install/build/Foreign.dyn_o libraries/base/dist-install/build/Foreign/C.dyn_o libraries/base/dist-install/build/Foreign/C/Error.dyn_o libraries/base/dist-install/build/Foreign/C/String.dyn_o libraries/base/dist-install/build/Foreign/C/Types.dyn_o libraries/base/dist-install/build/Foreign/Concurrent.dyn_o libraries/base/dist-install/build/Foreign/ForeignPtr.dyn_o libraries/base/dist-install/build/Foreign/ForeignPtr/Safe.dyn_o libraries/base/dist-install/build/Foreign/ForeignPtr/Unsafe.dyn_o libraries/base/dist-install/build/Foreign/Marshal.dyn_o libraries/base/dist-install/build/Foreign/Marshal/Alloc.dyn_o libraries/base/dist-install/build/Foreign/Marshal/Array.dyn_o libraries/base/dist-install/build/Foreign/Marshal/Error.dyn_o libraries/base/dist-install/build/Foreign/Marshal/Pool.dyn_o libraries/base/dist-install/build/Foreign/Marshal/Safe.dyn_o libraries/base/dist-install/build/Foreign/Marshal/Unsafe.dyn_o libraries/base/dist-install/build/Foreign/Marshal/Utils.dyn_o libraries/base/dist-install/build/Foreign/Ptr.dyn_o libraries/base/dist-install/build/Foreign/Safe.dyn_o libraries/base/dist-install/build/Foreign/StablePtr.dyn_o libraries/base/dist-install/build/Foreign/Storable.dyn_o libraries/base/dist-install/build/GHC/Arr.dyn_o libraries/base/dist-install/build/GHC/Base.dyn_o libraries/base/dist-install/build/GHC/Char.dyn_o libraries/base/dist-install/build/GHC/Conc.dyn_o libraries/base/dist-install/build/GHC/Conc/IO.dyn_o libraries/base/dist-install/build/GHC/Conc/Signal.dyn_o libraries/base/dist-install/build/GHC/Conc/Sync.dyn_o libraries/base/dist-install/build/GHC/ConsoleHandler.dyn_o libraries/base/dist-install/build/GHC/Constants.dyn_o libraries/base/dist-install/build/GHC/Desugar.dyn_o libraries/base/dist-install/build/GHC/Enum.dyn_o libraries/base/dist-install/build/GHC/Environment.dyn_o libraries/base/dist-install/build/GHC/Err.dyn_o libraries/base/dist-install/build/GHC/Exception.dyn_o libraries/base/dist-install/build/GHC/Exts.dyn_o libraries/base/dist-install/build/GHC/Fingerprint.dyn_o libraries/base/dist-install/build/GHC/Fingerprint/Type.dyn_o libraries/base/dist-install/build/GHC/Float.dyn_o libraries/base/dist-install/build/GHC/Float/ConversionUtils.dyn_o libraries/base/dist-install/build/GHC/Float/RealFracMethods.dyn_o libraries/base/dist-install/build/GHC/Foreign.dyn_o libraries/base/dist-install/build/GHC/ForeignPtr.dyn_o libraries/base/dist-install/build/GHC/GHCi.dyn_o libraries/base/dist-install/build/GHC/Generics.dyn_o libraries/base/dist-install/build/GHC/IO.dyn_o libraries/base/dist-install/build/GHC/IO/Buffer.dyn_o libraries/base/dist-install/build/GHC/IO/BufferedIO.dyn_o libraries/base/dist-install/build/GHC/IO/Device.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/CodePage.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/Failure.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/Iconv.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/Latin1.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/Types.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/UTF16.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/UTF32.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/UTF8.dyn_o libraries/base/dist-install/build/GHC/IO/Exception.dyn_o libraries/base/dist-install/build/GHC/IO/FD.dyn_o libraries/base/dist-install/build/GHC/IO/Handle.dyn_o libraries/base/dist-install/build/GHC/IO/Handle/FD.dyn_o libraries/base/dist-install/build/GHC/IO/Handle/Internals.dyn_o libraries/base/dist-install/build/GHC/IO/Handle/Text.dyn_o libraries/base/dist-install/build/GHC/IO/Handle/Types.dyn_o libraries/base/dist-install/build/GHC/IO/IOMode.dyn_o libraries/base/dist-install/build/GHC/IOArray.dyn_o libraries/base/dist-install/build/GHC/IORef.dyn_o libraries/base/dist-install/build/GHC/IP.dyn_o libraries/base/dist-install/build/GHC/Int.dyn_o libraries/base/dist-install/build/GHC/List.dyn_o libraries/base/dist-install/build/GHC/MVar.dyn_o libraries/base/dist-install/build/GHC/Natural.dyn_o libraries/base/dist-install/build/GHC/Num.dyn_o libraries/base/dist-install/build/GHC/OldList.dyn_o libraries/base/dist-install/build/GHC/PArr.dyn_o libraries/base/dist-install/build/GHC/Pack.dyn_o libraries/base/dist-install/build/GHC/Profiling.dyn_o libraries/base/dist-install/build/GHC/Ptr.dyn_o libraries/base/dist-install/build/GHC/Read.dyn_o libraries/base/dist-install/build/GHC/Real.dyn_o libraries/base/dist-install/build/GHC/RTS/Flags.dyn_o libraries/base/dist-install/build/GHC/ST.dyn_o libraries/base/dist-install/build/GHC/StaticPtr.dyn_o libraries/base/dist-install/build/GHC/STRef.dyn_o libraries/base/dist-install/build/GHC/Show.dyn_o libraries/base/dist-install/build/GHC/SrcLoc.dyn_o libraries/base/dist-install/build/GHC/Stable.dyn_o libraries/base/dist-install/build/GHC/Stack.dyn_o libraries/base/dist-install/build/GHC/Stats.dyn_o libraries/base/dist-install/build/GHC/Storable.dyn_o libraries/base/dist-install/build/GHC/TopHandler.dyn_o libraries/base/dist-install/build/GHC/TypeLits.dyn_o libraries/base/dist-install/build/GHC/Unicode.dyn_o libraries/base/dist-install/build/GHC/Weak.dyn_o libraries/base/dist-install/build/GHC/Word.dyn_o libraries/base/dist-install/build/Numeric.dyn_o libraries/base/dist-install/build/Numeric/Natural.dyn_o libraries/base/dist-install/build/Prelude.dyn_o libraries/base/dist-install/build/System/CPUTime.dyn_o libraries/base/dist-install/build/System/Console/GetOpt.dyn_o libraries/base/dist-install/build/System/Environment.dyn_o libraries/base/dist-install/build/System/Exit.dyn_o libraries/base/dist-install/build/System/IO.dyn_o libraries/base/dist-install/build/System/IO/Error.dyn_o libraries/base/dist-install/build/System/IO/Unsafe.dyn_o libraries/base/dist-install/build/System/Info.dyn_o libraries/base/dist-install/build/System/Mem.dyn_o libraries/base/dist-install/build/System/Mem/StableName.dyn_o libraries/base/dist-install/build/System/Mem/Weak.dyn_o libraries/base/dist-install/build/System/Posix/Internals.dyn_o libraries/base/dist-install/build/System/Posix/Types.dyn_o libraries/base/dist-install/build/System/Timeout.dyn_o libraries/base/dist-install/build/Text/ParserCombinators/ReadP.dyn_o libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec.dyn_o libraries/base/dist-install/build/Text/Printf.dyn_o libraries/base/dist-install/build/Text/Read.dyn_o libraries/base/dist-install/build/Text/Read/Lex.dyn_o libraries/base/dist-install/build/Text/Show.dyn_o libraries/base/dist-install/build/Text/Show/Functions.dyn_o libraries/base/dist-install/build/Unsafe/Coerce.dyn_o libraries/base/dist-install/build/GHC/Event.dyn_o libraries/base/dist-install/build/Control/Monad/ST/Imp.dyn_o libraries/base/dist-install/build/Control/Monad/ST/Lazy/Imp.dyn_o libraries/base/dist-install/build/Data/OldList.dyn_o libraries/base/dist-install/build/Foreign/ForeignPtr/Imp.dyn_o libraries/base/dist-install/build/System/Environment/ExecutablePath.dyn_o libraries/base/dist-install/build/GHC/Event/Arr.dyn_o libraries/base/dist-install/build/GHC/Event/Array.dyn_o libraries/base/dist-install/build/GHC/Event/Clock.dyn_o libraries/base/dist-install/build/GHC/Event/Control.dyn_o libraries/base/dist-install/build/GHC/Event/EPoll.dyn_o libraries/base/dist-install/build/GHC/Event/IntTable.dyn_o libraries/base/dist-install/build/GHC/Event/Internal.dyn_o libraries/base/dist-install/build/GHC/Event/KQueue.dyn_o libraries/base/dist-install/build/GHC/Event/Manager.dyn_o libraries/base/dist-install/build/GHC/Event/PSQ.dyn_o libraries/base/dist-install/build/GHC/Event/Poll.dyn_o libraries/base/dist-install/build/GHC/Event/Thread.dyn_o libraries/base/dist-install/build/GHC/Event/TimerManager.dyn_o libraries/base/dist-install/build/GHC/Event/Unique.dyn_o libraries/base/dist-install/build/cbits/DarwinUtils.dyn_o libraries/base/dist-install/build/cbits/PrelIOUtils.dyn_o libraries/base/dist-install/build/cbits/SetEnv.dyn_o libraries/base/dist-install/build/cbits/WCsubst.dyn_o libraries/base/dist-install/build/cbits/Win32Utils.dyn_o libraries/base/dist-install/build/cbits/consUtils.dyn_o libraries/base/dist-install/build/cbits/iconv.dyn_o libraries/base/dist-install/build/cbits/inputReady.dyn_o libraries/base/dist-install/build/cbits/md5.dyn_o libraries/base/dist-install/build/cbits/primFloat.dyn_o libraries/base/dist-install/build/cbits/rts.dyn_o libraries/base/dist-install/build/cbits/sysconf.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM-ghc7.10.3.so -L/usr/lib -no-auto-link-packages -o libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "rm" -f libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM.a libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/base/dist-install/build/Control/Applicative_o_split libraries/base/dist-install/build/Control/Arrow_o_split libraries/base/dist-install/build/Control/Category_o_split libraries/base/dist-install/build/Control/Concurrent_o_split libraries/base/dist-install/build/Control/Concurrent/Chan_o_split libraries/base/dist-install/build/Control/Concurrent/MVar_o_split libraries/base/dist-install/build/Control/Concurrent/QSem_o_split libraries/base/dist-install/build/Control/Concurrent/QSemN_o_split libraries/base/dist-install/build/Control/Exception_o_split libraries/base/dist-install/build/Control/Exception/Base_o_split libraries/base/dist-install/build/Control/Monad_o_split libraries/base/dist-install/build/Control/Monad/Fix_o_split libraries/base/dist-install/build/Control/Monad/Instances_o_split libraries/base/dist-install/build/Control/Monad/ST_o_split libraries/base/dist-install/build/Control/Monad/ST/Lazy_o_split libraries/base/dist-install/build/Control/Monad/ST/Lazy/Safe_o_split libraries/base/dist-install/build/Control/Monad/ST/Lazy/Unsafe_o_split libraries/base/dist-install/build/Control/Monad/ST/Safe_o_split libraries/base/dist-install/build/Control/Monad/ST/Strict_o_split libraries/base/dist-install/build/Control/Monad/ST/Unsafe_o_split libraries/base/dist-install/build/Control/Monad/Zip_o_split libraries/base/dist-install/build/Data/Bifunctor_o_split libraries/base/dist-install/build/Data/Bits_o_split libraries/base/dist-install/build/Data/Bool_o_split libraries/base/dist-install/build/Data/Char_o_split libraries/base/dist-install/build/Data/Coerce_o_split libraries/base/dist-install/build/Data/Complex_o_split libraries/base/dist-install/build/Data/Data_o_split libraries/base/dist-install/build/Data/Dynamic_o_split libraries/base/dist-install/build/Data/Either_o_split libraries/base/dist-install/build/Data/Eq_o_split libraries/base/dist-install/build/Data/Fixed_o_split libraries/base/dist-install/build/Data/Foldable_o_split libraries/base/dist-install/build/Data/Function_o_split libraries/base/dist-install/build/Data/Functor_o_split libraries/base/dist-install/build/Data/Functor/Identity_o_split libraries/base/dist-install/build/Data/IORef_o_split libraries/base/dist-install/build/Data/Int_o_split libraries/base/dist-install/build/Data/Ix_o_split libraries/base/dist-install/build/Data/List_o_split libraries/base/dist-install/build/Data/Maybe_o_split libraries/base/dist-install/build/Data/Monoid_o_split libraries/base/dist-install/build/Data/Ord_o_split libraries/base/dist-install/build/Data/Proxy_o_split libraries/base/dist-install/build/Data/Ratio_o_split libraries/base/dist-install/build/Data/STRef_o_split libraries/base/dist-install/build/Data/STRef/Lazy_o_split libraries/base/dist-install/build/Data/STRef/Strict_o_split libraries/base/dist-install/build/Data/String_o_split libraries/base/dist-install/build/Data/Traversable_o_split libraries/base/dist-install/build/Data/Tuple_o_split libraries/base/dist-install/build/Data/Type/Bool_o_split libraries/base/dist-install/build/Data/Type/Coercion_o_split libraries/base/dist-install/build/Data/Type/Equality_o_split libraries/base/dist-install/build/Data/Typeable_o_split libraries/base/dist-install/build/Data/Typeable/Internal_o_split libraries/base/dist-install/build/Data/Unique_o_split libraries/base/dist-install/build/Data/Version_o_split libraries/base/dist-install/build/Data/Void_o_split libraries/base/dist-install/build/Data/Word_o_split libraries/base/dist-install/build/Debug/Trace_o_split libraries/base/dist-install/build/Foreign_o_split libraries/base/dist-install/build/Foreign/C_o_split libraries/base/dist-install/build/Foreign/C/Error_o_split libraries/base/dist-install/build/Foreign/C/String_o_split libraries/base/dist-install/build/Foreign/C/Types_o_split libraries/base/dist-install/build/Foreign/Concurrent_o_split libraries/base/dist-install/build/Foreign/ForeignPtr_o_split libraries/base/dist-install/build/Foreign/ForeignPtr/Safe_o_split libraries/base/dist-install/build/Foreign/ForeignPtr/Unsafe_o_split libraries/base/dist-install/build/Foreign/Marshal_o_split libraries/base/dist-install/build/Foreign/Marshal/Alloc_o_split libraries/base/dist-install/build/Foreign/Marshal/Array_o_split libraries/base/dist-install/build/Foreign/Marshal/Error_o_split libraries/base/dist-install/build/Foreign/Marshal/Pool_o_split libraries/base/dist-install/build/Foreign/Marshal/Safe_o_split libraries/base/dist-install/build/Foreign/Marshal/Unsafe_o_split libraries/base/dist-install/build/Foreign/Marshal/Utils_o_split libraries/base/dist-install/build/Foreign/Ptr_o_split libraries/base/dist-install/build/Foreign/Safe_o_split libraries/base/dist-install/build/Foreign/StablePtr_o_split libraries/base/dist-install/build/Foreign/Storable_o_split libraries/base/dist-install/build/GHC/Arr_o_split libraries/base/dist-install/build/GHC/Base_o_split libraries/base/dist-install/build/GHC/Char_o_split libraries/base/dist-install/build/GHC/Conc_o_split libraries/base/dist-install/build/GHC/Conc/IO_o_split libraries/base/dist-install/build/GHC/Conc/Signal_o_split libraries/base/dist-install/build/GHC/Conc/Sync_o_split libraries/base/dist-install/build/GHC/ConsoleHandler_o_split libraries/base/dist-install/build/GHC/Constants_o_split libraries/base/dist-install/build/GHC/Desugar_o_split libraries/base/dist-install/build/GHC/Enum_o_split libraries/base/dist-install/build/GHC/Environment_o_split libraries/base/dist-install/build/GHC/Err_o_split libraries/base/dist-install/build/GHC/Exception_o_split libraries/base/dist-install/build/GHC/Exts_o_split libraries/base/dist-install/build/GHC/Fingerprint_o_split libraries/base/dist-install/build/GHC/Fingerprint/Type_o_split libraries/base/dist-install/build/GHC/Float_o_split libraries/base/dist-install/build/GHC/Float/ConversionUtils_o_split libraries/base/dist-install/build/GHC/Float/RealFracMethods_o_split libraries/base/dist-install/build/GHC/Foreign_o_split libraries/base/dist-install/build/GHC/ForeignPtr_o_split libraries/base/dist-install/build/GHC/GHCi_o_split libraries/base/dist-install/build/GHC/Generics_o_split libraries/base/dist-install/build/GHC/IO_o_split libraries/base/dist-install/build/GHC/IO/Buffer_o_split libraries/base/dist-install/build/GHC/IO/BufferedIO_o_split libraries/base/dist-install/build/GHC/IO/Device_o_split libraries/base/dist-install/build/GHC/IO/Encoding_o_split libraries/base/dist-install/build/GHC/IO/Encoding/CodePage_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Failure_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Iconv_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Latin1_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Types_o_split libraries/base/dist-install/build/GHC/IO/Encoding/UTF16_o_split libraries/base/dist-install/build/GHC/IO/Encoding/UTF32_o_split libraries/base/dist-install/build/GHC/IO/Encoding/UTF8_o_split libraries/base/dist-install/build/GHC/IO/Exception_o_split libraries/base/dist-install/build/GHC/IO/FD_o_split libraries/base/dist-install/build/GHC/IO/Handle_o_split libraries/base/dist-install/build/GHC/IO/Handle/FD_o_split libraries/base/dist-install/build/GHC/IO/Handle/Internals_o_split libraries/base/dist-install/build/GHC/IO/Handle/Text_o_split libraries/base/dist-install/build/GHC/IO/Handle/Types_o_split libraries/base/dist-install/build/GHC/IO/IOMode_o_split libraries/base/dist-install/build/GHC/IOArray_o_split libraries/base/dist-install/build/GHC/IORef_o_split libraries/base/dist-install/build/GHC/IP_o_split libraries/base/dist-install/build/GHC/Int_o_split libraries/base/dist-install/build/GHC/List_o_split libraries/base/dist-install/build/GHC/MVar_o_split libraries/base/dist-install/build/GHC/Natural_o_split libraries/base/dist-install/build/GHC/Num_o_split libraries/base/dist-install/build/GHC/OldList_o_split libraries/base/dist-install/build/GHC/PArr_o_split libraries/base/dist-install/build/GHC/Pack_o_split libraries/base/dist-install/build/GHC/Profiling_o_split libraries/base/dist-install/build/GHC/Ptr_o_split libraries/base/dist-install/build/GHC/Read_o_split libraries/base/dist-install/build/GHC/Real_o_split libraries/base/dist-install/build/GHC/RTS/Flags_o_split libraries/base/dist-install/build/GHC/ST_o_split libraries/base/dist-install/build/GHC/StaticPtr_o_split libraries/base/dist-install/build/GHC/STRef_o_split libraries/base/dist-install/build/GHC/Show_o_split libraries/base/dist-install/build/GHC/SrcLoc_o_split libraries/base/dist-install/build/GHC/Stable_o_split libraries/base/dist-install/build/GHC/Stack_o_split libraries/base/dist-install/build/GHC/Stats_o_split libraries/base/dist-install/build/GHC/Storable_o_split libraries/base/dist-install/build/GHC/TopHandler_o_split libraries/base/dist-install/build/GHC/TypeLits_o_split libraries/base/dist-install/build/GHC/Unicode_o_split libraries/base/dist-install/build/GHC/Weak_o_split libraries/base/dist-install/build/GHC/Word_o_split libraries/base/dist-install/build/Numeric_o_split libraries/base/dist-install/build/Numeric/Natural_o_split libraries/base/dist-install/build/Prelude_o_split libraries/base/dist-install/build/System/CPUTime_o_split libraries/base/dist-install/build/System/Console/GetOpt_o_split libraries/base/dist-install/build/System/Environment_o_split libraries/base/dist-install/build/System/Exit_o_split libraries/base/dist-install/build/System/IO_o_split libraries/base/dist-install/build/System/IO/Error_o_split libraries/base/dist-install/build/System/IO/Unsafe_o_split libraries/base/dist-install/build/System/Info_o_split libraries/base/dist-install/build/System/Mem_o_split libraries/base/dist-install/build/System/Mem/StableName_o_split libraries/base/dist-install/build/System/Mem/Weak_o_split libraries/base/dist-install/build/System/Posix/Internals_o_split libraries/base/dist-install/build/System/Posix/Types_o_split libraries/base/dist-install/build/System/Timeout_o_split libraries/base/dist-install/build/Text/ParserCombinators/ReadP_o_split libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec_o_split libraries/base/dist-install/build/Text/Printf_o_split libraries/base/dist-install/build/Text/Read_o_split libraries/base/dist-install/build/Text/Read/Lex_o_split libraries/base/dist-install/build/Text/Show_o_split libraries/base/dist-install/build/Text/Show/Functions_o_split libraries/base/dist-install/build/Unsafe/Coerce_o_split libraries/base/dist-install/build/GHC/Event_o_split libraries/base/dist-install/build/Control/Monad/ST/Imp_o_split libraries/base/dist-install/build/Control/Monad/ST/Lazy/Imp_o_split libraries/base/dist-install/build/Data/OldList_o_split libraries/base/dist-install/build/Foreign/ForeignPtr/Imp_o_split libraries/base/dist-install/build/System/Environment/ExecutablePath_o_split libraries/base/dist-install/build/GHC/Event/Arr_o_split libraries/base/dist-install/build/GHC/Event/Array_o_split libraries/base/dist-install/build/GHC/Event/Clock_o_split libraries/base/dist-install/build/GHC/Event/Control_o_split libraries/base/dist-install/build/GHC/Event/EPoll_o_split libraries/base/dist-install/build/GHC/Event/IntTable_o_split libraries/base/dist-install/build/GHC/Event/Internal_o_split libraries/base/dist-install/build/GHC/Event/KQueue_o_split libraries/base/dist-install/build/GHC/Event/Manager_o_split libraries/base/dist-install/build/GHC/Event/PSQ_o_split libraries/base/dist-install/build/GHC/Event/Poll_o_split libraries/base/dist-install/build/GHC/Event/Thread_o_split libraries/base/dist-install/build/GHC/Event/TimerManager_o_split libraries/base/dist-install/build/GHC/Event/Unique_o_split -name '*.o' -print >> libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM.a.contents echo libraries/base/dist-install/build/cbits/DarwinUtils.o libraries/base/dist-install/build/cbits/PrelIOUtils.o libraries/base/dist-install/build/cbits/SetEnv.o libraries/base/dist-install/build/cbits/WCsubst.o libraries/base/dist-install/build/cbits/Win32Utils.o libraries/base/dist-install/build/cbits/consUtils.o libraries/base/dist-install/build/cbits/iconv.o libraries/base/dist-install/build/cbits/inputReady.o libraries/base/dist-install/build/cbits/md5.o libraries/base/dist-install/build/cbits/primFloat.o libraries/base/dist-install/build/cbits/rts.o libraries/base/dist-install/build/cbits/sysconf.o >> libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM.a.contents "ar" q libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM.a @libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM.a.contents ar: creating libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM.a "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key filep_Ey7a1in9roBAE8bUFJ5R9m -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key filep_Ey7a1in9roBAE8bUFJ5R9m -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/filepath/dist-install/build/System/FilePath.dyn_o libraries/filepath/dist-install/build/System/FilePath/Posix.dyn_o libraries/filepath/dist-install/build/System/FilePath/Windows.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m-ghc7.10.3.so -no-auto-link-packages -o libraries/filepath/dist-install/build/libHSfilepath-1.4.0.0-Ey7a1in9roBAE8bUFJ5R9m-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Control/Applicative/Lift.hs -o libraries/transformers/dist-install/build/Control/Applicative/Lift.o -dyno libraries/transformers/dist-install/build/Control/Applicative/Lift.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -split-objs -dynamic-too -c libraries/transformers/./Data/Functor/Reverse.hs -o libraries/transformers/dist-install/build/Data/Functor/Reverse.o -dyno libraries/transformers/dist-install/build/Data/Functor/Reverse.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/xhtml/dist-install/build/Text/XHtml.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Frameset.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Strict.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Transitional.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Debug.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Table.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/BlockTable.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Extras.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Internals.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/xhtml_0ACfOp3hebWD9jGWE4v4Gh/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh-ghc7.10.3.so -no-auto-link-packages -o libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key termi_6iVf4EBnOgfIaaOCLRs8jl -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -I/usr//usr/include -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/terminfo/dist-install/build/System/Console/Terminfo.dyn_o libraries/terminfo/dist-install/build/System/Console/Terminfo/Base.dyn_o libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor.dyn_o libraries/terminfo/dist-install/build/System/Console/Terminfo/Color.dyn_o libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit.dyn_o libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects.dyn_o libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/termi_6iVf4EBnOgfIaaOCLRs8jl/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl-ghc7.10.3.so -lcurses -L/usr/lib -no-auto-link-packages -o libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.1-6iVf4EBnOgfIaaOCLRs8jl-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "rm" -f libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA_p.a libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/array/dist-install/build/Data/Array_p_o_split libraries/array/dist-install/build/Data/Array/Base_p_o_split libraries/array/dist-install/build/Data/Array/IArray_p_o_split libraries/array/dist-install/build/Data/Array/IO_p_o_split libraries/array/dist-install/build/Data/Array/IO/Safe_p_o_split libraries/array/dist-install/build/Data/Array/IO/Internals_p_o_split libraries/array/dist-install/build/Data/Array/MArray_p_o_split libraries/array/dist-install/build/Data/Array/MArray/Safe_p_o_split libraries/array/dist-install/build/Data/Array/ST_p_o_split libraries/array/dist-install/build/Data/Array/ST/Safe_p_o_split libraries/array/dist-install/build/Data/Array/Storable_p_o_split libraries/array/dist-install/build/Data/Array/Storable/Safe_p_o_split libraries/array/dist-install/build/Data/Array/Storable/Internals_p_o_split libraries/array/dist-install/build/Data/Array/Unboxed_p_o_split libraries/array/dist-install/build/Data/Array/Unsafe_p_o_split -name '*.p_o' -print >> libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA_p.a.contents echo >> libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA_p.a.contents "ar" q libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA_p.a @libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA_p.a.contents ar: creating libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA_p.a "rm" -f libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Lazy.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Builder/Prim/ASCII.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/ASCII.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/ASCII.dyn_o "rm" -f libraries/base/dist-install/build/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Builder/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Internal.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Internal.dyn_o libraries/bytestring/Data/ByteString/Builder/Internal.hs:137:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/IntMap.hs -o libraries/containers/dist-install/build/Data/IntMap.p_o -dyno libraries/containers/dist-install/build/Data/IntMap.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/Map.hs -o libraries/containers/dist-install/build/Data/Map.p_o -dyno libraries/containers/dist-install/build/Data/Map.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -c libraries/containers/./Data/Graph.hs -o libraries/containers/dist-install/build/Data/Graph.p_o -dyno libraries/containers/dist-install/build/Data/Graph.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Calendar/Easter.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Easter.p_o -dyno libraries/time/dist-install/build/Data/Time/Calendar/Easter.dyn_o libraries/time/lib/Data/Time/Calendar/Easter.hs:2:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:30:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:32:1: Warning: Tab character libraries/containers/Data/Graph.hs:78:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Clock.hs -o libraries/time/dist-install/build/Data/Time/Clock.p_o -dyno libraries/time/dist-install/build/Data/Time/Clock.dyn_o libraries/time/lib/Data/Time/Clock.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Clock.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Clock.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Clock.hs:7:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Files.hs -o libraries/unix/dist-install/build/System/Posix/Files.p_o -dyno libraries/unix/dist-install/build/System/Posix/Files.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/ByteString/FilePath.hs -o libraries/unix/dist-install/build/System/Posix/ByteString/FilePath.p_o -dyno libraries/unix/dist-install/build/System/Posix/ByteString/FilePath.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Env/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/Env/ByteString.p_o -dyno libraries/unix/dist-install/build/System/Posix/Env/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Unique.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Unique.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Unique.dyn_o libraries/hoopl/src/Compiler/Hoopl/Unique.hs:27:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Prefs.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/FiniteMap.hs -o compiler/stage2/build/FiniteMap.p_o -dyno compiler/stage2/build/FiniteMap.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Clock/UTC.hs -o libraries/time/dist-install/build/Data/Time/Clock/UTC.o -dyno libraries/time/dist-install/build/Data/Time/Clock/UTC.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs -o libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate.o -dyno libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate.dyn_o libraries/time/lib/Data/Time/Clock/UTC.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:16:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:32:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:46:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:49:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:52:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:53:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:54:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:77:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:78:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:79:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:80:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:81:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:82:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:83:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:84:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:87:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:91:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:92:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:94:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:95:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:96:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:97:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:101:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:105:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:106:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:107:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:111:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:112:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:113:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:114:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:115:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:116:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:16:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:17:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:18:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:19:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:37:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:42:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:53:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:54:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:55:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:62:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:63:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:64:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:88:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:89:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:90:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:91:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:92:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:94:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:95:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:119:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:120:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:121:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:122:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:123:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:124:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:125:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:126:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Unsafe.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Unsafe.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/Set.hs -o libraries/containers/dist-install/build/Data/Set.o -dyno libraries/containers/dist-install/build/Data/Set.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/IntMap/Base.hs -o libraries/containers/dist-install/build/Data/IntMap/Base.o -dyno libraries/containers/dist-install/build/Data/IntMap/Base.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/Map/Base.hs -o libraries/containers/dist-install/build/Data/Map/Base.o -dyno libraries/containers/dist-install/build/Data/Map/Base.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/IntSet.hs -o libraries/containers/dist-install/build/Data/IntSet.o -dyno libraries/containers/dist-install/build/Data/IntSet.dyn_o libraries/containers/Data/IntMap/Base.hs:219:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/containers/Data/IntMap/Base.hs:225:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/IntMap/Base.hs:226:1: Warning: The import of `Data.Traversable' is redundant except perhaps to import instances from `Data.Traversable' To import instances alone, use: import Data.Traversable() libraries/containers/Data/IntMap/Base.hs:228:1: Warning: The import of `Data.Word' is redundant except perhaps to import instances from `Data.Word' To import instances alone, use: import Data.Word() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/Unboxed.hs -o libraries/array/dist-install/build/Data/Array/Unboxed.o -dyno libraries/array/dist-install/build/Data/Array/Unboxed.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/ST.hs -o libraries/array/dist-install/build/Data/Array/ST.o -dyno libraries/array/dist-install/build/Data/Array/ST.dyn_o libraries/containers/Data/Map/Base.hs:273:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/containers/Data/Map/Base.hs:277:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/Map/Base.hs:278:1: Warning: The import of `Data.Traversable' is redundant except perhaps to import instances from `Data.Traversable' To import instances alone, use: import Data.Traversable() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/parser/Ctype.hs -o compiler/stage2/build/Ctype.o -dyno compiler/stage2/build/Ctype.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/Storable/Internals.hs -o libraries/array/dist-install/build/Data/Array/Storable/Internals.o -dyno libraries/array/dist-install/build/Data/Array/Storable/Internals.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key prett_JItwetRppk1H5Uq3xbjDGC -hide-all-packages -i -ilibraries/pretty/src -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -Wall -fwarn-tabs -XHaskell98 -XCPP -XBangPatterns -XDeriveGeneric -O2 -no-user-package-db -rtsopts -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -split-objs -dynamic-too -c libraries/pretty/src/Text/PrettyPrint.hs -o libraries/pretty/dist-install/build/Text/PrettyPrint.o -dyno libraries/pretty/dist-install/build/Text/PrettyPrint.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/MonadException.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/PPC/Cond.hs -o compiler/stage2/build/PPC/Cond.o -dyno compiler/stage2/build/PPC/Cond.dyn_o libraries/haskeline/System/Console/Haskeline/MonadException.hs:38:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead libraries/haskeline/System/Console/Haskeline/MonadException.hs:43:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/haskeline/System/Console/Haskeline/MonadException.hs:161:29: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:161:57: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:162:19: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:163:40: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:163:55: Warning: In the use of `runErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:164:29: Warning: In the use of `runErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/IO.hs -o libraries/array/dist-install/build/Data/Array/IO.o -dyno libraries/array/dist-install/build/Data/Array/IO.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Short/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Short/Internal.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Short/Internal.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs -o libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay.o -dyno libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay.dyn_o libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:16:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:17:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:18:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:19:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:37:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:42:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key proce_52AgREEfSrnJLlkGV9YZZJ -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -split-objs -dynamic-too -c libraries/process/./System/Cmd.hs -o libraries/process/dist-install/build/System/Cmd.o -dyno libraries/process/dist-install/build/System/Cmd.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key prett_JItwetRppk1H5Uq3xbjDGC -hide-all-packages -i -ilibraries/pretty/src -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -Wall -fwarn-tabs -XHaskell98 -XCPP -XBangPatterns -XDeriveGeneric -O2 -no-user-package-db -rtsopts -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -split-objs -dynamic-too -c libraries/pretty/src/Text/PrettyPrint/HughesPJClass.hs -o libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJClass.o -dyno libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJClass.dyn_o "rm" -f libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ.a libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/process/dist-install/build/System/Cmd_o_split libraries/process/dist-install/build/System/Process_o_split libraries/process/dist-install/build/System/Process/Internals_o_split -name '*.o' -print >> libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ.a.contents echo libraries/process/dist-install/build/cbits/runProcess.o >> libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ.a.contents "ar" q libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ.a @libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ.a.contents ar: creating libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ.a "rm" -f libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ.a.contents "rm" -f libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF.a libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/transformers/dist-install/build/Control/Applicative/Backwards_o_split libraries/transformers/dist-install/build/Control/Applicative/Lift_o_split libraries/transformers/dist-install/build/Control/Monad/IO/Class_o_split libraries/transformers/dist-install/build/Control/Monad/Signatures_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Class_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Cont_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Except_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Error_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Identity_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/List_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Maybe_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Reader_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/RWS_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Lazy_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Strict_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/State_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/State/Lazy_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/State/Strict_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Writer_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Lazy_o_split libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Strict_o_split libraries/transformers/dist-install/build/Data/Functor/Classes_o_split libraries/transformers/dist-install/build/Data/Functor/Compose_o_split libraries/transformers/dist-install/build/Data/Functor/Constant_o_split libraries/transformers/dist-install/build/Data/Functor/Product_o_split libraries/transformers/dist-install/build/Data/Functor/Reverse_o_split libraries/transformers/dist-install/build/Data/Functor/Sum_o_split -name '*.o' -print >> libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF.a.contents echo >> libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF.a.contents "ar" q libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF.a @libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF.a.contents ar: creating libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF.a "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Lazy/Char8.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8.dyn_o "rm" -f libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Builder/Prim.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim.dyn_o "rm" -f libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU_p.a libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/containers/dist-install/build/Data/IntMap_p_o_split libraries/containers/dist-install/build/Data/IntMap/Lazy_p_o_split libraries/containers/dist-install/build/Data/IntMap/Strict_p_o_split libraries/containers/dist-install/build/Data/IntSet_p_o_split libraries/containers/dist-install/build/Data/Map_p_o_split libraries/containers/dist-install/build/Data/Map/Lazy_p_o_split libraries/containers/dist-install/build/Data/Map/Strict_p_o_split libraries/containers/dist-install/build/Data/Set_p_o_split libraries/containers/dist-install/build/Data/Graph_p_o_split libraries/containers/dist-install/build/Data/Sequence_p_o_split libraries/containers/dist-install/build/Data/Tree_p_o_split libraries/containers/dist-install/build/Data/IntMap/Base_p_o_split libraries/containers/dist-install/build/Data/IntSet/Base_p_o_split libraries/containers/dist-install/build/Data/Map/Base_p_o_split libraries/containers/dist-install/build/Data/Set/Base_p_o_split libraries/containers/dist-install/build/Data/Utils/BitUtil_p_o_split libraries/containers/dist-install/build/Data/Utils/StrictFold_p_o_split libraries/containers/dist-install/build/Data/Utils/StrictPair_p_o_split -name '*.p_o' -print >> libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU_p.a.contents echo >> libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU_p.a.contents "ar" q libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU_p.a @libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU_p.a.contents ar: creating libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU_p.a "rm" -f libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/LocalTime/TimeZone.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone.p_o -dyno libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone.dyn_o libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:37:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:38:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:39:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:49:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:72:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:73:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:88:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:89:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:90:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:91:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:92:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:94:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:95:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:96:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/./System/Posix.hs -o libraries/unix/dist-install/build/System/Posix.p_o -dyno libraries/unix/dist-install/build/System/Posix.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString.p_o -dyno libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Terminal/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/Terminal/ByteString.p_o -dyno libraries/unix/dist-install/build/System/Posix/Terminal/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Temp/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/Temp/ByteString.p_o -dyno libraries/unix/dist-install/build/System/Posix/Temp/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/IO/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/IO/ByteString.p_o -dyno libraries/unix/dist-install/build/System/Posix/IO/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Process/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/Process/ByteString.p_o -dyno libraries/unix/dist-install/build/System/Posix/Process/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Files/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/Files/ByteString.p_o -dyno libraries/unix/dist-install/build/System/Posix/Files/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/Directory/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/Directory/ByteString.p_o -dyno libraries/unix/dist-install/build/System/Posix/Directory/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString.p_o -dyno libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -c libraries/binary/src/Data/Binary/Builder/Base.hs -o libraries/binary/dist-install/build/Data/Binary/Builder/Base.p_o -dyno libraries/binary/dist-install/build/Data/Binary/Builder/Base.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -c libraries/binary/src/Data/Binary/Get.hs -o libraries/binary/dist-install/build/Data/Binary/Get.p_o -dyno libraries/binary/dist-install/build/Data/Binary/Get.dyn_o libraries/binary/src/Data/Binary/Builder/Base.hs:67:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/binary/src/Data/Binary/Builder/Base.hs:192:37: Warning: In the use of `inlinePerformIO' (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." libraries/binary/src/Data/Binary/Get.hs:206:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/binary/src/Data/Binary/Get.hs:418:1: Warning: Rule "getWord8/readN" may never fire because `getWord8' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord8' libraries/binary/src/Data/Binary/Get.hs:419:1: Warning: Rule "getWord16be/readN" may never fire because `getWord16be' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord16be' libraries/binary/src/Data/Binary/Get.hs:420:1: Warning: Rule "getWord16le/readN" may never fire because `getWord16le' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord16le' libraries/binary/src/Data/Binary/Get.hs:421:1: Warning: Rule "getWord32be/readN" may never fire because `getWord32be' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord32be' libraries/binary/src/Data/Binary/Get.hs:422:1: Warning: Rule "getWord32le/readN" may never fire because `getWord32le' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord32le' libraries/binary/src/Data/Binary/Get.hs:423:1: Warning: Rule "getWord64be/readN" may never fire because `getWord64be' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord64be' libraries/binary/src/Data/Binary/Get.hs:424:1: Warning: Rule "getWord64le/readN" may never fire because `getWord64le' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord64le' "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Compat/TempFile.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/TempFile.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/TempFile.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Label.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Label.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Label.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Fuel.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Fuel.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Fuel.dyn_o libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:24:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Clock/POSIX.hs -o libraries/time/dist-install/build/Data/Time/Clock/POSIX.o -dyno libraries/time/dist-install/build/Data/Time/Clock/POSIX.dyn_o libraries/time/lib/Data/Time/Clock/POSIX.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/POSIX.hs:35:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Calendar/Gregorian.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Gregorian.o -dyno libraries/time/dist-install/build/Data/Time/Calendar/Gregorian.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Calendar/WeekDate.hs -o libraries/time/dist-install/build/Data/Time/Calendar/WeekDate.o -dyno libraries/time/dist-install/build/Data/Time/Calendar/WeekDate.dyn_o libraries/time/lib/Data/Time/Calendar/Gregorian.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:38:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:39:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:44:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:55:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:56:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:62:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:68:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:82:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:16:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:17:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:18:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:19:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:22:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:23:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:24:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:25:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:30:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:32:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:39:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:40:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:41:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:42:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:43:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:44:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:45:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:46:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:47:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:52:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString.hs -o libraries/bytestring/dist-install/build/Data/ByteString.o -dyno libraries/bytestring/dist-install/build/Data/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/IntMap/Lazy.hs -o libraries/containers/dist-install/build/Data/IntMap/Lazy.o -dyno libraries/containers/dist-install/build/Data/IntMap/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/IntMap/Strict.hs -o libraries/containers/dist-install/build/Data/IntMap/Strict.o -dyno libraries/containers/dist-install/build/Data/IntMap/Strict.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/Map/Strict.hs -o libraries/containers/dist-install/build/Data/Map/Strict.o -dyno libraries/containers/dist-install/build/Data/Map/Strict.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/Map/Lazy.hs -o libraries/containers/dist-install/build/Data/Map/Lazy.o -dyno libraries/containers/dist-install/build/Data/Map/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/Unsafe.hs -o libraries/array/dist-install/build/Data/Array/Unsafe.o -dyno libraries/array/dist-install/build/Data/Array/Unsafe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Monads.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/IO/Safe.hs -o libraries/array/dist-install/build/Data/Array/IO/Safe.o -dyno libraries/array/dist-install/build/Data/Array/IO/Safe.dyn_o libraries/haskeline/System/Console/Haskeline/Monads.hs:24:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/ST/Safe.hs -o libraries/array/dist-install/build/Data/Array/ST/Safe.o -dyno libraries/array/dist-install/build/Data/Array/ST/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/Storable.hs -o libraries/array/dist-install/build/Data/Array/Storable.o -dyno libraries/array/dist-install/build/Data/Array/Storable.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -split-objs -dynamic-too -c libraries/array/./Data/Array/Storable/Safe.hs -o libraries/array/dist-install/build/Data/Array/Storable/Safe.o -dyno libraries/array/dist-install/build/Data/Array/Storable/Safe.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Short.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Short.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Short.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Calendar/Julian.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Julian.o -dyno libraries/time/dist-install/build/Data/Time/Calendar/Julian.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key trans_GZTjP9K5WFq01xC9BAGQpF -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build/autogen -Ilibraries/transformers/. -optP-include -optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -XHaskell98 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/transformers/dist-install/build/Control/Applicative/Backwards.dyn_o libraries/transformers/dist-install/build/Control/Applicative/Lift.dyn_o libraries/transformers/dist-install/build/Control/Monad/IO/Class.dyn_o libraries/transformers/dist-install/build/Control/Monad/Signatures.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/Class.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/Cont.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/Except.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/Error.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/Identity.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/List.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/Maybe.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/Reader.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/RWS.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Lazy.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/Strict.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/State.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/State/Lazy.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/State/Strict.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/Writer.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Lazy.dyn_o libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/Strict.dyn_o libraries/transformers/dist-install/build/Data/Functor/Classes.dyn_o libraries/transformers/dist-install/build/Data/Functor/Compose.dyn_o libraries/transformers/dist-install/build/Data/Functor/Constant.dyn_o libraries/transformers/dist-install/build/Data/Functor/Product.dyn_o libraries/transformers/dist-install/build/Data/Functor/Reverse.dyn_o libraries/transformers/dist-install/build/Data/Functor/Sum.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/trans_GZTjP9K5WFq01xC9BAGQpF/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF-ghc7.10.3.so -no-auto-link-packages -o libraries/transformers/dist-install/build/libHStransformers-0.4.2.0-GZTjP9K5WFq01xC9BAGQpF-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. libraries/time/lib/Data/Time/Calendar/Julian.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:22:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:39:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:50:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:51:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:57:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:63:1: Warning: Tab character "rm" -f libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC.a libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/pretty/dist-install/build/Text/PrettyPrint_o_split libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ_o_split libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJClass_o_split -name '*.o' -print >> libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC.a.contents echo >> libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC.a.contents "ar" q libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC.a @libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC.a.contents ar: creating libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC.a "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Text.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Text.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Text.dyn_o "rm" -f libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Builder/ASCII.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/ASCII.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/ASCII.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Builder/Extra.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Extra.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Extra.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay.p_o -dyno libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -c libraries/unix/./System/Posix/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/ByteString.p_o -dyno libraries/unix/dist-install/build/System/Posix/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -c libraries/binary/src/Data/Binary/Builder.hs -o libraries/binary/dist-install/build/Data/Binary/Builder.p_o -dyno libraries/binary/dist-install/build/Data/Binary/Builder.dyn_o libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:25:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:28:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:29:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:30:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:43:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:54:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:58:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:59:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:60:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:61:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:66:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:67:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:81:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:82:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:83:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:84:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:85:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -c libraries/binary/src/Data/Binary/Builder/Internal.hs -o libraries/binary/dist-install/build/Data/Binary/Builder/Internal.p_o -dyno libraries/binary/dist-install/build/Data/Binary/Builder/Internal.dyn_o libraries/binary/src/Data/Binary/Builder/Internal.hs:3:14: Warning: `Data.Binary.Builder.Internal' is marked as Trustworthy but has been inferred as safe! "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Graph.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Graph.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Graph.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Clock/UTCDiff.hs -o libraries/time/dist-install/build/Data/Time/Clock/UTCDiff.o -dyno libraries/time/dist-install/build/Data/Time/Clock/UTCDiff.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Calendar.hs -o libraries/time/dist-install/build/Data/Time/Calendar.o -dyno libraries/time/dist-install/build/Data/Time/Calendar.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/IntMap.hs -o libraries/containers/dist-install/build/Data/IntMap.o -dyno libraries/containers/dist-install/build/Data/IntMap.dyn_o libraries/time/lib/Data/Time/Calendar.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar.hs:4:1: Warning: Tab character libraries/hoopl/src/Compiler/Hoopl/Graph.hs:49:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Files/Common.hs -o libraries/unix/dist-install/build/System/Posix/Files/Common.o -dyno libraries/unix/dist-install/build/System/Posix/Files/Common.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/Map.hs -o libraries/containers/dist-install/build/Data/Map.o -dyno libraries/containers/dist-install/build/Data/Map.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/Tree.hs -o libraries/containers/dist-install/build/Data/Tree.o -dyno libraries/containers/dist-install/build/Data/Tree.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS libraries/containers/Data/Tree.hs:37:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/containers/Data/Tree.hs:39:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/Tree.hs:42:1: Warning: The import of `Foldable, foldMap' from module `Data.Foldable' is redundant libraries/containers/Data/Tree.hs:43:1: Warning: The import of `Data.Traversable' is redundant except perhaps to import instances from `Data.Traversable' To import instances alone, use: import Data.Traversable() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/PprBase.hs -o compiler/stage2/build/PprBase.o -dyno compiler/stage2/build/PprBase.dyn_o <> "rm" -f libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA.a libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/array/dist-install/build/Data/Array_o_split libraries/array/dist-install/build/Data/Array/Base_o_split libraries/array/dist-install/build/Data/Array/IArray_o_split libraries/array/dist-install/build/Data/Array/IO_o_split libraries/array/dist-install/build/Data/Array/IO/Safe_o_split libraries/array/dist-install/build/Data/Array/IO/Internals_o_split libraries/array/dist-install/build/Data/Array/MArray_o_split libraries/array/dist-install/build/Data/Array/MArray/Safe_o_split libraries/array/dist-install/build/Data/Array/ST_o_split libraries/array/dist-install/build/Data/Array/ST/Safe_o_split libraries/array/dist-install/build/Data/Array/Storable_o_split libraries/array/dist-install/build/Data/Array/Storable/Safe_o_split libraries/array/dist-install/build/Data/Array/Storable/Internals_o_split libraries/array/dist-install/build/Data/Array/Unboxed_o_split libraries/array/dist-install/build/Data/Array/Unsafe_o_split -name '*.o' -print >> libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA.a.contents echo >> libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA.a.contents "ar" q libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA.a @libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA.a.contents ar: creating libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA.a "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Builder.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder.dyn_o "rm" -f libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Lazy/Builder/Extras.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/Extras.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/Extras.dyn_o "rm" -f libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx_p.a libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/unix/dist-install/build/System/Posix_p_o_split libraries/unix/dist-install/build/System/Posix/ByteString_p_o_split libraries/unix/dist-install/build/System/Posix/Error_p_o_split libraries/unix/dist-install/build/System/Posix/Resource_p_o_split libraries/unix/dist-install/build/System/Posix/Time_p_o_split libraries/unix/dist-install/build/System/Posix/Unistd_p_o_split libraries/unix/dist-install/build/System/Posix/User_p_o_split libraries/unix/dist-install/build/System/Posix/Signals_p_o_split libraries/unix/dist-install/build/System/Posix/Signals/Exts_p_o_split libraries/unix/dist-install/build/System/Posix/Semaphore_p_o_split libraries/unix/dist-install/build/System/Posix/SharedMem_p_o_split libraries/unix/dist-install/build/System/Posix/ByteString/FilePath_p_o_split libraries/unix/dist-install/build/System/Posix/Directory_p_o_split libraries/unix/dist-install/build/System/Posix/Directory/ByteString_p_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module_p_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString_p_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim_p_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString_p_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker_p_o_split libraries/unix/dist-install/build/System/Posix/Files_p_o_split libraries/unix/dist-install/build/System/Posix/Files/ByteString_p_o_split libraries/unix/dist-install/build/System/Posix/IO_p_o_split libraries/unix/dist-install/build/System/Posix/IO/ByteString_p_o_split libraries/unix/dist-install/build/System/Posix/Env_p_o_split libraries/unix/dist-install/build/System/Posix/Env/ByteString_p_o_split libraries/unix/dist-install/build/System/Posix/Fcntl_p_o_split libraries/unix/dist-install/build/System/Posix/Process_p_o_split libraries/unix/dist-install/build/System/Posix/Process/Internals_p_o_split libraries/unix/dist-install/build/System/Posix/Process/ByteString_p_o_split libraries/unix/dist-install/build/System/Posix/Temp_p_o_split libraries/unix/dist-install/build/System/Posix/Temp/ByteString_p_o_split libraries/unix/dist-install/build/System/Posix/Terminal_p_o_split libraries/unix/dist-install/build/System/Posix/Terminal/ByteString_p_o_split libraries/unix/dist-install/build/System/Posix/Directory/Common_p_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common_p_o_split libraries/unix/dist-install/build/System/Posix/Files/Common_p_o_split libraries/unix/dist-install/build/System/Posix/IO/Common_p_o_split libraries/unix/dist-install/build/System/Posix/Process/Common_p_o_split libraries/unix/dist-install/build/System/Posix/Terminal/Common_p_o_split -name '*.p_o' -print >> libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx_p.a.contents echo libraries/unix/dist-install/build/cbits/HsUnix.p_o libraries/unix/dist-install/build/cbits/dirUtils.p_o libraries/unix/dist-install/build/cbits/execvpe.p_o libraries/unix/dist-install/build/cbits/ghcrts.p_o >> libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx_p.a.contents "ar" q libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx_p.a @libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx_p.a.contents ar: creating libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx_p.a "rm" -f libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -c libraries/binary/src/Data/Binary/Put.hs -o libraries/binary/dist-install/build/Data/Binary/Put.p_o -dyno libraries/binary/dist-install/build/Data/Binary/Put.dyn_o libraries/binary/src/Data/Binary/Put.hs:3:14: Warning: `Data.Binary.Put' is marked as Trustworthy but has been inferred as safe! libraries/binary/src/Data/Binary/Put.hs:56:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/binary/src/Data/Binary/Put.hs:64:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Clock.hs -o libraries/time/dist-install/build/Data/Time/Clock.o -dyno libraries/time/dist-install/build/Data/Time/Clock.dyn_o libraries/time/lib/Data/Time/Clock.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Clock.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Clock.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Clock.hs:7:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Unique.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Unique.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Unique.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/FiniteMap.hs -o compiler/stage2/build/FiniteMap.o -dyno compiler/stage2/build/FiniteMap.dyn_o libraries/hoopl/src/Compiler/Hoopl/Unique.hs:27:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Prefs.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key array_67iodizgJQIIxYVTp4emlA -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/. -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/array/dist-install/build/Data/Array.dyn_o libraries/array/dist-install/build/Data/Array/Base.dyn_o libraries/array/dist-install/build/Data/Array/IArray.dyn_o libraries/array/dist-install/build/Data/Array/IO.dyn_o libraries/array/dist-install/build/Data/Array/IO/Safe.dyn_o libraries/array/dist-install/build/Data/Array/IO/Internals.dyn_o libraries/array/dist-install/build/Data/Array/MArray.dyn_o libraries/array/dist-install/build/Data/Array/MArray/Safe.dyn_o libraries/array/dist-install/build/Data/Array/ST.dyn_o libraries/array/dist-install/build/Data/Array/ST/Safe.dyn_o libraries/array/dist-install/build/Data/Array/Storable.dyn_o libraries/array/dist-install/build/Data/Array/Storable/Safe.dyn_o libraries/array/dist-install/build/Data/Array/Storable/Internals.dyn_o libraries/array/dist-install/build/Data/Array/Unboxed.dyn_o libraries/array/dist-install/build/Data/Array/Unsafe.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA-ghc7.10.3.so -no-auto-link-packages -o libraries/array/dist-install/build/libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Calendar/Easter.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Easter.o -dyno libraries/time/dist-install/build/Data/Time/Calendar/Easter.dyn_o libraries/time/lib/Data/Time/Calendar/Easter.hs:2:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:30:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:32:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Lazy/Builder.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -c libraries/bytestring/./Data/ByteString/Lazy/Builder/ASCII.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/ASCII.p_o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/ASCII.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/LocalTime/LocalTime.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime.p_o -dyno libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -c libraries/binary/src/Data/Binary/Class.hs -o libraries/binary/dist-install/build/Data/Binary/Class.p_o -dyno libraries/binary/dist-install/build/Data/Binary/Class.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Dataflow.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Dataflow.dyn_o libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:32:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:44:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:47:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:52:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:57:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:62:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:63:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:64:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:64:61: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:72:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:73:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:84:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:97:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:101:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:102:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:103:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:108:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:109:1: Warning: Tab character libraries/binary/src/Data/Binary/Class.hs:3:14: Warning: `Data.Binary.Class' is marked as Trustworthy but has been inferred as safe! "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Show.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Show.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Show.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/MkGraph.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/MkGraph.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/LocalTime/TimeZone.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone.o -dyno libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone.dyn_o libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:37:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:38:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:39:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:49:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:72:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:73:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:88:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:89:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:90:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:91:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:92:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:94:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:95:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:96:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Char8.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Char8.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Char8.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Files.hs -o libraries/unix/dist-install/build/System/Posix/Files.o -dyno libraries/unix/dist-install/build/System/Posix/Files.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Label.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Label.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Label.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Fuel.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Fuel.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Fuel.dyn_o libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:24:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -dynamic-too -c libraries/binary/src/Data/Binary/Get/Internal.hs -o libraries/binary/dist-install/build/Data/Binary/Get/Internal.o -dyno libraries/binary/dist-install/build/Data/Binary/Get/Internal.dyn_o libraries/binary/src/Data/Binary/Get/Internal.hs:383:1: Warning: Rule "<$> to <*>" may never fire because `<$>' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `<$>' libraries/binary/src/Data/Binary/Get/Internal.hs:417:21: Warning: In the use of `B.inlinePerformIO' (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Lazy/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/Base16.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Base16.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Base16.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -hide-all-packages -i -ilibraries/deepseq/. -ilibraries/deepseq/dist-install/build -ilibraries/deepseq/dist-install/build/autogen -Ilibraries/deepseq/dist-install/build -Ilibraries/deepseq/dist-install/build/autogen -Ilibraries/deepseq/. -optP-include -optPlibraries/deepseq/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/deepseq/dist-install/build -hidir libraries/deepseq/dist-install/build -stubdir libraries/deepseq/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -hide-all-packages -i -ilibraries/deepseq/. -ilibraries/deepseq/dist-install/build -ilibraries/deepseq/dist-install/build/autogen -Ilibraries/deepseq/dist-install/build -Ilibraries/deepseq/dist-install/build/autogen -Ilibraries/deepseq/. -optP-include -optPlibraries/deepseq/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/deepseq/dist-install/build/Control/DeepSeq.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59-ghc7.10.3.so -no-auto-link-packages -o libraries/deepseq/dist-install/build/libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -split-objs -dynamic-too -c libraries/containers/./Data/Graph.hs -o libraries/containers/dist-install/build/Data/Graph.o -dyno libraries/containers/dist-install/build/Data/Graph.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/dll-split/. -iutils/dll-split/dist-install/build -iutils/dll-split/dist-install/build/autogen -Iutils/dll-split/dist-install/build -Iutils/dll-split/dist-install/build/autogen -optP-include -optPutils/dll-split/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -no-user-package-db -rtsopts -odir utils/dll-split/dist-install/build -hidir utils/dll-split/dist-install/build -stubdir utils/dll-split/dist-install/build -c utils/dll-split/./Main.hs -o utils/dll-split/dist-install/build/Main.dyn_o "rm" -f libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6_p.a libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/bytestring/dist-install/build/Data/ByteString_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Char8_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Unsafe_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Internal_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Short_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Short/Internal_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Extra_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Internal_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/Extras_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/ASCII_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/ASCII_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Binary_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/ASCII_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Floating_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/UncheckedShifts_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Base16_p_o_split -name '*.p_o' -print >> libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6_p.a.contents echo libraries/bytestring/dist-install/build/cbits/fpstring.p_o libraries/bytestring/dist-install/build/cbits/itoa.p_o >> libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6_p.a.contents "ar" q libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6_p.a @libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6_p.a.contents ar: creating libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6_p.a libraries/containers/Data/Graph.hs:78:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "rm" -f libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/LocalTime.hs -o libraries/time/dist-install/build/Data/Time/LocalTime.p_o -dyno libraries/time/dist-install/build/Data/Time/LocalTime.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/XUtil.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/XUtil.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/XUtil.dyn_o libraries/time/lib/Data/Time/LocalTime.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime.hs:5:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Pointed.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Pointed.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Pointed.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Debug.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Debug.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Debug.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Combinators.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Combinators.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Combinators.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Internals.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Internals.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Wrappers.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Wrappers.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Wrappers.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -c utils/hpc/./HpcUtils.hs -o utils/hpc/dist-install/build/HpcUtils.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay.o -dyno libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/./System/Posix.hs -o libraries/unix/dist-install/build/System/Posix.o -dyno libraries/unix/dist-install/build/System/Posix.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Graph.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Graph.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Graph.dyn_o libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:25:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:28:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:29:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:30:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:43:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:54:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:58:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:59:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:60:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:61:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:66:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:67:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:81:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:82:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:83:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:84:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:85:1: Warning: Tab character libraries/hoopl/src/Compiler/Hoopl/Graph.hs:49:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Lazy.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Lazy.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Builder/Prim/ASCII.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/ASCII.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/ASCII.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Builder/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Internal.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Internal.dyn_o libraries/bytestring/Data/ByteString/Builder/Internal.hs:137:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/ByteString/FilePath.hs -o libraries/unix/dist-install/build/System/Posix/ByteString/FilePath.o -dyno libraries/unix/dist-install/build/System/Posix/ByteString/FilePath.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Env/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/Env/ByteString.o -dyno libraries/unix/dist-install/build/System/Posix/Env/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key prett_JItwetRppk1H5Uq3xbjDGC -hide-all-packages -i -ilibraries/pretty/src -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -Wall -fwarn-tabs -XHaskell98 -XCPP -XBangPatterns -XDeriveGeneric -O2 -no-user-package-db -rtsopts -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key prett_JItwetRppk1H5Uq3xbjDGC -hide-all-packages -i -ilibraries/pretty/src -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -Wall -fwarn-tabs -XHaskell98 -XCPP -XBangPatterns -XDeriveGeneric -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/pretty/dist-install/build/Text/PrettyPrint.dyn_o libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ.dyn_o libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJClass.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/prett_JItwetRppk1H5Uq3xbjDGC/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC-ghc7.10.3.so -no-auto-link-packages -o libraries/pretty/dist-install/build/libHSpretty-1.1.2.0-JItwetRppk1H5Uq3xbjDGC-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "rm" -f libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU.a libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/containers/dist-install/build/Data/IntMap_o_split libraries/containers/dist-install/build/Data/IntMap/Lazy_o_split libraries/containers/dist-install/build/Data/IntMap/Strict_o_split libraries/containers/dist-install/build/Data/IntSet_o_split libraries/containers/dist-install/build/Data/Map_o_split libraries/containers/dist-install/build/Data/Map/Lazy_o_split libraries/containers/dist-install/build/Data/Map/Strict_o_split libraries/containers/dist-install/build/Data/Set_o_split libraries/containers/dist-install/build/Data/Graph_o_split libraries/containers/dist-install/build/Data/Sequence_o_split libraries/containers/dist-install/build/Data/Tree_o_split libraries/containers/dist-install/build/Data/IntMap/Base_o_split libraries/containers/dist-install/build/Data/IntSet/Base_o_split libraries/containers/dist-install/build/Data/Map/Base_o_split libraries/containers/dist-install/build/Data/Set/Base_o_split libraries/containers/dist-install/build/Data/Utils/BitUtil_o_split libraries/containers/dist-install/build/Data/Utils/StrictFold_o_split libraries/containers/dist-install/build/Data/Utils/StrictPair_o_split -name '*.o' -print >> libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU.a.contents echo >> libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU.a.contents "ar" q libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU.a @libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU.a.contents ar: creating libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU.a "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Clock/TAI.hs -o libraries/time/dist-install/build/Data/Time/Clock/TAI.p_o -dyno libraries/time/dist-install/build/Data/Time/Clock/TAI.dyn_o libraries/time/lib/Data/Time/Clock/TAI.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:40:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:43:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:66:36: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:70:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:74:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:75:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:76:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:77:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:84:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:85:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:86:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:87:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:88:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:89:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:90:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:91:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:92:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:94:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:95:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:96:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:97:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:98:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:99:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:100:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:101:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:102:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:103:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:104:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:105:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:106:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:107:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:108:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:109:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:110:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:111:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:112:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:113:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:114:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:115:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:116:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:117:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:118:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:119:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:120:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:121:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:122:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:123:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:124:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:125:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:126:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:127:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:128:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:129:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:130:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:131:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:132:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:133:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:134:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:135:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:136:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:137:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:138:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:139:1: Warning: Tab character "rm" -f libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Format/Locale.hs -o libraries/time/dist-install/build/Data/Time/Format/Locale.p_o -dyno libraries/time/dist-install/build/Data/Time/Format/Locale.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -c libraries/binary/src/Data/Binary/Generic.hs -o libraries/binary/dist-install/build/Data/Binary/Generic.p_o -dyno libraries/binary/dist-install/build/Data/Binary/Generic.dyn_o libraries/binary/src/Data/Binary/Generic.hs:2:26: Warning: `Data.Binary.Generic' is marked as Trustworthy but has been inferred as safe! libraries/binary/src/Data/Binary/Generic.hs:22:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/LocalTime/LocalTime.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime.o -dyno libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Dataflow.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Dataflow.dyn_o libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:32:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:44:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:47:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:52:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:57:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:62:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:63:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:64:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:64:61: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:72:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:73:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:84:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:97:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:101:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:102:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:103:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:108:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:109:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Show.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Show.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Show.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/MkGraph.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/MkGraph.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Builder/Prim.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString.o -dyno libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Terminal/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/Terminal/ByteString.o -dyno libraries/unix/dist-install/build/System/Posix/Terminal/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Temp/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/Temp/ByteString.o -dyno libraries/unix/dist-install/build/System/Posix/Temp/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/IO/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/IO/ByteString.o -dyno libraries/unix/dist-install/build/System/Posix/IO/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Process/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/Process/ByteString.o -dyno libraries/unix/dist-install/build/System/Posix/Process/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Files/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/Files/ByteString.o -dyno libraries/unix/dist-install/build/System/Posix/Files/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/Directory/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/Directory/ByteString.o -dyno libraries/unix/dist-install/build/System/Posix/Directory/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString.o -dyno libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Compat/TempFile.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/TempFile.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/TempFile.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Format/Parse.hs -o libraries/time/dist-install/build/Data/Time/Format/Parse.p_o -dyno libraries/time/dist-install/build/Data/Time/Format/Parse.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -c libraries/binary/src/Data/Binary.hs -o libraries/binary/dist-install/build/Data/Binary.p_o -dyno libraries/binary/dist-install/build/Data/Binary.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/Dominator.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/Dominator.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -c libraries/hoopl/src/Compiler/Hoopl/Passes/DList.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/DList.p_o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/DList.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/LocalTime.hs -o libraries/time/dist-install/build/Data/Time/LocalTime.o -dyno libraries/time/dist-install/build/Data/Time/LocalTime.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/XUtil.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/XUtil.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/XUtil.dyn_o libraries/time/lib/Data/Time/LocalTime.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime.hs:5:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Pointed.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Pointed.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Pointed.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Debug.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Debug.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Debug.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Combinators.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Combinators.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Combinators.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -dynamic-too -c libraries/binary/src/Data/Binary/Get.hs -o libraries/binary/dist-install/build/Data/Binary/Get.o -dyno libraries/binary/dist-install/build/Data/Binary/Get.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -dynamic-too -c libraries/binary/src/Data/Binary/Builder/Base.hs -o libraries/binary/dist-install/build/Data/Binary/Builder/Base.o -dyno libraries/binary/dist-install/build/Data/Binary/Builder/Base.dyn_o libraries/binary/src/Data/Binary/Get.hs:206:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/binary/src/Data/Binary/Get.hs:418:1: Warning: Rule "getWord8/readN" may never fire because `getWord8' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord8' libraries/binary/src/Data/Binary/Get.hs:419:1: Warning: Rule "getWord16be/readN" may never fire because `getWord16be' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord16be' libraries/binary/src/Data/Binary/Get.hs:420:1: Warning: Rule "getWord16le/readN" may never fire because `getWord16le' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord16le' libraries/binary/src/Data/Binary/Get.hs:421:1: Warning: Rule "getWord32be/readN" may never fire because `getWord32be' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord32be' libraries/binary/src/Data/Binary/Get.hs:422:1: Warning: Rule "getWord32le/readN" may never fire because `getWord32le' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord32le' libraries/binary/src/Data/Binary/Get.hs:423:1: Warning: Rule "getWord64be/readN" may never fire because `getWord64be' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord64be' libraries/binary/src/Data/Binary/Get.hs:424:1: Warning: Rule "getWord64le/readN" may never fire because `getWord64le' might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `getWord64le' libraries/binary/src/Data/Binary/Builder/Base.hs:67:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/binary/src/Data/Binary/Builder/Base.hs:192:37: Warning: In the use of `inlinePerformIO' (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Internals.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Internals.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Internals.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Lazy/Char8.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Builder/ASCII.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/ASCII.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/ASCII.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Builder/Extra.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Extra.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder/Extra.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -split-objs -dynamic-too -c libraries/unix/./System/Posix/ByteString.hs -o libraries/unix/dist-install/build/System/Posix/ByteString.o -dyno libraries/unix/dist-install/build/System/Posix/ByteString.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key conta_2C3ZI8RgPO2LBMidXKTvIU -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -O2 -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/containers/dist-install/build/Data/IntMap.dyn_o libraries/containers/dist-install/build/Data/IntMap/Lazy.dyn_o libraries/containers/dist-install/build/Data/IntMap/Strict.dyn_o libraries/containers/dist-install/build/Data/IntSet.dyn_o libraries/containers/dist-install/build/Data/Map.dyn_o libraries/containers/dist-install/build/Data/Map/Lazy.dyn_o libraries/containers/dist-install/build/Data/Map/Strict.dyn_o libraries/containers/dist-install/build/Data/Set.dyn_o libraries/containers/dist-install/build/Data/Graph.dyn_o libraries/containers/dist-install/build/Data/Sequence.dyn_o libraries/containers/dist-install/build/Data/Tree.dyn_o libraries/containers/dist-install/build/Data/IntMap/Base.dyn_o libraries/containers/dist-install/build/Data/IntSet/Base.dyn_o libraries/containers/dist-install/build/Data/Map/Base.dyn_o libraries/containers/dist-install/build/Data/Set/Base.dyn_o libraries/containers/dist-install/build/Data/Utils/BitUtil.dyn_o libraries/containers/dist-install/build/Data/Utils/StrictFold.dyn_o libraries/containers/dist-install/build/Data/Utils/StrictPair.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU-ghc7.10.3.so -no-auto-link-packages -o libraries/containers/dist-install/build/libHScontainers-0.5.6.2-2C3ZI8RgPO2LBMidXKTvIU-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Wrappers.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Wrappers.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Wrappers.dyn_o "rm" -f libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx.a libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/unix/dist-install/build/System/Posix_o_split libraries/unix/dist-install/build/System/Posix/ByteString_o_split libraries/unix/dist-install/build/System/Posix/Error_o_split libraries/unix/dist-install/build/System/Posix/Resource_o_split libraries/unix/dist-install/build/System/Posix/Time_o_split libraries/unix/dist-install/build/System/Posix/Unistd_o_split libraries/unix/dist-install/build/System/Posix/User_o_split libraries/unix/dist-install/build/System/Posix/Signals_o_split libraries/unix/dist-install/build/System/Posix/Signals/Exts_o_split libraries/unix/dist-install/build/System/Posix/Semaphore_o_split libraries/unix/dist-install/build/System/Posix/SharedMem_o_split libraries/unix/dist-install/build/System/Posix/ByteString/FilePath_o_split libraries/unix/dist-install/build/System/Posix/Directory_o_split libraries/unix/dist-install/build/System/Posix/Directory/ByteString_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker_o_split libraries/unix/dist-install/build/System/Posix/Files_o_split libraries/unix/dist-install/build/System/Posix/Files/ByteString_o_split libraries/unix/dist-install/build/System/Posix/IO_o_split libraries/unix/dist-install/build/System/Posix/IO/ByteString_o_split libraries/unix/dist-install/build/System/Posix/Env_o_split libraries/unix/dist-install/build/System/Posix/Env/ByteString_o_split libraries/unix/dist-install/build/System/Posix/Fcntl_o_split libraries/unix/dist-install/build/System/Posix/Process_o_split libraries/unix/dist-install/build/System/Posix/Process/Internals_o_split libraries/unix/dist-install/build/System/Posix/Process/ByteString_o_split libraries/unix/dist-install/build/System/Posix/Temp_o_split libraries/unix/dist-install/build/System/Posix/Temp/ByteString_o_split libraries/unix/dist-install/build/System/Posix/Terminal_o_split libraries/unix/dist-install/build/System/Posix/Terminal/ByteString_o_split libraries/unix/dist-install/build/System/Posix/Directory/Common_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common_o_split libraries/unix/dist-install/build/System/Posix/Files/Common_o_split libraries/unix/dist-install/build/System/Posix/IO/Common_o_split libraries/unix/dist-install/build/System/Posix/Process/Common_o_split libraries/unix/dist-install/build/System/Posix/Terminal/Common_o_split -name '*.o' -print >> libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx.a.contents echo libraries/unix/dist-install/build/cbits/HsUnix.o libraries/unix/dist-install/build/cbits/dirUtils.o libraries/unix/dist-install/build/cbits/execvpe.o libraries/unix/dist-install/build/cbits/ghcrts.o >> libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx.a.contents "ar" q libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx.a @libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx.a.contents ar: creating libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx.a "rm" -f libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx.a.contents "rm" -f libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi_p.a libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/binary/dist-install/build/Data/Binary_p_o_split libraries/binary/dist-install/build/Data/Binary/Put_p_o_split libraries/binary/dist-install/build/Data/Binary/Get_p_o_split libraries/binary/dist-install/build/Data/Binary/Get/Internal_p_o_split libraries/binary/dist-install/build/Data/Binary/Builder_p_o_split libraries/binary/dist-install/build/Data/Binary/Builder/Internal_p_o_split libraries/binary/dist-install/build/Data/Binary/Builder/Base_p_o_split libraries/binary/dist-install/build/Data/Binary/Class_p_o_split libraries/binary/dist-install/build/Data/Binary/Generic_p_o_split -name '*.p_o' -print >> libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi_p.a.contents echo >> libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi_p.a.contents "ar" q libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi_p.a @libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi_p.a.contents ar: creating libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi_p.a "rm" -f libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Compat/Binary.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Binary.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Binary.dyn_o "rm" -f libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk_p.a libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/hoopl/dist-install/build/Compiler/Hoopl_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Internals_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Wrappers_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/Dominator_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/DList_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Checkpoint_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Collections_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Combinators_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Dataflow_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Debug_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Block_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Graph_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Label_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/MkGraph_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Fuel_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Pointed_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Shape_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Show_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Unique_p_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/XUtil_p_o_split -name '*.p_o' -print >> libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk_p.a.contents echo >> libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk_p.a.contents "ar" q libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk_p.a @libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk_p.a.contents ar: creating libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk_p.a "rm" -f libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk_p.a.contents "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Format/Locale.hs -o libraries/time/dist-install/build/Data/Time/Format/Locale.o -dyno libraries/time/dist-install/build/Data/Time/Format/Locale.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -dynamic-too -c libraries/binary/src/Data/Binary/Builder.hs -o libraries/binary/dist-install/build/Data/Binary/Builder.o -dyno libraries/binary/dist-install/build/Data/Binary/Builder.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Lazy/Builder/Extras.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/Extras.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/Extras.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Clock/TAI.hs -o libraries/time/dist-install/build/Data/Time/Clock/TAI.o -dyno libraries/time/dist-install/build/Data/Time/Clock/TAI.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -dynamic-too -c libraries/binary/src/Data/Binary/Builder/Internal.hs -o libraries/binary/dist-install/build/Data/Binary/Builder/Internal.o -dyno libraries/binary/dist-install/build/Data/Binary/Builder/Internal.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Language/Haskell/Extension.hs -o libraries/Cabal/Cabal/dist-install/build/Language/Haskell/Extension.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Language/Haskell/Extension.dyn_o libraries/binary/src/Data/Binary/Builder/Internal.hs:3:14: Warning: `Data.Binary.Builder.Internal' is marked as Trustworthy but has been inferred as safe! "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Version.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Version.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Version.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/ModuleName.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/ModuleName.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/ModuleName.dyn_o libraries/time/lib/Data/Time/Clock/TAI.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:40:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:43:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:66:36: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:70:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:74:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:75:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:76:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:77:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:84:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:85:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:86:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:87:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:88:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:89:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:90:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:91:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:92:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:94:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:95:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:96:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:97:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:98:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:99:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:100:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:101:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:102:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:103:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:104:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:105:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:106:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:107:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:108:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:109:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:110:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:111:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:112:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:113:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:114:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:115:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:116:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:117:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:118:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:119:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:120:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:121:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:122:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:123:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:124:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:125:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:126:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:127:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:128:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:129:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:130:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:131:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:132:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:133:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:134:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:135:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:136:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:137:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:138:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:139:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Verbosity.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Verbosity.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Verbosity.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/System.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/System.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/System.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -dynamic-too -c libraries/binary/src/Data/Binary/Put.hs -o libraries/binary/dist-install/build/Data/Binary/Put.o -dyno libraries/binary/dist-install/build/Data/Binary/Put.dyn_o libraries/binary/src/Data/Binary/Put.hs:3:14: Warning: `Data.Binary.Put' is marked as Trustworthy but has been inferred as safe! libraries/binary/src/Data/Binary/Put.hs:56:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/binary/src/Data/Binary/Put.hs:64:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Builder.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Builder.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Builder.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/Dominator.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/Dominator.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -split-objs -dynamic-too -c libraries/hoopl/src/Compiler/Hoopl/Passes/DList.hs -o libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/DList.o -dyno libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/DList.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time/Format.hs -o libraries/time/dist-install/build/Data/Time/Format.p_o -dyno libraries/time/dist-install/build/Data/Time/Format.dyn_o libraries/time/lib/Data/Time/Format.hs:2:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:23:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:30:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:159:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:160:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:161:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:162:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:163:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:164:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:167:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:168:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:169:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:170:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:171:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:172:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:173:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:174:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:175:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:176:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:177:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:178:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:179:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:180:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:181:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:182:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:183:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:184:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:185:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:187:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:188:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:191:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:192:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:193:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:194:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:195:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:196:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:197:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:200:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:201:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:204:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:207:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:208:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:209:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:210:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:212:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:213:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:214:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:215:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:216:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:217:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:218:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:219:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:220:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:221:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:222:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:223:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:224:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:225:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:227:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:228:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:229:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:230:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:232:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:233:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:235:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:236:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:237:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:238:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:239:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:240:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:241:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:242:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:243:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:246:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Format/Parse.hs -o libraries/time/dist-install/build/Data/Time/Format/Parse.o -dyno libraries/time/dist-install/build/Data/Time/Format/Parse.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -dynamic-too -c libraries/binary/src/Data/Binary/Class.hs -o libraries/binary/dist-install/build/Data/Binary/Class.o -dyno libraries/binary/dist-install/build/Data/Binary/Class.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Lazy/Builder.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder.dyn_o libraries/binary/src/Data/Binary/Class.hs:3:14: Warning: `Data.Binary.Class' is marked as Trustworthy but has been inferred as safe! "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -split-objs -dynamic-too -c libraries/bytestring/./Data/ByteString/Lazy/Builder/ASCII.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/ASCII.o -dyno libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/ASCII.dyn_o "rm" -f libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk.a libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/hoopl/dist-install/build/Compiler/Hoopl_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Internals_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Wrappers_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/Dominator_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/DList_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Checkpoint_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Collections_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Combinators_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Dataflow_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Debug_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Block_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Graph_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Label_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/MkGraph_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Fuel_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Pointed_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Shape_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Show_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/Unique_o_split libraries/hoopl/dist-install/build/Compiler/Hoopl/XUtil_o_split -name '*.o' -print >> libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk.a.contents echo >> libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk.a.contents "ar" q libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk.a @libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk.a.contents ar: creating libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk.a "rm" -f libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk.a.contents "rm" -f libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6.a libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/bytestring/dist-install/build/Data/ByteString_o_split libraries/bytestring/dist-install/build/Data/ByteString/Char8_o_split libraries/bytestring/dist-install/build/Data/ByteString/Unsafe_o_split libraries/bytestring/dist-install/build/Data/ByteString/Internal_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal_o_split libraries/bytestring/dist-install/build/Data/ByteString/Short_o_split libraries/bytestring/dist-install/build/Data/ByteString/Short/Internal_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Extra_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Internal_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/Extras_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/ASCII_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/ASCII_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Binary_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/ASCII_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Floating_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/UncheckedShifts_o_split libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Base16_o_split -name '*.o' -print >> libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6.a.contents echo libraries/bytestring/dist-install/build/cbits/fpstring.o libraries/bytestring/dist-install/build/cbits/itoa.o >> libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6.a.contents "ar" q libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6.a @libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6.a.contents ar: creating libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6.a "rm" -f libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6.a.contents "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build/autogen -Ilibraries/hoopl/. -optP-include -optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/hoopl/dist-install/build/Compiler/Hoopl.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Internals.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Wrappers.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/Dominator.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/DList.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Checkpoint.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Collections.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Combinators.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Dataflow.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Debug.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Block.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Graph.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Label.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/MkGraph.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Fuel.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Pointed.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Shape.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Show.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/Unique.dyn_o libraries/hoopl/dist-install/build/Compiler/Hoopl/XUtil.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/hoopl_FCWMV1gJiCi02IwN4CnRgk/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk-ghc7.10.3.so -no-auto-link-packages -o libraries/hoopl/dist-install/build/libHShoopl-3.10.0.2-FCWMV1gJiCi02IwN4CnRgk-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key bytes_6VWy06pWzJq9evDvK2d4w6 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key ghcpr_8TmvWUcS1U1IKHT0levwg3 -package-key integ_2aU3IZNMF9a7mQ0OzsZ0dS -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/bytestring/dist-install/build/Data/ByteString.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Char8.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Unsafe.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Internal.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Lazy.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Short.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Short/Internal.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Builder.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Extra.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Internal.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/Extras.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/ASCII.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Builder/ASCII.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Binary.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/ASCII.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Floating.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/Base16.dyn_o libraries/bytestring/dist-install/build/cbits/fpstring.dyn_o libraries/bytestring/dist-install/build/cbits/itoa.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6-ghc7.10.3.so -no-auto-link-packages -o libraries/bytestring/dist-install/build/libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Package.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Package.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Package.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/License.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/License.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/License.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -c libraries/time/lib/Data/Time.hs -o libraries/time/dist-install/build/Data/Time.p_o -dyno libraries/time/dist-install/build/Data/Time.dyn_o libraries/time/lib/Data/Time.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time.hs:6:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time/Format.hs -o libraries/time/dist-install/build/Data/Time/Format.o -dyno libraries/time/dist-install/build/Data/Time/Format.dyn_o "rm" -f libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn_p.a libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/time/dist-install/build/Data/Time/Calendar_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/MonthDay_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/WeekDate_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/Julian_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/Easter_p_o_split libraries/time/dist-install/build/Data/Time/Clock_p_o_split libraries/time/dist-install/build/Data/Time/Clock/POSIX_p_o_split libraries/time/dist-install/build/Data/Time/Clock/TAI_p_o_split libraries/time/dist-install/build/Data/Time/LocalTime_p_o_split libraries/time/dist-install/build/Data/Time/Format_p_o_split libraries/time/dist-install/build/Data/Time_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/Private_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/Days_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/Gregorian_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay_p_o_split libraries/time/dist-install/build/Data/Time/Clock/Scale_p_o_split libraries/time/dist-install/build/Data/Time/Clock/UTC_p_o_split libraries/time/dist-install/build/Data/Time/Clock/CTimeval_p_o_split libraries/time/dist-install/build/Data/Time/Clock/UTCDiff_p_o_split libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone_p_o_split libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay_p_o_split libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime_p_o_split libraries/time/dist-install/build/Data/Time/Format/Parse_p_o_split libraries/time/dist-install/build/Data/Time/Format/Locale_p_o_split -name '*.p_o' -print >> libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn_p.a.contents echo libraries/time/dist-install/build/lib/cbits/HsTime.p_o >> libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn_p.a.contents "ar" q libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn_p.a @libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn_p.a.contents ar: creating libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn_p.a libraries/time/lib/Data/Time/Format.hs:2:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:23:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:30:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:159:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:160:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:161:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:162:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:163:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:164:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:167:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:168:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:169:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:170:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:171:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:172:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:173:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:174:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:175:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:176:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:177:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:178:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:179:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:180:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:181:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:182:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:183:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:184:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:185:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:187:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:188:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:191:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:192:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:193:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:194:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:195:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:196:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:197:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:200:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:201:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:204:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:207:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:208:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:209:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:210:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:212:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:213:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:214:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:215:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:216:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:217:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:218:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:219:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:220:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:221:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:222:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:223:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:224:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:225:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:227:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:228:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:229:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:230:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:232:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:233:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:235:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:236:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:237:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:238:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:239:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:240:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:241:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:242:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:243:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:246:1: Warning: Tab character "rm" -f libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/directory/dist-install/build -hidir libraries/directory/dist-install/build -stubdir libraries/directory/dist-install/build -split-objs -c libraries/directory/./System/Directory.hs -o libraries/directory/dist-install/build/System/Directory.p_o -dyno libraries/directory/dist-install/build/System/Directory.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -split-objs -c libraries/hpc/./Trace/Hpc/Mix.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Mix.p_o -dyno libraries/hpc/dist-install/build/Trace/Hpc/Mix.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -dynamic-too -c libraries/binary/src/Data/Binary/Generic.hs -o libraries/binary/dist-install/build/Data/Binary/Generic.o -dyno libraries/binary/dist-install/build/Data/Binary/Generic.dyn_o libraries/binary/src/Data/Binary/Generic.hs:2:26: Warning: `Data.Binary.Generic' is marked as Trustworthy but has been inferred as safe! libraries/binary/src/Data/Binary/Generic.hs:22:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "rm" -f libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm_p.a libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/directory/dist-install/build/System/Directory_p_o_split -name '*.p_o' -print >> libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm_p.a.contents echo libraries/directory/dist-install/build/cbits/directory.p_o >> libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm_p.a.contents "ar" q libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm_p.a @libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm_p.a.contents ar: creating libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm_p.a "rm" -f libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm_p.a.contents "rm" -f libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw_p.a libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/hpc/dist-install/build/Trace/Hpc/Util_p_o_split libraries/hpc/dist-install/build/Trace/Hpc/Mix_p_o_split libraries/hpc/dist-install/build/Trace/Hpc/Tix_p_o_split libraries/hpc/dist-install/build/Trace/Hpc/Reflect_p_o_split -name '*.p_o' -print >> libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw_p.a.contents echo >> libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw_p.a.contents "ar" q libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw_p.a @libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw_p.a.contents ar: creating libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw_p.a "rm" -f libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CopyFile.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CopyFile.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -hide-all-packages -i -ilibraries/bin-package-db/. -ilibraries/bin-package-db/dist-install/build -ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/dist-install/build -Ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/. -optP-include -optPlibraries/bin-package-db/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/bin-package-db/dist-install/build -hidir libraries/bin-package-db/dist-install/build -stubdir libraries/bin-package-db/dist-install/build -split-objs -c libraries/bin-package-db/./GHC/PackageDb.hs -o libraries/bin-package-db/dist-install/build/GHC/PackageDb.p_o -dyno libraries/bin-package-db/dist-install/build/GHC/PackageDb.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/History.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/History.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/History.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -DDYNAMIC_GHC_PROGRAMS -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Util.hs -o compiler/stage2/build/Util.p_o -dyno compiler/stage2/build/Util.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -split-objs -dynamic-too -c libraries/time/lib/Data/Time.hs -o libraries/time/dist-install/build/Data/Time.o -dyno libraries/time/dist-install/build/Data/Time.dyn_o libraries/time/lib/Data/Time.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time.hs:6:1: Warning: Tab character <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -split-objs -dynamic-too -c libraries/binary/src/Data/Binary.hs -o libraries/binary/dist-install/build/Data/Binary.o -dyno libraries/binary/dist-install/build/Data/Binary.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -c libraries/template-haskell/./Language/Haskell/TH/PprLib.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib.p_o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -c libraries/template-haskell/./Language/Haskell/TH/Lib.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib.p_o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Completion.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Command/History.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/FastString.hs -o compiler/stage2/build/FastString.p_o -dyno compiler/stage2/build/FastString.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/directory/dist-install/build -hidir libraries/directory/dist-install/build -stubdir libraries/directory/dist-install/build -split-objs -dynamic-too -c libraries/directory/./System/Directory.hs -o libraries/directory/dist-install/build/System/Directory.o -dyno libraries/directory/dist-install/build/System/Directory.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -split-objs -dynamic-too -c libraries/hpc/./Trace/Hpc/Mix.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Mix.o -dyno libraries/hpc/dist-install/build/Trace/Hpc/Mix.dyn_o <> "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key time_FTheb6LSxyX1UABIbBXRfn -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/lib/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -Wall -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/time/dist-install/build/Data/Time/Calendar.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/MonthDay.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/WeekDate.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/Julian.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/Easter.dyn_o libraries/time/dist-install/build/Data/Time/Clock.dyn_o libraries/time/dist-install/build/Data/Time/Clock/POSIX.dyn_o libraries/time/dist-install/build/Data/Time/Clock/TAI.dyn_o libraries/time/dist-install/build/Data/Time/LocalTime.dyn_o libraries/time/dist-install/build/Data/Time/Format.dyn_o libraries/time/dist-install/build/Data/Time.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/Private.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/Days.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/Gregorian.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay.dyn_o libraries/time/dist-install/build/Data/Time/Clock/Scale.dyn_o libraries/time/dist-install/build/Data/Time/Clock/UTC.dyn_o libraries/time/dist-install/build/Data/Time/Clock/CTimeval.dyn_o libraries/time/dist-install/build/Data/Time/Clock/UTCDiff.dyn_o libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone.dyn_o libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay.dyn_o libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime.dyn_o libraries/time/dist-install/build/Data/Time/Format/Parse.dyn_o libraries/time/dist-install/build/Data/Time/Format/Locale.dyn_o libraries/time/dist-install/build/lib/cbits/HsTime.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn-ghc7.10.3.so -no-auto-link-packages -o libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn-ghc7.10.3.so "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key binar_3uXFWMoAGBg0xKP9MHKRwi -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build/autogen -Ilibraries/binary/. -optP-DGENERICS -optP-include -optPlibraries/binary/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/binary/dist-install/build/Data/Binary.dyn_o libraries/binary/dist-install/build/Data/Binary/Put.dyn_o libraries/binary/dist-install/build/Data/Binary/Get.dyn_o libraries/binary/dist-install/build/Data/Binary/Get/Internal.dyn_o libraries/binary/dist-install/build/Data/Binary/Builder.dyn_o libraries/binary/dist-install/build/Data/Binary/Builder/Internal.dyn_o libraries/binary/dist-install/build/Data/Binary/Builder/Base.dyn_o libraries/binary/dist-install/build/Data/Binary/Class.dyn_o libraries/binary/dist-install/build/Data/Binary/Generic.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/binar_3uXFWMoAGBg0xKP9MHKRwi/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi-ghc7.10.3.so -no-auto-link-packages -o libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi-ghc7.10.3.so "rm" -f libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn.a libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/time/dist-install/build/Data/Time/Calendar_o_split libraries/time/dist-install/build/Data/Time/Calendar/MonthDay_o_split libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate_o_split libraries/time/dist-install/build/Data/Time/Calendar/WeekDate_o_split libraries/time/dist-install/build/Data/Time/Calendar/Julian_o_split libraries/time/dist-install/build/Data/Time/Calendar/Easter_o_split libraries/time/dist-install/build/Data/Time/Clock_o_split libraries/time/dist-install/build/Data/Time/Clock/POSIX_o_split libraries/time/dist-install/build/Data/Time/Clock/TAI_o_split libraries/time/dist-install/build/Data/Time/LocalTime_o_split libraries/time/dist-install/build/Data/Time/Format_o_split libraries/time/dist-install/build/Data/Time_o_split libraries/time/dist-install/build/Data/Time/Calendar/Private_o_split libraries/time/dist-install/build/Data/Time/Calendar/Days_o_split libraries/time/dist-install/build/Data/Time/Calendar/Gregorian_o_split libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay_o_split libraries/time/dist-install/build/Data/Time/Clock/Scale_o_split libraries/time/dist-install/build/Data/Time/Clock/UTC_o_split libraries/time/dist-install/build/Data/Time/Clock/CTimeval_o_split libraries/time/dist-install/build/Data/Time/Clock/UTCDiff_o_split libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone_o_split libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay_o_split libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime_o_split libraries/time/dist-install/build/Data/Time/Format/Parse_o_split libraries/time/dist-install/build/Data/Time/Format/Locale_o_split -name '*.o' -print >> libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn.a.contents Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. echo libraries/time/dist-install/build/lib/cbits/HsTime.o >> libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn.a.contents "ar" q libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn.a @libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn.a.contents ar: creating libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn.a Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "rm" -f libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi.a libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/binary/dist-install/build/Data/Binary_o_split libraries/binary/dist-install/build/Data/Binary/Put_o_split libraries/binary/dist-install/build/Data/Binary/Get_o_split libraries/binary/dist-install/build/Data/Binary/Get/Internal_o_split libraries/binary/dist-install/build/Data/Binary/Builder_o_split libraries/binary/dist-install/build/Data/Binary/Builder/Internal_o_split libraries/binary/dist-install/build/Data/Binary/Builder/Base_o_split libraries/binary/dist-install/build/Data/Binary/Class_o_split libraries/binary/dist-install/build/Data/Binary/Generic_o_split -name '*.o' -print >> libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi.a.contents echo >> libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi.a.contents "ar" q libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi.a @libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi.a.contents ar: creating libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi.a "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Compat/Binary.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Binary.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Binary.dyn_o "rm" -f libraries/time/dist-install/build/libHStime-1.5.0.1-FTheb6LSxyX1UABIbBXRfn.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -c libraries/template-haskell/./Language/Haskell/TH/Ppr.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr.p_o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr.dyn_o "rm" -f libraries/binary/dist-install/build/libHSbinary-0.7.5.0-3uXFWMoAGBg0xKP9MHKRwi.a.contents "rm" -f libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji_p.a libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/bin-package-db/dist-install/build/GHC/PackageDb_p_o_split -name '*.p_o' -print >> libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji_p.a.contents echo >> libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji_p.a.contents "ar" q libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji_p.a @libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji_p.a.contents ar: creating libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji_p.a "rm" -f libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Term.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Term.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Term.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS libraries/haskeline/System/Console/Haskeline/Term.hs:107:16: Warning: In the use of `isEmptyChan' (imported from Control.Concurrent, but defined in Control.Concurrent.Chan): Deprecated: "if you need this operation, use Control.Concurrent.STM.TChan instead. See for details" "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/BufWrite.hs -o compiler/stage2/build/BufWrite.p_o -dyno compiler/stage2/build/BufWrite.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/Lexeme.hs -o compiler/stage2/build/Lexeme.p_o -dyno compiler/stage2/build/Lexeme.dyn_o <> "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key unix_KZL8h98IqDM57kQSPo1mKx -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/unix/dist-install/build/System/Posix.dyn_o libraries/unix/dist-install/build/System/Posix/ByteString.dyn_o libraries/unix/dist-install/build/System/Posix/Error.dyn_o libraries/unix/dist-install/build/System/Posix/Resource.dyn_o libraries/unix/dist-install/build/System/Posix/Time.dyn_o libraries/unix/dist-install/build/System/Posix/Unistd.dyn_o libraries/unix/dist-install/build/System/Posix/User.dyn_o libraries/unix/dist-install/build/System/Posix/Signals.dyn_o libraries/unix/dist-install/build/System/Posix/Signals/Exts.dyn_o libraries/unix/dist-install/build/System/Posix/Semaphore.dyn_o libraries/unix/dist-install/build/System/Posix/SharedMem.dyn_o libraries/unix/dist-install/build/System/Posix/ByteString/FilePath.dyn_o libraries/unix/dist-install/build/System/Posix/Directory.dyn_o libraries/unix/dist-install/build/System/Posix/Directory/ByteString.dyn_o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.dyn_o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString.dyn_o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.dyn_o libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString.dyn_o libraries/unix/dist-install/build/System/Posix/DynamicLinker.dyn_o libraries/unix/dist-install/build/System/Posix/Files.dyn_o libraries/unix/dist-install/build/System/Posix/Files/ByteString.dyn_o libraries/unix/dist-install/build/System/Posix/IO.dyn_o libraries/unix/dist-install/build/System/Posix/IO/ByteString.dyn_o libraries/unix/dist-install/build/System/Posix/Env.dyn_o libraries/unix/dist-install/build/System/Posix/Env/ByteString.dyn_o libraries/unix/dist-install/build/System/Posix/Fcntl.dyn_o libraries/unix/dist-install/build/System/Posix/Process.dyn_o libraries/unix/dist-install/build/System/Posix/Process/Internals.dyn_o libraries/unix/dist-install/build/System/Posix/Process/ByteString.dyn_o libraries/unix/dist-install/build/System/Posix/Temp.dyn_o libraries/unix/dist-install/build/System/Posix/Temp/ByteString.dyn_o libraries/unix/dist-install/build/System/Posix/Terminal.dyn_o libraries/unix/dist-install/build/System/Posix/Terminal/ByteString.dyn_o libraries/unix/dist-install/build/System/Posix/Directory/Common.dyn_o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common.dyn_o libraries/unix/dist-install/build/System/Posix/Files/Common.dyn_o libraries/unix/dist-install/build/System/Posix/IO/Common.dyn_o libraries/unix/dist-install/build/System/Posix/Process/Common.dyn_o libraries/unix/dist-install/build/System/Posix/Terminal/Common.dyn_o libraries/unix/dist-install/build/cbits/HsUnix.dyn_o libraries/unix/dist-install/build/cbits/dirUtils.dyn_o libraries/unix/dist-install/build/cbits/execvpe.dyn_o libraries/unix/dist-install/build/cbits/ghcrts.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx-ghc7.10.3.so -lrt -lutil -no-auto-link-packages -o libraries/unix/dist-install/build/libHSunix-2.7.1.0-KZL8h98IqDM57kQSPo1mKx-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Language/Haskell/Extension.hs -o libraries/Cabal/Cabal/dist-install/build/Language/Haskell/Extension.o -dyno libraries/Cabal/Cabal/dist-install/build/Language/Haskell/Extension.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Version.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Version.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Version.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/ModuleName.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/ModuleName.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/ModuleName.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Verbosity.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Verbosity.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Verbosity.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/System.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/System.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/System.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -c libraries/template-haskell/./Language/Haskell/TH/Quote.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote.p_o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Utils.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Utils.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/RunCommand.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix/Encoder.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix/Encoder.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Command/Completion.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS libraries/haskeline/System/Console/Haskeline/Command/Completion.hs:137:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Pretty.hs -o compiler/stage2/build/Pretty.p_o -dyno compiler/stage2/build/Pretty.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -DDYNAMIC_GHC_PROGRAMS -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Util.hs -o compiler/stage2/build/Util.o -dyno compiler/stage2/build/Util.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -hide-all-packages -i -ilibraries/bin-package-db/. -ilibraries/bin-package-db/dist-install/build -ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/dist-install/build -Ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/. -optP-include -optPlibraries/bin-package-db/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/bin-package-db/dist-install/build -hidir libraries/bin-package-db/dist-install/build -stubdir libraries/bin-package-db/dist-install/build -split-objs -dynamic-too -c libraries/bin-package-db/./GHC/PackageDb.hs -o libraries/bin-package-db/dist-install/build/GHC/PackageDb.o -dyno libraries/bin-package-db/dist-install/build/GHC/PackageDb.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/History.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/History.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/History.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "rm" -f libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm.a libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/directory/dist-install/build/System/Directory_o_split -name '*.o' -print >> libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm.a.contents echo libraries/directory/dist-install/build/cbits/directory.o >> libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm.a.contents "ar" q libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm.a @libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm.a.contents ar: creating libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm.a "rm" -f libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm.a.contents "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/directory/dist-install/build -hidir libraries/directory/dist-install/build -stubdir libraries/directory/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/directory/dist-install/build/System/Directory.dyn_o libraries/directory/dist-install/build/cbits/directory.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm-ghc7.10.3.so -no-auto-link-packages -o libraries/directory/dist-install/build/libHSdirectory-1.2.2.0-0hFG6ZxK1nk4zsyOqbNHfm-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "rm" -f libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw.a libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/hpc/dist-install/build/Trace/Hpc/Util_o_split libraries/hpc/dist-install/build/Trace/Hpc/Mix_o_split libraries/hpc/dist-install/build/Trace/Hpc/Tix_o_split libraries/hpc/dist-install/build/Trace/Hpc/Reflect_o_split -name '*.o' -print >> libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw.a.contents echo >> libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw.a.contents "ar" q libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw.a @libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw.a.contents ar: creating libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw.a "rm" -f libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw.a.contents "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CopyFile.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CopyFile.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Utils/NubList.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Utils/NubList.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Utils/NubList.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Find.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Find.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Outputable.hs -o compiler/stage2/build/Outputable.p_o -dyno compiler/stage2/build/Outputable.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/FastString.hs -o compiler/stage2/build/FastString.o -dyno compiler/stage2/build/FastString.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Completion.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Command/History.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key time_FTheb6LSxyX1UABIbBXRfn -Wall -XHaskell98 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/hpc/dist-install/build/Trace/Hpc/Util.dyn_o libraries/hpc/dist-install/build/Trace/Hpc/Mix.dyn_o libraries/hpc/dist-install/build/Trace/Hpc/Tix.dyn_o libraries/hpc/dist-install/build/Trace/Hpc/Reflect.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/hpc_FUjQx3d1H3dEEtLFWv7hFw/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw-ghc7.10.3.so -no-auto-link-packages -o libraries/hpc/dist-install/build/libHShpc-0.6.0.2-FUjQx3d1H3dEEtLFWv7hFw-ghc7.10.3.so on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key proce_52AgREEfSrnJLlkGV9YZZJ -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key proce_52AgREEfSrnJLlkGV9YZZJ -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell2010 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/process/dist-install/build/System/Cmd.dyn_o libraries/process/dist-install/build/System/Process.dyn_o libraries/process/dist-install/build/System/Process/Internals.dyn_o libraries/process/dist-install/build/cbits/runProcess.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/proce_52AgREEfSrnJLlkGV9YZZJ/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ-ghc7.10.3.so -no-auto-link-packages -o libraries/process/dist-install/build/libHSprocess-1.2.3.0-52AgREEfSrnJLlkGV9YZZJ-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Package.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Package.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Package.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/License.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/License.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/License.dyn_o "rm" -f libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji.a libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/bin-package-db/dist-install/build/GHC/PackageDb_o_split -name '*.o' -print >> libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji.a.contents echo >> libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji.a.contents "ar" q libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji.a @libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji.a.contents ar: creating libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji.a "rm" -f libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -c libraries/template-haskell/./Language/Haskell/TH.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH.p_o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Types.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Types.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Types.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS libraries/haskeline/System/Console/Haskeline/Backend/DumbTerm.hs:11:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Backend/Terminfo.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS libraries/haskeline/System/Console/Haskeline/Backend/Terminfo.hs:8:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/SrcLoc.hs -o compiler/stage2/build/SrcLoc.p_o -dyno compiler/stage2/build/SrcLoc.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/TypeRep.hs-boot -o compiler/stage2/build/TypeRep.p_o-boot -dyno compiler/stage2/build/TypeRep.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Bag.hs -o compiler/stage2/build/Bag.p_o -dyno compiler/stage2/build/Bag.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/DriverPhases.hs -o compiler/stage2/build/DriverPhases.p_o -dyno compiler/stage2/build/DriverPhases.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Digraph.hs -o compiler/stage2/build/Digraph.p_o -dyno compiler/stage2/build/Digraph.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/IdInfo.hs-boot -o compiler/stage2/build/IdInfo.p_o-boot -dyno compiler/stage2/build/IdInfo.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcType.hs-boot -o compiler/stage2/build/TcType.p_o-boot -dyno compiler/stage2/build/TcType.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Pair.hs -o compiler/stage2/build/Pair.p_o -dyno compiler/stage2/build/Pair.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/StringBuffer.hs -o compiler/stage2/build/StringBuffer.p_o -dyno compiler/stage2/build/StringBuffer.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/OrdList.hs -o compiler/stage2/build/OrdList.p_o -dyno compiler/stage2/build/OrdList.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -c utils/hsc2hs/./Common.hs -o utils/hsc2hs/dist-install/build/Common.dyn_o <> "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghc-pwd/. -iutils/ghc-pwd/dist-install/build -iutils/ghc-pwd/dist-install/build/autogen -Iutils/ghc-pwd/dist-install/build -Iutils/ghc-pwd/dist-install/build/autogen -optP-include -optPutils/ghc-pwd/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-pwd/dist-install/build -hidir utils/ghc-pwd/dist-install/build -stubdir utils/ghc-pwd/dist-install/build -c utils/ghc-pwd/./Main.hs -o utils/ghc-pwd/dist-install/build/Main.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -c utils/hpc/./HpcFlags.hs -o utils/hpc/dist-install/build/HpcFlags.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/runghc/. -iutils/runghc/dist-install/build -iutils/runghc/dist-install/build/autogen -Iutils/runghc/dist-install/build -Iutils/runghc/dist-install/build/autogen -optP-include -optPutils/runghc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -cpp -DVERSION="\"7.10.3\"" -odir utils/runghc/dist-install/build -hidir utils/runghc/dist-install/build -stubdir utils/runghc/dist-install/build -c utils/runghc/dist-install/build/Main.hs -o utils/runghc/dist-install/build/Main.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/compare_sizes/. -iutils/compare_sizes/dist-install/build -iutils/compare_sizes/dist-install/build/autogen -Iutils/compare_sizes/dist-install/build -Iutils/compare_sizes/dist-install/build/autogen -optP-include -optPutils/compare_sizes/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -no-user-package-db -rtsopts -odir utils/compare_sizes/dist-install/build -hidir utils/compare_sizes/dist-install/build -stubdir utils/compare_sizes/dist-install/build -c utils/compare_sizes/./Main.hs -o utils/compare_sizes/dist-install/build/Main.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/BufWrite.hs -o compiler/stage2/build/BufWrite.o -dyno compiler/stage2/build/BufWrite.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/Lexeme.hs -o compiler/stage2/build/Lexeme.o -dyno compiler/stage2/build/Lexeme.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -dynamic-too -c libraries/template-haskell/./Language/Haskell/TH/PprLib.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib.o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -dynamic-too -c libraries/template-haskell/./Language/Haskell/TH/Lib.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib.o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Term.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Term.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Term.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS <> "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -hide-all-packages -i -ilibraries/bin-package-db/. -ilibraries/bin-package-db/dist-install/build -ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/dist-install/build -Ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/. -optP-include -optPlibraries/bin-package-db/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/bin-package-db/dist-install/build -hidir libraries/bin-package-db/dist-install/build -stubdir libraries/bin-package-db/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -hide-all-packages -i -ilibraries/bin-package-db/. -ilibraries/bin-package-db/dist-install/build -ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/dist-install/build -Ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/. -optP-include -optPlibraries/bin-package-db/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binar_3uXFWMoAGBg0xKP9MHKRwi -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/bin-package-db/dist-install/build/GHC/PackageDb.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/binpa_JPOxOw4FLalDxRNtBqZ2ji/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji-ghc7.10.3.so -no-auto-link-packages -o libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-JPOxOw4FLalDxRNtBqZ2ji-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. libraries/haskeline/System/Console/Haskeline/Term.hs:107:16: Warning: In the use of `isEmptyChan' (imported from Control.Concurrent, but defined in Control.Concurrent.Chan): Deprecated: "if you need this operation, use Control.Concurrent.STM.TChan instead. See for details" "rm" -f libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt_p.a libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/template-haskell/dist-install/build/Language/Haskell/TH_p_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib_p_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr_p_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib_p_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote_p_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax_p_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib/Map_p_o_split -name '*.p_o' -print >> libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt_p.a.contents echo >> libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt_p.a.contents "ar" q libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt_p.a @libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt_p.a.contents ar: creating libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt_p.a "rm" -f libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt_p.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Run.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Run.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Backend.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/BasicTypes.hs -o compiler/stage2/build/BasicTypes.p_o -dyno compiler/stage2/build/BasicTypes.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/ErrUtils.hs-boot -o compiler/stage2/build/ErrUtils.p_o-boot -dyno compiler/stage2/build/ErrUtils.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/CmdLineParser.hs -o compiler/stage2/build/CmdLineParser.p_o -dyno compiler/stage2/build/CmdLineParser.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/HsDoc.hs -o compiler/stage2/build/HsDoc.p_o -dyno compiler/stage2/build/HsDoc.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -c utils/hsc2hs/./UtilsCodegen.hs -o utils/hsc2hs/dist-install/build/UtilsCodegen.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -c utils/hsc2hs/./CrossCodegen.hs -o utils/hsc2hs/dist-install/build/CrossCodegen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -c utils/hpc/./HpcOverlay.hs -o utils/hpc/dist-install/build/HpcOverlay.dyn_o <> "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -c utils/hpc/./HpcDraft.hs -o utils/hpc/dist-install/build/HpcDraft.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -c utils/hpc/./HpcShowTix.hs -o utils/hpc/dist-install/build/HpcShowTix.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -c utils/hpc/./HpcCombine.hs -o utils/hpc/dist-install/build/HpcCombine.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -c utils/hpc/./HpcMarkup.hs -o utils/hpc/dist-install/build/HpcMarkup.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -c utils/hpc/./HpcReport.hs -o utils/hpc/dist-install/build/HpcReport.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Pretty.hs -o compiler/stage2/build/Pretty.o -dyno compiler/stage2/build/Pretty.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -dynamic-too -c libraries/template-haskell/./Language/Haskell/TH/Ppr.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr.o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/RunCommand.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix/Encoder.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix/Encoder.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Command/Completion.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Utils.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Utils.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Builtin.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Builtin.dyn_o libraries/haskeline/System/Console/Haskeline/Command/Completion.hs:137:1: Warning: Tab character "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Hpc.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Hpc.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Hpc.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Script.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Script.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Script.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Ld.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ld.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ld.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/InputT.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/Unique.hs -o compiler/stage2/build/Unique.p_o -dyno compiler/stage2/build/Unique.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/StaticFlags.hs -o compiler/stage2/build/StaticFlags.p_o -dyno compiler/stage2/build/StaticFlags.dyn_o libraries/haskeline/System/Console/Haskeline/InputT.hs:16:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/ghci/ObjLink.hs -o compiler/stage2/build/ObjLink.p_o -dyno compiler/stage2/build/ObjLink.dyn_o <> "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -c utils/hsc2hs/./DirectCodegen.hs -o utils/hsc2hs/dist-install/build/DirectCodegen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -c utils/hpc/./Main.hs -o utils/hpc/dist-install/build/Main.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Outputable.hs -o compiler/stage2/build/Outputable.o -dyno compiler/stage2/build/Outputable.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -dynamic-too -c libraries/template-haskell/./Language/Haskell/TH/Quote.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote.o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/UniqFM.hs -o compiler/stage2/build/UniqFM.p_o -dyno compiler/stage2/build/UniqFM.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/UniqSupply.hs -o compiler/stage2/build/UniqSupply.p_o -dyno compiler/stage2/build/UniqSupply.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegClass.hs -o compiler/stage2/build/RegClass.p_o -dyno compiler/stage2/build/RegClass.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -c utils/hsc2hs/./Main.hs -o utils/hsc2hs/dist-install/build/Main.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/SrcLoc.hs -o compiler/stage2/build/SrcLoc.o -dyno compiler/stage2/build/SrcLoc.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/TypeRep.hs-boot -o compiler/stage2/build/TypeRep.o-boot -dyno compiler/stage2/build/TypeRep.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Bag.hs -o compiler/stage2/build/Bag.o -dyno compiler/stage2/build/Bag.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/DriverPhases.hs -o compiler/stage2/build/DriverPhases.o -dyno compiler/stage2/build/DriverPhases.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Digraph.hs -o compiler/stage2/build/Digraph.o -dyno compiler/stage2/build/Digraph.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/IdInfo.hs-boot -o compiler/stage2/build/IdInfo.o-boot -dyno compiler/stage2/build/IdInfo.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcType.hs-boot -o compiler/stage2/build/TcType.o-boot -dyno compiler/stage2/build/TcType.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Pair.hs -o compiler/stage2/build/Pair.o -dyno compiler/stage2/build/Pair.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/StringBuffer.hs -o compiler/stage2/build/StringBuffer.o -dyno compiler/stage2/build/StringBuffer.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/OrdList.hs -o compiler/stage2/build/OrdList.o -dyno compiler/stage2/build/OrdList.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Db.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Db.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Emacs.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/Vi.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Binary.hs -o compiler/stage2/build/Binary.p_o -dyno compiler/stage2/build/Binary.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/UniqSet.hs -o compiler/stage2/build/UniqSet.p_o -dyno compiler/stage2/build/UniqSet.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/ListSetOps.hs -o compiler/stage2/build/ListSetOps.p_o -dyno compiler/stage2/build/ListSetOps.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/Hoopl/Dataflow.hs -o compiler/stage2/build/Hoopl/Dataflow.p_o -dyno compiler/stage2/build/Hoopl/Dataflow.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/Reg.hs -o compiler/stage2/build/Reg.p_o -dyno compiler/stage2/build/Reg.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/BasicTypes.hs -o compiler/stage2/build/BasicTypes.o -dyno compiler/stage2/build/BasicTypes.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/ErrUtils.hs-boot -o compiler/stage2/build/ErrUtils.o-boot -dyno compiler/stage2/build/ErrUtils.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/CmdLineParser.hs -o compiler/stage2/build/CmdLineParser.o -dyno compiler/stage2/build/CmdLineParser.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/HsDoc.hs -o compiler/stage2/build/HsDoc.o -dyno compiler/stage2/build/HsDoc.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Backend/Terminfo.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Utils/NubList.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Utils/NubList.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Utils/NubList.dyn_o libraries/haskeline/System/Console/Haskeline/Backend/DumbTerm.hs:11:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/haskeline/System/Console/Haskeline/Backend/Terminfo.hs:8:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Find.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Find.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Program.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/Module.hs -o compiler/stage2/build/Module.p_o -dyno compiler/stage2/build/Module.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/BooleanFormula.hs -o compiler/stage2/build/BooleanFormula.p_o -dyno compiler/stage2/build/BooleanFormula.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/Hoopl.hs -o compiler/stage2/build/Hoopl.p_o -dyno compiler/stage2/build/Hoopl.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/Serialized.hs -o compiler/stage2/build/Serialized.p_o -dyno compiler/stage2/build/Serialized.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/GraphBase.hs -o compiler/stage2/build/GraphBase.p_o -dyno compiler/stage2/build/GraphBase.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Graph/ArchBase.hs -o compiler/stage2/build/RegAlloc/Graph/ArchBase.p_o -dyno compiler/stage2/build/RegAlloc/Graph/ArchBase.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/Unique.hs -o compiler/stage2/build/Unique.o -dyno compiler/stage2/build/Unique.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/StaticFlags.hs -o compiler/stage2/build/StaticFlags.o -dyno compiler/stage2/build/StaticFlags.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/ghci/ObjLink.hs -o compiler/stage2/build/ObjLink.o -dyno compiler/stage2/build/ObjLink.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Types.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Types.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Types.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Strip.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Strip.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Strip.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/prelude/PrelNames.hs-boot -o compiler/stage2/build/PrelNames.p_o-boot -dyno compiler/stage2/build/PrelNames.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/PackageConfig.hs -o compiler/stage2/build/PackageConfig.p_o -dyno compiler/stage2/build/PackageConfig.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/prelude/ForeignCall.hs -o compiler/stage2/build/ForeignCall.p_o -dyno compiler/stage2/build/ForeignCall.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs -o compiler/stage2/build/RegAlloc/Graph/TrivColorable.p_o -dyno compiler/stage2/build/RegAlloc/Graph/TrivColorable.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/GraphPpr.hs -o compiler/stage2/build/GraphPpr.p_o -dyno compiler/stage2/build/GraphPpr.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/GraphOps.hs -o compiler/stage2/build/GraphOps.p_o -dyno compiler/stage2/build/GraphOps.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Graph/ArchX86.hs -o compiler/stage2/build/RegAlloc/Graph/ArchX86.p_o -dyno compiler/stage2/build/RegAlloc/Graph/ArchX86.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/UniqFM.hs -o compiler/stage2/build/UniqFM.o -dyno compiler/stage2/build/UniqFM.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/UniqSupply.hs -o compiler/stage2/build/UniqSupply.o -dyno compiler/stage2/build/UniqSupply.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegClass.hs -o compiler/stage2/build/RegClass.o -dyno compiler/stage2/build/RegClass.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -split-objs -dynamic-too -c libraries/template-haskell/./Language/Haskell/TH.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH.o -dyno libraries/template-haskell/dist-install/build/Language/Haskell/TH.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/DynFlags.hs -o compiler/stage2/build/DynFlags.p_o -dyno compiler/stage2/build/DynFlags.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/GraphColor.hs -o compiler/stage2/build/GraphColor.p_o -dyno compiler/stage2/build/GraphColor.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/Hoopl/Dataflow.hs -o compiler/stage2/build/Hoopl/Dataflow.o -dyno compiler/stage2/build/Hoopl/Dataflow.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/Reg.hs -o compiler/stage2/build/Reg.o -dyno compiler/stage2/build/Reg.dyn_o <> "rm" -f libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt.a libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/template-haskell/dist-install/build/Language/Haskell/TH_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib/Map_o_split -name '*.o' -print >> libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt.a.contents echo >> libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt.a.contents "ar" q libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt.a @libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt.a.contents ar: creating libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt.a "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Binary.hs -o compiler/stage2/build/Binary.o -dyno compiler/stage2/build/Binary.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/UniqSet.hs -o compiler/stage2/build/UniqSet.o -dyno compiler/stage2/build/UniqSet.dyn_o "rm" -f libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt.a.contents "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/ListSetOps.hs -o compiler/stage2/build/ListSetOps.o -dyno compiler/stage2/build/ListSetOps.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Backend.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key templ_GJPvtLC64aA4c1Jl10o2qt -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key prett_JItwetRppk1H5Uq3xbjDGC -Wall -this-package-key template-haskell -XHaskell2010 -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/prett_JItwetRppk1H5Uq3xbjDGC -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/template-haskell/dist-install/build/Language/Haskell/TH.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib/Map.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/templ_GJPvtLC64aA4c1Jl10o2qt/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt-ghc7.10.3.so -no-auto-link-packages -o libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.10.0.0-GJPvtLC64aA4c1Jl10o2qt-ghc7.10.3.so Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/Hoopl.hs -o compiler/stage2/build/Hoopl.o -dyno compiler/stage2/build/Hoopl.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/GraphBase.hs -o compiler/stage2/build/GraphBase.o -dyno compiler/stage2/build/GraphBase.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Graph/ArchBase.hs -o compiler/stage2/build/RegAlloc/Graph/ArchBase.o -dyno compiler/stage2/build/RegAlloc/Graph/ArchBase.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/InputT.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs -o compiler/stage2/build/RegAlloc/Graph/TrivColorable.o -dyno compiler/stage2/build/RegAlloc/Graph/TrivColorable.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS libraries/haskeline/System/Console/Haskeline/InputT.hs:16:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/GraphPpr.hs -o compiler/stage2/build/GraphPpr.o -dyno compiler/stage2/build/GraphPpr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/GraphOps.hs -o compiler/stage2/build/GraphOps.o -dyno compiler/stage2/build/GraphOps.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Graph/ArchX86.hs -o compiler/stage2/build/RegAlloc/Graph/ArchX86.o -dyno compiler/stage2/build/RegAlloc/Graph/ArchX86.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Run.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Run.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -c libraries/haskeline/./System/Console/Haskeline/IO.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/IO.p_o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/IO.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/GraphColor.hs -o compiler/stage2/build/GraphColor.o -dyno compiler/stage2/build/GraphColor.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/Serialized.hs -o compiler/stage2/build/Serialized.o -dyno compiler/stage2/build/Serialized.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/Module.hs -o compiler/stage2/build/Module.o -dyno compiler/stage2/build/Module.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/BooleanFormula.hs -o compiler/stage2/build/BooleanFormula.o -dyno compiler/stage2/build/BooleanFormula.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Builtin.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Builtin.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Hpc.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Hpc.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Hpc.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Script.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Script.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Script.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Ld.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ld.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ld.dyn_o "rm" -f libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi_p.a libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/haskeline/dist-install/build/System/Console/Haskeline_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/History_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/IO_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Key_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Term_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Recover_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix/Encoder_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo_p_o_split -name '*.p_o' -print >> libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi_p.a.contents echo libraries/haskeline/dist-install/build/cbits/h_wcwidth.p_o >> libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi_p.a.contents "ar" q libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi_p.a @libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi_p.a.contents ar: creating libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi_p.a "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Emacs.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/Vi.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Compiler.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compiler.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compiler.dyn_o "rm" -f libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi_p.a.contents <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/prelude/PrelNames.hs-boot -o compiler/stage2/build/PrelNames.o-boot -dyno compiler/stage2/build/PrelNames.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/PackageConfig.hs -o compiler/stage2/build/PackageConfig.o -dyno compiler/stage2/build/PackageConfig.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/prelude/ForeignCall.hs -o compiler/stage2/build/ForeignCall.o -dyno compiler/stage2/build/ForeignCall.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/DynFlags.hs -o compiler/stage2/build/DynFlags.o -dyno compiler/stage2/build/DynFlags.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Db.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Db.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Program.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Strip.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Strip.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Strip.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -split-objs -dynamic-too -c libraries/haskeline/./System/Console/Haskeline/IO.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/IO.o -dyno libraries/haskeline/dist-install/build/System/Console/Haskeline/IO.dyn_o on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS "rm" -f libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi.a libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/haskeline/dist-install/build/System/Console/Haskeline_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/History_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/IO_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Key_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Term_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Recover_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix/Encoder_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo_o_split -name '*.o' -print >> libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi.a.contents "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/terminfo/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lcurses -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key haske_GGvi737nHHfG6zm2y7Rimi -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DUSE_GHC_ENCODINGS -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/trans_GZTjP9K5WFq01xC9BAGQpF -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/termi_6iVf4EBnOgfIaaOCLRs8jl -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/haskeline/dist-install/build/System/Console/Haskeline.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/History.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/IO.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Key.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Term.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Recover.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix/Encoder.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo.dyn_o libraries/haskeline/dist-install/build/cbits/h_wcwidth.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/haske_GGvi737nHHfG6zm2y7Rimi/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi-ghc7.10.3.so -no-auto-link-packages -o libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi-ghc7.10.3.so echo libraries/haskeline/dist-install/build/cbits/h_wcwidth.o >> libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi.a.contents "ar" q libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi.a @libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi.a.contents ar: creating libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi.a on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "rm" -f libraries/haskeline/dist-install/build/libHShaskeline-0.7.2.1-GGvi737nHHfG6zm2y7Rimi.a.contents "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/ParseUtils.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/ParseUtils.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/ParseUtils.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/InstallDirs.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/InstallDirs.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Compiler.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Compiler.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/PackageDescription.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/InstalledPackageInfo.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/InstalledPackageInfo.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Command.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Command.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Command.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/ImplInfo.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/ImplInfo.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/ImplInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/OccName.hs -o compiler/stage2/build/OccName.p_o -dyno compiler/stage2/build/OccName.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/ErrUtils.hs -o compiler/stage2/build/ErrUtils.p_o -dyno compiler/stage2/build/ErrUtils.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmType.hs -o compiler/stage2/build/CmmType.p_o -dyno compiler/stage2/build/CmmType.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/SMRep.hs -o compiler/stage2/build/SMRep.p_o -dyno compiler/stage2/build/SMRep.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/BreakArray.hs -o compiler/stage2/build/BreakArray.p_o -dyno compiler/stage2/build/BreakArray.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/IOEnv.hs -o compiler/stage2/build/IOEnv.p_o -dyno compiler/stage2/build/IOEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/llvmGen/Llvm/Types.hs -o compiler/stage2/build/Llvm/Types.p_o -dyno compiler/stage2/build/Llvm/Types.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/Base.hs -o compiler/stage2/build/SPARC/Base.p_o -dyno compiler/stage2/build/SPARC/Base.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Linear/StackMap.hs -o compiler/stage2/build/RegAlloc/Linear/StackMap.p_o -dyno compiler/stage2/build/RegAlloc/Linear/StackMap.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Compiler.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Compiler.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Compiler.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/Name.hs -o compiler/stage2/build/Name.p_o -dyno compiler/stage2/build/Name.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmMachOp.hs -o compiler/stage2/build/CmmMachOp.p_o -dyno compiler/stage2/build/CmmMachOp.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/HsImpExp.hs -o compiler/stage2/build/HsImpExp.p_o -dyno compiler/stage2/build/HsImpExp.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/NameSet.hs -o compiler/stage2/build/NameSet.p_o -dyno compiler/stage2/build/NameSet.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/NameEnv.hs -o compiler/stage2/build/NameEnv.p_o -dyno compiler/stage2/build/NameEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/PatSyn.hs-boot -o compiler/stage2/build/PatSyn.p_o-boot -dyno compiler/stage2/build/PatSyn.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/TyCon.hs-boot -o compiler/stage2/build/TyCon.p_o-boot -dyno compiler/stage2/build/TyCon.dyn_o-boot <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/Var.hs -o compiler/stage2/build/Var.p_o -dyno compiler/stage2/build/Var.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/Packages.hs -o compiler/stage2/build/Packages.p_o -dyno compiler/stage2/build/Packages.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/Annotations.hs -o compiler/stage2/build/Annotations.p_o -dyno compiler/stage2/build/Annotations.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/Bitmap.hs -o compiler/stage2/build/Bitmap.p_o -dyno compiler/stage2/build/Bitmap.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/llvmGen/Llvm/MetaData.hs -o compiler/stage2/build/Llvm/MetaData.p_o -dyno compiler/stage2/build/Llvm/MetaData.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/CPrim.hs -o compiler/stage2/build/CPrim.p_o -dyno compiler/stage2/build/CPrim.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/Avail.hs -o compiler/stage2/build/Avail.p_o -dyno compiler/stage2/build/Avail.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/DataCon.hs-boot -o compiler/stage2/build/DataCon.p_o-boot -dyno compiler/stage2/build/DataCon.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/VarSet.hs -o compiler/stage2/build/VarSet.p_o -dyno compiler/stage2/build/VarSet.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/Class.hs -o compiler/stage2/build/Class.p_o -dyno compiler/stage2/build/Class.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/CoAxiom.hs -o compiler/stage2/build/CoAxiom.p_o -dyno compiler/stage2/build/CoAxiom.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/Type.hs-boot -o compiler/stage2/build/Type.p_o-boot -dyno compiler/stage2/build/Type.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/prelude/TysWiredIn.hs-boot -o compiler/stage2/build/TysWiredIn.p_o-boot -dyno compiler/stage2/build/TysWiredIn.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/profiling/CostCentre.hs -o compiler/stage2/build/CostCentre.p_o -dyno compiler/stage2/build/CostCentre.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/llvmGen/Llvm/AbsSyn.hs -o compiler/stage2/build/Llvm/AbsSyn.p_o -dyno compiler/stage2/build/Llvm/AbsSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/ConLike.hs -o compiler/stage2/build/ConLike.p_o -dyno compiler/stage2/build/ConLike.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/MkId.hs-boot -o compiler/stage2/build/MkId.p_o-boot -dyno compiler/stage2/build/MkId.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/VarEnv.hs -o compiler/stage2/build/VarEnv.p_o -dyno compiler/stage2/build/VarEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/RdrName.hs -o compiler/stage2/build/RdrName.p_o -dyno compiler/stage2/build/RdrName.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/llvmGen/Llvm/PpLlvm.hs -o compiler/stage2/build/Llvm/PpLlvm.p_o -dyno compiler/stage2/build/Llvm/PpLlvm.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/SysTools.hs -o compiler/stage2/build/SysTools.p_o -dyno compiler/stage2/build/SysTools.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/llvmGen/Llvm.hs -o compiler/stage2/build/Llvm.p_o -dyno compiler/stage2/build/Llvm.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/prelude/PrelNames.hs -o compiler/stage2/build/PrelNames.p_o -dyno compiler/stage2/build/PrelNames.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/parser/ApiAnnotation.hs -o compiler/stage2/build/ApiAnnotation.p_o -dyno compiler/stage2/build/ApiAnnotation.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/PackageIndex.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PackageIndex.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PackageIndex.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/parser/Lexer.hs -o compiler/stage2/build/Lexer.p_o -dyno compiler/stage2/build/Lexer.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/TyCon.hs -o compiler/stage2/build/TyCon.p_o -dyno compiler/stage2/build/TyCon.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/OccName.hs -o compiler/stage2/build/OccName.o -dyno compiler/stage2/build/OccName.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/ErrUtils.hs -o compiler/stage2/build/ErrUtils.o -dyno compiler/stage2/build/ErrUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/BreakArray.hs -o compiler/stage2/build/BreakArray.o -dyno compiler/stage2/build/BreakArray.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmType.hs -o compiler/stage2/build/CmmType.o -dyno compiler/stage2/build/CmmType.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/SMRep.hs -o compiler/stage2/build/SMRep.o -dyno compiler/stage2/build/SMRep.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/IOEnv.hs -o compiler/stage2/build/IOEnv.o -dyno compiler/stage2/build/IOEnv.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/llvmGen/Llvm/Types.hs -o compiler/stage2/build/Llvm/Types.o -dyno compiler/stage2/build/Llvm/Types.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/Base.hs -o compiler/stage2/build/SPARC/Base.o -dyno compiler/stage2/build/SPARC/Base.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Linear/StackMap.hs -o compiler/stage2/build/RegAlloc/Linear/StackMap.o -dyno compiler/stage2/build/RegAlloc/Linear/StackMap.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/TypeRep.hs -o compiler/stage2/build/TypeRep.p_o -dyno compiler/stage2/build/TypeRep.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcTypeNats.hs-boot -o compiler/stage2/build/TcTypeNats.p_o-boot -dyno compiler/stage2/build/TcTypeNats.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/stage2/build/LibFFI.hs -o compiler/stage2/build/LibFFI.p_o -dyno compiler/stage2/build/LibFFI.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/Name.hs -o compiler/stage2/build/Name.o -dyno compiler/stage2/build/Name.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/HsImpExp.hs -o compiler/stage2/build/HsImpExp.o -dyno compiler/stage2/build/HsImpExp.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmMachOp.hs -o compiler/stage2/build/CmmMachOp.o -dyno compiler/stage2/build/CmmMachOp.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/llvmGen/Llvm/MetaData.hs -o compiler/stage2/build/Llvm/MetaData.o -dyno compiler/stage2/build/Llvm/MetaData.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI641.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641.dyn_o <> "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/mkUserGuidePart/. -iutils/mkUserGuidePart/dist/build -iutils/mkUserGuidePart/dist/build/autogen -Iutils/mkUserGuidePart/dist/build -Iutils/mkUserGuidePart/dist/build/autogen -optP-include -optPutils/mkUserGuidePart/dist/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -XHaskell2010 -no-user-package-db -rtsopts -odir utils/mkUserGuidePart/dist/build -hidir utils/mkUserGuidePart/dist/build -stubdir utils/mkUserGuidePart/dist/build -c utils/mkUserGuidePart/./Main.hs -o utils/mkUserGuidePart/dist/build/Main.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/Annotations.hs -o compiler/stage2/build/Annotations.o -dyno compiler/stage2/build/Annotations.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/NameSet.hs -o compiler/stage2/build/NameSet.o -dyno compiler/stage2/build/NameSet.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/NameEnv.hs -o compiler/stage2/build/NameEnv.o -dyno compiler/stage2/build/NameEnv.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/Var.hs -o compiler/stage2/build/Var.o -dyno compiler/stage2/build/Var.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/TyCon.hs-boot -o compiler/stage2/build/TyCon.o-boot -dyno compiler/stage2/build/TyCon.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/PatSyn.hs-boot -o compiler/stage2/build/PatSyn.o-boot -dyno compiler/stage2/build/PatSyn.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/Packages.hs -o compiler/stage2/build/Packages.o -dyno compiler/stage2/build/Packages.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/Bitmap.hs -o compiler/stage2/build/Bitmap.o -dyno compiler/stage2/build/Bitmap.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/llvmGen/Llvm/AbsSyn.hs -o compiler/stage2/build/Llvm/AbsSyn.o -dyno compiler/stage2/build/Llvm/AbsSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/ParseUtils.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/ParseUtils.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/ParseUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/InstallDirs.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/InstallDirs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Compiler.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Compiler.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/PackageDescription.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/prelude/TysPrim.hs -o compiler/stage2/build/TysPrim.p_o -dyno compiler/stage2/build/TysPrim.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/VarSet.hs -o compiler/stage2/build/VarSet.o -dyno compiler/stage2/build/VarSet.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/Class.hs -o compiler/stage2/build/Class.o -dyno compiler/stage2/build/Class.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/DataCon.hs-boot -o compiler/stage2/build/DataCon.o-boot -dyno compiler/stage2/build/DataCon.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/Avail.hs -o compiler/stage2/build/Avail.o -dyno compiler/stage2/build/Avail.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/CoAxiom.hs -o compiler/stage2/build/CoAxiom.o -dyno compiler/stage2/build/CoAxiom.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/Type.hs-boot -o compiler/stage2/build/Type.o-boot -dyno compiler/stage2/build/Type.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/prelude/TysWiredIn.hs-boot -o compiler/stage2/build/TysWiredIn.o-boot -dyno compiler/stage2/build/TysWiredIn.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/profiling/CostCentre.hs -o compiler/stage2/build/CostCentre.o -dyno compiler/stage2/build/CostCentre.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/llvmGen/Llvm/PpLlvm.hs -o compiler/stage2/build/Llvm/PpLlvm.o -dyno compiler/stage2/build/Llvm/PpLlvm.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/CPrim.hs -o compiler/stage2/build/CPrim.o -dyno compiler/stage2/build/CPrim.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/Kind.hs -o compiler/stage2/build/Kind.p_o -dyno compiler/stage2/build/Kind.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/VarEnv.hs -o compiler/stage2/build/VarEnv.o -dyno compiler/stage2/build/VarEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/MkId.hs-boot -o compiler/stage2/build/MkId.o-boot -dyno compiler/stage2/build/MkId.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/RdrName.hs -o compiler/stage2/build/RdrName.o -dyno compiler/stage2/build/RdrName.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/ConLike.hs -o compiler/stage2/build/ConLike.o -dyno compiler/stage2/build/ConLike.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/SysTools.hs -o compiler/stage2/build/SysTools.o -dyno compiler/stage2/build/SysTools.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/llvmGen/Llvm.hs -o compiler/stage2/build/Llvm.o -dyno compiler/stage2/build/Llvm.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/Type.hs -o compiler/stage2/build/Type.p_o -dyno compiler/stage2/build/Type.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/prelude/PrelNames.hs -o compiler/stage2/build/PrelNames.o -dyno compiler/stage2/build/PrelNames.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/parser/ApiAnnotation.hs -o compiler/stage2/build/ApiAnnotation.o -dyno compiler/stage2/build/ApiAnnotation.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/Unify.hs -o compiler/stage2/build/Unify.p_o -dyno compiler/stage2/build/Unify.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/Literal.hs -o compiler/stage2/build/Literal.p_o -dyno compiler/stage2/build/Literal.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/InstalledPackageInfo.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/InstalledPackageInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Command.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Command.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Command.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/Coercion.hs -o compiler/stage2/build/Coercion.p_o -dyno compiler/stage2/build/Coercion.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/TyCon.hs -o compiler/stage2/build/TyCon.o -dyno compiler/stage2/build/TyCon.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/parser/Lexer.hs -o compiler/stage2/build/Lexer.o -dyno compiler/stage2/build/Lexer.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/TypeRep.hs -o compiler/stage2/build/TypeRep.o -dyno compiler/stage2/build/TypeRep.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcTypeNats.hs-boot -o compiler/stage2/build/TcTypeNats.o-boot -dyno compiler/stage2/build/TcTypeNats.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/stage2/build/LibFFI.hs -o compiler/stage2/build/LibFFI.o -dyno compiler/stage2/build/LibFFI.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/ImplInfo.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/ImplInfo.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/ImplInfo.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/DataCon.hs -o compiler/stage2/build/DataCon.p_o -dyno compiler/stage2/build/DataCon.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/PlaceHolder.hs -o compiler/stage2/build/PlaceHolder.p_o -dyno compiler/stage2/build/PlaceHolder.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/HsPat.hs-boot -o compiler/stage2/build/HsPat.p_o-boot -dyno compiler/stage2/build/HsPat.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/HsExpr.hs-boot -o compiler/stage2/build/HsExpr.p_o-boot -dyno compiler/stage2/build/HsExpr.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/HsLit.hs -o compiler/stage2/build/HsLit.p_o -dyno compiler/stage2/build/HsLit.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/prelude/TysPrim.hs -o compiler/stage2/build/TysPrim.o -dyno compiler/stage2/build/TysPrim.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/prelude/TysWiredIn.hs -o compiler/stage2/build/TysWiredIn.p_o -dyno compiler/stage2/build/TysWiredIn.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/Demand.hs -o compiler/stage2/build/Demand.p_o -dyno compiler/stage2/build/Demand.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/coreSyn/CoreSyn.hs -o compiler/stage2/build/CoreSyn.p_o -dyno compiler/stage2/build/CoreSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/HsTypes.hs -o compiler/stage2/build/HsTypes.p_o -dyno compiler/stage2/build/HsTypes.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Type/Classify.hs -o compiler/stage2/build/Vectorise/Type/Classify.p_o -dyno compiler/stage2/build/Vectorise/Type/Classify.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/Kind.hs -o compiler/stage2/build/Kind.o -dyno compiler/stage2/build/Kind.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcType.hs -o compiler/stage2/build/TcType.p_o -dyno compiler/stage2/build/TcType.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -fforce-recomp -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/prelude/PrimOp.hs -o compiler/stage2/build/PrimOp.p_o -dyno compiler/stage2/build/PrimOp.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/Type.hs -o compiler/stage2/build/Type.o -dyno compiler/stage2/build/Type.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/IdInfo.hs -o compiler/stage2/build/IdInfo.p_o -dyno compiler/stage2/build/IdInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/coreSyn/TrieMap.hs -o compiler/stage2/build/TrieMap.p_o -dyno compiler/stage2/build/TrieMap.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Builtins/Base.hs -o compiler/stage2/build/Vectorise/Builtins/Base.p_o -dyno compiler/stage2/build/Vectorise/Builtins/Base.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Vect.hs -o compiler/stage2/build/Vectorise/Vect.p_o -dyno compiler/stage2/build/Vectorise/Vect.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/Unify.hs -o compiler/stage2/build/Unify.o -dyno compiler/stage2/build/Unify.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/Literal.hs -o compiler/stage2/build/Literal.o -dyno compiler/stage2/build/Literal.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/Id.hs -o compiler/stage2/build/Id.p_o -dyno compiler/stage2/build/Id.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/Coercion.hs -o compiler/stage2/build/Coercion.o -dyno compiler/stage2/build/Coercion.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/coreSyn/PprCore.hs -o compiler/stage2/build/PprCore.p_o -dyno compiler/stage2/build/PprCore.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/InstEnv.hs -o compiler/stage2/build/InstEnv.p_o -dyno compiler/stage2/build/InstEnv.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/iface/IfaceType.hs -o compiler/stage2/build/IfaceType.p_o -dyno compiler/stage2/build/IfaceType.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/coreSyn/CoreFVs.hs -o compiler/stage2/build/CoreFVs.p_o -dyno compiler/stage2/build/CoreFVs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/utils/UnVarGraph.hs -o compiler/stage2/build/UnVarGraph.p_o -dyno compiler/stage2/build/UnVarGraph.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcEvidence.hs -o compiler/stage2/build/TcEvidence.p_o -dyno compiler/stage2/build/TcEvidence.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/FamInstEnv.hs -o compiler/stage2/build/FamInstEnv.p_o -dyno compiler/stage2/build/FamInstEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/FunDeps.hs -o compiler/stage2/build/FunDeps.p_o -dyno compiler/stage2/build/FunDeps.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/DataCon.hs -o compiler/stage2/build/DataCon.o -dyno compiler/stage2/build/DataCon.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/PlaceHolder.hs -o compiler/stage2/build/PlaceHolder.o -dyno compiler/stage2/build/PlaceHolder.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/PackageIndex.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PackageIndex.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PackageIndex.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CLabel.hs -o compiler/stage2/build/CLabel.p_o -dyno compiler/stage2/build/CLabel.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/coreSyn/CoreUtils.hs -o compiler/stage2/build/CoreUtils.p_o -dyno compiler/stage2/build/CoreUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/stgSyn/StgSyn.hs -o compiler/stage2/build/StgSyn.p_o -dyno compiler/stage2/build/StgSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/Demand.hs -o compiler/stage2/build/Demand.o -dyno compiler/stage2/build/Demand.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/coreSyn/CoreSyn.hs -o compiler/stage2/build/CoreSyn.o -dyno compiler/stage2/build/CoreSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/prelude/TysWiredIn.hs -o compiler/stage2/build/TysWiredIn.o -dyno compiler/stage2/build/TysWiredIn.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/HsPat.hs-boot -o compiler/stage2/build/HsPat.o-boot -dyno compiler/stage2/build/HsPat.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Type/Classify.hs -o compiler/stage2/build/Vectorise/Type/Classify.o -dyno compiler/stage2/build/Vectorise/Type/Classify.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/HsBinds.hs -o compiler/stage2/build/HsBinds.p_o -dyno compiler/stage2/build/HsBinds.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/types/OptCoercion.hs -o compiler/stage2/build/OptCoercion.p_o -dyno compiler/stage2/build/OptCoercion.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/OccurAnal.hs -o compiler/stage2/build/OccurAnal.p_o -dyno compiler/stage2/build/OccurAnal.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplStg/StgStats.hs -o compiler/stage2/build/StgStats.p_o -dyno compiler/stage2/build/StgStats.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/stgSyn/StgLint.hs -o compiler/stage2/build/StgLint.p_o -dyno compiler/stage2/build/StgLint.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/profiling/SCCfinal.hs -o compiler/stage2/build/SCCfinal.p_o -dyno compiler/stage2/build/SCCfinal.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/SAT.hs -o compiler/stage2/build/SAT.p_o -dyno compiler/stage2/build/SAT.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/IdInfo.hs -o compiler/stage2/build/IdInfo.o -dyno compiler/stage2/build/IdInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/coreSyn/TrieMap.hs -o compiler/stage2/build/TrieMap.o -dyno compiler/stage2/build/TrieMap.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcType.hs -o compiler/stage2/build/TcType.o -dyno compiler/stage2/build/TcType.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/HsExpr.hs-boot -o compiler/stage2/build/HsExpr.o-boot -dyno compiler/stage2/build/HsExpr.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -fforce-recomp -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/prelude/PrimOp.hs -o compiler/stage2/build/PrimOp.o -dyno compiler/stage2/build/PrimOp.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Builtins/Base.hs -o compiler/stage2/build/Vectorise/Builtins/Base.o -dyno compiler/stage2/build/Vectorise/Builtins/Base.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Vect.hs -o compiler/stage2/build/Vectorise/Vect.o -dyno compiler/stage2/build/Vectorise/Vect.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI641.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/BlockId.hs -o compiler/stage2/build/BlockId.p_o -dyno compiler/stage2/build/BlockId.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/coreSyn/CoreSubst.hs -o compiler/stage2/build/CoreSubst.p_o -dyno compiler/stage2/build/CoreSubst.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/StaticPtrTable.hs -o compiler/stage2/build/StaticPtrTable.p_o -dyno compiler/stage2/build/StaticPtrTable.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/profiling/ProfInit.hs -o compiler/stage2/build/ProfInit.p_o -dyno compiler/stage2/build/ProfInit.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/Id.hs -o compiler/stage2/build/Id.o -dyno compiler/stage2/build/Id.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/HsTypes.hs -o compiler/stage2/build/HsTypes.o -dyno compiler/stage2/build/HsTypes.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/HsLit.hs -o compiler/stage2/build/HsLit.o -dyno compiler/stage2/build/HsLit.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmExpr.hs -o compiler/stage2/build/CmmExpr.p_o -dyno compiler/stage2/build/CmmExpr.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist-install/build -iutils/ghc-pkg/dist-install/build/autogen -Iutils/ghc-pkg/dist-install/build -Iutils/ghc-pkg/dist-install/build/autogen -optP-include -optPutils/ghc-pkg/dist-install/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key unix_KZL8h98IqDM57kQSPo1mKx -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-pkg/dist-install/build -hidir utils/ghc-pkg/dist-install/build -stubdir utils/ghc-pkg/dist-install/build -c utils/ghc-pkg/./Main.hs -o utils/ghc-pkg/dist-install/build/Main.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/InstEnv.hs -o compiler/stage2/build/InstEnv.o -dyno compiler/stage2/build/InstEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/coreSyn/PprCore.hs -o compiler/stage2/build/PprCore.o -dyno compiler/stage2/build/PprCore.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/iface/IfaceType.hs -o compiler/stage2/build/IfaceType.o -dyno compiler/stage2/build/IfaceType.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/coreSyn/CoreFVs.hs -o compiler/stage2/build/CoreFVs.o -dyno compiler/stage2/build/CoreFVs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/utils/UnVarGraph.hs -o compiler/stage2/build/UnVarGraph.o -dyno compiler/stage2/build/UnVarGraph.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/PatSyn.hs -o compiler/stage2/build/PatSyn.p_o -dyno compiler/stage2/build/PatSyn.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/PprCmmExpr.hs -o compiler/stage2/build/PprCmmExpr.p_o -dyno compiler/stage2/build/PprCmmExpr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/CodeGen/Platform/NoRegs.hs -o compiler/stage2/build/CodeGen/Platform/NoRegs.p_o -dyno compiler/stage2/build/CodeGen/Platform/NoRegs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/CodeGen/Platform/X86_64.hs -o compiler/stage2/build/CodeGen/Platform/X86_64.p_o -dyno compiler/stage2/build/CodeGen/Platform/X86_64.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/CodeGen/Platform/X86.hs -o compiler/stage2/build/CodeGen/Platform/X86.p_o -dyno compiler/stage2/build/CodeGen/Platform/X86.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/CodeGen/Platform/SPARC.hs -o compiler/stage2/build/CodeGen/Platform/SPARC.p_o -dyno compiler/stage2/build/CodeGen/Platform/SPARC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs -o compiler/stage2/build/CodeGen/Platform/PPC_Darwin.p_o -dyno compiler/stage2/build/CodeGen/Platform/PPC_Darwin.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/CodeGen/Platform/PPC.hs -o compiler/stage2/build/CodeGen/Platform/PPC.p_o -dyno compiler/stage2/build/CodeGen/Platform/PPC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/CodeGen/Platform/ARM64.hs -o compiler/stage2/build/CodeGen/Platform/ARM64.p_o -dyno compiler/stage2/build/CodeGen/Platform/ARM64.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/CodeGen/Platform/ARM.hs -o compiler/stage2/build/CodeGen/Platform/ARM.p_o -dyno compiler/stage2/build/CodeGen/Platform/ARM.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/iface/IfaceSyn.hs -o compiler/stage2/build/IfaceSyn.p_o -dyno compiler/stage2/build/IfaceSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/coreSyn/CoreArity.hs -o compiler/stage2/build/CoreArity.p_o -dyno compiler/stage2/build/CoreArity.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/HsPat.hs -o compiler/stage2/build/HsPat.p_o -dyno compiler/stage2/build/HsPat.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/llvmGen/LlvmCodeGen/Regs.hs -o compiler/stage2/build/LlvmCodeGen/Regs.p_o -dyno compiler/stage2/build/LlvmCodeGen/Regs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmLex.hs -o compiler/stage2/build/CmmLex.p_o -dyno compiler/stage2/build/CmmLex.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/CSE.hs -o compiler/stage2/build/CSE.p_o -dyno compiler/stage2/build/CSE.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/FamInstEnv.hs -o compiler/stage2/build/FamInstEnv.o -dyno compiler/stage2/build/FamInstEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcEvidence.hs -o compiler/stage2/build/TcEvidence.o -dyno compiler/stage2/build/TcEvidence.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/FunDeps.hs -o compiler/stage2/build/FunDeps.o -dyno compiler/stage2/build/FunDeps.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/CodeGen/Platform.hs -o compiler/stage2/build/CodeGen/Platform.p_o -dyno compiler/stage2/build/CodeGen/Platform.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/coreSyn/CoreTidy.hs -o compiler/stage2/build/CoreTidy.p_o -dyno compiler/stage2/build/CoreTidy.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/coreSyn/CoreUnfold.hs -o compiler/stage2/build/CoreUnfold.p_o -dyno compiler/stage2/build/CoreUnfold.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/CallArity.hs -o compiler/stage2/build/CallArity.p_o -dyno compiler/stage2/build/CallArity.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/types/OptCoercion.hs -o compiler/stage2/build/OptCoercion.o -dyno compiler/stage2/build/OptCoercion.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmNode.hs -o compiler/stage2/build/CmmNode.p_o -dyno compiler/stage2/build/CmmNode.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/specialise/Rules.hs -o compiler/stage2/build/Rules.p_o -dyno compiler/stage2/build/Rules.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/HsDecls.hs -o compiler/stage2/build/HsDecls.p_o -dyno compiler/stage2/build/HsDecls.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/coreSyn/CoreUtils.hs -o compiler/stage2/build/CoreUtils.o -dyno compiler/stage2/build/CoreUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/stgSyn/StgSyn.hs -o compiler/stage2/build/StgSyn.o -dyno compiler/stage2/build/StgSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CLabel.hs -o compiler/stage2/build/CLabel.o -dyno compiler/stage2/build/CLabel.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/LiberateCase.hs -o compiler/stage2/build/LiberateCase.p_o -dyno compiler/stage2/build/LiberateCase.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/HsBinds.hs -o compiler/stage2/build/HsBinds.o -dyno compiler/stage2/build/HsBinds.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/Cmm.hs -o compiler/stage2/build/Cmm.p_o -dyno compiler/stage2/build/Cmm.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplStg/StgStats.hs -o compiler/stage2/build/StgStats.o -dyno compiler/stage2/build/StgStats.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/stgSyn/StgLint.hs -o compiler/stage2/build/StgLint.o -dyno compiler/stage2/build/StgLint.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/profiling/SCCfinal.hs -o compiler/stage2/build/SCCfinal.o -dyno compiler/stage2/build/SCCfinal.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmUtils.hs -o compiler/stage2/build/CmmUtils.p_o -dyno compiler/stage2/build/CmmUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/PprCmmDecl.hs -o compiler/stage2/build/PprCmmDecl.p_o -dyno compiler/stage2/build/PprCmmDecl.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmClosure.hs -o compiler/stage2/build/StgCmmClosure.p_o -dyno compiler/stage2/build/StgCmmClosure.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/llvmGen/LlvmCodeGen/Base.hs -o compiler/stage2/build/LlvmCodeGen/Base.p_o -dyno compiler/stage2/build/LlvmCodeGen/Base.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/X86/Regs.hs -o compiler/stage2/build/X86/Regs.p_o -dyno compiler/stage2/build/X86/Regs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/Size.hs -o compiler/stage2/build/Size.p_o -dyno compiler/stage2/build/Size.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/Instruction.hs -o compiler/stage2/build/Instruction.p_o -dyno compiler/stage2/build/Instruction.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/Imm.hs -o compiler/stage2/build/SPARC/Imm.p_o -dyno compiler/stage2/build/SPARC/Imm.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/OccurAnal.hs -o compiler/stage2/build/OccurAnal.o -dyno compiler/stage2/build/OccurAnal.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/SAT.hs -o compiler/stage2/build/SAT.o -dyno compiler/stage2/build/SAT.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/Debug.hs -o compiler/stage2/build/Debug.p_o -dyno compiler/stage2/build/Debug.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmInfo.hs -o compiler/stage2/build/CmmInfo.p_o -dyno compiler/stage2/build/CmmInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/PprCmm.hs -o compiler/stage2/build/PprCmm.p_o -dyno compiler/stage2/build/PprCmm.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmArgRep.hs -o compiler/stage2/build/StgCmmArgRep.p_o -dyno compiler/stage2/build/StgCmmArgRep.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/CgUtils.hs -o compiler/stage2/build/CgUtils.p_o -dyno compiler/stage2/build/CgUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/llvmGen/LlvmCodeGen/Data.hs -o compiler/stage2/build/LlvmCodeGen/Data.p_o -dyno compiler/stage2/build/LlvmCodeGen/Data.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmLive.hs -o compiler/stage2/build/CmmLive.p_o -dyno compiler/stage2/build/CmmLive.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmOpt.hs -o compiler/stage2/build/CmmOpt.p_o -dyno compiler/stage2/build/CmmOpt.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmContFlowOpt.hs -o compiler/stage2/build/CmmContFlowOpt.p_o -dyno compiler/stage2/build/CmmContFlowOpt.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/Dwarf/Constants.hs -o compiler/stage2/build/Dwarf/Constants.p_o -dyno compiler/stage2/build/Dwarf/Constants.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/Regs.hs -o compiler/stage2/build/SPARC/Regs.p_o -dyno compiler/stage2/build/SPARC/Regs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/PPC/Regs.hs -o compiler/stage2/build/PPC/Regs.p_o -dyno compiler/stage2/build/PPC/Regs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/X86/RegInfo.hs -o compiler/stage2/build/X86/RegInfo.p_o -dyno compiler/stage2/build/X86/RegInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/X86_64/FreeRegs.p_o -dyno compiler/stage2/build/RegAlloc/Linear/X86_64/FreeRegs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.p_o -dyno compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/AddrMode.hs -o compiler/stage2/build/SPARC/AddrMode.p_o -dyno compiler/stage2/build/SPARC/AddrMode.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/iface/IfaceSyn.hs -o compiler/stage2/build/IfaceSyn.o -dyno compiler/stage2/build/IfaceSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/PatSyn.hs -o compiler/stage2/build/PatSyn.o -dyno compiler/stage2/build/PatSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/coreSyn/CoreSubst.hs -o compiler/stage2/build/CoreSubst.o -dyno compiler/stage2/build/CoreSubst.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/HsPat.hs -o compiler/stage2/build/HsPat.o -dyno compiler/stage2/build/HsPat.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/BlockId.hs -o compiler/stage2/build/BlockId.o -dyno compiler/stage2/build/BlockId.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/profiling/ProfInit.hs -o compiler/stage2/build/ProfInit.o -dyno compiler/stage2/build/ProfInit.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/StaticPtrTable.hs -o compiler/stage2/build/StaticPtrTable.o -dyno compiler/stage2/build/StaticPtrTable.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmCallConv.hs -o compiler/stage2/build/CmmCallConv.p_o -dyno compiler/stage2/build/CmmCallConv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/llvmGen/LlvmCodeGen/Ppr.hs -o compiler/stage2/build/LlvmCodeGen/Ppr.p_o -dyno compiler/stage2/build/LlvmCodeGen/Ppr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/llvmGen/LlvmCodeGen/CodeGen.hs -o compiler/stage2/build/LlvmCodeGen/CodeGen.p_o -dyno compiler/stage2/build/LlvmCodeGen/CodeGen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmBuildInfoTables.hs -o compiler/stage2/build/CmmBuildInfoTables.p_o -dyno compiler/stage2/build/CmmBuildInfoTables.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmSink.hs -o compiler/stage2/build/CmmSink.p_o -dyno compiler/stage2/build/CmmSink.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmProcPoint.hs -o compiler/stage2/build/CmmProcPoint.p_o -dyno compiler/stage2/build/CmmProcPoint.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmCommonBlockElim.hs -o compiler/stage2/build/CmmCommonBlockElim.p_o -dyno compiler/stage2/build/CmmCommonBlockElim.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmLint.hs -o compiler/stage2/build/CmmLint.p_o -dyno compiler/stage2/build/CmmLint.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/PprC.hs -o compiler/stage2/build/PprC.p_o -dyno compiler/stage2/build/PprC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/Dwarf/Types.hs -o compiler/stage2/build/Dwarf/Types.p_o -dyno compiler/stage2/build/Dwarf/Types.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/TargetReg.hs -o compiler/stage2/build/TargetReg.p_o -dyno compiler/stage2/build/TargetReg.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Liveness.hs -o compiler/stage2/build/RegAlloc/Liveness.p_o -dyno compiler/stage2/build/RegAlloc/Liveness.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.p_o -dyno compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.p_o -dyno compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/Stack.hs -o compiler/stage2/build/SPARC/Stack.p_o -dyno compiler/stage2/build/SPARC/Stack.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/coreSyn/CoreArity.hs -o compiler/stage2/build/CoreArity.o -dyno compiler/stage2/build/CoreArity.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/HsDecls.hs -o compiler/stage2/build/HsDecls.o -dyno compiler/stage2/build/HsDecls.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmExpr.hs -o compiler/stage2/build/CmmExpr.o -dyno compiler/stage2/build/CmmExpr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/CSE.hs -o compiler/stage2/build/CSE.o -dyno compiler/stage2/build/CSE.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/HsExpr.hs -o compiler/stage2/build/HsExpr.p_o -dyno compiler/stage2/build/HsExpr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/MkGraph.hs -o compiler/stage2/build/MkGraph.p_o -dyno compiler/stage2/build/MkGraph.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/llvmGen/LlvmMangler.hs -o compiler/stage2/build/LlvmMangler.p_o -dyno compiler/stage2/build/LlvmMangler.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/Dwarf.hs -o compiler/stage2/build/Dwarf.p_o -dyno compiler/stage2/build/Dwarf.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/NCGMonad.hs -o compiler/stage2/build/NCGMonad.p_o -dyno compiler/stage2/build/NCGMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/X86/Instr.hs -o compiler/stage2/build/X86/Instr.p_o -dyno compiler/stage2/build/X86/Instr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/PPC/Instr.hs -o compiler/stage2/build/PPC/Instr.p_o -dyno compiler/stage2/build/PPC/Instr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Graph/SpillCost.hs -o compiler/stage2/build/RegAlloc/Graph/SpillCost.p_o -dyno compiler/stage2/build/RegAlloc/Graph/SpillCost.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Graph/Spill.hs -o compiler/stage2/build/RegAlloc/Graph/Spill.p_o -dyno compiler/stage2/build/RegAlloc/Graph/Spill.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Graph/SpillClean.hs -o compiler/stage2/build/RegAlloc/Graph/SpillClean.p_o -dyno compiler/stage2/build/RegAlloc/Graph/SpillClean.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/Instr.hs -o compiler/stage2/build/SPARC/Instr.p_o -dyno compiler/stage2/build/SPARC/Instr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Linear/Base.hs -o compiler/stage2/build/RegAlloc/Linear/Base.p_o -dyno compiler/stage2/build/RegAlloc/Linear/Base.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Graph/Coalesce.hs -o compiler/stage2/build/RegAlloc/Graph/Coalesce.p_o -dyno compiler/stage2/build/RegAlloc/Graph/Coalesce.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/coreSyn/CoreTidy.hs -o compiler/stage2/build/CoreTidy.o -dyno compiler/stage2/build/CoreTidy.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/CodeGen/Platform/NoRegs.hs -o compiler/stage2/build/CodeGen/Platform/NoRegs.o -dyno compiler/stage2/build/CodeGen/Platform/NoRegs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/CodeGen/Platform/X86_64.hs -o compiler/stage2/build/CodeGen/Platform/X86_64.o -dyno compiler/stage2/build/CodeGen/Platform/X86_64.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/CodeGen/Platform/X86.hs -o compiler/stage2/build/CodeGen/Platform/X86.o -dyno compiler/stage2/build/CodeGen/Platform/X86.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/CodeGen/Platform/SPARC.hs -o compiler/stage2/build/CodeGen/Platform/SPARC.o -dyno compiler/stage2/build/CodeGen/Platform/SPARC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs -o compiler/stage2/build/CodeGen/Platform/PPC_Darwin.o -dyno compiler/stage2/build/CodeGen/Platform/PPC_Darwin.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/CodeGen/Platform/PPC.hs -o compiler/stage2/build/CodeGen/Platform/PPC.o -dyno compiler/stage2/build/CodeGen/Platform/PPC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/CodeGen/Platform/ARM64.hs -o compiler/stage2/build/CodeGen/Platform/ARM64.o -dyno compiler/stage2/build/CodeGen/Platform/ARM64.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/CodeGen/Platform/ARM.hs -o compiler/stage2/build/CodeGen/Platform/ARM.o -dyno compiler/stage2/build/CodeGen/Platform/ARM.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/PprCmmExpr.hs -o compiler/stage2/build/PprCmmExpr.o -dyno compiler/stage2/build/PprCmmExpr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/coreSyn/CoreUnfold.hs -o compiler/stage2/build/CoreUnfold.o -dyno compiler/stage2/build/CoreUnfold.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/llvmGen/LlvmCodeGen/Regs.hs -o compiler/stage2/build/LlvmCodeGen/Regs.o -dyno compiler/stage2/build/LlvmCodeGen/Regs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmLex.hs -o compiler/stage2/build/CmmLex.o -dyno compiler/stage2/build/CmmLex.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/CallArity.hs -o compiler/stage2/build/CallArity.o -dyno compiler/stage2/build/CallArity.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmMonad.hs -o compiler/stage2/build/StgCmmMonad.p_o -dyno compiler/stage2/build/StgCmmMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/llvmGen/LlvmCodeGen.hs -o compiler/stage2/build/LlvmCodeGen.p_o -dyno compiler/stage2/build/LlvmCodeGen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/PIC.hs -o compiler/stage2/build/PIC.p_o -dyno compiler/stage2/build/PIC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Graph/Stats.hs -o compiler/stage2/build/RegAlloc/Graph/Stats.p_o -dyno compiler/stage2/build/RegAlloc/Graph/Stats.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/FreeRegs.p_o -dyno compiler/stage2/build/RegAlloc/Linear/FreeRegs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Linear/Stats.hs -o compiler/stage2/build/RegAlloc/Linear/Stats.p_o -dyno compiler/stage2/build/RegAlloc/Linear/Stats.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/PPC/Ppr.hs -o compiler/stage2/build/PPC/Ppr.p_o -dyno compiler/stage2/build/PPC/Ppr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/PPC/RegInfo.hs -o compiler/stage2/build/PPC/RegInfo.p_o -dyno compiler/stage2/build/PPC/RegInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/Ppr.hs -o compiler/stage2/build/SPARC/Ppr.p_o -dyno compiler/stage2/build/SPARC/Ppr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/ShortcutJump.hs -o compiler/stage2/build/SPARC/ShortcutJump.p_o -dyno compiler/stage2/build/SPARC/ShortcutJump.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/CodeGen/Base.hs -o compiler/stage2/build/SPARC/CodeGen/Base.p_o -dyno compiler/stage2/build/SPARC/CodeGen/Base.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/X86/Ppr.hs -o compiler/stage2/build/X86/Ppr.p_o -dyno compiler/stage2/build/X86/Ppr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/specialise/Rules.hs -o compiler/stage2/build/Rules.o -dyno compiler/stage2/build/Rules.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/CodeGen/Platform.hs -o compiler/stage2/build/CodeGen/Platform.o -dyno compiler/stage2/build/CodeGen/Platform.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/LiberateCase.hs -o compiler/stage2/build/LiberateCase.o -dyno compiler/stage2/build/LiberateCase.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmUtils.hs -o compiler/stage2/build/StgCmmUtils.p_o -dyno compiler/stage2/build/StgCmmUtils.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmBind.hs-boot -o compiler/stage2/build/StgCmmBind.p_o-boot -dyno compiler/stage2/build/StgCmmBind.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmExtCode.hs -o compiler/stage2/build/StgCmmExtCode.p_o -dyno compiler/stage2/build/StgCmmExtCode.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Graph/Main.hs -o compiler/stage2/build/RegAlloc/Graph/Main.p_o -dyno compiler/stage2/build/RegAlloc/Graph/Main.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Linear/State.hs -o compiler/stage2/build/RegAlloc/Linear/State.p_o -dyno compiler/stage2/build/RegAlloc/Linear/State.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/PPC/CodeGen.hs -o compiler/stage2/build/PPC/CodeGen.p_o -dyno compiler/stage2/build/PPC/CodeGen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/CodeGen/Expand.hs -o compiler/stage2/build/SPARC/CodeGen/Expand.p_o -dyno compiler/stage2/build/SPARC/CodeGen/Expand.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot -o compiler/stage2/build/SPARC/CodeGen/Gen32.p_o-boot -dyno compiler/stage2/build/SPARC/CodeGen/Gen32.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/CodeGen/Sanity.hs -o compiler/stage2/build/SPARC/CodeGen/Sanity.p_o -dyno compiler/stage2/build/SPARC/CodeGen/Sanity.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/X86/CodeGen.hs -o compiler/stage2/build/X86/CodeGen.p_o -dyno compiler/stage2/build/X86/CodeGen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmNode.hs -o compiler/stage2/build/CmmNode.o -dyno compiler/stage2/build/CmmNode.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmProf.hs -o compiler/stage2/build/StgCmmProf.p_o -dyno compiler/stage2/build/StgCmmProf.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmEnv.hs -o compiler/stage2/build/StgCmmEnv.p_o -dyno compiler/stage2/build/StgCmmEnv.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs -o compiler/stage2/build/RegAlloc/Linear/JoinToTargets.p_o -dyno compiler/stage2/build/RegAlloc/Linear/JoinToTargets.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/CodeGen/Amode.hs -o compiler/stage2/build/SPARC/CodeGen/Amode.p_o -dyno compiler/stage2/build/SPARC/CodeGen/Amode.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/CodeGen/CondCode.hs -o compiler/stage2/build/SPARC/CodeGen/CondCode.p_o -dyno compiler/stage2/build/SPARC/CodeGen/CondCode.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/Cmm.hs -o compiler/stage2/build/Cmm.o -dyno compiler/stage2/build/Cmm.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Setup.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Setup.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Configuration.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Configuration.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/HsUtils.hs -o compiler/stage2/build/HsUtils.p_o -dyno compiler/stage2/build/HsUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmTicky.hs -o compiler/stage2/build/StgCmmTicky.p_o -dyno compiler/stage2/build/StgCmmTicky.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/RegAlloc/Linear/Main.hs -o compiler/stage2/build/RegAlloc/Linear/Main.p_o -dyno compiler/stage2/build/RegAlloc/Linear/Main.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/CodeGen/Gen64.hs -o compiler/stage2/build/SPARC/CodeGen/Gen64.p_o -dyno compiler/stage2/build/SPARC/CodeGen/Gen64.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/HsExpr.hs -o compiler/stage2/build/HsExpr.o -dyno compiler/stage2/build/HsExpr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmUtils.hs -o compiler/stage2/build/CmmUtils.o -dyno compiler/stage2/build/CmmUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/PprCmmDecl.hs -o compiler/stage2/build/PprCmmDecl.o -dyno compiler/stage2/build/PprCmmDecl.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmClosure.hs -o compiler/stage2/build/StgCmmClosure.o -dyno compiler/stage2/build/StgCmmClosure.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/llvmGen/LlvmCodeGen/Base.hs -o compiler/stage2/build/LlvmCodeGen/Base.o -dyno compiler/stage2/build/LlvmCodeGen/Base.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/X86/Regs.hs -o compiler/stage2/build/X86/Regs.o -dyno compiler/stage2/build/X86/Regs.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/Size.hs -o compiler/stage2/build/Size.o -dyno compiler/stage2/build/Size.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/Instruction.hs -o compiler/stage2/build/Instruction.o -dyno compiler/stage2/build/Instruction.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/Imm.hs -o compiler/stage2/build/SPARC/Imm.o -dyno compiler/stage2/build/SPARC/Imm.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Check.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Check.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Check.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Parse.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Parse.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/HsSyn.hs -o compiler/stage2/build/HsSyn.p_o -dyno compiler/stage2/build/HsSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmLayout.hs -o compiler/stage2/build/StgCmmLayout.p_o -dyno compiler/stage2/build/StgCmmLayout.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs -o compiler/stage2/build/SPARC/CodeGen/Gen32.p_o -dyno compiler/stage2/build/SPARC/CodeGen/Gen32.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmInfo.hs -o compiler/stage2/build/CmmInfo.o -dyno compiler/stage2/build/CmmInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/PprCmm.hs -o compiler/stage2/build/PprCmm.o -dyno compiler/stage2/build/PprCmm.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmArgRep.hs -o compiler/stage2/build/StgCmmArgRep.o -dyno compiler/stage2/build/StgCmmArgRep.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/CgUtils.hs -o compiler/stage2/build/CgUtils.o -dyno compiler/stage2/build/CgUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/llvmGen/LlvmCodeGen/Data.hs -o compiler/stage2/build/LlvmCodeGen/Data.o -dyno compiler/stage2/build/LlvmCodeGen/Data.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmLive.hs -o compiler/stage2/build/CmmLive.o -dyno compiler/stage2/build/CmmLive.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmOpt.hs -o compiler/stage2/build/CmmOpt.o -dyno compiler/stage2/build/CmmOpt.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/Debug.hs -o compiler/stage2/build/Debug.o -dyno compiler/stage2/build/Debug.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/Dwarf/Constants.hs -o compiler/stage2/build/Dwarf/Constants.o -dyno compiler/stage2/build/Dwarf/Constants.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/Regs.hs -o compiler/stage2/build/SPARC/Regs.o -dyno compiler/stage2/build/SPARC/Regs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/PPC/Regs.hs -o compiler/stage2/build/PPC/Regs.o -dyno compiler/stage2/build/PPC/Regs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/X86/RegInfo.hs -o compiler/stage2/build/X86/RegInfo.o -dyno compiler/stage2/build/X86/RegInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/X86_64/FreeRegs.o -dyno compiler/stage2/build/RegAlloc/Linear/X86_64/FreeRegs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.o -dyno compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/AddrMode.hs -o compiler/stage2/build/SPARC/AddrMode.o -dyno compiler/stage2/build/SPARC/AddrMode.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmContFlowOpt.hs -o compiler/stage2/build/CmmContFlowOpt.o -dyno compiler/stage2/build/CmmContFlowOpt.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/ghci/ByteCodeItbls.hs -o compiler/stage2/build/ByteCodeItbls.p_o -dyno compiler/stage2/build/ByteCodeItbls.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmForeign.hs -o compiler/stage2/build/StgCmmForeign.p_o -dyno compiler/stage2/build/StgCmmForeign.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmHeap.hs -o compiler/stage2/build/StgCmmHeap.p_o -dyno compiler/stage2/build/StgCmmHeap.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/SPARC/CodeGen.hs -o compiler/stage2/build/SPARC/CodeGen.p_o -dyno compiler/stage2/build/SPARC/CodeGen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/parser/HaddockUtils.hs -o compiler/stage2/build/HaddockUtils.p_o -dyno compiler/stage2/build/HaddockUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/parser/RdrHsSyn.hs -o compiler/stage2/build/RdrHsSyn.p_o -dyno compiler/stage2/build/RdrHsSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/HscStats.hs -o compiler/stage2/build/HscStats.p_o -dyno compiler/stage2/build/HscStats.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmCallConv.hs -o compiler/stage2/build/CmmCallConv.o -dyno compiler/stage2/build/CmmCallConv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/llvmGen/LlvmCodeGen/Ppr.hs -o compiler/stage2/build/LlvmCodeGen/Ppr.o -dyno compiler/stage2/build/LlvmCodeGen/Ppr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/llvmGen/LlvmCodeGen/CodeGen.hs -o compiler/stage2/build/LlvmCodeGen/CodeGen.o -dyno compiler/stage2/build/LlvmCodeGen/CodeGen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmLint.hs -o compiler/stage2/build/CmmLint.o -dyno compiler/stage2/build/CmmLint.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/PprC.hs -o compiler/stage2/build/PprC.o -dyno compiler/stage2/build/PprC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/Dwarf/Types.hs -o compiler/stage2/build/Dwarf/Types.o -dyno compiler/stage2/build/Dwarf/Types.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/TargetReg.hs -o compiler/stage2/build/TargetReg.o -dyno compiler/stage2/build/TargetReg.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Liveness.hs -o compiler/stage2/build/RegAlloc/Liveness.o -dyno compiler/stage2/build/RegAlloc/Liveness.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.o -dyno compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.o -dyno compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/Stack.hs -o compiler/stage2/build/SPARC/Stack.o -dyno compiler/stage2/build/SPARC/Stack.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmSink.hs -o compiler/stage2/build/CmmSink.o -dyno compiler/stage2/build/CmmSink.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmProcPoint.hs -o compiler/stage2/build/CmmProcPoint.o -dyno compiler/stage2/build/CmmProcPoint.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmCommonBlockElim.hs -o compiler/stage2/build/CmmCommonBlockElim.o -dyno compiler/stage2/build/CmmCommonBlockElim.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmBuildInfoTables.hs -o compiler/stage2/build/CmmBuildInfoTables.o -dyno compiler/stage2/build/CmmBuildInfoTables.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/ghci/ByteCodeInstr.hs -o compiler/stage2/build/ByteCodeInstr.p_o -dyno compiler/stage2/build/ByteCodeInstr.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmLayoutStack.hs -o compiler/stage2/build/CmmLayoutStack.p_o -dyno compiler/stage2/build/CmmLayoutStack.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmPrim.hs -o compiler/stage2/build/StgCmmPrim.p_o -dyno compiler/stage2/build/StgCmmPrim.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/nativeGen/AsmCodeGen.hs -o compiler/stage2/build/AsmCodeGen.p_o -dyno compiler/stage2/build/AsmCodeGen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/hsSyn/Convert.hs -o compiler/stage2/build/Convert.p_o -dyno compiler/stage2/build/Convert.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/HsUtils.hs -o compiler/stage2/build/HsUtils.o -dyno compiler/stage2/build/HsUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/MkGraph.hs -o compiler/stage2/build/MkGraph.o -dyno compiler/stage2/build/MkGraph.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/llvmGen/LlvmMangler.hs -o compiler/stage2/build/LlvmMangler.o -dyno compiler/stage2/build/LlvmMangler.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/Dwarf.hs -o compiler/stage2/build/Dwarf.o -dyno compiler/stage2/build/Dwarf.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/NCGMonad.hs -o compiler/stage2/build/NCGMonad.o -dyno compiler/stage2/build/NCGMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/X86/Instr.hs -o compiler/stage2/build/X86/Instr.o -dyno compiler/stage2/build/X86/Instr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/PPC/Instr.hs -o compiler/stage2/build/PPC/Instr.o -dyno compiler/stage2/build/PPC/Instr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Graph/SpillCost.hs -o compiler/stage2/build/RegAlloc/Graph/SpillCost.o -dyno compiler/stage2/build/RegAlloc/Graph/SpillCost.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Graph/Spill.hs -o compiler/stage2/build/RegAlloc/Graph/Spill.o -dyno compiler/stage2/build/RegAlloc/Graph/Spill.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Graph/SpillClean.hs -o compiler/stage2/build/RegAlloc/Graph/SpillClean.o -dyno compiler/stage2/build/RegAlloc/Graph/SpillClean.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/Instr.hs -o compiler/stage2/build/SPARC/Instr.o -dyno compiler/stage2/build/SPARC/Instr.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Linear/Base.hs -o compiler/stage2/build/RegAlloc/Linear/Base.o -dyno compiler/stage2/build/RegAlloc/Linear/Base.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Graph/Coalesce.hs -o compiler/stage2/build/RegAlloc/Graph/Coalesce.o -dyno compiler/stage2/build/RegAlloc/Graph/Coalesce.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/PackageDescription/PrettyPrint.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/PrettyPrint.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/PrettyPrint.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/InteractiveEvalTypes.hs -o compiler/stage2/build/InteractiveEvalTypes.p_o -dyno compiler/stage2/build/InteractiveEvalTypes.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/ghci/ByteCodeAsm.hs -o compiler/stage2/build/ByteCodeAsm.p_o -dyno compiler/stage2/build/ByteCodeAsm.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/HsSyn.hs -o compiler/stage2/build/HsSyn.o -dyno compiler/stage2/build/HsSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmMonad.hs -o compiler/stage2/build/StgCmmMonad.o -dyno compiler/stage2/build/StgCmmMonad.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/llvmGen/LlvmCodeGen.hs -o compiler/stage2/build/LlvmCodeGen.o -dyno compiler/stage2/build/LlvmCodeGen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/PIC.hs -o compiler/stage2/build/PIC.o -dyno compiler/stage2/build/PIC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Graph/Stats.hs -o compiler/stage2/build/RegAlloc/Graph/Stats.o -dyno compiler/stage2/build/RegAlloc/Graph/Stats.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/FreeRegs.o -dyno compiler/stage2/build/RegAlloc/Linear/FreeRegs.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Linear/Stats.hs -o compiler/stage2/build/RegAlloc/Linear/Stats.o -dyno compiler/stage2/build/RegAlloc/Linear/Stats.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/PPC/Ppr.hs -o compiler/stage2/build/PPC/Ppr.o -dyno compiler/stage2/build/PPC/Ppr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/PPC/RegInfo.hs -o compiler/stage2/build/PPC/RegInfo.o -dyno compiler/stage2/build/PPC/RegInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/Ppr.hs -o compiler/stage2/build/SPARC/Ppr.o -dyno compiler/stage2/build/SPARC/Ppr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/ShortcutJump.hs -o compiler/stage2/build/SPARC/ShortcutJump.o -dyno compiler/stage2/build/SPARC/ShortcutJump.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/CodeGen/Base.hs -o compiler/stage2/build/SPARC/CodeGen/Base.o -dyno compiler/stage2/build/SPARC/CodeGen/Base.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/X86/Ppr.hs -o compiler/stage2/build/X86/Ppr.o -dyno compiler/stage2/build/X86/Ppr.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Setup.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Setup.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Configuration.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Configuration.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/HscTypes.hs -o compiler/stage2/build/HscTypes.p_o -dyno compiler/stage2/build/HscTypes.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/ghci/ByteCodeLink.hs -o compiler/stage2/build/ByteCodeLink.p_o -dyno compiler/stage2/build/ByteCodeLink.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmUtils.hs -o compiler/stage2/build/StgCmmUtils.o -dyno compiler/stage2/build/StgCmmUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/parser/HaddockUtils.hs -o compiler/stage2/build/HaddockUtils.o -dyno compiler/stage2/build/HaddockUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/parser/RdrHsSyn.hs -o compiler/stage2/build/RdrHsSyn.o -dyno compiler/stage2/build/RdrHsSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/HscStats.hs -o compiler/stage2/build/HscStats.o -dyno compiler/stage2/build/HscStats.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Graph/Main.hs -o compiler/stage2/build/RegAlloc/Graph/Main.o -dyno compiler/stage2/build/RegAlloc/Graph/Main.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Linear/State.hs -o compiler/stage2/build/RegAlloc/Linear/State.o -dyno compiler/stage2/build/RegAlloc/Linear/State.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/PPC/CodeGen.hs -o compiler/stage2/build/PPC/CodeGen.o -dyno compiler/stage2/build/PPC/CodeGen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/CodeGen/Expand.hs -o compiler/stage2/build/SPARC/CodeGen/Expand.o -dyno compiler/stage2/build/SPARC/CodeGen/Expand.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot -o compiler/stage2/build/SPARC/CodeGen/Gen32.o-boot -dyno compiler/stage2/build/SPARC/CodeGen/Gen32.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/CodeGen/Sanity.hs -o compiler/stage2/build/SPARC/CodeGen/Sanity.o -dyno compiler/stage2/build/SPARC/CodeGen/Sanity.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/X86/CodeGen.hs -o compiler/stage2/build/X86/CodeGen.o -dyno compiler/stage2/build/X86/CodeGen.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmBind.hs-boot -o compiler/stage2/build/StgCmmBind.o-boot -dyno compiler/stage2/build/StgCmmBind.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmExtCode.hs -o compiler/stage2/build/StgCmmExtCode.o -dyno compiler/stage2/build/StgCmmExtCode.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/GhcMonad.hs -o compiler/stage2/build/GhcMonad.p_o -dyno compiler/stage2/build/GhcMonad.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcRnTypes.hs -o compiler/stage2/build/TcRnTypes.p_o -dyno compiler/stage2/build/TcRnTypes.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/PipelineMonad.hs -o compiler/stage2/build/PipelineMonad.p_o -dyno compiler/stage2/build/PipelineMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/coreSyn/MkCore.hs -o compiler/stage2/build/MkCore.p_o -dyno compiler/stage2/build/MkCore.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmPipeline.hs -o compiler/stage2/build/CmmPipeline.p_o -dyno compiler/stage2/build/CmmPipeline.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmHpc.hs -o compiler/stage2/build/StgCmmHpc.p_o -dyno compiler/stage2/build/StgCmmHpc.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/Finder.hs -o compiler/stage2/build/Finder.p_o -dyno compiler/stage2/build/Finder.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/Coverage.hs -o compiler/stage2/build/Coverage.p_o -dyno compiler/stage2/build/Coverage.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/parser/Parser.hs -o compiler/stage2/build/Parser.p_o -dyno compiler/stage2/build/Parser.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Env.hs -o compiler/stage2/build/Vectorise/Env.p_o -dyno compiler/stage2/build/Vectorise/Env.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcTyDecls.hs -o compiler/stage2/build/TcTyDecls.p_o -dyno compiler/stage2/build/TcTyDecls.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmProf.hs -o compiler/stage2/build/StgCmmProf.o -dyno compiler/stage2/build/StgCmmProf.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmEnv.hs -o compiler/stage2/build/StgCmmEnv.o -dyno compiler/stage2/build/StgCmmEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs -o compiler/stage2/build/RegAlloc/Linear/JoinToTargets.o -dyno compiler/stage2/build/RegAlloc/Linear/JoinToTargets.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/CodeGen/Amode.hs -o compiler/stage2/build/SPARC/CodeGen/Amode.o -dyno compiler/stage2/build/SPARC/CodeGen/Amode.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/CodeGen/CondCode.hs -o compiler/stage2/build/SPARC/CodeGen/CondCode.o -dyno compiler/stage2/build/SPARC/CodeGen/CondCode.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/hsSyn/Convert.hs -o compiler/stage2/build/Convert.o -dyno compiler/stage2/build/Convert.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Check.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Check.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Check.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Parse.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Parse.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/Hooks.hs -o compiler/stage2/build/Hooks.p_o -dyno compiler/stage2/build/Hooks.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/prelude/PrelRules.hs -o compiler/stage2/build/PrelRules.p_o -dyno compiler/stage2/build/PrelRules.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcSplice.hs-boot -o compiler/stage2/build/TcSplice.p_o-boot -dyno compiler/stage2/build/TcSplice.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcRnMonad.hs -o compiler/stage2/build/TcRnMonad.p_o -dyno compiler/stage2/build/TcRnMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/iface/TcIface.hs-boot -o compiler/stage2/build/TcIface.p_o-boot -dyno compiler/stage2/build/TcIface.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcTypeNats.hs -o compiler/stage2/build/TcTypeNats.p_o -dyno compiler/stage2/build/TcTypeNats.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/CodeOutput.hs -o compiler/stage2/build/CodeOutput.p_o -dyno compiler/stage2/build/CodeOutput.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/rename/RnHsDoc.hs -o compiler/stage2/build/RnHsDoc.p_o -dyno compiler/stage2/build/RnHsDoc.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/FloatIn.hs -o compiler/stage2/build/FloatIn.p_o -dyno compiler/stage2/build/FloatIn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/rename/RnExpr.hs-boot -o compiler/stage2/build/RnExpr.p_o-boot -dyno compiler/stage2/build/RnExpr.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcExpr.hs-boot -o compiler/stage2/build/TcExpr.p_o-boot -dyno compiler/stage2/build/TcExpr.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcUnify.hs-boot -o compiler/stage2/build/TcUnify.p_o-boot -dyno compiler/stage2/build/TcUnify.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcMatches.hs-boot -o compiler/stage2/build/TcMatches.p_o-boot -dyno compiler/stage2/build/TcMatches.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmTicky.hs -o compiler/stage2/build/StgCmmTicky.o -dyno compiler/stage2/build/StgCmmTicky.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/RegAlloc/Linear/Main.hs -o compiler/stage2/build/RegAlloc/Linear/Main.o -dyno compiler/stage2/build/RegAlloc/Linear/Main.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/CodeGen/Gen64.hs -o compiler/stage2/build/SPARC/CodeGen/Gen64.o -dyno compiler/stage2/build/SPARC/CodeGen/Gen64.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/basicTypes/MkId.hs -o compiler/stage2/build/MkId.p_o -dyno compiler/stage2/build/MkId.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/iface/IfaceEnv.hs -o compiler/stage2/build/IfaceEnv.p_o -dyno compiler/stage2/build/IfaceEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcMType.hs -o compiler/stage2/build/TcMType.p_o -dyno compiler/stage2/build/TcMType.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/rename/RnSplice.hs-boot -o compiler/stage2/build/RnSplice.p_o-boot -dyno compiler/stage2/build/RnSplice.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcAnnotations.hs -o compiler/stage2/build/TcAnnotations.p_o -dyno compiler/stage2/build/TcAnnotations.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs -o compiler/stage2/build/SPARC/CodeGen/Gen32.o -dyno compiler/stage2/build/SPARC/CodeGen/Gen32.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/prelude/PrelInfo.hs -o compiler/stage2/build/PrelInfo.p_o -dyno compiler/stage2/build/PrelInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/iface/BuildTyCl.hs -o compiler/stage2/build/BuildTyCl.p_o -dyno compiler/stage2/build/BuildTyCl.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplStg/UnariseStg.hs -o compiler/stage2/build/UnariseStg.p_o -dyno compiler/stage2/build/UnariseStg.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/stgSyn/CoreToStg.hs -o compiler/stage2/build/CoreToStg.p_o -dyno compiler/stage2/build/CoreToStg.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/stranal/WwLib.hs -o compiler/stage2/build/WwLib.p_o -dyno compiler/stage2/build/WwLib.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/HeaderInfo.hs -o compiler/stage2/build/HeaderInfo.p_o -dyno compiler/stage2/build/HeaderInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/ghci/ByteCodeGen.hs -o compiler/stage2/build/ByteCodeGen.p_o -dyno compiler/stage2/build/ByteCodeGen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/ghci/DebuggerUtils.hs -o compiler/stage2/build/DebuggerUtils.p_o -dyno compiler/stage2/build/DebuggerUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmLayout.hs -o compiler/stage2/build/StgCmmLayout.o -dyno compiler/stage2/build/StgCmmLayout.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/SPARC/CodeGen.hs -o compiler/stage2/build/SPARC/CodeGen.o -dyno compiler/stage2/build/SPARC/CodeGen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmCon.hs -o compiler/stage2/build/StgCmmCon.p_o -dyno compiler/stage2/build/StgCmmCon.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/iface/BinIface.hs -o compiler/stage2/build/BinIface.p_o -dyno compiler/stage2/build/BinIface.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcHsSyn.hs -o compiler/stage2/build/TcHsSyn.p_o -dyno compiler/stage2/build/TcHsSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplStg/SimplStg.hs -o compiler/stage2/build/SimplStg.p_o -dyno compiler/stage2/build/SimplStg.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/stranal/WorkWrap.hs -o compiler/stage2/build/WorkWrap.p_o -dyno compiler/stage2/build/WorkWrap.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/stranal/DmdAnal.hs -o compiler/stage2/build/DmdAnal.p_o -dyno compiler/stage2/build/DmdAnal.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/nativeGen/AsmCodeGen.hs -o compiler/stage2/build/AsmCodeGen.o -dyno compiler/stage2/build/AsmCodeGen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmExpr.hs -o compiler/stage2/build/StgCmmExpr.p_o -dyno compiler/stage2/build/StgCmmExpr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/iface/LoadIface.hs -o compiler/stage2/build/LoadIface.p_o -dyno compiler/stage2/build/LoadIface.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/iface/FlagChecker.hs -o compiler/stage2/build/FlagChecker.p_o -dyno compiler/stage2/build/FlagChecker.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/ghci/ByteCodeItbls.hs -o compiler/stage2/build/ByteCodeItbls.o -dyno compiler/stage2/build/ByteCodeItbls.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmForeign.hs -o compiler/stage2/build/StgCmmForeign.o -dyno compiler/stage2/build/StgCmmForeign.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmHeap.hs -o compiler/stage2/build/StgCmmHeap.o -dyno compiler/stage2/build/StgCmmHeap.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Make.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Make.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Make.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/GHC.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/GHC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmmBind.hs -o compiler/stage2/build/StgCmmBind.p_o -dyno compiler/stage2/build/StgCmmBind.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/ghci/Linker.hs -o compiler/stage2/build/Linker.p_o -dyno compiler/stage2/build/Linker.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcEnv.hs -o compiler/stage2/build/TcEnv.p_o -dyno compiler/stage2/build/TcEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/iface/MkIface.hs -o compiler/stage2/build/MkIface.p_o -dyno compiler/stage2/build/MkIface.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/FamInst.hs -o compiler/stage2/build/FamInst.p_o -dyno compiler/stage2/build/FamInst.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/ghci/ByteCodeInstr.hs -o compiler/stage2/build/ByteCodeInstr.o -dyno compiler/stage2/build/ByteCodeInstr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmLayoutStack.hs -o compiler/stage2/build/CmmLayoutStack.o -dyno compiler/stage2/build/CmmLayoutStack.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmPrim.hs -o compiler/stage2/build/StgCmmPrim.o -dyno compiler/stage2/build/StgCmmPrim.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/PackageDescription/PrettyPrint.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/PrettyPrint.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/PrettyPrint.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/cmm/CmmParse.hs -o compiler/stage2/build/CmmParse.p_o -dyno compiler/stage2/build/CmmParse.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/codeGen/StgCmm.hs -o compiler/stage2/build/StgCmm.p_o -dyno compiler/stage2/build/StgCmm.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/CoreMonad.hs -o compiler/stage2/build/CoreMonad.p_o -dyno compiler/stage2/build/CoreMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/rename/RnEnv.hs -o compiler/stage2/build/RnEnv.p_o -dyno compiler/stage2/build/RnEnv.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/Inst.hs -o compiler/stage2/build/Inst.p_o -dyno compiler/stage2/build/Inst.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcGenDeriv.hs -o compiler/stage2/build/TcGenDeriv.p_o -dyno compiler/stage2/build/TcGenDeriv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/PprTyThing.hs -o compiler/stage2/build/PprTyThing.p_o -dyno compiler/stage2/build/PprTyThing.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/InteractiveEvalTypes.hs -o compiler/stage2/build/InteractiveEvalTypes.o -dyno compiler/stage2/build/InteractiveEvalTypes.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/ghci/ByteCodeAsm.hs -o compiler/stage2/build/ByteCodeAsm.o -dyno compiler/stage2/build/ByteCodeAsm.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/coreSyn/CoreLint.hs -o compiler/stage2/build/CoreLint.p_o -dyno compiler/stage2/build/CoreLint.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/Plugins.hs -o compiler/stage2/build/Plugins.p_o -dyno compiler/stage2/build/Plugins.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/specialise/SpecConstr.hs -o compiler/stage2/build/SpecConstr.p_o -dyno compiler/stage2/build/SpecConstr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/specialise/Specialise.hs -o compiler/stage2/build/Specialise.p_o -dyno compiler/stage2/build/Specialise.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/SetLevels.hs -o compiler/stage2/build/SetLevels.p_o -dyno compiler/stage2/build/SetLevels.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/SimplMonad.hs -o compiler/stage2/build/SimplMonad.p_o -dyno compiler/stage2/build/SimplMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcUnify.hs -o compiler/stage2/build/TcUnify.p_o -dyno compiler/stage2/build/TcUnify.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcErrors.hs -o compiler/stage2/build/TcErrors.p_o -dyno compiler/stage2/build/TcErrors.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcGenGenerics.hs -o compiler/stage2/build/TcGenGenerics.p_o -dyno compiler/stage2/build/TcGenGenerics.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/HscTypes.hs -o compiler/stage2/build/HscTypes.o -dyno compiler/stage2/build/HscTypes.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/ghci/ByteCodeLink.hs -o compiler/stage2/build/ByteCodeLink.o -dyno compiler/stage2/build/ByteCodeLink.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/rename/RnNames.hs -o compiler/stage2/build/RnNames.p_o -dyno compiler/stage2/build/RnNames.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/FloatOut.hs -o compiler/stage2/build/FloatOut.p_o -dyno compiler/stage2/build/FloatOut.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/SimplEnv.hs -o compiler/stage2/build/SimplEnv.p_o -dyno compiler/stage2/build/SimplEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/rename/RnTypes.hs -o compiler/stage2/build/RnTypes.p_o -dyno compiler/stage2/build/RnTypes.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcSMonad.hs -o compiler/stage2/build/TcSMonad.p_o -dyno compiler/stage2/build/TcSMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/ghci/RtClosureInspect.hs -o compiler/stage2/build/RtClosureInspect.p_o -dyno compiler/stage2/build/RtClosureInspect.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/GhcPlugins.hs -o compiler/stage2/build/GhcPlugins.p_o -dyno compiler/stage2/build/GhcPlugins.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/coreSyn/CorePrep.hs -o compiler/stage2/build/CorePrep.p_o -dyno compiler/stage2/build/CorePrep.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/iface/TcIface.hs -o compiler/stage2/build/TcIface.p_o -dyno compiler/stage2/build/TcIface.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/SimplUtils.hs -o compiler/stage2/build/SimplUtils.p_o -dyno compiler/stage2/build/SimplUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcRnTypes.hs -o compiler/stage2/build/TcRnTypes.o -dyno compiler/stage2/build/TcRnTypes.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/Finder.hs -o compiler/stage2/build/Finder.o -dyno compiler/stage2/build/Finder.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/PipelineMonad.hs -o compiler/stage2/build/PipelineMonad.o -dyno compiler/stage2/build/PipelineMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/coreSyn/MkCore.hs -o compiler/stage2/build/MkCore.o -dyno compiler/stage2/build/MkCore.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/parser/Parser.hs -o compiler/stage2/build/Parser.o -dyno compiler/stage2/build/Parser.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/GhcMonad.hs -o compiler/stage2/build/GhcMonad.o -dyno compiler/stage2/build/GhcMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmPipeline.hs -o compiler/stage2/build/CmmPipeline.o -dyno compiler/stage2/build/CmmPipeline.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmHpc.hs -o compiler/stage2/build/StgCmmHpc.o -dyno compiler/stage2/build/StgCmmHpc.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Env.hs -o compiler/stage2/build/Vectorise/Env.o -dyno compiler/stage2/build/Vectorise/Env.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/Coverage.hs -o compiler/stage2/build/Coverage.o -dyno compiler/stage2/build/Coverage.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcTyDecls.hs -o compiler/stage2/build/TcTyDecls.o -dyno compiler/stage2/build/TcTyDecls.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/DsMonad.hs -o compiler/stage2/build/DsMonad.p_o -dyno compiler/stage2/build/DsMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/TidyPgm.hs -o compiler/stage2/build/TidyPgm.p_o -dyno compiler/stage2/build/TidyPgm.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/DynamicLoading.hs -o compiler/stage2/build/DynamicLoading.p_o -dyno compiler/stage2/build/DynamicLoading.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/Simplify.hs -o compiler/stage2/build/Simplify.p_o -dyno compiler/stage2/build/Simplify.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/rename/RnPat.hs -o compiler/stage2/build/RnPat.p_o -dyno compiler/stage2/build/RnPat.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcFlatten.hs -o compiler/stage2/build/TcFlatten.p_o -dyno compiler/stage2/build/TcFlatten.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcPluginM.hs -o compiler/stage2/build/TcPluginM.p_o -dyno compiler/stage2/build/TcPluginM.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcRnMonad.hs -o compiler/stage2/build/TcRnMonad.o -dyno compiler/stage2/build/TcRnMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/iface/TcIface.hs-boot -o compiler/stage2/build/TcIface.o-boot -dyno compiler/stage2/build/TcIface.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/Hooks.hs -o compiler/stage2/build/Hooks.o -dyno compiler/stage2/build/Hooks.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/prelude/PrelRules.hs -o compiler/stage2/build/PrelRules.o -dyno compiler/stage2/build/PrelRules.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcSplice.hs-boot -o compiler/stage2/build/TcSplice.o-boot -dyno compiler/stage2/build/TcSplice.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/CodeOutput.hs -o compiler/stage2/build/CodeOutput.o -dyno compiler/stage2/build/CodeOutput.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/rename/RnHsDoc.hs -o compiler/stage2/build/RnHsDoc.o -dyno compiler/stage2/build/RnHsDoc.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcTypeNats.hs -o compiler/stage2/build/TcTypeNats.o -dyno compiler/stage2/build/TcTypeNats.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/FloatIn.hs -o compiler/stage2/build/FloatIn.o -dyno compiler/stage2/build/FloatIn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/rename/RnExpr.hs-boot -o compiler/stage2/build/RnExpr.o-boot -dyno compiler/stage2/build/RnExpr.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcExpr.hs-boot -o compiler/stage2/build/TcExpr.o-boot -dyno compiler/stage2/build/TcExpr.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcUnify.hs-boot -o compiler/stage2/build/TcUnify.o-boot -dyno compiler/stage2/build/TcUnify.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcMatches.hs-boot -o compiler/stage2/build/TcMatches.o-boot -dyno compiler/stage2/build/TcMatches.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildPaths.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildPaths.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Test/Log.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/Log.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/Log.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Hpc.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Hpc.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Hpc.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Ar.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ar.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ar.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildTarget.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildTarget.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Build/Macros.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/Macros.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/Macros.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/DsExpr.hs-boot -o compiler/stage2/build/DsExpr.p_o-boot -dyno compiler/stage2/build/DsExpr.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/Match.hs-boot -o compiler/stage2/build/Match.p_o-boot -dyno compiler/stage2/build/Match.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/DsCCall.hs -o compiler/stage2/build/DsCCall.p_o -dyno compiler/stage2/build/DsCCall.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Builtins/Initialise.hs -o compiler/stage2/build/Vectorise/Builtins/Initialise.p_o -dyno compiler/stage2/build/Vectorise/Builtins/Initialise.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/rename/RnBinds.hs -o compiler/stage2/build/RnBinds.p_o -dyno compiler/stage2/build/RnBinds.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcCanonical.hs -o compiler/stage2/build/TcCanonical.p_o -dyno compiler/stage2/build/TcCanonical.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/iface/IfaceEnv.hs -o compiler/stage2/build/IfaceEnv.o -dyno compiler/stage2/build/IfaceEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/basicTypes/MkId.hs -o compiler/stage2/build/MkId.o -dyno compiler/stage2/build/MkId.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcMType.hs -o compiler/stage2/build/TcMType.o -dyno compiler/stage2/build/TcMType.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/rename/RnSplice.hs-boot -o compiler/stage2/build/RnSplice.o-boot -dyno compiler/stage2/build/RnSplice.dyn_o-boot "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcAnnotations.hs -o compiler/stage2/build/TcAnnotations.o -dyno compiler/stage2/build/TcAnnotations.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Build/PathsModule.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/HaskellSuite.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/HaskellSuite.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UHC.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UHC.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LHC.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LHC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/Internal.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/Internal.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/JHC.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/JHC.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/JHC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/DsUtils.hs -o compiler/stage2/build/DsUtils.p_o -dyno compiler/stage2/build/DsUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/DsForeign.hs -o compiler/stage2/build/DsForeign.p_o -dyno compiler/stage2/build/DsForeign.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Builtins.hs -o compiler/stage2/build/Vectorise/Builtins.p_o -dyno compiler/stage2/build/Vectorise/Builtins.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/rename/RnSource.hs -o compiler/stage2/build/RnSource.p_o -dyno compiler/stage2/build/RnSource.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcInteract.hs -o compiler/stage2/build/TcInteract.p_o -dyno compiler/stage2/build/TcInteract.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/prelude/PrelInfo.hs -o compiler/stage2/build/PrelInfo.o -dyno compiler/stage2/build/PrelInfo.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplStg/UnariseStg.hs -o compiler/stage2/build/UnariseStg.o -dyno compiler/stage2/build/UnariseStg.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/stgSyn/CoreToStg.hs -o compiler/stage2/build/CoreToStg.o -dyno compiler/stage2/build/CoreToStg.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/iface/BuildTyCl.hs -o compiler/stage2/build/BuildTyCl.o -dyno compiler/stage2/build/BuildTyCl.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/stranal/WwLib.hs -o compiler/stage2/build/WwLib.o -dyno compiler/stage2/build/WwLib.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcHsSyn.hs -o compiler/stage2/build/TcHsSyn.o -dyno compiler/stage2/build/TcHsSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/ghci/ByteCodeGen.hs -o compiler/stage2/build/ByteCodeGen.o -dyno compiler/stage2/build/ByteCodeGen.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/ghci/DebuggerUtils.hs -o compiler/stage2/build/DebuggerUtils.o -dyno compiler/stage2/build/DebuggerUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Make.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Make.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Make.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/GHC.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/GHC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Test/LibV09.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/LibV09.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/LibV09.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Test/ExeV10.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/ExeV10.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/ExeV10.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/MatchLit.hs -o compiler/stage2/build/MatchLit.p_o -dyno compiler/stage2/build/MatchLit.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/DsGRHSs.hs -o compiler/stage2/build/DsGRHSs.p_o -dyno compiler/stage2/build/DsGRHSs.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Monad/Base.hs -o compiler/stage2/build/Vectorise/Monad/Base.p_o -dyno compiler/stage2/build/Vectorise/Monad/Base.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcSimplify.hs -o compiler/stage2/build/TcSimplify.p_o -dyno compiler/stage2/build/TcSimplify.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/iface/BinIface.hs -o compiler/stage2/build/BinIface.o -dyno compiler/stage2/build/BinIface.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmCon.hs -o compiler/stage2/build/StgCmmCon.o -dyno compiler/stage2/build/StgCmmCon.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplStg/SimplStg.hs -o compiler/stage2/build/SimplStg.o -dyno compiler/stage2/build/SimplStg.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/stranal/WorkWrap.hs -o compiler/stage2/build/WorkWrap.o -dyno compiler/stage2/build/WorkWrap.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/stranal/DmdAnal.hs -o compiler/stage2/build/DmdAnal.o -dyno compiler/stage2/build/DmdAnal.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/HeaderInfo.hs -o compiler/stage2/build/HeaderInfo.o -dyno compiler/stage2/build/HeaderInfo.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHCJS.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHCJS.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/Check.hs -o compiler/stage2/build/Check.p_o -dyno compiler/stage2/build/Check.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/DsBinds.hs -o compiler/stage2/build/DsBinds.p_o -dyno compiler/stage2/build/DsBinds.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/DsMeta.hs -o compiler/stage2/build/DsMeta.p_o -dyno compiler/stage2/build/DsMeta.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Monad/Global.hs -o compiler/stage2/build/Vectorise/Monad/Global.p_o -dyno compiler/stage2/build/Vectorise/Monad/Global.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Monad/Local.hs -o compiler/stage2/build/Vectorise/Monad/Local.p_o -dyno compiler/stage2/build/Vectorise/Monad/Local.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Monad/Naming.hs -o compiler/stage2/build/Vectorise/Monad/Naming.p_o -dyno compiler/stage2/build/Vectorise/Monad/Naming.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcValidity.hs -o compiler/stage2/build/TcValidity.p_o -dyno compiler/stage2/build/TcValidity.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/iface/LoadIface.hs -o compiler/stage2/build/LoadIface.o -dyno compiler/stage2/build/LoadIface.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/iface/FlagChecker.hs -o compiler/stage2/build/FlagChecker.o -dyno compiler/stage2/build/FlagChecker.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmExpr.hs -o compiler/stage2/build/StgCmmExpr.o -dyno compiler/stage2/build/StgCmmExpr.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/MatchCon.hs -o compiler/stage2/build/MatchCon.p_o -dyno compiler/stage2/build/MatchCon.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Monad/InstEnv.hs -o compiler/stage2/build/Vectorise/Monad/InstEnv.p_o -dyno compiler/stage2/build/Vectorise/Monad/InstEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcHsType.hs -o compiler/stage2/build/TcHsType.p_o -dyno compiler/stage2/build/TcHsType.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/Match.hs -o compiler/stage2/build/Match.p_o -dyno compiler/stage2/build/Match.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Monad.hs -o compiler/stage2/build/Vectorise/Monad.p_o -dyno compiler/stage2/build/Vectorise/Monad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/ghci/Linker.hs -o compiler/stage2/build/Linker.o -dyno compiler/stage2/build/Linker.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/iface/MkIface.hs -o compiler/stage2/build/MkIface.o -dyno compiler/stage2/build/MkIface.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcEnv.hs -o compiler/stage2/build/TcEnv.o -dyno compiler/stage2/build/TcEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmmBind.hs -o compiler/stage2/build/StgCmmBind.o -dyno compiler/stage2/build/StgCmmBind.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/FamInst.hs -o compiler/stage2/build/FamInst.o -dyno compiler/stage2/build/FamInst.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Register.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Register.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Register.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Install.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Install.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Install.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/UserHooks.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UserHooks.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UserHooks.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Configure.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Configure.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/SrcDist.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/SrcDist.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/SrcDist.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/DsArrows.hs -o compiler/stage2/build/DsArrows.p_o -dyno compiler/stage2/build/DsArrows.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/DsListComp.hs -o compiler/stage2/build/DsListComp.p_o -dyno compiler/stage2/build/DsListComp.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Utils/Base.hs -o compiler/stage2/build/Vectorise/Utils/Base.p_o -dyno compiler/stage2/build/Vectorise/Utils/Base.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/rename/RnSplice.hs -o compiler/stage2/build/RnSplice.p_o -dyno compiler/stage2/build/RnSplice.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcPat.hs -o compiler/stage2/build/TcPat.p_o -dyno compiler/stage2/build/TcPat.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcDefaults.hs -o compiler/stage2/build/TcDefaults.p_o -dyno compiler/stage2/build/TcDefaults.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/PprTyThing.hs -o compiler/stage2/build/PprTyThing.o -dyno compiler/stage2/build/PprTyThing.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/CoreMonad.hs -o compiler/stage2/build/CoreMonad.o -dyno compiler/stage2/build/CoreMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/cmm/CmmParse.hs -o compiler/stage2/build/CmmParse.o -dyno compiler/stage2/build/CmmParse.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/codeGen/StgCmm.hs -o compiler/stage2/build/StgCmm.o -dyno compiler/stage2/build/StgCmm.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/rename/RnEnv.hs -o compiler/stage2/build/RnEnv.o -dyno compiler/stage2/build/RnEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/Inst.hs -o compiler/stage2/build/Inst.o -dyno compiler/stage2/build/Inst.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcGenDeriv.hs -o compiler/stage2/build/TcGenDeriv.o -dyno compiler/stage2/build/TcGenDeriv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Build.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Test.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Bench.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Bench.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Bench.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/DsExpr.hs -o compiler/stage2/build/DsExpr.p_o -dyno compiler/stage2/build/DsExpr.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Utils/PADict.hs -o compiler/stage2/build/Vectorise/Utils/PADict.p_o -dyno compiler/stage2/build/Vectorise/Utils/PADict.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/rename/RnExpr.hs -o compiler/stage2/build/RnExpr.p_o -dyno compiler/stage2/build/RnExpr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcPatSyn.hs-boot -o compiler/stage2/build/TcPatSyn.p_o-boot -dyno compiler/stage2/build/TcPatSyn.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/coreSyn/CoreLint.hs -o compiler/stage2/build/CoreLint.o -dyno compiler/stage2/build/CoreLint.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/Plugins.hs -o compiler/stage2/build/Plugins.o -dyno compiler/stage2/build/Plugins.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/specialise/SpecConstr.hs -o compiler/stage2/build/SpecConstr.o -dyno compiler/stage2/build/SpecConstr.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/specialise/Specialise.hs -o compiler/stage2/build/Specialise.o -dyno compiler/stage2/build/Specialise.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/SetLevels.hs -o compiler/stage2/build/SetLevels.o -dyno compiler/stage2/build/SetLevels.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/SimplMonad.hs -o compiler/stage2/build/SimplMonad.o -dyno compiler/stage2/build/SimplMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcUnify.hs -o compiler/stage2/build/TcUnify.o -dyno compiler/stage2/build/TcUnify.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcErrors.hs -o compiler/stage2/build/TcErrors.o -dyno compiler/stage2/build/TcErrors.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcGenGenerics.hs -o compiler/stage2/build/TcGenGenerics.o -dyno compiler/stage2/build/TcGenGenerics.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildPaths.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildPaths.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Test/Log.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/Log.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/Log.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Hpc.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Hpc.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Hpc.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Ar.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ar.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ar.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildTarget.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildTarget.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Build/Macros.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/Macros.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/Macros.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple/Haddock.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Haddock.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Haddock.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/deSugar/Desugar.hs -o compiler/stage2/build/Desugar.p_o -dyno compiler/stage2/build/Desugar.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Utils/Poly.hs -o compiler/stage2/build/Vectorise/Utils/Poly.p_o -dyno compiler/stage2/build/Vectorise/Utils/Poly.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcBinds.hs -o compiler/stage2/build/TcBinds.p_o -dyno compiler/stage2/build/TcBinds.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/rename/RnNames.hs -o compiler/stage2/build/RnNames.o -dyno compiler/stage2/build/RnNames.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/FloatOut.hs -o compiler/stage2/build/FloatOut.o -dyno compiler/stage2/build/FloatOut.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/SimplEnv.hs -o compiler/stage2/build/SimplEnv.o -dyno compiler/stage2/build/SimplEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/rename/RnTypes.hs -o compiler/stage2/build/RnTypes.o -dyno compiler/stage2/build/RnTypes.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcSMonad.hs -o compiler/stage2/build/TcSMonad.o -dyno compiler/stage2/build/TcSMonad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/ghci/RtClosureInspect.hs -o compiler/stage2/build/RtClosureInspect.o -dyno compiler/stage2/build/RtClosureInspect.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/GhcPlugins.hs -o compiler/stage2/build/GhcPlugins.o -dyno compiler/stage2/build/GhcPlugins.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Build/PathsModule.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/HaskellSuite.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/HaskellSuite.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UHC.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UHC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LHC.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LHC.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/Internal.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/Internal.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/JHC.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/JHC.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/JHC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Utils/Hoisting.hs -o compiler/stage2/build/Vectorise/Utils/Hoisting.p_o -dyno compiler/stage2/build/Vectorise/Utils/Hoisting.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcMatches.hs -o compiler/stage2/build/TcMatches.p_o -dyno compiler/stage2/build/TcMatches.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcClassDcl.hs -o compiler/stage2/build/TcClassDcl.p_o -dyno compiler/stage2/build/TcClassDcl.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcPatSyn.hs -o compiler/stage2/build/TcPatSyn.p_o -dyno compiler/stage2/build/TcPatSyn.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/coreSyn/CorePrep.hs -o compiler/stage2/build/CorePrep.o -dyno compiler/stage2/build/CorePrep.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/iface/TcIface.hs -o compiler/stage2/build/TcIface.o -dyno compiler/stage2/build/TcIface.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/SimplUtils.hs -o compiler/stage2/build/SimplUtils.o -dyno compiler/stage2/build/SimplUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/rename/RnPat.hs -o compiler/stage2/build/RnPat.o -dyno compiler/stage2/build/RnPat.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcFlatten.hs -o compiler/stage2/build/TcFlatten.o -dyno compiler/stage2/build/TcFlatten.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcPluginM.hs -o compiler/stage2/build/TcPluginM.o -dyno compiler/stage2/build/TcPluginM.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Test/LibV09.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/LibV09.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/LibV09.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Test/ExeV10.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/ExeV10.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/ExeV10.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -c libraries/Cabal/Cabal/./Distribution/Simple.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple.p_o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Utils/Closure.hs -o compiler/stage2/build/Vectorise/Utils/Closure.p_o -dyno compiler/stage2/build/Vectorise/Utils/Closure.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcTyClsDecls.hs -o compiler/stage2/build/TcTyClsDecls.p_o -dyno compiler/stage2/build/TcTyClsDecls.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcArrows.hs -o compiler/stage2/build/TcArrows.p_o -dyno compiler/stage2/build/TcArrows.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/TidyPgm.hs -o compiler/stage2/build/TidyPgm.o -dyno compiler/stage2/build/TidyPgm.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/DynamicLoading.hs -o compiler/stage2/build/DynamicLoading.o -dyno compiler/stage2/build/DynamicLoading.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/Simplify.hs -o compiler/stage2/build/Simplify.o -dyno compiler/stage2/build/Simplify.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/rename/RnBinds.hs -o compiler/stage2/build/RnBinds.o -dyno compiler/stage2/build/RnBinds.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcCanonical.hs -o compiler/stage2/build/TcCanonical.o -dyno compiler/stage2/build/TcCanonical.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Utils.hs -o compiler/stage2/build/Vectorise/Utils.p_o -dyno compiler/stage2/build/Vectorise/Utils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcExpr.hs -o compiler/stage2/build/TcExpr.p_o -dyno compiler/stage2/build/TcExpr.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/DsMonad.hs -o compiler/stage2/build/DsMonad.o -dyno compiler/stage2/build/DsMonad.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHCJS.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHCJS.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC.dyn_o <> "rm" -f libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN_p.a libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN_p.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CreatePipe_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Environment_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Exception_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/ReadP_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compiler_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/InstalledPackageInfo_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/License_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Make_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/ModuleName_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Package_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Check_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Configuration_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Parse_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/PrettyPrint_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Utils_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/ParseUtils_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/ReadE_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Bench_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/Macros_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildPaths_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildTarget_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/CCompiler_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Command_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Compiler_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Configure_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHCJS_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Haddock_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/HaskellSuite_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Hpc_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Install_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/InstallDirs_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/JHC_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LHC_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PackageIndex_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ar_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Builtin_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Db_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Find_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/GHC_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Hpc_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ld_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Run_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Script_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Strip_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Types_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Register_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Setup_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/SrcDist_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/ExeV10_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/LibV09_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/Log_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UHC_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UserHooks_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Utils_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/System_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/TestSuite_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Text_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Utils/NubList_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Verbosity_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Version_p_o_split libraries/Cabal/Cabal/dist-install/build/Language/Haskell/Extension_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Binary_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CopyFile_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/TempFile_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/GetOpt_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/Internal_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642_p_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/ImplInfo_p_o_split libraries/Cabal/Cabal/dist-install/build/Paths_Cabal_p_o_split -name '*.p_o' -print >> libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN_p.a.contents echo >> libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN_p.a.contents "ar" q libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN_p.a @libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN_p.a.contents ar: creating libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN_p.a <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Type/Type.hs -o compiler/stage2/build/Vectorise/Type/Type.p_o -dyno compiler/stage2/build/Vectorise/Type/Type.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Generic/Description.hs -o compiler/stage2/build/Vectorise/Generic/Description.p_o -dyno compiler/stage2/build/Vectorise/Generic/Description.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Builtins/Initialise.hs -o compiler/stage2/build/Vectorise/Builtins/Initialise.o -dyno compiler/stage2/build/Vectorise/Builtins/Initialise.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/DsCCall.hs -o compiler/stage2/build/DsCCall.o -dyno compiler/stage2/build/DsCCall.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/Match.hs-boot -o compiler/stage2/build/Match.o-boot -dyno compiler/stage2/build/Match.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/DsExpr.hs-boot -o compiler/stage2/build/DsExpr.o-boot -dyno compiler/stage2/build/DsExpr.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/rename/RnSource.hs -o compiler/stage2/build/RnSource.o -dyno compiler/stage2/build/RnSource.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcInteract.hs -o compiler/stage2/build/TcInteract.o -dyno compiler/stage2/build/TcInteract.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Convert.hs -o compiler/stage2/build/Vectorise/Convert.p_o -dyno compiler/stage2/build/Vectorise/Convert.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Var.hs -o compiler/stage2/build/Vectorise/Var.p_o -dyno compiler/stage2/build/Vectorise/Var.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Generic/PData.hs -o compiler/stage2/build/Vectorise/Generic/PData.p_o -dyno compiler/stage2/build/Vectorise/Generic/PData.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Generic/PAMethods.hs -o compiler/stage2/build/Vectorise/Generic/PAMethods.p_o -dyno compiler/stage2/build/Vectorise/Generic/PAMethods.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Type/TyConDecl.hs -o compiler/stage2/build/Vectorise/Type/TyConDecl.p_o -dyno compiler/stage2/build/Vectorise/Type/TyConDecl.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcDeriv.hs -o compiler/stage2/build/TcDeriv.p_o -dyno compiler/stage2/build/TcDeriv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcForeign.hs -o compiler/stage2/build/TcForeign.p_o -dyno compiler/stage2/build/TcForeign.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcRules.hs -o compiler/stage2/build/TcRules.p_o -dyno compiler/stage2/build/TcRules.dyn_o "rm" -f libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN_p.a.contents "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Builtins.hs -o compiler/stage2/build/Vectorise/Builtins.o -dyno compiler/stage2/build/Vectorise/Builtins.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/DsForeign.hs -o compiler/stage2/build/DsForeign.o -dyno compiler/stage2/build/DsForeign.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/DsUtils.hs -o compiler/stage2/build/DsUtils.o -dyno compiler/stage2/build/DsUtils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/UserHooks.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UserHooks.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UserHooks.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/SrcDist.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/SrcDist.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/SrcDist.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Exp.hs -o compiler/stage2/build/Vectorise/Exp.p_o -dyno compiler/stage2/build/Vectorise/Exp.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Generic/PADict.hs -o compiler/stage2/build/Vectorise/Generic/PADict.p_o -dyno compiler/stage2/build/Vectorise/Generic/PADict.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Monad/Base.hs -o compiler/stage2/build/Vectorise/Monad/Base.o -dyno compiler/stage2/build/Vectorise/Monad/Base.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcSimplify.hs -o compiler/stage2/build/TcSimplify.o -dyno compiler/stage2/build/TcSimplify.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Register.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Register.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Register.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Install.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Install.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Install.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Configure.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Configure.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise/Type/Env.hs -o compiler/stage2/build/Vectorise/Type/Env.p_o -dyno compiler/stage2/build/Vectorise/Type/Env.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcInstDcls.hs -o compiler/stage2/build/TcInstDcls.p_o -dyno compiler/stage2/build/TcInstDcls.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Monad/Global.hs -o compiler/stage2/build/Vectorise/Monad/Global.o -dyno compiler/stage2/build/Vectorise/Monad/Global.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Monad/Local.hs -o compiler/stage2/build/Vectorise/Monad/Local.o -dyno compiler/stage2/build/Vectorise/Monad/Local.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Monad/Naming.hs -o compiler/stage2/build/Vectorise/Monad/Naming.o -dyno compiler/stage2/build/Vectorise/Monad/Naming.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/DsGRHSs.hs -o compiler/stage2/build/DsGRHSs.o -dyno compiler/stage2/build/DsGRHSs.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/MatchLit.hs -o compiler/stage2/build/MatchLit.o -dyno compiler/stage2/build/MatchLit.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Build.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Test.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Bench.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Bench.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Bench.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Monad/InstEnv.hs -o compiler/stage2/build/Vectorise/Monad/InstEnv.o -dyno compiler/stage2/build/Vectorise/Monad/InstEnv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcValidity.hs -o compiler/stage2/build/TcValidity.o -dyno compiler/stage2/build/TcValidity.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Monad.hs -o compiler/stage2/build/Vectorise/Monad.o -dyno compiler/stage2/build/Vectorise/Monad.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/DsBinds.hs -o compiler/stage2/build/DsBinds.o -dyno compiler/stage2/build/DsBinds.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/vectorise/Vectorise.hs -o compiler/stage2/build/Vectorise.p_o -dyno compiler/stage2/build/Vectorise.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcRnDriver.hs -o compiler/stage2/build/TcRnDriver.p_o -dyno compiler/stage2/build/TcRnDriver.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Utils/Base.hs -o compiler/stage2/build/Vectorise/Utils/Base.o -dyno compiler/stage2/build/Vectorise/Utils/Base.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/DsMeta.hs -o compiler/stage2/build/DsMeta.o -dyno compiler/stage2/build/DsMeta.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/Check.hs -o compiler/stage2/build/Check.o -dyno compiler/stage2/build/Check.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/simplCore/SimplCore.hs -o compiler/stage2/build/SimplCore.p_o -dyno compiler/stage2/build/SimplCore.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcHsType.hs -o compiler/stage2/build/TcHsType.o -dyno compiler/stage2/build/TcHsType.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Utils/PADict.hs -o compiler/stage2/build/Vectorise/Utils/PADict.o -dyno compiler/stage2/build/Vectorise/Utils/PADict.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/MatchCon.hs -o compiler/stage2/build/MatchCon.o -dyno compiler/stage2/build/MatchCon.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple/Haddock.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Haddock.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Haddock.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Utils/Poly.hs -o compiler/stage2/build/Vectorise/Utils/Poly.o -dyno compiler/stage2/build/Vectorise/Utils/Poly.dyn_o <> <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Utils/Hoisting.hs -o compiler/stage2/build/Vectorise/Utils/Hoisting.o -dyno compiler/stage2/build/Vectorise/Utils/Hoisting.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Utils/Closure.hs -o compiler/stage2/build/Vectorise/Utils/Closure.o -dyno compiler/stage2/build/Vectorise/Utils/Closure.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/Match.hs -o compiler/stage2/build/Match.o -dyno compiler/stage2/build/Match.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Utils.hs -o compiler/stage2/build/Vectorise/Utils.o -dyno compiler/stage2/build/Vectorise/Utils.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Type/Type.hs -o compiler/stage2/build/Vectorise/Type/Type.o -dyno compiler/stage2/build/Vectorise/Type/Type.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Generic/Description.hs -o compiler/stage2/build/Vectorise/Generic/Description.o -dyno compiler/stage2/build/Vectorise/Generic/Description.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Convert.hs -o compiler/stage2/build/Vectorise/Convert.o -dyno compiler/stage2/build/Vectorise/Convert.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Var.hs -o compiler/stage2/build/Vectorise/Var.o -dyno compiler/stage2/build/Vectorise/Var.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Type/TyConDecl.hs -o compiler/stage2/build/Vectorise/Type/TyConDecl.o -dyno compiler/stage2/build/Vectorise/Type/TyConDecl.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/DsArrows.hs -o compiler/stage2/build/DsArrows.o -dyno compiler/stage2/build/DsArrows.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/DsListComp.hs -o compiler/stage2/build/DsListComp.o -dyno compiler/stage2/build/DsListComp.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcPat.hs -o compiler/stage2/build/TcPat.o -dyno compiler/stage2/build/TcPat.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcDefaults.hs -o compiler/stage2/build/TcDefaults.o -dyno compiler/stage2/build/TcDefaults.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Exp.hs -o compiler/stage2/build/Vectorise/Exp.o -dyno compiler/stage2/build/Vectorise/Exp.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Generic/PData.hs -o compiler/stage2/build/Vectorise/Generic/PData.o -dyno compiler/stage2/build/Vectorise/Generic/PData.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Generic/PAMethods.hs -o compiler/stage2/build/Vectorise/Generic/PAMethods.o -dyno compiler/stage2/build/Vectorise/Generic/PAMethods.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/HscMain.hs -o compiler/stage2/build/HscMain.p_o -dyno compiler/stage2/build/HscMain.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/rename/RnSplice.hs -o compiler/stage2/build/RnSplice.o -dyno compiler/stage2/build/RnSplice.dyn_o <> <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/DsExpr.hs -o compiler/stage2/build/DsExpr.o -dyno compiler/stage2/build/DsExpr.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -split-objs -dynamic-too -c libraries/Cabal/Cabal/./Distribution/Simple.hs -o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple.o -dyno libraries/Cabal/Cabal/dist-install/build/Distribution/Simple.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcPatSyn.hs-boot -o compiler/stage2/build/TcPatSyn.o-boot -dyno compiler/stage2/build/TcPatSyn.dyn_o-boot <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcBinds.hs -o compiler/stage2/build/TcBinds.o -dyno compiler/stage2/build/TcBinds.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Generic/PADict.hs -o compiler/stage2/build/Vectorise/Generic/PADict.o -dyno compiler/stage2/build/Vectorise/Generic/PADict.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise/Type/Env.hs -o compiler/stage2/build/Vectorise/Type/Env.o -dyno compiler/stage2/build/Vectorise/Type/Env.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/rename/RnExpr.hs -o compiler/stage2/build/RnExpr.o -dyno compiler/stage2/build/RnExpr.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/deSugar/Desugar.hs -o compiler/stage2/build/Desugar.o -dyno compiler/stage2/build/Desugar.dyn_o "rm" -f libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN.a libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN.a.contents /tmp/work/lang/ghc7/work/.tools/bin/find libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CreatePipe_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Environment_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Exception_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/ReadP_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compiler_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/InstalledPackageInfo_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/License_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Make_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/ModuleName_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Package_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Check_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Configuration_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Parse_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/PrettyPrint_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Utils_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/ParseUtils_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/ReadE_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Bench_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/Macros_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildPaths_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildTarget_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/CCompiler_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Command_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Compiler_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Configure_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHCJS_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Haddock_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/HaskellSuite_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Hpc_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Install_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/InstallDirs_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/JHC_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LHC_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PackageIndex_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ar_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Builtin_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Db_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Find_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/GHC_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Hpc_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ld_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Run_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Script_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Strip_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Types_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Register_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Setup_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/SrcDist_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/ExeV10_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/LibV09_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/Log_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UHC_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UserHooks_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Utils_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/System_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/TestSuite_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Text_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Utils/NubList_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Verbosity_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Version_o_split libraries/Cabal/Cabal/dist-install/build/Language/Haskell/Extension_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Binary_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CopyFile_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/TempFile_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/GetOpt_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/Internal_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642_o_split libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/ImplInfo_o_split libraries/Cabal/Cabal/dist-install/build/Paths_Cabal_o_split -name '*.o' -print >> libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN.a.contents "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key Cabal_3ux67khMI118y6VpwrFnXN -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build/autogen -Ilibraries/Cabal/Cabal/. -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key prett_JItwetRppk1H5Uq3xbjDGC -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell98 -XCPP -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/proce_52AgREEfSrnJLlkGV9YZZJ -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/prett_JItwetRppk1H5Uq3xbjDGC -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binar_3uXFWMoAGBg0xKP9MHKRwi -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CreatePipe.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Environment.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Exception.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/ReadP.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Compiler.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/InstalledPackageInfo.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/License.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Make.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/ModuleName.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Package.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Check.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Configuration.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Parse.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/PrettyPrint.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/Utils.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/ParseUtils.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/ReadE.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Bench.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/Macros.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildPaths.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/BuildTarget.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/CCompiler.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Command.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Compiler.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Configure.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHCJS.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Haddock.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/HaskellSuite.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Hpc.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Install.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/InstallDirs.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/JHC.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LHC.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PackageIndex.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ar.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Builtin.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Db.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Find.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/GHC.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Hpc.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Ld.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Run.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Script.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Strip.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/Types.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Register.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Setup.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/SrcDist.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/ExeV10.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/LibV09.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/Log.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UHC.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/UserHooks.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Utils.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/System.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/TestSuite.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Text.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Utils/NubList.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Verbosity.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Version.dyn_o libraries/Cabal/Cabal/dist-install/build/Language/Haskell/Extension.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Binary.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/CopyFile.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/TempFile.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/GetOpt.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/Internal.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642.dyn_o libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/ImplInfo.dyn_o libraries/Cabal/Cabal/dist-install/build/Paths_Cabal.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/Cabal_3ux67khMI118y6VpwrFnXN/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN-ghc7.10.3.so -no-auto-link-packages -o libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN-ghc7.10.3.so "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghc-cabal/. -iutils/ghc-cabal/dist-install/build -iutils/ghc-cabal/dist-install/build/autogen -Iutils/ghc-cabal/dist-install/build -Iutils/ghc-cabal/dist-install/build/autogen -optP-include -optPutils/ghc-cabal/dist-install/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-cabal/dist-install/build -hidir utils/ghc-cabal/dist-install/build -stubdir utils/ghc-cabal/dist-install/build -c utils/ghc-cabal/./Main.hs -o utils/ghc-cabal/dist-install/build/Main.dyn_o echo >> libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN.a.contents "ar" q libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN.a @libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN.a.contents ar: creating libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN.a Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/vectorise/Vectorise.hs -o compiler/stage2/build/Vectorise.o -dyno compiler/stage2/build/Vectorise.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcMatches.hs -o compiler/stage2/build/TcMatches.o -dyno compiler/stage2/build/TcMatches.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcClassDcl.hs -o compiler/stage2/build/TcClassDcl.o -dyno compiler/stage2/build/TcClassDcl.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcPatSyn.hs -o compiler/stage2/build/TcPatSyn.o -dyno compiler/stage2/build/TcPatSyn.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/simplCore/SimplCore.hs -o compiler/stage2/build/SimplCore.o -dyno compiler/stage2/build/SimplCore.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcTyClsDecls.hs -o compiler/stage2/build/TcTyClsDecls.o -dyno compiler/stage2/build/TcTyClsDecls.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/DriverPipeline.hs -o compiler/stage2/build/DriverPipeline.p_o -dyno compiler/stage2/build/DriverPipeline.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/InteractiveEval.hs -o compiler/stage2/build/InteractiveEval.p_o -dyno compiler/stage2/build/InteractiveEval.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/typecheck/TcSplice.hs -o compiler/stage2/build/TcSplice.p_o -dyno compiler/stage2/build/TcSplice.dyn_o <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcArrows.hs -o compiler/stage2/build/TcArrows.o -dyno compiler/stage2/build/TcArrows.dyn_o <> "rm" -f libraries/Cabal/Cabal/dist-install/build/libHSCabal-1.22.5.0-3ux67khMI118y6VpwrFnXN.a.contents "inplace/bin/ghc-stage1" -o utils/dll-split/dist-install/build/tmp/dll-split -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/dll-split/. -iutils/dll-split/dist-install/build -iutils/dll-split/dist-install/build/autogen -Iutils/dll-split/dist-install/build -Iutils/dll-split/dist-install/build/autogen -optP-include -optPutils/dll-split/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -no-user-package-db -rtsopts -odir utils/dll-split/dist-install/build -hidir utils/dll-split/dist-install/build -stubdir utils/dll-split/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/dll-split/. -iutils/dll-split/dist-install/build -iutils/dll-split/dist-install/build/autogen -Iutils/dll-split/dist-install/build -Iutils/dll-split/dist-install/build/autogen -optP-include -optPutils/dll-split/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts utils/dll-split/dist-install/build/Main.dyn_o "inplace/bin/ghc-stage1" -o utils/hsc2hs/dist-install/build/tmp/hsc2hs -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/proce_52AgREEfSrnJLlkGV9YZZJ -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts utils/hsc2hs/dist-install/build/Main.dyn_o utils/hsc2hs/dist-install/build/C.dyn_o utils/hsc2hs/dist-install/build/Common.dyn_o utils/hsc2hs/dist-install/build/CrossCodegen.dyn_o utils/hsc2hs/dist-install/build/DirectCodegen.dyn_o utils/hsc2hs/dist-install/build/Flags.dyn_o utils/hsc2hs/dist-install/build/HSCParser.dyn_o utils/hsc2hs/dist-install/build/UtilsCodegen.dyn_o utils/hsc2hs/dist-install/build/Paths_hsc2hs.dyn_o "inplace/bin/ghc-stage1" -o utils/ghc-pkg/dist-install/build/tmp/ghc-pkg -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist-install/build -iutils/ghc-pkg/dist-install/build/autogen -Iutils/ghc-pkg/dist-install/build -Iutils/ghc-pkg/dist-install/build/autogen -optP-include -optPutils/ghc-pkg/dist-install/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key unix_KZL8h98IqDM57kQSPo1mKx -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-pkg/dist-install/build -hidir utils/ghc-pkg/dist-install/build -stubdir utils/ghc-pkg/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/terminfo/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/Cabal/Cabal/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lcurses -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist-install/build -iutils/ghc-pkg/dist-install/build/autogen -Iutils/ghc-pkg/dist-install/build -Iutils/ghc-pkg/dist-install/build/autogen -optP-include -optPutils/ghc-pkg/dist-install/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key binar_3uXFWMoAGBg0xKP9MHKRwi -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key termi_6iVf4EBnOgfIaaOCLRs8jl -package-key unix_KZL8h98IqDM57kQSPo1mKx -XHaskell2010 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/termi_6iVf4EBnOgfIaaOCLRs8jl -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binpa_JPOxOw4FLalDxRNtBqZ2ji -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/Cabal_3ux67khMI118y6VpwrFnXN -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/proce_52AgREEfSrnJLlkGV9YZZJ -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/prett_JItwetRppk1H5Uq3xbjDGC -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binar_3uXFWMoAGBg0xKP9MHKRwi -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts utils/ghc-pkg/dist-install/build/Main.dyn_o utils/ghc-pkg/dist-install/build/Version.dyn_o "inplace/bin/ghc-stage1" -o utils/ghc-pwd/dist-install/build/tmp/ghc-pwd -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghc-pwd/. -iutils/ghc-pwd/dist-install/build -iutils/ghc-pwd/dist-install/build/autogen -Iutils/ghc-pwd/dist-install/build -Iutils/ghc-pwd/dist-install/build/autogen -optP-include -optPutils/ghc-pwd/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-pwd/dist-install/build -hidir utils/ghc-pwd/dist-install/build -stubdir utils/ghc-pwd/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghc-pwd/. -iutils/ghc-pwd/dist-install/build -iutils/ghc-pwd/dist-install/build/autogen -Iutils/ghc-pwd/dist-install/build -Iutils/ghc-pwd/dist-install/build/autogen -optP-include -optPutils/ghc-pwd/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -XHaskell2010 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts utils/ghc-pwd/dist-install/build/Main.dyn_o "inplace/bin/ghc-stage1" -o utils/ghc-cabal/dist-install/build/tmp/ghc-cabal -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghc-cabal/. -iutils/ghc-cabal/dist-install/build -iutils/ghc-cabal/dist-install/build/autogen -Iutils/ghc-cabal/dist-install/build -Iutils/ghc-cabal/dist-install/build/autogen -optP-include -optPutils/ghc-cabal/dist-install/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghc-cabal/dist-install/build -hidir utils/ghc-cabal/dist-install/build -stubdir utils/ghc-cabal/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/Cabal/Cabal/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghc-cabal/. -iutils/ghc-cabal/dist-install/build -iutils/ghc-cabal/dist-install/build/autogen -Iutils/ghc-cabal/dist-install/build -Iutils/ghc-cabal/dist-install/build/autogen -optP-include -optPutils/ghc-cabal/dist-install/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/Cabal_3ux67khMI118y6VpwrFnXN -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/proce_52AgREEfSrnJLlkGV9YZZJ -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/prett_JItwetRppk1H5Uq3xbjDGC -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binar_3uXFWMoAGBg0xKP9MHKRwi -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts utils/ghc-cabal/dist-install/build/Main.dyn_o "inplace/bin/ghc-stage1" -o utils/hpc/dist-install/build/tmp/hpc -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/autogen -Iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build/autogen -optP-include -optPutils/hpc/dist-install/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -XHaskell2010 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/hpc_FUjQx3d1H3dEEtLFWv7hFw -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts utils/hpc/dist-install/build/Main.dyn_o utils/hpc/dist-install/build/HpcParser.dyn_o utils/hpc/dist-install/build/HpcCombine.dyn_o utils/hpc/dist-install/build/HpcDraft.dyn_o utils/hpc/dist-install/build/HpcFlags.dyn_o utils/hpc/dist-install/build/HpcLexer.dyn_o utils/hpc/dist-install/build/HpcMarkup.dyn_o utils/hpc/dist-install/build/HpcOverlay.dyn_o utils/hpc/dist-install/build/HpcReport.dyn_o utils/hpc/dist-install/build/HpcShowTix.dyn_o utils/hpc/dist-install/build/HpcUtils.dyn_o utils/hpc/dist-install/build/Paths_hpc_bin.dyn_o <> "inplace/bin/ghc-stage1" -o utils/runghc/dist-install/build/tmp/runghc -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/runghc/. -iutils/runghc/dist-install/build -iutils/runghc/dist-install/build/autogen -Iutils/runghc/dist-install/build -Iutils/runghc/dist-install/build/autogen -optP-include -optPutils/runghc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -cpp -DVERSION="\"7.10.3\"" -odir utils/runghc/dist-install/build -hidir utils/runghc/dist-install/build -stubdir utils/runghc/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/runghc/. -iutils/runghc/dist-install/build -iutils/runghc/dist-install/build/autogen -Iutils/runghc/dist-install/build -Iutils/runghc/dist-install/build/autogen -optP-include -optPutils/runghc/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key proce_52AgREEfSrnJLlkGV9YZZJ -XHaskell2010 -no-user-package-db -rtsopts -cpp -DVERSION="\"7.10.3\"" -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/proce_52AgREEfSrnJLlkGV9YZZJ -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts utils/runghc/dist-install/build/Main.dyn_o <> "inplace/bin/ghc-stage1" -o utils/compare_sizes/dist-install/build/tmp/compareSizes -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/compare_sizes/. -iutils/compare_sizes/dist-install/build -iutils/compare_sizes/dist-install/build/autogen -Iutils/compare_sizes/dist-install/build -Iutils/compare_sizes/dist-install/build/autogen -optP-include -optPutils/compare_sizes/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -no-user-package-db -rtsopts -odir utils/compare_sizes/dist-install/build -hidir utils/compare_sizes/dist-install/build -stubdir utils/compare_sizes/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/compare_sizes/. -iutils/compare_sizes/dist-install/build -iutils/compare_sizes/dist-install/build/autogen -Iutils/compare_sizes/dist-install/build -Iutils/compare_sizes/dist-install/build/autogen -optP-include -optPutils/compare_sizes/dist-install/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -XHaskell2010 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts utils/compare_sizes/dist-install/build/Main.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcExpr.hs -o compiler/stage2/build/TcExpr.o -dyno compiler/stage2/build/TcExpr.dyn_o /usr/bin/install -c -o pbulk -g users -m 755 utils/dll-split/dist-install/build/tmp/dll-split inplace/lib/bin/dll-split /usr/bin/install -c -o pbulk -g users -m 755 utils/ghc-pwd/dist-install/build/tmp/ghc-pwd inplace/lib/bin/ghc-pwd "rm" -f utils/ghc-pwd/dist-install/build/tmp/ghc-pwd-bindist "rm" -f utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist echo '#!/bin/sh' >> utils/ghc-pwd/dist-install/build/tmp/ghc-pwd-bindist echo 'export LD_LIBRARY_PATH="libraries/directory/dist-install/build:libraries/unix/dist-install/build:libraries/time/dist-install/build:libraries/filepath/dist-install/build:libraries/bytestring/dist-install/build:libraries/deepseq/dist-install/build:libraries/array/dist-install/build:libraries/base/dist-install/build:libraries/integer-gmp2/dist-install/build:libraries/ghc-prim/dist-install/build:rts/dist/build:$LD_LIBRARY_PATH"' >> utils/ghc-pwd/dist-install/build/tmp/ghc-pwd-bindist echo '#!/bin/sh' >> utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist echo 'export LD_LIBRARY_PATH="libraries/Cabal/Cabal/dist-install/build:libraries/process/dist-install/build:libraries/pretty/dist-install/build:libraries/directory/dist-install/build:libraries/unix/dist-install/build:libraries/time/dist-install/build:libraries/filepath/dist-install/build:libraries/binary/dist-install/build:libraries/containers/dist-install/build:libraries/bytestring/dist-install/build:libraries/deepseq/dist-install/build:libraries/array/dist-install/build:libraries/base/dist-install/build:libraries/integer-gmp2/dist-install/build:libraries/ghc-prim/dist-install/build:rts/dist/build:$LD_LIBRARY_PATH"' >> utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist echo 'exec "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" ${1+"$@"}' >> utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist chmod +x utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist /usr/bin/install -c -o pbulk -g users -m 755 utils/hpc/dist-install/build/tmp/hpc inplace/lib/bin/hpc echo 'exec "utils/ghc-pwd/dist-install/build/tmp/ghc-pwd" ${1+"$@"}' >> utils/ghc-pwd/dist-install/build/tmp/ghc-pwd-bindist "rm" -f inplace/bin/dll-split chmod +x utils/ghc-pwd/dist-install/build/tmp/ghc-pwd-bindist echo '#!/bin/sh' >> inplace/bin/dll-split "rm" -f inplace/bin/ghc-pwd echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/dll-split"' >> inplace/bin/dll-split echo '#!/bin/sh' >> inplace/bin/ghc-pwd echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/dll-split echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/ghc-pwd"' >> inplace/bin/ghc-pwd echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/dll-split echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/ghc-pwd echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/dll-split echo 'pgmgcc="cc"' >> inplace/bin/dll-split "rm" -f inplace/bin/hpc echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/ghc-pwd echo 'export LD_LIBRARY_PATH="/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build:/usr/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build:/usr/pkg/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build:/usr/pkg/lib:$LD_LIBRARY_PATH"' >> inplace/bin/dll-split echo '#!/bin/sh' >> inplace/bin/hpc echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/ghc-pwd echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/hpc"' >> inplace/bin/hpc echo 'pgmgcc="cc"' >> inplace/bin/ghc-pwd echo 'exec "$executablename" ${1+"$@"}' >> inplace/bin/dll-split echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/hpc echo 'export LD_LIBRARY_PATH="/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build:/usr/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build:/usr/pkg/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build:/usr/pkg/lib:$LD_LIBRARY_PATH"' >> inplace/bin/ghc-pwd echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/hpc chmod +x inplace/bin/dll-split echo 'exec "$executablename" ${1+"$@"}' >> inplace/bin/ghc-pwd echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/hpc /usr/bin/install -c -o pbulk -g users -m 755 utils/runghc/dist-install/build/tmp/runghc inplace/lib/bin/runghc chmod +x inplace/bin/ghc-pwd echo 'pgmgcc="cc"' >> inplace/bin/hpc inplace/bin/dll-split compiler/stage2/build/.depend-v-p-dyn.haskell "DynFlags" "Annotations ApiAnnotation Avail Bag BasicTypes Binary BooleanFormula BreakArray BufWrite Class CmdLineParser CmmType CoAxiom ConLike Coercion Config Constants CoreArity CoreFVs CoreSubst CoreSyn CoreTidy CoreUnfold CoreUtils CostCentre Ctype DataCon Demand Digraph DriverPhases DynFlags Encoding ErrUtils Exception ExtsCompat46 FamInstEnv FastFunctions FastMutInt FastString FastTypes Fingerprint FiniteMap ForeignCall Hooks HsBinds HsDecls HsDoc HsExpr HsImpExp HsLit PlaceHolder HsPat HsSyn HsTypes HsUtils HscTypes IOEnv Id IdInfo IfaceSyn IfaceType InstEnv Kind Lexeme Lexer ListSetOps Literal Maybes MkCore MkId Module MonadUtils Name NameEnv NameSet OccName OccurAnal OptCoercion OrdList Outputable PackageConfig Packages Pair Panic PatSyn PipelineMonad Platform PlatformConstants PprCore PrelNames PrelRules Pretty PrimOp RdrName Rules Serialized SrcLoc StaticFlags StringBuffer TcEvidence TcRnTypes TcType TrieMap TyCon Type TypeRep TysPrim TysWiredIn Unify UniqFM UniqSet UniqSupply Unique Util Var VarEnv VarSet Bitmap BlockId ByteCodeAsm ByteCodeInstr ByteCodeItbls CLabel Cmm CmmCallConv CmmExpr CmmInfo CmmMachOp CmmNode CmmUtils CodeGen.Platform CodeGen.Platform.ARM CodeGen.Platform.ARM64 CodeGen.Platform.NoRegs CodeGen.Platform.PPC CodeGen.Platform.PPC_Darwin CodeGen.Platform.SPARC CodeGen.Platform.X86 CodeGen.Platform.X86_64 FastBool Hoopl Hoopl.Dataflow InteractiveEvalTypes MkGraph PprCmm PprCmmDecl PprCmmExpr Reg RegClass SMRep StgCmmArgRep StgCmmClosure StgCmmEnv StgCmmLayout StgCmmMonad StgCmmProf StgCmmTicky StgCmmUtils StgSyn Stream" "rm" -f inplace/bin/runghc echo 'export LD_LIBRARY_PATH="/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build:/usr/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build:/usr/pkg/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build:/usr/pkg/lib:$LD_LIBRARY_PATH"' >> inplace/bin/hpc echo '#!/bin/sh' >> inplace/bin/runghc echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/runghc"' >> inplace/bin/runghc cat utils/hpc/hpc.wrapper >> inplace/bin/hpc echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/runghc chmod +x inplace/bin/hpc echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/runghc echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/runghc echo 'pgmgcc="cc"' >> inplace/bin/runghc echo 'export LD_LIBRARY_PATH="/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build:/usr/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build:/usr/pkg/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build:/usr/pkg/lib:$LD_LIBRARY_PATH"' >> inplace/bin/runghc cat utils/runghc/runghc.wrapper >> inplace/bin/runghc chmod +x inplace/bin/runghc <> touch compiler/stage2/dll-split.stamp <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcDeriv.hs -o compiler/stage2/build/TcDeriv.o -dyno compiler/stage2/build/TcDeriv.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcForeign.hs -o compiler/stage2/build/TcForeign.o -dyno compiler/stage2/build/TcForeign.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcRules.hs -o compiler/stage2/build/TcRules.o -dyno compiler/stage2/build/TcRules.dyn_o <> <> <> <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/GhcMake.hs -o compiler/stage2/build/GhcMake.p_o -dyno compiler/stage2/build/GhcMake.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcInstDcls.hs -o compiler/stage2/build/TcInstDcls.o -dyno compiler/stage2/build/TcInstDcls.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcRnDriver.hs -o compiler/stage2/build/TcRnDriver.o -dyno compiler/stage2/build/TcRnDriver.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/GHC.hs -o compiler/stage2/build/GHC.p_o -dyno compiler/stage2/build/GHC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/main/DriverMkDepend.hs -o compiler/stage2/build/DriverMkDepend.p_o -dyno compiler/stage2/build/DriverMkDepend.dyn_o "inplace/bin/ghc-stage1" -hisuf p_hi -osuf p_o -hcsuf p_hc -static -prof -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -c compiler/ghci/Debugger.hs -o compiler/stage2/build/Debugger.p_o -dyno compiler/stage2/build/Debugger.dyn_o <> <> "rm" -f compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe_p.a compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe_p.a.contents echo compiler/stage2/build/Avail.p_o compiler/stage2/build/BasicTypes.p_o compiler/stage2/build/ConLike.p_o compiler/stage2/build/DataCon.p_o compiler/stage2/build/PatSyn.p_o compiler/stage2/build/Demand.p_o compiler/stage2/build/Debug.p_o compiler/stage2/build/Exception.p_o compiler/stage2/build/GhcMonad.p_o compiler/stage2/build/Hooks.p_o compiler/stage2/build/Id.p_o compiler/stage2/build/IdInfo.p_o compiler/stage2/build/Lexeme.p_o compiler/stage2/build/Literal.p_o compiler/stage2/build/Llvm.p_o compiler/stage2/build/Llvm/AbsSyn.p_o compiler/stage2/build/Llvm/MetaData.p_o compiler/stage2/build/Llvm/PpLlvm.p_o compiler/stage2/build/Llvm/Types.p_o compiler/stage2/build/LlvmCodeGen.p_o compiler/stage2/build/LlvmCodeGen/Base.p_o compiler/stage2/build/LlvmCodeGen/CodeGen.p_o compiler/stage2/build/LlvmCodeGen/Data.p_o compiler/stage2/build/LlvmCodeGen/Ppr.p_o compiler/stage2/build/LlvmCodeGen/Regs.p_o compiler/stage2/build/LlvmMangler.p_o compiler/stage2/build/MkId.p_o compiler/stage2/build/Module.p_o compiler/stage2/build/Name.p_o compiler/stage2/build/NameEnv.p_o compiler/stage2/build/NameSet.p_o compiler/stage2/build/OccName.p_o compiler/stage2/build/RdrName.p_o compiler/stage2/build/SrcLoc.p_o compiler/stage2/build/UniqSupply.p_o compiler/stage2/build/Unique.p_o compiler/stage2/build/Var.p_o compiler/stage2/build/VarEnv.p_o compiler/stage2/build/VarSet.p_o compiler/stage2/build/UnVarGraph.p_o compiler/stage2/build/BlockId.p_o compiler/stage2/build/CLabel.p_o compiler/stage2/build/Cmm.p_o compiler/stage2/build/CmmBuildInfoTables.p_o compiler/stage2/build/CmmPipeline.p_o compiler/stage2/build/CmmCallConv.p_o compiler/stage2/build/CmmCommonBlockElim.p_o compiler/stage2/build/CmmContFlowOpt.p_o compiler/stage2/build/CmmExpr.p_o compiler/stage2/build/CmmInfo.p_o compiler/stage2/build/CmmLex.p_o compiler/stage2/build/CmmLint.p_o compiler/stage2/build/CmmLive.p_o compiler/stage2/build/CmmMachOp.p_o compiler/stage2/build/CmmNode.p_o compiler/stage2/build/CmmOpt.p_o compiler/stage2/build/CmmParse.p_o compiler/stage2/build/CmmProcPoint.p_o compiler/stage2/build/CmmSink.p_o compiler/stage2/build/CmmType.p_o compiler/stage2/build/CmmUtils.p_o compiler/stage2/build/CmmLayoutStack.p_o compiler/stage2/build/MkGraph.p_o compiler/stage2/build/PprBase.p_o compiler/stage2/build/PprC.p_o compiler/stage2/build/PprCmm.p_o compiler/stage2/build/PprCmmDecl.p_o compiler/stage2/build/PprCmmExpr.p_o compiler/stage2/build/Bitmap.p_o compiler/stage2/build/CodeGen/Platform.p_o compiler/stage2/build/CodeGen/Platform/ARM.p_o compiler/stage2/build/CodeGen/Platform/ARM64.p_o compiler/stage2/build/CodeGen/Platform/NoRegs.p_o compiler/stage2/build/CodeGen/Platform/PPC.p_o compiler/stage2/build/CodeGen/Platform/PPC_Darwin.p_o compiler/stage2/build/CodeGen/Platform/SPARC.p_o compiler/stage2/build/CodeGen/Platform/X86.p_o compiler/stage2/build/CodeGen/Platform/X86_64.p_o compiler/stage2/build/CgUtils.p_o compiler/stage2/build/StgCmm.p_o compiler/stage2/build/StgCmmBind.p_o compiler/stage2/build/StgCmmClosure.p_o compiler/stage2/build/StgCmmCon.p_o compiler/stage2/build/StgCmmEnv.p_o compiler/stage2/build/StgCmmExpr.p_o compiler/stage2/build/StgCmmForeign.p_o compiler/stage2/build/StgCmmHeap.p_o compiler/stage2/build/StgCmmHpc.p_o compiler/stage2/build/StgCmmArgRep.p_o compiler/stage2/build/StgCmmLayout.p_o compiler/stage2/build/StgCmmMonad.p_o compiler/stage2/build/StgCmmPrim.p_o compiler/stage2/build/StgCmmProf.p_o compiler/stage2/build/StgCmmTicky.p_o compiler/stage2/build/StgCmmUtils.p_o compiler/stage2/build/StgCmmExtCode.p_o compiler/stage2/build/SMRep.p_o compiler/stage2/build/CoreArity.p_o compiler/stage2/build/CoreFVs.p_o compiler/stage2/build/CoreLint.p_o compiler/stage2/build/CorePrep.p_o compiler/stage2/build/CoreSubst.p_o compiler/stage2/build/CoreSyn.p_o compiler/stage2/build/TrieMap.p_o compiler/stage2/build/CoreTidy.p_o compiler/stage2/build/CoreUnfold.p_o compiler/stage2/build/CoreUtils.p_o compiler/stage2/build/MkCore.p_o compiler/stage2/build/PprCore.p_o compiler/stage2/build/Check.p_o compiler/stage2/build/Coverage.p_o compiler/stage2/build/Desugar.p_o compiler/stage2/build/DsArrows.p_o compiler/stage2/build/DsBinds.p_o compiler/stage2/build/DsCCall.p_o compiler/stage2/build/DsExpr.p_o compiler/stage2/build/DsForeign.p_o compiler/stage2/build/DsGRHSs.p_o compiler/stage2/build/DsListComp.p_o compiler/stage2/build/DsMonad.p_o compiler/stage2/build/DsUtils.p_o compiler/stage2/build/Match.p_o compiler/stage2/build/MatchCon.p_o compiler/stage2/build/MatchLit.p_o compiler/stage2/build/HsBinds.p_o compiler/stage2/build/HsDecls.p_o compiler/stage2/build/HsDoc.p_o compiler/stage2/build/HsExpr.p_o compiler/stage2/build/HsImpExp.p_o compiler/stage2/build/HsLit.p_o compiler/stage2/build/PlaceHolder.p_o compiler/stage2/build/HsPat.p_o compiler/stage2/build/HsSyn.p_o compiler/stage2/build/HsTypes.p_o compiler/stage2/build/HsUtils.p_o compiler/stage2/build/BinIface.p_o compiler/stage2/build/BuildTyCl.p_o compiler/stage2/build/IfaceEnv.p_o compiler/stage2/build/IfaceSyn.p_o compiler/stage2/build/IfaceType.p_o compiler/stage2/build/LoadIface.p_o compiler/stage2/build/MkIface.p_o compiler/stage2/build/TcIface.p_o compiler/stage2/build/FlagChecker.p_o compiler/stage2/build/Annotations.p_o compiler/stage2/build/BreakArray.p_o compiler/stage2/build/CmdLineParser.p_o compiler/stage2/build/CodeOutput.p_o compiler/stage2/build/Config.p_o compiler/stage2/build/Constants.p_o compiler/stage2/build/DriverMkDepend.p_o compiler/stage2/build/DriverPhases.p_o compiler/stage2/build/PipelineMonad.p_o compiler/stage2/build/DriverPipeline.p_o compiler/stage2/build/DynFlags.p_o compiler/stage2/build/ErrUtils.p_o compiler/stage2/build/Finder.p_o compiler/stage2/build/GHC.p_o compiler/stage2/build/GhcMake.p_o compiler/stage2/build/GhcPlugins.p_o compiler/stage2/build/DynamicLoading.p_o compiler/stage2/build/HeaderInfo.p_o compiler/stage2/build/HscMain.p_o compiler/stage2/build/HscStats.p_o compiler/stage2/build/HscTypes.p_o compiler/stage2/build/InteractiveEval.p_o compiler/stage2/build/InteractiveEvalTypes.p_o compiler/stage2/build/PackageConfig.p_o compiler/stage2/build/Packages.p_o compiler/stage2/build/PlatformConstants.p_o compiler/stage2/build/Plugins.p_o compiler/stage2/build/TcPluginM.p_o compiler/stage2/build/PprTyThing.p_o compiler/stage2/build/StaticFlags.p_o compiler/stage2/build/StaticPtrTable.p_o compiler/stage2/build/SysTools.p_o compiler/stage2/build/TidyPgm.p_o compiler/stage2/build/Ctype.p_o compiler/stage2/build/HaddockUtils.p_o compiler/stage2/build/Lexer.p_o compiler/stage2/build/OptCoercion.p_o compiler/stage2/build/Parser.p_o compiler/stage2/build/RdrHsSyn.p_o compiler/stage2/build/ApiAnnotation.p_o compiler/stage2/build/ForeignCall.p_o compiler/stage2/build/PrelInfo.p_o compiler/stage2/build/PrelNames.p_o compiler/stage2/build/PrelRules.p_o compiler/stage2/build/PrimOp.p_o compiler/stage2/build/TysPrim.p_o compiler/stage2/build/TysWiredIn.p_o compiler/stage2/build/CostCentre.p_o compiler/stage2/build/ProfInit.p_o compiler/stage2/build/SCCfinal.p_o compiler/stage2/build/RnBinds.p_o compiler/stage2/build/RnEnv.p_o compiler/stage2/build/RnExpr.p_o compiler/stage2/build/RnHsDoc.p_o compiler/stage2/build/RnNames.p_o compiler/stage2/build/RnPat.p_o compiler/stage2/build/RnSource.p_o compiler/stage2/build/RnSplice.p_o compiler/stage2/build/RnTypes.p_o compiler/stage2/build/CoreMonad.p_o compiler/stage2/build/CSE.p_o compiler/stage2/build/FloatIn.p_o compiler/stage2/build/FloatOut.p_o compiler/stage2/build/LiberateCase.p_o compiler/stage2/build/OccurAnal.p_o compiler/stage2/build/SAT.p_o compiler/stage2/build/SetLevels.p_o compiler/stage2/build/SimplCore.p_o compiler/stage2/build/SimplEnv.p_o compiler/stage2/build/SimplMonad.p_o compiler/stage2/build/SimplUtils.p_o compiler/stage2/build/Simplify.p_o compiler/stage2/build/SimplStg.p_o compiler/stage2/build/StgStats.p_o compiler/stage2/build/UnariseStg.p_o compiler/stage2/build/Rules.p_o compiler/stage2/build/SpecConstr.p_o compiler/stage2/build/Specialise.p_o compiler/stage2/build/CoreToStg.p_o compiler/stage2/build/StgLint.p_o compiler/stage2/build/StgSyn.p_o compiler/stage2/build/CallArity.p_o compiler/stage2/build/DmdAnal.p_o compiler/stage2/build/WorkWrap.p_o compiler/stage2/build/WwLib.p_o compiler/stage2/build/FamInst.p_o compiler/stage2/build/Inst.p_o compiler/stage2/build/TcAnnotations.p_o compiler/stage2/build/TcArrows.p_o compiler/stage2/build/TcBinds.p_o compiler/stage2/build/TcClassDcl.p_o compiler/stage2/build/TcDefaults.p_o compiler/stage2/build/TcDeriv.p_o compiler/stage2/build/TcEnv.p_o compiler/stage2/build/TcExpr.p_o compiler/stage2/build/TcForeign.p_o compiler/stage2/build/TcGenDeriv.p_o compiler/stage2/build/TcGenGenerics.p_o compiler/stage2/build/TcHsSyn.p_o compiler/stage2/build/TcHsType.p_o compiler/stage2/build/TcInstDcls.p_o compiler/stage2/build/TcMType.p_o compiler/stage2/build/TcValidity.p_o compiler/stage2/build/TcMatches.p_o compiler/stage2/build/TcPat.p_o compiler/stage2/build/TcPatSyn.p_o compiler/stage2/build/TcRnDriver.p_o compiler/stage2/build/TcRnMonad.p_o compiler/stage2/build/TcRnTypes.p_o compiler/stage2/build/TcRules.p_o compiler/stage2/build/TcSimplify.p_o compiler/stage2/build/TcErrors.p_o compiler/stage2/build/TcTyClsDecls.p_o compiler/stage2/build/TcTyDecls.p_o compiler/stage2/build/TcType.p_o compiler/stage2/build/TcEvidence.p_o compiler/stage2/build/TcUnify.p_o compiler/stage2/build/TcInteract.p_o compiler/stage2/build/TcCanonical.p_o compiler/stage2/build/TcFlatten.p_o compiler/stage2/build/TcSMonad.p_o compiler/stage2/build/TcTypeNats.p_o compiler/stage2/build/TcSplice.p_o compiler/stage2/build/Class.p_o compiler/stage2/build/Coercion.p_o compiler/stage2/build/FamInstEnv.p_o compiler/stage2/build/FunDeps.p_o compiler/stage2/build/InstEnv.p_o compiler/stage2/build/TyCon.p_o compiler/stage2/build/CoAxiom.p_o compiler/stage2/build/Kind.p_o compiler/stage2/build/Type.p_o compiler/stage2/build/TypeRep.p_o compiler/stage2/build/Unify.p_o compiler/stage2/build/Bag.p_o compiler/stage2/build/Binary.p_o compiler/stage2/build/BooleanFormula.p_o compiler/stage2/build/BufWrite.p_o compiler/stage2/build/Digraph.p_o compiler/stage2/build/Encoding.p_o compiler/stage2/build/FastBool.p_o compiler/stage2/build/FastFunctions.p_o compiler/stage2/build/FastMutInt.p_o compiler/stage2/build/FastString.p_o compiler/stage2/build/FastTypes.p_o compiler/stage2/build/Fingerprint.p_o compiler/stage2/build/FiniteMap.p_o compiler/stage2/build/GraphBase.p_o compiler/stage2/build/GraphColor.p_o compiler/stage2/build/GraphOps.p_o compiler/stage2/build/GraphPpr.p_o compiler/stage2/build/IOEnv.p_o compiler/stage2/build/ListSetOps.p_o compiler/stage2/build/Maybes.p_o compiler/stage2/build/MonadUtils.p_o compiler/stage2/build/OrdList.p_o compiler/stage2/build/Outputable.p_o compiler/stage2/build/Pair.p_o compiler/stage2/build/Panic.p_o compiler/stage2/build/Pretty.p_o compiler/stage2/build/Serialized.p_o compiler/stage2/build/State.p_o compiler/stage2/build/Stream.p_o compiler/stage2/build/StringBuffer.p_o compiler/stage2/build/UniqFM.p_o compiler/stage2/build/UniqSet.p_o compiler/stage2/build/Util.p_o compiler/stage2/build/ExtsCompat46.p_o compiler/stage2/build/Vectorise/Builtins/Base.p_o compiler/stage2/build/Vectorise/Builtins/Initialise.p_o compiler/stage2/build/Vectorise/Builtins.p_o compiler/stage2/build/Vectorise/Monad/Base.p_o compiler/stage2/build/Vectorise/Monad/Naming.p_o compiler/stage2/build/Vectorise/Monad/Local.p_o compiler/stage2/build/Vectorise/Monad/Global.p_o compiler/stage2/build/Vectorise/Monad/InstEnv.p_o compiler/stage2/build/Vectorise/Monad.p_o compiler/stage2/build/Vectorise/Utils/Base.p_o compiler/stage2/build/Vectorise/Utils/Closure.p_o compiler/stage2/build/Vectorise/Utils/Hoisting.p_o compiler/stage2/build/Vectorise/Utils/PADict.p_o compiler/stage2/build/Vectorise/Utils/Poly.p_o compiler/stage2/build/Vectorise/Utils.p_o compiler/stage2/build/Vectorise/Generic/Description.p_o compiler/stage2/build/Vectorise/Generic/PAMethods.p_o compiler/stage2/build/Vectorise/Generic/PADict.p_o compiler/stage2/build/Vectorise/Generic/PData.p_o compiler/stage2/build/Vectorise/Type/Env.p_o compiler/stage2/build/Vectorise/Type/Type.p_o compiler/stage2/build/Vectorise/Type/TyConDecl.p_o compiler/stage2/build/Vectorise/Type/Classify.p_o compiler/stage2/build/Vectorise/Convert.p_o compiler/stage2/build/Vectorise/Vect.p_o compiler/stage2/build/Vectorise/Var.p_o compiler/stage2/build/Vectorise/Env.p_o compiler/stage2/build/Vectorise/Exp.p_o compiler/stage2/build/Vectorise.p_o compiler/stage2/build/Hoopl/Dataflow.p_o compiler/stage2/build/Hoopl.p_o compiler/stage2/build/AsmCodeGen.p_o compiler/stage2/build/TargetReg.p_o compiler/stage2/build/NCGMonad.p_o compiler/stage2/build/Instruction.p_o compiler/stage2/build/Size.p_o compiler/stage2/build/Reg.p_o compiler/stage2/build/RegClass.p_o compiler/stage2/build/PIC.p_o compiler/stage2/build/Platform.p_o compiler/stage2/build/CPrim.p_o compiler/stage2/build/X86/Regs.p_o compiler/stage2/build/X86/RegInfo.p_o compiler/stage2/build/X86/Instr.p_o compiler/stage2/build/X86/Cond.p_o compiler/stage2/build/X86/Ppr.p_o compiler/stage2/build/X86/CodeGen.p_o compiler/stage2/build/PPC/Regs.p_o compiler/stage2/build/PPC/RegInfo.p_o compiler/stage2/build/PPC/Instr.p_o compiler/stage2/build/PPC/Cond.p_o compiler/stage2/build/PPC/Ppr.p_o compiler/stage2/build/PPC/CodeGen.p_o compiler/stage2/build/SPARC/Base.p_o compiler/stage2/build/SPARC/Regs.p_o compiler/stage2/build/SPARC/Imm.p_o compiler/stage2/build/SPARC/AddrMode.p_o compiler/stage2/build/SPARC/Cond.p_o compiler/stage2/build/SPARC/Instr.p_o compiler/stage2/build/SPARC/Stack.p_o compiler/stage2/build/SPARC/ShortcutJump.p_o compiler/stage2/build/SPARC/Ppr.p_o compiler/stage2/build/SPARC/CodeGen.p_o compiler/stage2/build/SPARC/CodeGen/Amode.p_o compiler/stage2/build/SPARC/CodeGen/Base.p_o compiler/stage2/build/SPARC/CodeGen/CondCode.p_o compiler/stage2/build/SPARC/CodeGen/Gen32.p_o compiler/stage2/build/SPARC/CodeGen/Gen64.p_o compiler/stage2/build/SPARC/CodeGen/Sanity.p_o compiler/stage2/build/SPARC/CodeGen/Expand.p_o compiler/stage2/build/RegAlloc/Liveness.p_o compiler/stage2/build/RegAlloc/Graph/Main.p_o compiler/stage2/build/RegAlloc/Graph/Stats.p_o compiler/stage2/build/RegAlloc/Graph/ArchBase.p_o compiler/stage2/build/RegAlloc/Graph/ArchX86.p_o compiler/stage2/build/RegAlloc/Graph/Coalesce.p_o compiler/stage2/build/RegAlloc/Graph/Spill.p_o compiler/stage2/build/RegAlloc/Graph/SpillClean.p_o compiler/stage2/build/RegAlloc/Graph/SpillCost.p_o compiler/stage2/build/RegAlloc/Graph/TrivColorable.p_o compiler/stage2/build/RegAlloc/Linear/Main.p_o compiler/stage2/build/RegAlloc/Linear/JoinToTargets.p_o compiler/stage2/build/RegAlloc/Linear/State.p_o compiler/stage2/build/RegAlloc/Linear/Stats.p_o compiler/stage2/build/RegAlloc/Linear/FreeRegs.p_o compiler/stage2/build/RegAlloc/Linear/StackMap.p_o compiler/stage2/build/RegAlloc/Linear/Base.p_o compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.p_o compiler/stage2/build/RegAlloc/Linear/X86_64/FreeRegs.p_o compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.p_o compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.p_o compiler/stage2/build/Dwarf.p_o compiler/stage2/build/Dwarf/Types.p_o compiler/stage2/build/Dwarf/Constants.p_o compiler/stage2/build/DsMeta.p_o compiler/stage2/build/Convert.p_o compiler/stage2/build/ByteCodeAsm.p_o compiler/stage2/build/ByteCodeGen.p_o compiler/stage2/build/ByteCodeInstr.p_o compiler/stage2/build/ByteCodeItbls.p_o compiler/stage2/build/ByteCodeLink.p_o compiler/stage2/build/Debugger.p_o compiler/stage2/build/LibFFI.p_o compiler/stage2/build/Linker.p_o compiler/stage2/build/ObjLink.p_o compiler/stage2/build/RtClosureInspect.p_o compiler/stage2/build/DebuggerUtils.p_o compiler/stage2/build/parser/cutils.p_o compiler/stage2/build/ghci/keepCAFsForGHCi.p_o compiler/stage2/build/cbits/genSym.p_o >> compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe_p.a.contents "ar" q compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe_p.a @compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe_p.a.contents ar: creating compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe_p.a "rm" -f compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe_p.a.contents <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/HscMain.hs -o compiler/stage2/build/HscMain.o -dyno compiler/stage2/build/HscMain.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/DriverPipeline.hs -o compiler/stage2/build/DriverPipeline.o -dyno compiler/stage2/build/DriverPipeline.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/InteractiveEval.hs -o compiler/stage2/build/InteractiveEval.o -dyno compiler/stage2/build/InteractiveEval.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/typecheck/TcSplice.hs -o compiler/stage2/build/TcSplice.o -dyno compiler/stage2/build/TcSplice.dyn_o <> <> <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/GhcMake.hs -o compiler/stage2/build/GhcMake.o -dyno compiler/stage2/build/GhcMake.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/GHC.hs -o compiler/stage2/build/GHC.o -dyno compiler/stage2/build/GHC.dyn_o <> "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/ghci/Debugger.hs -o compiler/stage2/build/Debugger.o -dyno compiler/stage2/build/Debugger.dyn_o "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dynamic-too -c compiler/main/DriverMkDepend.hs -o compiler/stage2/build/DriverMkDepend.o -dyno compiler/stage2/build/DriverMkDepend.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -optP-DGHCI -optP-include -optPghc/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key haske_GGvi737nHHfG6zm2y7Rimi -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -threaded -no-user-package-db -rtsopts -odir ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -c ghc/./GhciMonad.hs -o ghc/stage2/build/GhciMonad.dyn_o <> <> "rm" -f compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe.a compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe.a.contents "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/template-haskell/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -this-package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/pkg/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key binpa_JPOxOw4FLalDxRNtBqZ2ji -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key hoopl_FCWMV1gJiCi02IwN4CnRgk -package-key hpc_FUjQx3d1H3dEEtLFWv7hFw -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key templ_GJPvtLC64aA4c1Jl10o2qt -package-key time_FTheb6LSxyX1UABIbBXRfn -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/trans_GZTjP9K5WFq01xC9BAGQpF -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/templ_GJPvtLC64aA4c1Jl10o2qt -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/proce_52AgREEfSrnJLlkGV9YZZJ -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/prett_JItwetRppk1H5Uq3xbjDGC -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/hpc_FUjQx3d1H3dEEtLFWv7hFw -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/hoopl_FCWMV1gJiCi02IwN4CnRgk -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binpa_JPOxOw4FLalDxRNtBqZ2ji -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binar_3uXFWMoAGBg0xKP9MHKRwi -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts compiler/stage2/build/Avail.dyn_o compiler/stage2/build/BasicTypes.dyn_o compiler/stage2/build/ConLike.dyn_o compiler/stage2/build/DataCon.dyn_o compiler/stage2/build/PatSyn.dyn_o compiler/stage2/build/Demand.dyn_o compiler/stage2/build/Debug.dyn_o compiler/stage2/build/Exception.dyn_o compiler/stage2/build/GhcMonad.dyn_o compiler/stage2/build/Hooks.dyn_o compiler/stage2/build/Id.dyn_o compiler/stage2/build/IdInfo.dyn_o compiler/stage2/build/Lexeme.dyn_o compiler/stage2/build/Literal.dyn_o compiler/stage2/build/Llvm.dyn_o compiler/stage2/build/Llvm/AbsSyn.dyn_o compiler/stage2/build/Llvm/MetaData.dyn_o compiler/stage2/build/Llvm/PpLlvm.dyn_o compiler/stage2/build/Llvm/Types.dyn_o compiler/stage2/build/LlvmCodeGen.dyn_o compiler/stage2/build/LlvmCodeGen/Base.dyn_o compiler/stage2/build/LlvmCodeGen/CodeGen.dyn_o compiler/stage2/build/LlvmCodeGen/Data.dyn_o compiler/stage2/build/LlvmCodeGen/Ppr.dyn_o compiler/stage2/build/LlvmCodeGen/Regs.dyn_o compiler/stage2/build/LlvmMangler.dyn_o compiler/stage2/build/MkId.dyn_o compiler/stage2/build/Module.dyn_o compiler/stage2/build/Name.dyn_o compiler/stage2/build/NameEnv.dyn_o compiler/stage2/build/NameSet.dyn_o compiler/stage2/build/OccName.dyn_o compiler/stage2/build/RdrName.dyn_o compiler/stage2/build/SrcLoc.dyn_o compiler/stage2/build/UniqSupply.dyn_o compiler/stage2/build/Unique.dyn_o compiler/stage2/build/Var.dyn_o compiler/stage2/build/VarEnv.dyn_o compiler/stage2/build/VarSet.dyn_o compiler/stage2/build/UnVarGraph.dyn_o compiler/stage2/build/BlockId.dyn_o compiler/stage2/build/CLabel.dyn_o compiler/stage2/build/Cmm.dyn_o compiler/stage2/build/CmmBuildInfoTables.dyn_o compiler/stage2/build/CmmPipeline.dyn_o compiler/stage2/build/CmmCallConv.dyn_o compiler/stage2/build/CmmCommonBlockElim.dyn_o compiler/stage2/build/CmmContFlowOpt.dyn_o compiler/stage2/build/CmmExpr.dyn_o compiler/stage2/build/CmmInfo.dyn_o compiler/stage2/build/CmmLex.dyn_o compiler/stage2/build/CmmLint.dyn_o compiler/stage2/build/CmmLive.dyn_o compiler/stage2/build/CmmMachOp.dyn_o compiler/stage2/build/CmmNode.dyn_o compiler/stage2/build/CmmOpt.dyn_o compiler/stage2/build/CmmParse.dyn_o compiler/stage2/build/CmmProcPoint.dyn_o compiler/stage2/build/CmmSink.dyn_o compiler/stage2/build/CmmType.dyn_o compiler/stage2/build/CmmUtils.dyn_o compiler/stage2/build/CmmLayoutStack.dyn_o compiler/stage2/build/MkGraph.dyn_o compiler/stage2/build/PprBase.dyn_o compiler/stage2/build/PprC.dyn_o compiler/stage2/build/PprCmm.dyn_o compiler/stage2/build/PprCmmDecl.dyn_o compiler/stage2/build/PprCmmExpr.dyn_o compiler/stage2/build/Bitmap.dyn_o compiler/stage2/build/CodeGen/Platform.dyn_o compiler/stage2/build/CodeGen/Platform/ARM.dyn_o compiler/stage2/build/CodeGen/Platform/ARM64.dyn_o compiler/stage2/build/CodeGen/Platform/NoRegs.dyn_o compiler/stage2/build/CodeGen/Platform/PPC.dyn_o compiler/stage2/build/CodeGen/Platform/PPC_Darwin.dyn_o compiler/stage2/build/CodeGen/Platform/SPARC.dyn_o compiler/stage2/build/CodeGen/Platform/X86.dyn_o compiler/stage2/build/CodeGen/Platform/X86_64.dyn_o compiler/stage2/build/CgUtils.dyn_o compiler/stage2/build/StgCmm.dyn_o compiler/stage2/build/StgCmmBind.dyn_o compiler/stage2/build/StgCmmClosure.dyn_o compiler/stage2/build/StgCmmCon.dyn_o compiler/stage2/build/StgCmmEnv.dyn_o compiler/stage2/build/StgCmmExpr.dyn_o compiler/stage2/build/StgCmmForeign.dyn_o compiler/stage2/build/StgCmmHeap.dyn_o compiler/stage2/build/StgCmmHpc.dyn_o compiler/stage2/build/StgCmmArgRep.dyn_o compiler/stage2/build/StgCmmLayout.dyn_o compiler/stage2/build/StgCmmMonad.dyn_o compiler/stage2/build/StgCmmPrim.dyn_o compiler/stage2/build/StgCmmProf.dyn_o compiler/stage2/build/StgCmmTicky.dyn_o compiler/stage2/build/StgCmmUtils.dyn_o compiler/stage2/build/StgCmmExtCode.dyn_o compiler/stage2/build/SMRep.dyn_o compiler/stage2/build/CoreArity.dyn_o compiler/stage2/build/CoreFVs.dyn_o compiler/stage2/build/CoreLint.dyn_o compiler/stage2/build/CorePrep.dyn_o compiler/stage2/build/CoreSubst.dyn_o compiler/stage2/build/CoreSyn.dyn_o compiler/stage2/build/TrieMap.dyn_o compiler/stage2/build/CoreTidy.dyn_o compiler/stage2/build/CoreUnfold.dyn_o compiler/stage2/build/CoreUtils.dyn_o compiler/stage2/build/MkCore.dyn_o compiler/stage2/build/PprCore.dyn_o compiler/stage2/build/Check.dyn_o compiler/stage2/build/Coverage.dyn_o compiler/stage2/build/Desugar.dyn_o compiler/stage2/build/DsArrows.dyn_o compiler/stage2/build/DsBinds.dyn_o compiler/stage2/build/DsCCall.dyn_o compiler/stage2/build/DsExpr.dyn_o compiler/stage2/build/DsForeign.dyn_o compiler/stage2/build/DsGRHSs.dyn_o compiler/stage2/build/DsListComp.dyn_o compiler/stage2/build/DsMonad.dyn_o compiler/stage2/build/DsUtils.dyn_o compiler/stage2/build/Match.dyn_o compiler/stage2/build/MatchCon.dyn_o compiler/stage2/build/MatchLit.dyn_o compiler/stage2/build/HsBinds.dyn_o compiler/stage2/build/HsDecls.dyn_o compiler/stage2/build/HsDoc.dyn_o compiler/stage2/build/HsExpr.dyn_o compiler/stage2/build/HsImpExp.dyn_o compiler/stage2/build/HsLit.dyn_o compiler/stage2/build/PlaceHolder.dyn_o compiler/stage2/build/HsPat.dyn_o compiler/stage2/build/HsSyn.dyn_o compiler/stage2/build/HsTypes.dyn_o compiler/stage2/build/HsUtils.dyn_o compiler/stage2/build/BinIface.dyn_o compiler/stage2/build/BuildTyCl.dyn_o compiler/stage2/build/IfaceEnv.dyn_o compiler/stage2/build/IfaceSyn.dyn_o compiler/stage2/build/IfaceType.dyn_o compiler/stage2/build/LoadIface.dyn_o compiler/stage2/build/MkIface.dyn_o compiler/stage2/build/TcIface.dyn_o compiler/stage2/build/FlagChecker.dyn_o compiler/stage2/build/Annotations.dyn_o compiler/stage2/build/BreakArray.dyn_o compiler/stage2/build/CmdLineParser.dyn_o compiler/stage2/build/CodeOutput.dyn_o compiler/stage2/build/Config.dyn_o compiler/stage2/build/Constants.dyn_o compiler/stage2/build/DriverMkDepend.dyn_o compiler/stage2/build/DriverPhases.dyn_o compiler/stage2/build/PipelineMonad.dyn_o compiler/stage2/build/DriverPipeline.dyn_o compiler/stage2/build/DynFlags.dyn_o compiler/stage2/build/ErrUtils.dyn_o compiler/stage2/build/Finder.dyn_o compiler/stage2/build/GHC.dyn_o compiler/stage2/build/GhcMake.dyn_o compiler/stage2/build/GhcPlugins.dyn_o compiler/stage2/build/DynamicLoading.dyn_o compiler/stage2/build/HeaderInfo.dyn_o compiler/stage2/build/HscMain.dyn_o compiler/stage2/build/HscStats.dyn_o compiler/stage2/build/HscTypes.dyn_o compiler/stage2/build/InteractiveEval.dyn_o compiler/stage2/build/InteractiveEvalTypes.dyn_o compiler/stage2/build/PackageConfig.dyn_o compiler/stage2/build/Packages.dyn_o compiler/stage2/build/PlatformConstants.dyn_o compiler/stage2/build/Plugins.dyn_o compiler/stage2/build/TcPluginM.dyn_o compiler/stage2/build/PprTyThing.dyn_o compiler/stage2/build/StaticFlags.dyn_o compiler/stage2/build/StaticPtrTable.dyn_o compiler/stage2/build/SysTools.dyn_o compiler/stage2/build/TidyPgm.dyn_o compiler/stage2/build/Ctype.dyn_o compiler/stage2/build/HaddockUtils.dyn_o compiler/stage2/build/Lexer.dyn_o compiler/stage2/build/OptCoercion.dyn_o compiler/stage2/build/Parser.dyn_o compiler/stage2/build/RdrHsSyn.dyn_o compiler/stage2/build/ApiAnnotation.dyn_o compiler/stage2/build/ForeignCall.dyn_o compiler/stage2/build/PrelInfo.dyn_o compiler/stage2/build/PrelNames.dyn_o compiler/stage2/build/PrelRules.dyn_o compiler/stage2/build/PrimOp.dyn_o compiler/stage2/build/TysPrim.dyn_o compiler/stage2/build/TysWiredIn.dyn_o compiler/stage2/build/CostCentre.dyn_o compiler/stage2/build/ProfInit.dyn_o compiler/stage2/build/SCCfinal.dyn_o compiler/stage2/build/RnBinds.dyn_o compiler/stage2/build/RnEnv.dyn_o compiler/stage2/build/RnExpr.dyn_o compiler/stage2/build/RnHsDoc.dyn_o compiler/stage2/build/RnNames.dyn_o compiler/stage2/build/RnPat.dyn_o compiler/stage2/build/RnSource.dyn_o compiler/stage2/build/RnSplice.dyn_o compiler/stage2/build/RnTypes.dyn_o compiler/stage2/build/CoreMonad.dyn_o compiler/stage2/build/CSE.dyn_o compiler/stage2/build/FloatIn.dyn_o compiler/stage2/build/FloatOut.dyn_o compiler/stage2/build/LiberateCase.dyn_o compiler/stage2/build/OccurAnal.dyn_o compiler/stage2/build/SAT.dyn_o compiler/stage2/build/SetLevels.dyn_o compiler/stage2/build/SimplCore.dyn_o compiler/stage2/build/SimplEnv.dyn_o compiler/stage2/build/SimplMonad.dyn_o compiler/stage2/build/SimplUtils.dyn_o compiler/stage2/build/Simplify.dyn_o compiler/stage2/build/SimplStg.dyn_o compiler/stage2/build/StgStats.dyn_o compiler/stage2/build/UnariseStg.dyn_o compiler/stage2/build/Rules.dyn_o compiler/stage2/build/SpecConstr.dyn_o compiler/stage2/build/Specialise.dyn_o compiler/stage2/build/CoreToStg.dyn_o compiler/stage2/build/StgLint.dyn_o compiler/stage2/build/StgSyn.dyn_o compiler/stage2/build/CallArity.dyn_o compiler/stage2/build/DmdAnal.dyn_o compiler/stage2/build/WorkWrap.dyn_o compiler/stage2/build/WwLib.dyn_o compiler/stage2/build/FamInst.dyn_o compiler/stage2/build/Inst.dyn_o compiler/stage2/build/TcAnnotations.dyn_o compiler/stage2/build/TcArrows.dyn_o compiler/stage2/build/TcBinds.dyn_o compiler/stage2/build/TcClassDcl.dyn_o compiler/stage2/build/TcDefaults.dyn_o compiler/stage2/build/TcDeriv.dyn_o compiler/stage2/build/TcEnv.dyn_o compiler/stage2/build/TcExpr.dyn_o compiler/stage2/build/TcForeign.dyn_o compiler/stage2/build/TcGenDeriv.dyn_o compiler/stage2/build/TcGenGenerics.dyn_o compiler/stage2/build/TcHsSyn.dyn_o compiler/stage2/build/TcHsType.dyn_o compiler/stage2/build/TcInstDcls.dyn_o compiler/stage2/build/TcMType.dyn_o compiler/stage2/build/TcValidity.dyn_o compiler/stage2/build/TcMatches.dyn_o compiler/stage2/build/TcPat.dyn_o compiler/stage2/build/TcPatSyn.dyn_o compiler/stage2/build/TcRnDriver.dyn_o compiler/stage2/build/TcRnMonad.dyn_o compiler/stage2/build/TcRnTypes.dyn_o compiler/stage2/build/TcRules.dyn_o compiler/stage2/build/TcSimplify.dyn_o compiler/stage2/build/TcErrors.dyn_o compiler/stage2/build/TcTyClsDecls.dyn_o compiler/stage2/build/TcTyDecls.dyn_o compiler/stage2/build/TcType.dyn_o compiler/stage2/build/TcEvidence.dyn_o compiler/stage2/build/TcUnify.dyn_o compiler/stage2/build/TcInteract.dyn_o compiler/stage2/build/TcCanonical.dyn_o compiler/stage2/build/TcFlatten.dyn_o compiler/stage2/build/TcSMonad.dyn_o compiler/stage2/build/TcTypeNats.dyn_o compiler/stage2/build/TcSplice.dyn_o compiler/stage2/build/Class.dyn_o compiler/stage2/build/Coercion.dyn_o compiler/stage2/build/FamInstEnv.dyn_o compiler/stage2/build/FunDeps.dyn_o compiler/stage2/build/InstEnv.dyn_o compiler/stage2/build/TyCon.dyn_o compiler/stage2/build/CoAxiom.dyn_o compiler/stage2/build/Kind.dyn_o compiler/stage2/build/Type.dyn_o compiler/stage2/build/TypeRep.dyn_o compiler/stage2/build/Unify.dyn_o compiler/stage2/build/Bag.dyn_o compiler/stage2/build/Binary.dyn_o compiler/stage2/build/BooleanFormula.dyn_o compiler/stage2/build/BufWrite.dyn_o compiler/stage2/build/Digraph.dyn_o compiler/stage2/build/Encoding.dyn_o compiler/stage2/build/FastBool.dyn_o compiler/stage2/build/FastFunctions.dyn_o compiler/stage2/build/FastMutInt.dyn_o compiler/stage2/build/FastString.dyn_o compiler/stage2/build/FastTypes.dyn_o compiler/stage2/build/Fingerprint.dyn_o compiler/stage2/build/FiniteMap.dyn_o compiler/stage2/build/GraphBase.dyn_o compiler/stage2/build/GraphColor.dyn_o compiler/stage2/build/GraphOps.dyn_o compiler/stage2/build/GraphPpr.dyn_o compiler/stage2/build/IOEnv.dyn_o compiler/stage2/build/ListSetOps.dyn_o compiler/stage2/build/Maybes.dyn_o compiler/stage2/build/MonadUtils.dyn_o compiler/stage2/build/OrdList.dyn_o compiler/stage2/build/Outputable.dyn_o compiler/stage2/build/Pair.dyn_o compiler/stage2/build/Panic.dyn_o compiler/stage2/build/Pretty.dyn_o compiler/stage2/build/Serialized.dyn_o compiler/stage2/build/State.dyn_o compiler/stage2/build/Stream.dyn_o compiler/stage2/build/StringBuffer.dyn_o compiler/stage2/build/UniqFM.dyn_o compiler/stage2/build/UniqSet.dyn_o compiler/stage2/build/Util.dyn_o compiler/stage2/build/ExtsCompat46.dyn_o compiler/stage2/build/Vectorise/Builtins/Base.dyn_o compiler/stage2/build/Vectorise/Builtins/Initialise.dyn_o compiler/stage2/build/Vectorise/Builtins.dyn_o compiler/stage2/build/Vectorise/Monad/Base.dyn_o compiler/stage2/build/Vectorise/Monad/Naming.dyn_o compiler/stage2/build/Vectorise/Monad/Local.dyn_o compiler/stage2/build/Vectorise/Monad/Global.dyn_o compiler/stage2/build/Vectorise/Monad/InstEnv.dyn_o compiler/stage2/build/Vectorise/Monad.dyn_o compiler/stage2/build/Vectorise/Utils/Base.dyn_o compiler/stage2/build/Vectorise/Utils/Closure.dyn_o compiler/stage2/build/Vectorise/Utils/Hoisting.dyn_o compiler/stage2/build/Vectorise/Utils/PADict.dyn_o compiler/stage2/build/Vectorise/Utils/Poly.dyn_o compiler/stage2/build/Vectorise/Utils.dyn_o compiler/stage2/build/Vectorise/Generic/Description.dyn_o compiler/stage2/build/Vectorise/Generic/PAMethods.dyn_o compiler/stage2/build/Vectorise/Generic/PADict.dyn_o compiler/stage2/build/Vectorise/Generic/PData.dyn_o compiler/stage2/build/Vectorise/Type/Env.dyn_o compiler/stage2/build/Vectorise/Type/Type.dyn_o compiler/stage2/build/Vectorise/Type/TyConDecl.dyn_o compiler/stage2/build/Vectorise/Type/Classify.dyn_o compiler/stage2/build/Vectorise/Convert.dyn_o compiler/stage2/build/Vectorise/Vect.dyn_o compiler/stage2/build/Vectorise/Var.dyn_o compiler/stage2/build/Vectorise/Env.dyn_o compiler/stage2/build/Vectorise/Exp.dyn_o compiler/stage2/build/Vectorise.dyn_o compiler/stage2/build/Hoopl/Dataflow.dyn_o compiler/stage2/build/Hoopl.dyn_o compiler/stage2/build/AsmCodeGen.dyn_o compiler/stage2/build/TargetReg.dyn_o compiler/stage2/build/NCGMonad.dyn_o compiler/stage2/build/Instruction.dyn_o compiler/stage2/build/Size.dyn_o compiler/stage2/build/Reg.dyn_o compiler/stage2/build/RegClass.dyn_o compiler/stage2/build/PIC.dyn_o compiler/stage2/build/Platform.dyn_o compiler/stage2/build/CPrim.dyn_o compiler/stage2/build/X86/Regs.dyn_o compiler/stage2/build/X86/RegInfo.dyn_o compiler/stage2/build/X86/Instr.dyn_o compiler/stage2/build/X86/Cond.dyn_o compiler/stage2/build/X86/Ppr.dyn_o compiler/stage2/build/X86/CodeGen.dyn_o compiler/stage2/build/PPC/Regs.dyn_o compiler/stage2/build/PPC/RegInfo.dyn_o compiler/stage2/build/PPC/Instr.dyn_o compiler/stage2/build/PPC/Cond.dyn_o compiler/stage2/build/PPC/Ppr.dyn_o compiler/stage2/build/PPC/CodeGen.dyn_o compiler/stage2/build/SPARC/Base.dyn_o compiler/stage2/build/SPARC/Regs.dyn_o compiler/stage2/build/SPARC/Imm.dyn_o compiler/stage2/build/SPARC/AddrMode.dyn_o compiler/stage2/build/SPARC/Cond.dyn_o compiler/stage2/build/SPARC/Instr.dyn_o compiler/stage2/build/SPARC/Stack.dyn_o compiler/stage2/build/SPARC/ShortcutJump.dyn_o compiler/stage2/build/SPARC/Ppr.dyn_o compiler/stage2/build/SPARC/CodeGen.dyn_o compiler/stage2/build/SPARC/CodeGen/Amode.dyn_o compiler/stage2/build/SPARC/CodeGen/Base.dyn_o compiler/stage2/build/SPARC/CodeGen/CondCode.dyn_o compiler/stage2/build/SPARC/CodeGen/Gen32.dyn_o compiler/stage2/build/SPARC/CodeGen/Gen64.dyn_o compiler/stage2/build/SPARC/CodeGen/Sanity.dyn_o compiler/stage2/build/SPARC/CodeGen/Expand.dyn_o compiler/stage2/build/RegAlloc/Liveness.dyn_o compiler/stage2/build/RegAlloc/Graph/Main.dyn_o compiler/stage2/build/RegAlloc/Graph/Stats.dyn_o compiler/stage2/build/RegAlloc/Graph/ArchBase.dyn_o compiler/stage2/build/RegAlloc/Graph/ArchX86.dyn_o compiler/stage2/build/RegAlloc/Graph/Coalesce.dyn_o compiler/stage2/build/RegAlloc/Graph/Spill.dyn_o compiler/stage2/build/RegAlloc/Graph/SpillClean.dyn_o compiler/stage2/build/RegAlloc/Graph/SpillCost.dyn_o compiler/stage2/build/RegAlloc/Graph/TrivColorable.dyn_o compiler/stage2/build/RegAlloc/Linear/Main.dyn_o compiler/stage2/build/RegAlloc/Linear/JoinToTargets.dyn_o compiler/stage2/build/RegAlloc/Linear/State.dyn_o compiler/stage2/build/RegAlloc/Linear/Stats.dyn_o compiler/stage2/build/RegAlloc/Linear/FreeRegs.dyn_o compiler/stage2/build/RegAlloc/Linear/StackMap.dyn_o compiler/stage2/build/RegAlloc/Linear/Base.dyn_o compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.dyn_o compiler/stage2/build/RegAlloc/Linear/X86_64/FreeRegs.dyn_o compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.dyn_o compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.dyn_o compiler/stage2/build/Dwarf.dyn_o compiler/stage2/build/Dwarf/Types.dyn_o compiler/stage2/build/Dwarf/Constants.dyn_o compiler/stage2/build/DsMeta.dyn_o compiler/stage2/build/Convert.dyn_o compiler/stage2/build/ByteCodeAsm.dyn_o compiler/stage2/build/ByteCodeGen.dyn_o compiler/stage2/build/ByteCodeInstr.dyn_o compiler/stage2/build/ByteCodeItbls.dyn_o compiler/stage2/build/ByteCodeLink.dyn_o compiler/stage2/build/Debugger.dyn_o compiler/stage2/build/LibFFI.dyn_o compiler/stage2/build/Linker.dyn_o compiler/stage2/build/ObjLink.dyn_o compiler/stage2/build/RtClosureInspect.dyn_o compiler/stage2/build/DebuggerUtils.dyn_o compiler/stage2/build/parser/cutils.dyn_o compiler/stage2/build/ghci/keepCAFsForGHCi.dyn_o compiler/stage2/build/cbits/genSym.dyn_o -shared -dynamic -dynload deploy -dylib-install-name /usr/pkg/lib/ghc-7.10.3/ghc_0AG9TOjDEtx4Ji3wSwHOBe/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe-ghc7.10.3.so -no-auto-link-packages -o compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe-ghc7.10.3.so echo compiler/stage2/build/Avail.o compiler/stage2/build/BasicTypes.o compiler/stage2/build/ConLike.o compiler/stage2/build/DataCon.o compiler/stage2/build/PatSyn.o compiler/stage2/build/Demand.o compiler/stage2/build/Debug.o compiler/stage2/build/Exception.o compiler/stage2/build/GhcMonad.o compiler/stage2/build/Hooks.o compiler/stage2/build/Id.o compiler/stage2/build/IdInfo.o compiler/stage2/build/Lexeme.o compiler/stage2/build/Literal.o compiler/stage2/build/Llvm.o compiler/stage2/build/Llvm/AbsSyn.o compiler/stage2/build/Llvm/MetaData.o compiler/stage2/build/Llvm/PpLlvm.o compiler/stage2/build/Llvm/Types.o compiler/stage2/build/LlvmCodeGen.o compiler/stage2/build/LlvmCodeGen/Base.o compiler/stage2/build/LlvmCodeGen/CodeGen.o compiler/stage2/build/LlvmCodeGen/Data.o compiler/stage2/build/LlvmCodeGen/Ppr.o compiler/stage2/build/LlvmCodeGen/Regs.o compiler/stage2/build/LlvmMangler.o compiler/stage2/build/MkId.o compiler/stage2/build/Module.o compiler/stage2/build/Name.o compiler/stage2/build/NameEnv.o compiler/stage2/build/NameSet.o compiler/stage2/build/OccName.o compiler/stage2/build/RdrName.o compiler/stage2/build/SrcLoc.o compiler/stage2/build/UniqSupply.o compiler/stage2/build/Unique.o compiler/stage2/build/Var.o compiler/stage2/build/VarEnv.o compiler/stage2/build/VarSet.o compiler/stage2/build/UnVarGraph.o compiler/stage2/build/BlockId.o compiler/stage2/build/CLabel.o compiler/stage2/build/Cmm.o compiler/stage2/build/CmmBuildInfoTables.o compiler/stage2/build/CmmPipeline.o compiler/stage2/build/CmmCallConv.o compiler/stage2/build/CmmCommonBlockElim.o compiler/stage2/build/CmmContFlowOpt.o compiler/stage2/build/CmmExpr.o compiler/stage2/build/CmmInfo.o compiler/stage2/build/CmmLex.o compiler/stage2/build/CmmLint.o compiler/stage2/build/CmmLive.o compiler/stage2/build/CmmMachOp.o compiler/stage2/build/CmmNode.o compiler/stage2/build/CmmOpt.o compiler/stage2/build/CmmParse.o compiler/stage2/build/CmmProcPoint.o compiler/stage2/build/CmmSink.o compiler/stage2/build/CmmType.o compiler/stage2/build/CmmUtils.o compiler/stage2/build/CmmLayoutStack.o compiler/stage2/build/MkGraph.o compiler/stage2/build/PprBase.o compiler/stage2/build/PprC.o compiler/stage2/build/PprCmm.o compiler/stage2/build/PprCmmDecl.o compiler/stage2/build/PprCmmExpr.o compiler/stage2/build/Bitmap.o compiler/stage2/build/CodeGen/Platform.o compiler/stage2/build/CodeGen/Platform/ARM.o compiler/stage2/build/CodeGen/Platform/ARM64.o compiler/stage2/build/CodeGen/Platform/NoRegs.o compiler/stage2/build/CodeGen/Platform/PPC.o compiler/stage2/build/CodeGen/Platform/PPC_Darwin.o compiler/stage2/build/CodeGen/Platform/SPARC.o compiler/stage2/build/CodeGen/Platform/X86.o compiler/stage2/build/CodeGen/Platform/X86_64.o compiler/stage2/build/CgUtils.o compiler/stage2/build/StgCmm.o compiler/stage2/build/StgCmmBind.o compiler/stage2/build/StgCmmClosure.o compiler/stage2/build/StgCmmCon.o compiler/stage2/build/StgCmmEnv.o compiler/stage2/build/StgCmmExpr.o compiler/stage2/build/StgCmmForeign.o compiler/stage2/build/StgCmmHeap.o compiler/stage2/build/StgCmmHpc.o compiler/stage2/build/StgCmmArgRep.o compiler/stage2/build/StgCmmLayout.o compiler/stage2/build/StgCmmMonad.o compiler/stage2/build/StgCmmPrim.o compiler/stage2/build/StgCmmProf.o compiler/stage2/build/StgCmmTicky.o compiler/stage2/build/StgCmmUtils.o compiler/stage2/build/StgCmmExtCode.o compiler/stage2/build/SMRep.o compiler/stage2/build/CoreArity.o compiler/stage2/build/CoreFVs.o compiler/stage2/build/CoreLint.o compiler/stage2/build/CorePrep.o compiler/stage2/build/CoreSubst.o compiler/stage2/build/CoreSyn.o compiler/stage2/build/TrieMap.o compiler/stage2/build/CoreTidy.o compiler/stage2/build/CoreUnfold.o compiler/stage2/build/CoreUtils.o compiler/stage2/build/MkCore.o compiler/stage2/build/PprCore.o compiler/stage2/build/Check.o compiler/stage2/build/Coverage.o compiler/stage2/build/Desugar.o compiler/stage2/build/DsArrows.o compiler/stage2/build/DsBinds.o compiler/stage2/build/DsCCall.o compiler/stage2/build/DsExpr.o compiler/stage2/build/DsForeign.o compiler/stage2/build/DsGRHSs.o compiler/stage2/build/DsListComp.o compiler/stage2/build/DsMonad.o compiler/stage2/build/DsUtils.o compiler/stage2/build/Match.o compiler/stage2/build/MatchCon.o compiler/stage2/build/MatchLit.o compiler/stage2/build/HsBinds.o compiler/stage2/build/HsDecls.o compiler/stage2/build/HsDoc.o compiler/stage2/build/HsExpr.o compiler/stage2/build/HsImpExp.o compiler/stage2/build/HsLit.o compiler/stage2/build/PlaceHolder.o compiler/stage2/build/HsPat.o compiler/stage2/build/HsSyn.o compiler/stage2/build/HsTypes.o compiler/stage2/build/HsUtils.o compiler/stage2/build/BinIface.o compiler/stage2/build/BuildTyCl.o compiler/stage2/build/IfaceEnv.o compiler/stage2/build/IfaceSyn.o compiler/stage2/build/IfaceType.o compiler/stage2/build/LoadIface.o compiler/stage2/build/MkIface.o compiler/stage2/build/TcIface.o compiler/stage2/build/FlagChecker.o compiler/stage2/build/Annotations.o compiler/stage2/build/BreakArray.o compiler/stage2/build/CmdLineParser.o compiler/stage2/build/CodeOutput.o compiler/stage2/build/Config.o compiler/stage2/build/Constants.o compiler/stage2/build/DriverMkDepend.o compiler/stage2/build/DriverPhases.o compiler/stage2/build/PipelineMonad.o compiler/stage2/build/DriverPipeline.o compiler/stage2/build/DynFlags.o compiler/stage2/build/ErrUtils.o compiler/stage2/build/Finder.o compiler/stage2/build/GHC.o compiler/stage2/build/GhcMake.o compiler/stage2/build/GhcPlugins.o compiler/stage2/build/DynamicLoading.o compiler/stage2/build/HeaderInfo.o compiler/stage2/build/HscMain.o compiler/stage2/build/HscStats.o compiler/stage2/build/HscTypes.o compiler/stage2/build/InteractiveEval.o compiler/stage2/build/InteractiveEvalTypes.o compiler/stage2/build/PackageConfig.o compiler/stage2/build/Packages.o compiler/stage2/build/PlatformConstants.o compiler/stage2/build/Plugins.o compiler/stage2/build/TcPluginM.o compiler/stage2/build/PprTyThing.o compiler/stage2/build/StaticFlags.o compiler/stage2/build/StaticPtrTable.o compiler/stage2/build/SysTools.o compiler/stage2/build/TidyPgm.o compiler/stage2/build/Ctype.o compiler/stage2/build/HaddockUtils.o compiler/stage2/build/Lexer.o compiler/stage2/build/OptCoercion.o compiler/stage2/build/Parser.o compiler/stage2/build/RdrHsSyn.o compiler/stage2/build/ApiAnnotation.o compiler/stage2/build/ForeignCall.o compiler/stage2/build/PrelInfo.o compiler/stage2/build/PrelNames.o compiler/stage2/build/PrelRules.o compiler/stage2/build/PrimOp.o compiler/stage2/build/TysPrim.o compiler/stage2/build/TysWiredIn.o compiler/stage2/build/CostCentre.o compiler/stage2/build/ProfInit.o compiler/stage2/build/SCCfinal.o compiler/stage2/build/RnBinds.o compiler/stage2/build/RnEnv.o compiler/stage2/build/RnExpr.o compiler/stage2/build/RnHsDoc.o compiler/stage2/build/RnNames.o compiler/stage2/build/RnPat.o compiler/stage2/build/RnSource.o compiler/stage2/build/RnSplice.o compiler/stage2/build/RnTypes.o compiler/stage2/build/CoreMonad.o compiler/stage2/build/CSE.o compiler/stage2/build/FloatIn.o compiler/stage2/build/FloatOut.o compiler/stage2/build/LiberateCase.o compiler/stage2/build/OccurAnal.o compiler/stage2/build/SAT.o compiler/stage2/build/SetLevels.o compiler/stage2/build/SimplCore.o compiler/stage2/build/SimplEnv.o compiler/stage2/build/SimplMonad.o compiler/stage2/build/SimplUtils.o compiler/stage2/build/Simplify.o compiler/stage2/build/SimplStg.o compiler/stage2/build/StgStats.o compiler/stage2/build/UnariseStg.o compiler/stage2/build/Rules.o compiler/stage2/build/SpecConstr.o compiler/stage2/build/Specialise.o compiler/stage2/build/CoreToStg.o compiler/stage2/build/StgLint.o compiler/stage2/build/StgSyn.o compiler/stage2/build/CallArity.o compiler/stage2/build/DmdAnal.o compiler/stage2/build/WorkWrap.o compiler/stage2/build/WwLib.o compiler/stage2/build/FamInst.o compiler/stage2/build/Inst.o compiler/stage2/build/TcAnnotations.o compiler/stage2/build/TcArrows.o compiler/stage2/build/TcBinds.o compiler/stage2/build/TcClassDcl.o compiler/stage2/build/TcDefaults.o compiler/stage2/build/TcDeriv.o compiler/stage2/build/TcEnv.o compiler/stage2/build/TcExpr.o compiler/stage2/build/TcForeign.o compiler/stage2/build/TcGenDeriv.o compiler/stage2/build/TcGenGenerics.o compiler/stage2/build/TcHsSyn.o compiler/stage2/build/TcHsType.o compiler/stage2/build/TcInstDcls.o compiler/stage2/build/TcMType.o compiler/stage2/build/TcValidity.o compiler/stage2/build/TcMatches.o compiler/stage2/build/TcPat.o compiler/stage2/build/TcPatSyn.o compiler/stage2/build/TcRnDriver.o compiler/stage2/build/TcRnMonad.o compiler/stage2/build/TcRnTypes.o compiler/stage2/build/TcRules.o compiler/stage2/build/TcSimplify.o compiler/stage2/build/TcErrors.o compiler/stage2/build/TcTyClsDecls.o compiler/stage2/build/TcTyDecls.o compiler/stage2/build/TcType.o compiler/stage2/build/TcEvidence.o compiler/stage2/build/TcUnify.o compiler/stage2/build/TcInteract.o compiler/stage2/build/TcCanonical.o compiler/stage2/build/TcFlatten.o compiler/stage2/build/TcSMonad.o compiler/stage2/build/TcTypeNats.o compiler/stage2/build/TcSplice.o compiler/stage2/build/Class.o compiler/stage2/build/Coercion.o compiler/stage2/build/FamInstEnv.o compiler/stage2/build/FunDeps.o compiler/stage2/build/InstEnv.o compiler/stage2/build/TyCon.o compiler/stage2/build/CoAxiom.o compiler/stage2/build/Kind.o compiler/stage2/build/Type.o compiler/stage2/build/TypeRep.o compiler/stage2/build/Unify.o compiler/stage2/build/Bag.o compiler/stage2/build/Binary.o compiler/stage2/build/BooleanFormula.o compiler/stage2/build/BufWrite.o compiler/stage2/build/Digraph.o compiler/stage2/build/Encoding.o compiler/stage2/build/FastBool.o compiler/stage2/build/FastFunctions.o compiler/stage2/build/FastMutInt.o compiler/stage2/build/FastString.o compiler/stage2/build/FastTypes.o compiler/stage2/build/Fingerprint.o compiler/stage2/build/FiniteMap.o compiler/stage2/build/GraphBase.o compiler/stage2/build/GraphColor.o compiler/stage2/build/GraphOps.o compiler/stage2/build/GraphPpr.o compiler/stage2/build/IOEnv.o compiler/stage2/build/ListSetOps.o compiler/stage2/build/Maybes.o compiler/stage2/build/MonadUtils.o compiler/stage2/build/OrdList.o compiler/stage2/build/Outputable.o compiler/stage2/build/Pair.o compiler/stage2/build/Panic.o compiler/stage2/build/Pretty.o compiler/stage2/build/Serialized.o compiler/stage2/build/State.o compiler/stage2/build/Stream.o compiler/stage2/build/StringBuffer.o compiler/stage2/build/UniqFM.o compiler/stage2/build/UniqSet.o compiler/stage2/build/Util.o compiler/stage2/build/ExtsCompat46.o compiler/stage2/build/Vectorise/Builtins/Base.o compiler/stage2/build/Vectorise/Builtins/Initialise.o compiler/stage2/build/Vectorise/Builtins.o compiler/stage2/build/Vectorise/Monad/Base.o compiler/stage2/build/Vectorise/Monad/Naming.o compiler/stage2/build/Vectorise/Monad/Local.o compiler/stage2/build/Vectorise/Monad/Global.o compiler/stage2/build/Vectorise/Monad/InstEnv.o compiler/stage2/build/Vectorise/Monad.o compiler/stage2/build/Vectorise/Utils/Base.o compiler/stage2/build/Vectorise/Utils/Closure.o compiler/stage2/build/Vectorise/Utils/Hoisting.o compiler/stage2/build/Vectorise/Utils/PADict.o compiler/stage2/build/Vectorise/Utils/Poly.o compiler/stage2/build/Vectorise/Utils.o compiler/stage2/build/Vectorise/Generic/Description.o compiler/stage2/build/Vectorise/Generic/PAMethods.o compiler/stage2/build/Vectorise/Generic/PADict.o compiler/stage2/build/Vectorise/Generic/PData.o compiler/stage2/build/Vectorise/Type/Env.o compiler/stage2/build/Vectorise/Type/Type.o compiler/stage2/build/Vectorise/Type/TyConDecl.o compiler/stage2/build/Vectorise/Type/Classify.o compiler/stage2/build/Vectorise/Convert.o compiler/stage2/build/Vectorise/Vect.o compiler/stage2/build/Vectorise/Var.o compiler/stage2/build/Vectorise/Env.o compiler/stage2/build/Vectorise/Exp.o compiler/stage2/build/Vectorise.o compiler/stage2/build/Hoopl/Dataflow.o compiler/stage2/build/Hoopl.o compiler/stage2/build/AsmCodeGen.o compiler/stage2/build/TargetReg.o compiler/stage2/build/NCGMonad.o compiler/stage2/build/Instruction.o compiler/stage2/build/Size.o compiler/stage2/build/Reg.o compiler/stage2/build/RegClass.o compiler/stage2/build/PIC.o compiler/stage2/build/Platform.o compiler/stage2/build/CPrim.o compiler/stage2/build/X86/Regs.o compiler/stage2/build/X86/RegInfo.o compiler/stage2/build/X86/Instr.o compiler/stage2/build/X86/Cond.o compiler/stage2/build/X86/Ppr.o compiler/stage2/build/X86/CodeGen.o compiler/stage2/build/PPC/Regs.o compiler/stage2/build/PPC/RegInfo.o compiler/stage2/build/PPC/Instr.o compiler/stage2/build/PPC/Cond.o compiler/stage2/build/PPC/Ppr.o compiler/stage2/build/PPC/CodeGen.o compiler/stage2/build/SPARC/Base.o compiler/stage2/build/SPARC/Regs.o compiler/stage2/build/SPARC/Imm.o compiler/stage2/build/SPARC/AddrMode.o compiler/stage2/build/SPARC/Cond.o compiler/stage2/build/SPARC/Instr.o compiler/stage2/build/SPARC/Stack.o compiler/stage2/build/SPARC/ShortcutJump.o compiler/stage2/build/SPARC/Ppr.o compiler/stage2/build/SPARC/CodeGen.o compiler/stage2/build/SPARC/CodeGen/Amode.o compiler/stage2/build/SPARC/CodeGen/Base.o compiler/stage2/build/SPARC/CodeGen/CondCode.o compiler/stage2/build/SPARC/CodeGen/Gen32.o compiler/stage2/build/SPARC/CodeGen/Gen64.o compiler/stage2/build/SPARC/CodeGen/Sanity.o compiler/stage2/build/SPARC/CodeGen/Expand.o compiler/stage2/build/RegAlloc/Liveness.o compiler/stage2/build/RegAlloc/Graph/Main.o compiler/stage2/build/RegAlloc/Graph/Stats.o compiler/stage2/build/RegAlloc/Graph/ArchBase.o compiler/stage2/build/RegAlloc/Graph/ArchX86.o compiler/stage2/build/RegAlloc/Graph/Coalesce.o compiler/stage2/build/RegAlloc/Graph/Spill.o compiler/stage2/build/RegAlloc/Graph/SpillClean.o compiler/stage2/build/RegAlloc/Graph/SpillCost.o compiler/stage2/build/RegAlloc/Graph/TrivColorable.o compiler/stage2/build/RegAlloc/Linear/Main.o compiler/stage2/build/RegAlloc/Linear/JoinToTargets.o compiler/stage2/build/RegAlloc/Linear/State.o compiler/stage2/build/RegAlloc/Linear/Stats.o compiler/stage2/build/RegAlloc/Linear/FreeRegs.o compiler/stage2/build/RegAlloc/Linear/StackMap.o compiler/stage2/build/RegAlloc/Linear/Base.o compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.o compiler/stage2/build/RegAlloc/Linear/X86_64/FreeRegs.o compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.o compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.o compiler/stage2/build/Dwarf.o compiler/stage2/build/Dwarf/Types.o compiler/stage2/build/Dwarf/Constants.o compiler/stage2/build/DsMeta.o compiler/stage2/build/Convert.o compiler/stage2/build/ByteCodeAsm.o compiler/stage2/build/ByteCodeGen.o compiler/stage2/build/ByteCodeInstr.o compiler/stage2/build/ByteCodeItbls.o compiler/stage2/build/ByteCodeLink.o compiler/stage2/build/Debugger.o compiler/stage2/build/LibFFI.o compiler/stage2/build/Linker.o compiler/stage2/build/ObjLink.o compiler/stage2/build/RtClosureInspect.o compiler/stage2/build/DebuggerUtils.o compiler/stage2/build/parser/cutils.o compiler/stage2/build/cbits/genSym.o >> compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe.a.contents "ar" q compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe.a @compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe.a.contents ar: creating compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe.a Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options. "rm" -f compiler/stage2/build/libHSghc-7.10.3-0AG9TOjDEtx4Ji3wSwHOBe.a.contents "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -optP-DGHCI -optP-include -optPghc/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key haske_GGvi737nHHfG6zm2y7Rimi -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -threaded -no-user-package-db -rtsopts -odir ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -c ghc/./GhciTags.hs -o ghc/stage2/build/GhciTags.dyn_o "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -optP-DGHCI -optP-include -optPghc/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key haske_GGvi737nHHfG6zm2y7Rimi -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -threaded -no-user-package-db -rtsopts -odir ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -c ghc/./InteractiveUI.hs -o ghc/stage2/build/InteractiveUI.dyn_o <> "inplace/bin/ghc-stage1" -o utils/mkUserGuidePart/dist/build/tmp/mkUserGuidePart -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/mkUserGuidePart/. -iutils/mkUserGuidePart/dist/build -iutils/mkUserGuidePart/dist/build/autogen -Iutils/mkUserGuidePart/dist/build -Iutils/mkUserGuidePart/dist/build/autogen -optP-include -optPutils/mkUserGuidePart/dist/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -XHaskell2010 -no-user-package-db -rtsopts -odir utils/mkUserGuidePart/dist/build -hidir utils/mkUserGuidePart/dist/build -stubdir utils/mkUserGuidePart/dist/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage2/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/template-haskell/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/mkUserGuidePart/. -iutils/mkUserGuidePart/dist/build -iutils/mkUserGuidePart/dist/build/autogen -Iutils/mkUserGuidePart/dist/build -Iutils/mkUserGuidePart/dist/build/autogen -optP-include -optPutils/mkUserGuidePart/dist/build/autogen/cabal_macros.h -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -XHaskell2010 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghc_0AG9TOjDEtx4Ji3wSwHOBe -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/trans_GZTjP9K5WFq01xC9BAGQpF -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/templ_GJPvtLC64aA4c1Jl10o2qt -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/prett_JItwetRppk1H5Uq3xbjDGC -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/proce_52AgREEfSrnJLlkGV9YZZJ -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/hpc_FUjQx3d1H3dEEtLFWv7hFw -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/hoopl_FCWMV1gJiCi02IwN4CnRgk -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binpa_JPOxOw4FLalDxRNtBqZ2ji -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binar_3uXFWMoAGBg0xKP9MHKRwi -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts utils/mkUserGuidePart/dist/build/Main.dyn_o /usr/bin/install -c -o pbulk -g users -m 755 utils/mkUserGuidePart/dist/build/tmp/mkUserGuidePart inplace/lib/bin/mkUserGuidePart "rm" -f inplace/bin/mkUserGuidePart echo '#!/bin/sh' >> inplace/bin/mkUserGuidePart echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/mkUserGuidePart"' >> inplace/bin/mkUserGuidePart echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/mkUserGuidePart echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/mkUserGuidePart echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/mkUserGuidePart echo 'pgmgcc="cc"' >> inplace/bin/mkUserGuidePart echo 'export LD_LIBRARY_PATH="/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage2/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/template-haskell/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build:/usr/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build:/usr/pkg/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build:/usr/pkg/lib:$LD_LIBRARY_PATH"' >> inplace/bin/mkUserGuidePart echo 'exec "$executablename" ${1+"$@"}' >> inplace/bin/mkUserGuidePart chmod +x inplace/bin/mkUserGuidePart inplace/bin/mkUserGuidePart docs/users_guide/users_guide.xml inplace/bin/mkUserGuidePart docs/users_guide/what_glasgow_exts_does.gen.xml "rm" -rf docs/users_guide/users_guide/ "/usr/pkg/bin/xsltproc" --stringparam base.dir docs/users_guide/users_guide/ --stringparam use.id.as.filename 1 --stringparam html.stylesheet fptools.css --nonet --stringparam toc.section.depth 3 --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl docs/users_guide/users_guide.xml Writing docs/users_guide/users_guide/License.html for preface(License) Writing docs/users_guide/users_guide/mailing-lists-GHC.html for sect1(mailing-lists-GHC) Writing docs/users_guide/users_guide/bug-reporting.html for sect1(bug-reporting) Writing docs/users_guide/users_guide/version-numbering.html for sect1(version-numbering) Writing docs/users_guide/users_guide/release-7-10-1.html for sect1(release-7-10-1) Writing docs/users_guide/users_guide/release-7-10-2.html for sect1(release-7-10-2) Writing docs/users_guide/users_guide/introduction-GHC.html for chapter(introduction-GHC) Writing docs/users_guide/users_guide/loading-source-files.html for sect1(loading-source-files) Writing docs/users_guide/users_guide/ghci-compiled.html for sect1(ghci-compiled) Writing docs/users_guide/users_guide/interactive-evaluation.html for sect1(interactive-evaluation) Writing docs/users_guide/users_guide/ghci-debugger.html for sect1(ghci-debugger) Writing docs/users_guide/users_guide/ghci-invocation.html for sect1(ghci-invocation) Writing docs/users_guide/users_guide/ghci-commands.html for sect1(ghci-commands) Writing docs/users_guide/users_guide/ghci-set.html for sect1(ghci-set) Writing docs/users_guide/users_guide/ghci-dot-files.html for sect1(ghci-dot-files) Writing docs/users_guide/users_guide/ghci-obj.html for sect1(ghci-obj) Writing docs/users_guide/users_guide/ghci-faq.html for sect1(ghci-faq) Writing docs/users_guide/users_guide/ghci.html for chapter(ghci) Writing docs/users_guide/users_guide/runghc.html for chapter(runghc) Writing docs/users_guide/users_guide/ch04s02.html for sect1 Writing docs/users_guide/users_guide/static-dynamic-flags.html for sect1(static-dynamic-flags) Writing docs/users_guide/users_guide/file-suffixes.html for sect1(file-suffixes) Writing docs/users_guide/users_guide/modes.html for sect1(modes) Writing docs/users_guide/users_guide/options-help.html for sect1(options-help) Writing docs/users_guide/users_guide/separate-compilation.html for sect1(separate-compilation) Writing docs/users_guide/users_guide/options-sanity.html for sect1(options-sanity) Writing docs/users_guide/users_guide/packages.html for sect1(packages) Writing docs/users_guide/users_guide/options-optimise.html for sect1(options-optimise) Writing docs/users_guide/users_guide/code-generators.html for sect1(code-generators) Writing docs/users_guide/users_guide/options-phases.html for sect1(options-phases) Writing docs/users_guide/users_guide/using-shared-libs.html for sect1(using-shared-libs) Writing docs/users_guide/users_guide/using-concurrent.html for sect1(using-concurrent) Writing docs/users_guide/users_guide/using-smp.html for sect1(using-smp) Writing docs/users_guide/users_guide/options-platform.html for sect1(options-platform) Writing docs/users_guide/users_guide/runtime-control.html for sect1(runtime-control) Writing docs/users_guide/users_guide/options-debugging.html for sect1(options-debugging) Writing docs/users_guide/users_guide/flag-reference.html for sect1(flag-reference) Writing docs/users_guide/users_guide/using-ghc.html for chapter(using-ghc) Writing docs/users_guide/users_guide/prof-compiler-options.html for sect1(prof-compiler-options) Writing docs/users_guide/users_guide/prof-time-options.html for sect1(prof-time-options) Writing docs/users_guide/users_guide/prof-heap.html for sect1(prof-heap) Writing docs/users_guide/users_guide/hp2ps.html for sect1(hp2ps) Writing docs/users_guide/users_guide/prof-threaded.html for sect1(prof-threaded) Writing docs/users_guide/users_guide/hpc.html for sect1(hpc) Writing docs/users_guide/users_guide/ticky-ticky.html for sect1(ticky-ticky) Writing docs/users_guide/users_guide/profiling.html for chapter(profiling) Writing docs/users_guide/users_guide/faster.html for sect1(faster) Writing docs/users_guide/users_guide/smaller.html for sect1(smaller) Writing docs/users_guide/users_guide/thriftier.html for sect1(thriftier) Writing docs/users_guide/users_guide/sooner-faster-quicker.html for chapter(sooner-faster-quicker) Writing docs/users_guide/users_guide/primitives.html for sect1(primitives) Writing docs/users_guide/users_guide/syntax-extns.html for sect1(syntax-extns) Writing docs/users_guide/users_guide/data-type-extensions.html for sect1(data-type-extensions) Writing docs/users_guide/users_guide/deriving.html for sect1(deriving) Writing docs/users_guide/users_guide/type-class-extensions.html for sect1(type-class-extensions) Writing docs/users_guide/users_guide/type-families.html for sect1(type-families) Writing docs/users_guide/users_guide/kind-polymorphism.html for sect1(kind-polymorphism) Writing docs/users_guide/users_guide/promotion.html for sect1(promotion) Writing docs/users_guide/users_guide/type-level-literals.html for sect1(type-level-literals) Writing docs/users_guide/users_guide/equality-constraints.html for sect1(equality-constraints) Writing docs/users_guide/users_guide/constraint-kind.html for sect1(constraint-kind) Writing docs/users_guide/users_guide/other-type-extensions.html for sect1(other-type-extensions) Writing docs/users_guide/users_guide/typed-holes.html for sect1(typed-holes) Writing docs/users_guide/users_guide/partial-type-signatures.html for sect1(partial-type-signatures) Writing docs/users_guide/users_guide/defer-type-errors.html for sect1(defer-type-errors) Writing docs/users_guide/users_guide/template-haskell.html for sect1(template-haskell) Writing docs/users_guide/users_guide/arrow-notation.html for sect1(arrow-notation) Writing docs/users_guide/users_guide/bang-patterns.html for sect1(bang-patterns) Writing docs/users_guide/users_guide/assertions.html for sect1(assertions) Writing docs/users_guide/users_guide/static-pointers.html for sect1(static-pointers) Writing docs/users_guide/users_guide/pragmas.html for sect1(pragmas) Writing docs/users_guide/users_guide/rewrite-rules.html for sect1(rewrite-rules) Writing docs/users_guide/users_guide/special-ids.html for sect1(special-ids) "inplace/bin/ghc-stage1" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -optP-DGHCI -optP-include -optPghc/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key haske_GGvi737nHHfG6zm2y7Rimi -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -threaded -no-user-package-db -rtsopts -odir ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -c ghc/./Main.hs -o ghc/stage2/build/Main.dyn_o Writing docs/users_guide/users_guide/generic-classes.html for sect1(generic-classes) Writing docs/users_guide/users_guide/generic-programming.html for sect1(generic-programming) Writing docs/users_guide/users_guide/roles.html for sect1(roles) Writing docs/users_guide/users_guide/lang-parallel.html for sect1(lang-parallel) Error: no ID for constraint linkend: "annotations". Writing docs/users_guide/users_guide/safe-haskell.html for sect1(safe-haskell) Writing docs/users_guide/users_guide/ghc-language-features.html for chapter(ghc-language-features) Writing docs/users_guide/users_guide/ffi-ghc.html for sect1(ffi-ghc) Writing docs/users_guide/users_guide/ffi.html for chapter(ffi) Writing docs/users_guide/users_guide/ghc-as-a-library.html for sect1(ghc-as-a-library) Writing docs/users_guide/users_guide/compiler-plugins.html for sect1(compiler-plugins) Writing docs/users_guide/users_guide/extending-ghc.html for chapter(extending-ghc) Writing docs/users_guide/users_guide/wrong-compilee.html for sect1(wrong-compilee) Writing docs/users_guide/users_guide/wrong.html for chapter(wrong) Writing docs/users_guide/users_guide/hsc2hs.html for sect1(hsc2hs) Writing docs/users_guide/users_guide/utils.html for chapter(utils) Writing docs/users_guide/users_guide/ghci-windows.html for sect1(ghci-windows) Writing docs/users_guide/users_guide/terminal-interaction.html for sect1(terminal-interaction) Writing docs/users_guide/users_guide/library-differences.html for sect1(library-differences) Writing docs/users_guide/users_guide/ghci-cygwin.html for sect1(ghci-cygwin) Writing docs/users_guide/users_guide/win32-dlls.html for sect1(win32-dlls) Writing docs/users_guide/users_guide/win32.html for chapter(win32) Writing docs/users_guide/users_guide/bugs.html for sect1(bugs) Writing docs/users_guide/users_guide/bugs-and-infelicities.html for chapter(bugs-and-infelicities) "inplace/bin/ghc-stage1" -o ghc/stage2/build/tmp/ghc-stage2 -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -optP-DGHCI -optP-include -optPghc/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key haske_GGvi737nHHfG6zm2y7Rimi -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -threaded -no-user-package-db -rtsopts -odir ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/haskeline/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/terminfo/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage2/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/template-haskell/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lcurses -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -hide-all-packages -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -optP-DGHCI -optP-include -optPghc/stage2/build/autogen/cabal_macros.h -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key haske_GGvi737nHHfG6zm2y7Rimi -package-key proce_52AgREEfSrnJLlkGV9YZZJ -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key unix_KZL8h98IqDM57kQSPo1mKx -Wall -fno-warn-name-shadowing -XHaskell2010 -O2 -threaded -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/haske_GGvi737nHHfG6zm2y7Rimi -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/termi_6iVf4EBnOgfIaaOCLRs8jl -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghc_0AG9TOjDEtx4Ji3wSwHOBe -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/trans_GZTjP9K5WFq01xC9BAGQpF -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/templ_GJPvtLC64aA4c1Jl10o2qt -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/prett_JItwetRppk1H5Uq3xbjDGC -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/proce_52AgREEfSrnJLlkGV9YZZJ -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/hpc_FUjQx3d1H3dEEtLFWv7hFw -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/hoopl_FCWMV1gJiCi02IwN4CnRgk -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binpa_JPOxOw4FLalDxRNtBqZ2ji -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binar_3uXFWMoAGBg0xKP9MHKRwi -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts ghc/stage2/build/Main.dyn_o ghc/stage2/build/InteractiveUI.dyn_o ghc/stage2/build/GhciMonad.dyn_o ghc/stage2/build/GhciTags.dyn_o ghc/stage2/build/hschooks.dyn_o /usr/bin/install -c -o pbulk -g users -m 755 ghc/stage2/build/tmp/ghc-stage2 inplace/lib/bin/ghc-stage2 "rm" -f inplace/bin/ghc-stage2 echo '#!/bin/sh' >> inplace/bin/ghc-stage2 echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/ghc-stage2"' >> inplace/bin/ghc-stage2 echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/ghc-stage2 echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/ghc-stage2 echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/ghc-stage2 echo 'pgmgcc="cc"' >> inplace/bin/ghc-stage2 echo 'export LD_LIBRARY_PATH="/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/haskeline/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/terminfo/dist-install/build:/usr/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage2/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/template-haskell/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build:/usr/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build:/usr/pkg/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build:/usr/pkg/lib:$LD_LIBRARY_PATH"' >> inplace/bin/ghc-stage2 cat ghc/ghc.wrapper >> inplace/bin/ghc-stage2 chmod +x inplace/bin/ghc-stage2 "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/GhcUtils.hs -o utils/haddock/dist/build/Haddock/GhcUtils.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/src/Documentation/Haddock/Types.hs -o utils/haddock/dist/build/Documentation/Haddock/Types.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/dist/build/autogen/Paths_haddock.hs -o utils/haddock/dist/build/Paths_haddock.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/src/Documentation/Haddock/Utf8.hs -o utils/haddock/dist/build/Documentation/Haddock/Utf8.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Fhthagn.hs -o utils/haddock/dist/build/Data/Attoparsec/Internal/Fhthagn.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/FastSet.hs -o utils/haddock/dist/build/Data/Attoparsec/ByteString/FastSet.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Number.hs -o utils/haddock/dist/build/Data/Attoparsec/Number.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Types.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/Types.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Backends/HaddockDB.hs -o utils/haddock/dist/build/Haddock/Backends/HaddockDB.dyn_o utils/haddock/haddock-library/src/Documentation/Haddock/Types.hs:17:1: Warning: The import of `Data.Foldable' is redundant except perhaps to import instances from `Data.Foldable' To import instances alone, use: import Data.Foldable() utils/haddock/haddock-library/src/Documentation/Haddock/Types.hs:18:1: Warning: The import of `Data.Traversable' is redundant except perhaps to import instances from `Data.Traversable' To import instances alone, use: import Data.Traversable() "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghctags/. -iutils/ghctags/dist-install/build -iutils/ghctags/dist-install/build/autogen -Iutils/ghctags/dist-install/build -Iutils/ghctags/dist-install/build/autogen -optP-include -optPutils/ghctags/dist-install/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghctags/dist-install/build -hidir utils/ghctags/dist-install/build -stubdir utils/ghctags/dist-install/build -c utils/ghctags/./Main.hs -o utils/ghctags/dist-install/build/Main.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Version.hs -o utils/haddock/dist/build/Haddock/Version.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs -o utils/haddock/dist/build/Data/Attoparsec/ByteString/Buffer.dyn_o utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs:60:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs -o utils/haddock/dist/build/Data/Attoparsec/Internal/Types.dyn_o utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs:28:1: Warning: The import of `Applicative, <$>' from module `Control.Applicative' is redundant utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs:35:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Types.hs -o utils/haddock/dist/build/Haddock/Types.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/src/Documentation/Haddock/Doc.hs -o utils/haddock/dist/build/Documentation/Haddock/Doc.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal.hs -o utils/haddock/dist/build/Data/Attoparsec/Internal.dyn_o utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal.hs:24:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Combinator.hs -o utils/haddock/dist/build/Data/Attoparsec/Combinator.dyn_o utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Combinator.hs:38:1: Warning: The import of `Applicative, *>, <$>' from module `Control.Applicative' is redundant utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Combinator.hs:44:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() "inplace/bin/ghc-stage2" -o utils/ghctags/dist-install/build/tmp/ghctags -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghctags/. -iutils/ghctags/dist-install/build -iutils/ghctags/dist-install/build/autogen -Iutils/ghctags/dist-install/build -Iutils/ghctags/dist-install/build/autogen -optP-include -optPutils/ghctags/dist-install/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -XHaskell2010 -no-user-package-db -rtsopts -odir utils/ghctags/dist-install/build -hidir utils/ghctags/dist-install/build -stubdir utils/ghctags/dist-install/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage2/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/template-haskell/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/Cabal/Cabal/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/ghctags/. -iutils/ghctags/dist-install/build -iutils/ghctags/dist-install/build/autogen -Iutils/ghctags/dist-install/build -Iutils/ghctags/dist-install/build/autogen -optP-include -optPutils/ghctags/dist-install/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -XHaskell2010 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghc_0AG9TOjDEtx4Ji3wSwHOBe -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/trans_GZTjP9K5WFq01xC9BAGQpF -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/templ_GJPvtLC64aA4c1Jl10o2qt -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/hpc_FUjQx3d1H3dEEtLFWv7hFw -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/hoopl_FCWMV1gJiCi02IwN4CnRgk -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binpa_JPOxOw4FLalDxRNtBqZ2ji -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/Cabal_3ux67khMI118y6VpwrFnXN -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/proce_52AgREEfSrnJLlkGV9YZZJ -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/prett_JItwetRppk1H5Uq3xbjDGC -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binar_3uXFWMoAGBg0xKP9MHKRwi -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts utils/ghctags/dist-install/build/Main.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Utils.hs -o utils/haddock/dist/build/Haddock/Utils.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Interface/Rename.hs -o utils/haddock/dist/build/Haddock/Interface/Rename.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Convert.hs -o utils/haddock/dist/build/Haddock/Convert.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/ModuleTree.hs -o utils/haddock/dist/build/Haddock/ModuleTree.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs -o utils/haddock/dist/build/Data/Attoparsec/ByteString/Internal.dyn_o utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:68:1: Warning: The import of `<$>' from module `Control.Applicative' is redundant utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:139:14: Warning: In the use of `B.inlinePerformIO' (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." /usr/bin/install -c -o pbulk -g users -m 755 utils/ghctags/dist-install/build/tmp/ghctags inplace/lib/bin/ghctags "rm" -f inplace/bin/ghctags echo '#!/bin/sh' >> inplace/bin/ghctags echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/ghctags"' >> inplace/bin/ghctags echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/ghctags echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/ghctags echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/ghctags echo 'pgmgcc="cc"' >> inplace/bin/ghctags echo 'export LD_LIBRARY_PATH="/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage2/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/template-haskell/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/Cabal/Cabal/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build:/usr/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build:/usr/pkg/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build:/usr/pkg/lib:$LD_LIBRARY_PATH"' >> inplace/bin/ghctags echo 'exec "$executablename" ${1+"$@"}' >> inplace/bin/ghctags chmod +x inplace/bin/ghctags "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Interface/AttachInstances.hs -o utils/haddock/dist/build/Haddock/Interface/AttachInstances.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Options.hs -o utils/haddock/dist/build/Haddock/Options.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/InterfaceFile.hs -o utils/haddock/dist/build/Haddock/InterfaceFile.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Backends/Hoogle.hs -o utils/haddock/dist/build/Haddock/Backends/Hoogle.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Doc.hs -o utils/haddock/dist/build/Haddock/Doc.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Utils.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/Utils.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Backends/LaTeX.hs -o utils/haddock/dist/build/Haddock/Backends/LaTeX.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString.hs -o utils/haddock/dist/build/Data/Attoparsec/ByteString.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Char8.hs -o utils/haddock/dist/build/Data/Attoparsec/ByteString/Char8.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec.hs -o utils/haddock/dist/build/Data/Attoparsec.dyn_o utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Char8.hs:123:1: Warning: The import of `<*, *>, <$>' from module `Control.Applicative' is redundant "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Names.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/Names.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Themes.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/Themes.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/DocMarkup.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/DocMarkup.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Layout.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/Layout.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Decl.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/Decl.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/src/Documentation/Haddock/Parser/Monad.hs -o utils/haddock/dist/build/Documentation/Haddock/Parser/Monad.dyn_o Writing docs/users_guide/users_guide/ix01.html for index Writing docs/users_guide/users_guide/index.html for book(users-guide) cp mk/fptools.css docs/users_guide/users_guide/ cp docs/users_guide/prof_scc.eps docs/users_guide/users_guide/prof_scc.eps "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/src/Documentation/Haddock/Parser/Util.hs -o utils/haddock/dist/build/Documentation/Haddock/Parser/Util.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Backends/Xhtml.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-library/src/Documentation/Haddock/Parser.hs -o utils/haddock/dist/build/Documentation/Haddock/Parser.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Parser.hs -o utils/haddock/dist/build/Haddock/Parser.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Interface/ParseModuleHeader.hs -o utils/haddock/dist/build/Haddock/Interface/ParseModuleHeader.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Interface/LexParseRn.hs -o utils/haddock/dist/build/Haddock/Interface/LexParseRn.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Interface/Create.hs -o utils/haddock/dist/build/Haddock/Interface/Create.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock/Interface.hs -o utils/haddock/dist/build/Haddock/Interface.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Haddock.hs -o utils/haddock/dist/build/Haddock.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/haddock-api/src/Documentation/Haddock.hs -o utils/haddock/dist/build/Documentation/Haddock.dyn_o "inplace/bin/ghc-stage2" -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -c utils/haddock/driver/Main.hs -o utils/haddock/dist/build/Main.dyn_o "inplace/bin/ghc-stage2" -o utils/haddock/dist/build/tmp/haddock -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/xhtml/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage2/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/template-haskell/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/Cabal/Cabal/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build' -optl-L'/usr/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build' -optl-L'/usr/pkg/lib' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build' -optl-L'/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build' -optl-L'/usr/pkg/lib' -optl-lrt -optl-lutil -optl-lgmp -optl-lm -optl-lrt -optl-lffi -fPIC -dynamic -H32m -O -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package-key Cabal_3ux67khMI118y6VpwrFnXN -package-key array_67iodizgJQIIxYVTp4emlA -package-key base_HQfYBxpPvuw8OunzQu6JGM -package-key bytes_6VWy06pWzJq9evDvK2d4w6 -package-key conta_2C3ZI8RgPO2LBMidXKTvIU -package-key deeps_6vMKxt5sPFR0XsbRWvvq59 -package-key direc_0hFG6ZxK1nk4zsyOqbNHfm -package-key filep_Ey7a1in9roBAE8bUFJ5R9m -package-key ghc_0AG9TOjDEtx4Ji3wSwHOBe -package-key trans_GZTjP9K5WFq01xC9BAGQpF -package-key xhtml_0ACfOp3hebWD9jGWE4v4Gh -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010 -no-user-package-db -rtsopts -fno-use-rpaths -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/xhtml_0ACfOp3hebWD9jGWE4v4Gh -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghc_0AG9TOjDEtx4Ji3wSwHOBe -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/trans_GZTjP9K5WFq01xC9BAGQpF -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/templ_GJPvtLC64aA4c1Jl10o2qt -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/hpc_FUjQx3d1H3dEEtLFWv7hFw -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/hoopl_FCWMV1gJiCi02IwN4CnRgk -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binpa_JPOxOw4FLalDxRNtBqZ2ji -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/Cabal_3ux67khMI118y6VpwrFnXN -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/proce_52AgREEfSrnJLlkGV9YZZJ -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/prett_JItwetRppk1H5Uq3xbjDGC -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/direc_0hFG6ZxK1nk4zsyOqbNHfm -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/filep_Ey7a1in9roBAE8bUFJ5R9m -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/binar_3uXFWMoAGBg0xKP9MHKRwi -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath -optl-Wl,/usr/pkg/lib/ghc-7.10.3/rts utils/haddock/dist/build/Main.dyn_o utils/haddock/dist/build/Documentation/Haddock/Parser.dyn_o utils/haddock/dist/build/Documentation/Haddock/Parser/Monad.dyn_o utils/haddock/dist/build/Documentation/Haddock/Types.dyn_o utils/haddock/dist/build/Documentation/Haddock/Doc.dyn_o utils/haddock/dist/build/Data/Attoparsec.dyn_o utils/haddock/dist/build/Data/Attoparsec/ByteString.dyn_o utils/haddock/dist/build/Data/Attoparsec/ByteString/Buffer.dyn_o utils/haddock/dist/build/Data/Attoparsec/ByteString/Char8.dyn_o utils/haddock/dist/build/Data/Attoparsec/ByteString/FastSet.dyn_o utils/haddock/dist/build/Data/Attoparsec/ByteString/Internal.dyn_o utils/haddock/dist/build/Data/Attoparsec/Combinator.dyn_o utils/haddock/dist/build/Data/Attoparsec/Internal.dyn_o utils/haddock/dist/build/Data/Attoparsec/Internal/Fhthagn.dyn_o utils/haddock/dist/build/Data/Attoparsec/Internal/Types.dyn_o utils/haddock/dist/build/Data/Attoparsec/Number.dyn_o utils/haddock/dist/build/Documentation/Haddock/Utf8.dyn_o utils/haddock/dist/build/Documentation/Haddock/Parser/Util.dyn_o utils/haddock/dist/build/Documentation/Haddock.dyn_o utils/haddock/dist/build/Haddock.dyn_o utils/haddock/dist/build/Haddock/Interface.dyn_o utils/haddock/dist/build/Haddock/Interface/Rename.dyn_o utils/haddock/dist/build/Haddock/Interface/Create.dyn_o utils/haddock/dist/build/Haddock/Interface/AttachInstances.dyn_o utils/haddock/dist/build/Haddock/Interface/LexParseRn.dyn_o utils/haddock/dist/build/Haddock/Interface/ParseModuleHeader.dyn_o utils/haddock/dist/build/Haddock/Parser.dyn_o utils/haddock/dist/build/Haddock/Utils.dyn_o utils/haddock/dist/build/Haddock/Backends/Xhtml.dyn_o utils/haddock/dist/build/Haddock/Backends/Xhtml/Decl.dyn_o utils/haddock/dist/build/Haddock/Backends/Xhtml/DocMarkup.dyn_o utils/haddock/dist/build/Haddock/Backends/Xhtml/Layout.dyn_o utils/haddock/dist/build/Haddock/Backends/Xhtml/Names.dyn_o utils/haddock/dist/build/Haddock/Backends/Xhtml/Themes.dyn_o utils/haddock/dist/build/Haddock/Backends/Xhtml/Types.dyn_o utils/haddock/dist/build/Haddock/Backends/Xhtml/Utils.dyn_o utils/haddock/dist/build/Haddock/Backends/LaTeX.dyn_o utils/haddock/dist/build/Haddock/Backends/HaddockDB.dyn_o utils/haddock/dist/build/Haddock/Backends/Hoogle.dyn_o utils/haddock/dist/build/Haddock/ModuleTree.dyn_o utils/haddock/dist/build/Haddock/Types.dyn_o utils/haddock/dist/build/Haddock/Doc.dyn_o utils/haddock/dist/build/Haddock/Version.dyn_o utils/haddock/dist/build/Haddock/InterfaceFile.dyn_o utils/haddock/dist/build/Haddock/Options.dyn_o utils/haddock/dist/build/Haddock/GhcUtils.dyn_o utils/haddock/dist/build/Haddock/Convert.dyn_o utils/haddock/dist/build/Paths_haddock.dyn_o /usr/bin/install -c -o pbulk -g users -m 755 utils/haddock/dist/build/tmp/haddock inplace/lib/bin/haddock "rm" -f inplace/bin/haddock echo '#!/bin/sh' >> inplace/bin/haddock echo 'executablename="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib/bin/haddock"' >> inplace/bin/haddock echo 'datadir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/haddock echo 'bindir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin"' >> inplace/bin/haddock echo 'topdir="/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/lib"' >> inplace/bin/haddock echo 'pgmgcc="cc"' >> inplace/bin/haddock echo 'export LD_LIBRARY_PATH="/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/xhtml/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/compiler/stage2/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/transformers/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/template-haskell/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hpc/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/hoopl/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bin-package-db/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/Cabal/Cabal/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/process/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/pretty/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/directory/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/unix/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/time/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/filepath/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/binary/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/containers/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/bytestring/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/deepseq/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/array/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/base/dist-install/build:/usr/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/integer-gmp2/dist-install/build:/usr/pkg/lib:/tmp/work/lang/ghc7/work/ghc-7.10.3/libraries/ghc-prim/dist-install/build:/tmp/work/lang/ghc7/work/ghc-7.10.3/rts/dist/build:/usr/pkg/lib:$LD_LIBRARY_PATH"' >> inplace/bin/haddock cat utils/haddock/haddock.wrapper >> inplace/bin/haddock chmod +x inplace/bin/haddock "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/ghc-prim/dist-install/doc/html/ghc-prim" --no-tmp-comp-dir --dump-interface=libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock --html --hoogle --title="ghc-prim-0.4.0.0: GHC primitives" --prologue="libraries/ghc-prim/dist-install/haddock-prologue.txt" --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=ghcpr_8TmvWUcS1U1IKHT0levwg3 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/ghc-prim/. --optghc=-ilibraries/ghc-prim/dist-install/build --optghc=-ilibraries/ghc-prim/dist-install/build/autogen --optghc=-Ilibraries/ghc-prim/dist-install/build --optghc=-Ilibraries/ghc-prim/dist-install/build/autogen --optghc=-Ilibraries/ghc-prim/. --optghc=-optP-include --optghc=-optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=rts --optghc=-this-package-key --optghc=ghc-prim --optghc=-XHaskell2010 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/ghc-prim/dist-install/build --optghc=-hidir --optghc=libraries/ghc-prim/dist-install/build --optghc=-stubdir --optghc=libraries/ghc-prim/dist-install/build libraries/ghc-prim/./GHC/CString.hs libraries/ghc-prim/./GHC/Classes.hs libraries/ghc-prim/./GHC/Debug.hs libraries/ghc-prim/./GHC/IntWord64.hs libraries/ghc-prim/./GHC/Magic.hs libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs libraries/ghc-prim/./GHC/Tuple.hs libraries/ghc-prim/./GHC/Types.hs libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs +RTS -tlibraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock.t --machine-readable Haddock coverage: 100% ( 1 / 1) in 'GHC.IntWord64' 3% ( 2 / 63) in 'GHC.Tuple' Missing documentation for: (,) (libraries/ghc-prim/./GHC/Tuple.hs:26) (,,) (libraries/ghc-prim/./GHC/Tuple.hs:27) (,,,) (libraries/ghc-prim/./GHC/Tuple.hs:28) (,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:29) (,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:30) (,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:31) (,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:32) (,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:33) (,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:34) (,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:35) (,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:36) (,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:37) (,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:38) (,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:39) (,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:40) (,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:41) (,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:43) (,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:45) (,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:47) (,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:49) (,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:51) (,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:53) (,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:55) (,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:57) (,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:59) (,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:61) (,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:63) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:65) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:67) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:69) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:71) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:73) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:75) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:77) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:79) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:81) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:83) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:85) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:87) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:89) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:91) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:93) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:95) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:97) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:99) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:101) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:103) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:105) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:107) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:109) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:111) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:113) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:115) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:117) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:119) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:121) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:123) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:125) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:127) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:129) (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) (libraries/ghc-prim/./GHC/Tuple.hs:131) 0% ( 0 /406) in 'GHC.PrimopWrappers' Missing documentation for: Module header gtChar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:7) geChar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:10) eqChar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:13) neChar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:16) ltChar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:19) leChar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:22) ord# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:25) +# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:28) -# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:31) *# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:34) mulIntMayOflo# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:37) quotInt# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:40) remInt# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:43) quotRemInt# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:46) andI# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:49) orI# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:52) xorI# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:55) notI# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:58) negateInt# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:61) addIntC# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:64) subIntC# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:67) ># (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:70) >=# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:73) ==# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:76) /=# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:79) <# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:82) <=# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:85) chr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:88) int2Word# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:91) int2Float# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:94) int2Double# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:97) word2Float# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:100) word2Double# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:103) uncheckedIShiftL# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:106) uncheckedIShiftRA# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:109) uncheckedIShiftRL# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:112) plusWord# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:115) plusWord2# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:118) minusWord# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:121) timesWord# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:124) timesWord2# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:127) quotWord# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:130) remWord# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:133) quotRemWord# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:136) quotRemWord2# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:139) and# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:142) or# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:145) xor# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:148) not# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:151) uncheckedShiftL# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:154) uncheckedShiftRL# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:157) word2Int# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:160) gtWord# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:163) geWord# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:166) eqWord# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:169) neWord# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:172) ltWord# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:175) leWord# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:178) popCnt8# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:181) popCnt16# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:184) popCnt32# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:187) popCnt64# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:190) popCnt# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:193) clz8# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:196) clz16# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:199) clz32# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:202) clz64# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:205) clz# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:208) ctz8# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:211) ctz16# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:214) ctz32# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:217) ctz64# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:220) ctz# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:223) byteSwap16# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:226) byteSwap32# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:229) byteSwap64# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:232) byteSwap# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:235) narrow8Int# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:238) narrow16Int# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:241) narrow32Int# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:244) narrow8Word# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:247) narrow16Word# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:250) narrow32Word# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:253) >## (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:256) >=## (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:259) ==## (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:262) /=## (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:265) <## (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:268) <=## (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:271) +## (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:274) -## (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:277) *## (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:280) /## (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:283) negateDouble# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:286) double2Int# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:289) double2Float# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:292) expDouble# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:295) logDouble# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:298) sqrtDouble# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:301) sinDouble# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:304) cosDouble# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:307) tanDouble# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:310) asinDouble# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:313) acosDouble# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:316) atanDouble# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:319) sinhDouble# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:322) coshDouble# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:325) tanhDouble# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:328) **## (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:331) decodeDouble_2Int# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:334) decodeDouble_Int64# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:337) gtFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:340) geFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:343) eqFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:346) neFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:349) ltFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:352) leFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:355) plusFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:358) minusFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:361) timesFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:364) divideFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:367) negateFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:370) float2Int# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:373) expFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:376) logFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:379) sqrtFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:382) sinFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:385) cosFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:388) tanFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:391) asinFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:394) acosFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:397) atanFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:400) sinhFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:403) coshFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:406) tanhFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:409) powerFloat# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:412) float2Double# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:415) decodeFloat_Int# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:418) newArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:421) sameMutableArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:424) readArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:427) writeArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:430) sizeofArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:433) sizeofMutableArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:436) indexArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:439) unsafeFreezeArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:442) unsafeThawArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:445) copyArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:448) copyMutableArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:451) cloneArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:454) cloneMutableArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:457) freezeArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:460) thawArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:463) casArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:466) newSmallArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:469) sameSmallMutableArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:472) readSmallArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:475) writeSmallArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:478) sizeofSmallArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:481) sizeofSmallMutableArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:484) indexSmallArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:487) unsafeFreezeSmallArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:490) unsafeThawSmallArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:493) copySmallArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:496) copySmallMutableArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:499) cloneSmallArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:502) cloneSmallMutableArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:505) freezeSmallArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:508) thawSmallArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:511) casSmallArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:514) newByteArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:517) newPinnedByteArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:520) newAlignedPinnedByteArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:523) byteArrayContents# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:526) sameMutableByteArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:529) shrinkMutableByteArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:532) resizeMutableByteArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:535) unsafeFreezeByteArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:538) sizeofByteArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:541) sizeofMutableByteArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:544) indexCharArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:547) indexWideCharArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:550) indexIntArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:553) indexWordArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:556) indexAddrArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:559) indexFloatArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:562) indexDoubleArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:565) indexStablePtrArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:568) indexInt8Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:571) indexInt16Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:574) indexInt32Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:577) indexInt64Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:580) indexWord8Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:583) indexWord16Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:586) indexWord32Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:589) indexWord64Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:592) readCharArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:595) readWideCharArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:598) readIntArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:601) readWordArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:604) readAddrArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:607) readFloatArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:610) readDoubleArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:613) readStablePtrArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:616) readInt8Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:619) readInt16Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:622) readInt32Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:625) readInt64Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:628) readWord8Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:631) readWord16Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:634) readWord32Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:637) readWord64Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:640) writeCharArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:643) writeWideCharArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:646) writeIntArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:649) writeWordArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:652) writeAddrArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:655) writeFloatArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:658) writeDoubleArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:661) writeStablePtrArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:664) writeInt8Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:667) writeInt16Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:670) writeInt32Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:673) writeInt64Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:676) writeWord8Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:679) writeWord16Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:682) writeWord32Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:685) writeWord64Array# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:688) copyByteArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:691) copyMutableByteArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:694) copyByteArrayToAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:697) copyMutableByteArrayToAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:700) copyAddrToByteArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:703) setByteArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:706) atomicReadIntArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:709) atomicWriteIntArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:712) casIntArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:715) fetchAddIntArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:718) fetchSubIntArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:721) fetchAndIntArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:724) fetchNandIntArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:727) fetchOrIntArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:730) fetchXorIntArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:733) newArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:736) sameMutableArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:739) unsafeFreezeArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:742) sizeofArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:745) sizeofMutableArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:748) indexByteArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:751) indexArrayArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:754) readByteArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:757) readMutableByteArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:760) readArrayArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:763) readMutableArrayArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:766) writeByteArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:769) writeMutableByteArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:772) writeArrayArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:775) writeMutableArrayArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:778) copyArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:781) copyMutableArrayArray# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:784) plusAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:787) minusAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:790) remAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:793) addr2Int# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:796) int2Addr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:799) gtAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:802) geAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:805) eqAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:808) neAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:811) ltAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:814) leAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:817) indexCharOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:820) indexWideCharOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:823) indexIntOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:826) indexWordOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:829) indexAddrOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:832) indexFloatOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:835) indexDoubleOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:838) indexStablePtrOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:841) indexInt8OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:844) indexInt16OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:847) indexInt32OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:850) indexInt64OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:853) indexWord8OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:856) indexWord16OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:859) indexWord32OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:862) indexWord64OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:865) readCharOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:868) readWideCharOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:871) readIntOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:874) readWordOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:877) readAddrOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:880) readFloatOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:883) readDoubleOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:886) readStablePtrOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:889) readInt8OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:892) readInt16OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:895) readInt32OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:898) readInt64OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:901) readWord8OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:904) readWord16OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:907) readWord32OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:910) readWord64OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:913) writeCharOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:916) writeWideCharOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:919) writeIntOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:922) writeWordOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:925) writeAddrOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:928) writeFloatOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:931) writeDoubleOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:934) writeStablePtrOffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:937) writeInt8OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:940) writeInt16OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:943) writeInt32OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:946) writeInt64OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:949) writeWord8OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:952) writeWord16OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:955) writeWord32OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:958) writeWord64OffAddr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:961) newMutVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:964) readMutVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:967) writeMutVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:970) sameMutVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:973) atomicModifyMutVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:976) casMutVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:979) catch# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:982) raise# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:985) raiseIO# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:988) maskAsyncExceptions# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:991) maskUninterruptible# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:994) unmaskAsyncExceptions# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:997) getMaskingState# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1000) atomically# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1003) retry# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1006) catchRetry# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1009) catchSTM# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1012) check# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1015) newTVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1018) readTVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1021) readTVarIO# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1024) writeTVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1027) sameTVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1030) newMVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1033) takeMVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1036) tryTakeMVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1039) putMVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1042) tryPutMVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1045) readMVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1048) tryReadMVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1051) sameMVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1054) isEmptyMVar# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1057) delay# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1060) waitRead# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1063) waitWrite# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1066) fork# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1069) forkOn# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1072) killThread# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1075) yield# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1078) myThreadId# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1081) labelThread# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1084) isCurrentThreadBound# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1087) noDuplicate# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1090) threadStatus# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1093) mkWeak# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1096) mkWeakNoFinalizer# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1099) addCFinalizerToWeak# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1102) deRefWeak# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1105) finalizeWeak# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1108) touch# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1111) makeStablePtr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1114) deRefStablePtr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1117) eqStablePtr# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1120) makeStableName# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1123) eqStableName# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1126) stableNameToInt# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1129) reallyUnsafePtrEquality# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1132) spark# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1135) getSpark# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1138) numSparks# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1141) dataToTag# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1144) addrToAny# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1147) mkApUpd0# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1150) newBCO# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1153) unpackClosure# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1156) getApStackVal# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1159) getCCSOf# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1162) getCurrentCCS# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1165) traceEvent# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1168) traceMarker# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1171) prefetchByteArray3# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1174) prefetchMutableByteArray3# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1177) prefetchAddr3# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1180) prefetchValue3# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1183) prefetchByteArray2# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1186) prefetchMutableByteArray2# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1189) prefetchAddr2# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1192) prefetchValue2# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1195) prefetchByteArray1# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1198) prefetchMutableByteArray1# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1201) prefetchAddr1# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1204) prefetchValue1# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1207) prefetchByteArray0# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1210) prefetchMutableByteArray0# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1213) prefetchAddr0# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1216) prefetchValue0# (libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs:1219) 100% ( 4 / 4) in 'GHC.Magic' 83% ( 10 / 12) in 'GHC.Types' Missing documentation for: Bool (libraries/ghc-prim/./GHC/Types.hs:35) Ordering (libraries/ghc-prim/./GHC/Types.hs:68) 73% (861 /1177) in 'GHC.Prim' Missing documentation for: Char# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1428) gtChar# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1430) geChar# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1433) eqChar# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1436) neChar# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1439) ltChar# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1442) leChar# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1445) ord# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1448) Int# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1451) +# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1454) -# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1458) andI# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1506) orI# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1509) xorI# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1512) notI# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1515) negateInt# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1518) ># (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1540) >=# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1544) ==# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1548) /=# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1552) <# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1556) <=# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1560) chr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1563) int2Word# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1566) int2Float# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1569) int2Double# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1572) word2Float# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1575) word2Double# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1578) Word# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1599) plusWord# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1601) plusWord2# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1604) minusWord# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1607) timesWord# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1610) timesWord2# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1613) quotWord# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1616) remWord# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1619) quotRemWord# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1622) quotRemWord2# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1625) and# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1628) or# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1631) xor# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1634) not# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1637) word2Int# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1652) gtWord# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1655) geWord# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1658) eqWord# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1661) neWord# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1664) ltWord# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1667) leWord# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1670) narrow8Int# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1768) narrow16Int# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1771) narrow32Int# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1774) narrow8Word# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1777) narrow16Word# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1780) narrow32Word# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1783) Double# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1786) >## (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1789) >=## (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1793) ==## (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1797) /=## (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1801) <## (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1805) <=## (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1809) +## (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1813) -## (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1817) *## (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1821) /## (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1825) negateDouble# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1828) double2Float# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1838) expDouble# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1841) logDouble# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1844) sqrtDouble# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1847) sinDouble# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1850) cosDouble# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1853) tanDouble# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1856) asinDouble# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1859) acosDouble# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1862) atanDouble# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1865) sinhDouble# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1868) coshDouble# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1871) tanhDouble# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1874) Float# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1895) gtFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1897) geFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1900) eqFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1903) neFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1906) ltFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1909) leFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1912) plusFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1915) minusFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1918) timesFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1921) divideFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1924) negateFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1927) expFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1937) logFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1940) sqrtFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1943) sinFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1946) cosFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1949) tanFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1952) asinFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1955) acosFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1958) atanFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1961) sinhFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1964) coshFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1967) tanhFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1970) powerFloat# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1973) float2Double# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1976) Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1985) MutableArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1987) sameMutableArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:1996) SmallArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2093) SmallMutableArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2095) sameSmallMutableArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2104) ByteArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2201) MutableByteArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2203) sameMutableByteArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2226) indexIntArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2276) indexWordArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2279) indexAddrArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2282) indexFloatArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2285) indexDoubleArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2288) indexStablePtrArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2291) readAddrArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2354) readFloatArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2357) readDoubleArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2360) readStablePtrArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2363) readInt8Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2366) readInt16Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2369) readInt32Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2372) readInt64Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2375) readWord8Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2378) readWord16Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2381) readWord32Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2384) readWord64Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2387) writeIntArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2400) writeWordArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2403) writeAddrArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2406) writeFloatArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2409) writeDoubleArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2412) writeStablePtrArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2415) writeInt8Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2418) writeInt16Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2421) writeInt32Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2424) writeInt64Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2427) writeWord8Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2430) writeWord16Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2433) writeWord32Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2436) writeWord64Array# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2439) ArrayArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2550) MutableArrayArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2552) sameMutableArrayArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2561) indexByteArrayArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2579) indexArrayArrayArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2582) readByteArrayArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2585) readMutableByteArrayArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2588) readArrayArrayArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2591) readMutableArrayArrayArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2594) writeByteArrayArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2597) writeMutableByteArrayArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2600) writeArrayArrayArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2603) writeMutableArrayArrayArray# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2606) plusAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2633) gtAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2658) geAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2661) eqAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2664) neAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2667) ltAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2670) leAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2673) indexIntOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2686) indexWordOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2689) indexAddrOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2692) indexFloatOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2695) indexDoubleOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2698) indexStablePtrOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2701) indexInt8OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2704) indexInt16OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2707) indexInt32OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2710) indexInt64OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2713) indexWord8OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2716) indexWord16OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2719) indexWord32OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2722) indexWord64OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2725) readIntOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2738) readWordOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2741) readAddrOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2744) readFloatOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2747) readDoubleOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2750) readStablePtrOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2753) readInt8OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2756) readInt16OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2759) readInt32OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2762) readInt64OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2765) readWord8OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2768) readWord16OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2771) readWord32OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2774) readWord64OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2777) writeCharOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2780) writeWideCharOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2783) writeIntOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2786) writeWordOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2789) writeAddrOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2792) writeFloatOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2795) writeDoubleOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2798) writeStablePtrOffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2801) writeInt8OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2804) writeInt16OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2807) writeInt32OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2810) writeInt64OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2813) writeWord8OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2816) writeWord16OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2819) writeWord32OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2822) writeWord64OffAddr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2825) sameMutVar# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2847) atomicModifyMutVar# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2850) casMutVar# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2853) catch# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2856) raise# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2859) raiseIO# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2862) maskAsyncExceptions# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2865) maskUninterruptible# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2868) unmaskAsyncExceptions# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2871) getMaskingState# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2874) TVar# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2877) atomically# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2879) retry# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2882) catchRetry# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2885) catchSTM# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2888) check# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2891) sameTVar# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2914) sameMVar# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:2965) fork# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3008) forkOn# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3011) killThread# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3014) yield# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3017) myThreadId# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3020) labelThread# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3023) isCurrentThreadBound# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3026) noDuplicate# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3029) threadStatus# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3032) Weak# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3035) mkWeak# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3037) mkWeakNoFinalizer# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3040) deRefWeak# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3053) finalizeWeak# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3056) touch# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3059) StablePtr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3062) StableName# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3064) makeStablePtr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3066) deRefStablePtr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3069) eqStablePtr# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3072) makeStableName# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3075) eqStableName# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3078) stableNameToInt# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3081) reallyUnsafePtrEquality# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3084) par# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3087) spark# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3090) seq# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3093) getSpark# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3096) parGlobal# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3104) parLocal# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3107) parAt# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3110) parAtAbs# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3113) parAtRel# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3116) parAtForNow# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3119) dataToTag# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3122) tagToEnum# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3125) mkApUpd0# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3137) newBCO# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3140) unpackClosure# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3143) getApStackVal# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3146) getCCSOf# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3149) Int8X16# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3300) Int16X8# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3302) Int32X4# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3304) Int64X2# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3306) Int8X32# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3308) Int16X16# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3310) Int32X8# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3312) Int64X4# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3314) Int8X64# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3316) Int16X32# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3318) Int32X16# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3320) Int64X8# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3322) Word8X16# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3324) Word16X8# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3326) Word32X4# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3328) Word64X2# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3330) Word8X32# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3332) Word16X16# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3334) Word32X8# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3336) Word64X4# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3338) Word8X64# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3340) Word16X32# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3342) Word32X16# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3344) Word64X8# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3346) FloatX4# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3348) DoubleX2# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3350) FloatX8# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3352) DoubleX4# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3354) FloatX16# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3356) DoubleX8# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:3358) prefetchByteArray3# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6570) prefetchMutableByteArray3# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6573) prefetchAddr3# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6576) prefetchValue3# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6579) prefetchByteArray2# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6582) prefetchMutableByteArray2# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6585) prefetchAddr2# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6588) prefetchValue2# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6591) prefetchByteArray1# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6594) prefetchMutableByteArray1# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6597) prefetchAddr1# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6600) prefetchValue1# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6603) prefetchByteArray0# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6606) prefetchMutableByteArray0# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6609) prefetchAddr0# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6612) prefetchValue0# (libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs:6615) 23% ( 6 / 26) in 'GHC.Classes' Missing documentation for: (libraries/ghc-prim/./GHC/Classes.hs:85) (libraries/ghc-prim/./GHC/Classes.hs:97) (libraries/ghc-prim/./GHC/Classes.hs:101) (libraries/ghc-prim/./GHC/Classes.hs:104) (libraries/ghc-prim/./GHC/Classes.hs:107) eqInt (libraries/ghc-prim/./GHC/Classes.hs:113) neInt (libraries/ghc-prim/./GHC/Classes.hs:113) (libraries/ghc-prim/./GHC/Classes.hs:185) (libraries/ghc-prim/./GHC/Classes.hs:203) (libraries/ghc-prim/./GHC/Classes.hs:209) (libraries/ghc-prim/./GHC/Classes.hs:220) (libraries/ghc-prim/./GHC/Classes.hs:231) gtInt (libraries/ghc-prim/./GHC/Classes.hs:242) geInt (libraries/ghc-prim/./GHC/Classes.hs:242) ltInt (libraries/ghc-prim/./GHC/Classes.hs:242) leInt (libraries/ghc-prim/./GHC/Classes.hs:242) compareInt (libraries/ghc-prim/./GHC/Classes.hs:248) compareInt# (libraries/ghc-prim/./GHC/Classes.hs:251) divInt# (libraries/ghc-prim/./GHC/Classes.hs:281) modInt# (libraries/ghc-prim/./GHC/Classes.hs:292) 0% ( 0 / 3) in 'GHC.Debug' Missing documentation for: Module header debugLn (libraries/ghc-prim/./GHC/Debug.hs:10) debugErrLn (libraries/ghc-prim/./GHC/Debug.hs:17) 17% ( 1 / 6) in 'GHC.CString' Missing documentation for: unpackCString# (libraries/ghc-prim/./GHC/CString.hs:37) unpackAppendCString# (libraries/ghc-prim/./GHC/CString.hs:51) unpackFoldrCString# (libraries/ghc-prim/./GHC/CString.hs:63) unpackCStringUtf8# (libraries/ghc-prim/./GHC/CString.hs:88) unpackNBytes# (libraries/ghc-prim/./GHC/CString.hs:113) "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/integer-gmp2/dist-install/doc/html/integer-gmp" --no-tmp-comp-dir --dump-interface=libraries/integer-gmp2/dist-install/doc/html/integer-gmp/integer-gmp.haddock --html --hoogle --title="integer-gmp-1.0.0.0: Integer library based on GMP" --prologue="libraries/integer-gmp2/dist-install/haddock-prologue.txt" --hide=GHC.Integer.Type --read-interface=../ghc-prim-0.4.0.0,../ghc-prim-0.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=integ_2aU3IZNMF9a7mQ0OzsZ0dS --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/integer-gmp2/src/ --optghc=-ilibraries/integer-gmp2/dist-install/build --optghc=-ilibraries/integer-gmp2/dist-install/build/autogen --optghc=-Ilibraries/integer-gmp2/dist-install/build --optghc=-Ilibraries/integer-gmp2/dist-install/build/autogen --optghc=-Ilibraries/integer-gmp2/include --optghc=-I/usr/pkg/include --optghc=-optP-include --optghc=-optPlibraries/integer-gmp2/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=ghcpr_8TmvWUcS1U1IKHT0levwg3 --optghc=-this-package-key --optghc=integer-gmp --optghc=-Wall --optghc=-XHaskell2010 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/integer-gmp2/dist-install/build --optghc=-hidir --optghc=libraries/integer-gmp2/dist-install/build --optghc=-stubdir --optghc=libraries/integer-gmp2/dist-install/build libraries/integer-gmp2/src//GHC/Integer.hs libraries/integer-gmp2/src//GHC/Integer/Logarithms.hs libraries/integer-gmp2/src//GHC/Integer/Logarithms/Internals.hs libraries/integer-gmp2/src//GHC/Integer/GMP/Internals.hs libraries/integer-gmp2/src//GHC/Integer/Type.hs +RTS -tlibraries/integer-gmp2/dist-install/doc/html/integer-gmp/integer-gmp.haddock.t --machine-readable Haddock coverage: 37% ( 80 /216) in 'GHC.Integer.Type' Missing documentation for: GmpLimb# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:67) GmpSize# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:71) narrowGmpSize# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:73) GmpBitCnt (libraries/integer-gmp2/src//GHC/Integer/Type.hs:84) GmpBitCnt# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:85) CInt (libraries/integer-gmp2/src//GHC/Integer/Type.hs:88) CInt# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:89) narrowCInt# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:91) (libraries/integer-gmp2/src//GHC/Integer/Type.hs:132) (libraries/integer-gmp2/src//GHC/Integer/Type.hs:135) (libraries/integer-gmp2/src//GHC/Integer/Type.hs:154) (libraries/integer-gmp2/src//GHC/Integer/Type.hs:158) hashInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:266) integerToWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:269) wordToInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:275) wordToNegInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:283) compareInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:291) isNegInteger# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:301) eqInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:310) leInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:310) ltInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:310) gtInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:310) geInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:310) eqInteger# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:318) neqInteger# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:318) leInteger# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:318) ltInteger# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:318) gtInteger# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:318) geInteger# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:318) bigNatToInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:484) bigNatToNegInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:491) unsafePromote (libraries/integer-gmp2/src//GHC/Integer/Type.hs:636) quotInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:679) remInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:701) divInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:734) modInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:740) compareBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:795) compareBigNatWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:805) gtBigNatWord# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:810) eqBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:814) eqBigNat# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:817) neqBigNat# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:825) eqBigNatWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:833) eqBigNatWord# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:836) czeroBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:869) plusBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:918) plusBigNatWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:935) timesBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:975) timesBigNatWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1000) bitBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1017) testBitBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1020) testBitNegBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1029) popCountBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1044) shiftLBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1048) shiftRBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1064) shiftRNegBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1080) orBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1097) xorBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1116) andBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1153) quotBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1190) remBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1203) quotBigNatWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1231) gcdBigNatWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1238) gcdBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1241) gcdExtSBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1276) powModSBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1349) integer_gmp_powm# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1364) powModSBigNatWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1370) integer_gmp_powm1# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1378) recipModSBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1411) integer_gmp_invert# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1424) decodeDoubleInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1432) int_encodeDouble# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1444) encodeDoubleInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1447) c_mpn_get_d (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1457) doubleFromInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1460) floatFromInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1469) encodeFloatInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1472) gcdWord# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1478) c_mpn_gcd_1# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1481) c_mpn_gcd# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1484) integer_gmp_gcdext# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1488) c_mpn_add_1 (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1495) c_mpn_sub_1 (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1501) c_mpn_mul_1 (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1507) c_mpn_add (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1513) c_mpn_sub (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1519) c_mpn_mul (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1525) c_mpn_cmp (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1530) c_mpn_tdiv_qr (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1536) c_mpn_tdiv_q (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1540) c_mpn_tdiv_r (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1544) c_mpn_divrem_1 (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1550) c_mpn_mod_1 (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1555) c_mpn_rshift (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1560) c_mpn_rshift_2c (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1566) c_mpn_lshift (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1572) c_mpn_and_n (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1578) c_mpn_andn_n (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1584) c_mpn_ior_n (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1590) c_mpn_xor_n (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1596) c_mpn_popcount (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1601) MutBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1612) sizeofMutBigNat# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1614) newBigNat# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1618) writeBigNat# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1623) unsafeFreezeBigNat# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1631) resizeMutBigNat# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1635) shrinkMutBigNat# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1643) unsafeSnocFreezeBigNat# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1650) copyWordArray# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1689) c_scan_nzbyte_addr (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1769) c_rscan_nzbyte_addr (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1772) c_mpn_import_addr (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1786) c_scan_nzbyte_bytearray (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1821) c_rscan_nzbyte_bytearray (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1824) c_mpn_import_bytearray (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1839) nextPrime# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1874) S (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1881) $ (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1888) >>= (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1892) >> (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1896) svoid (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1900) return (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1904) liftIO (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1908) runS (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1912) fail (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1917) cmpW# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1960) subWordC# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1967) bitWord# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1974) testBitWord# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1978) popCntI# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1982) absI# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1987) sgnI# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1994) cmpI# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1997) minI# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:2000) 56% ( 30 / 54) in 'GHC.Integer' Missing documentation for: wordToInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:275) integerToWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:269) encodeFloatInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1472) floatFromInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1469) encodeDoubleInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1447) decodeDoubleInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1432) doubleFromInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1460) divInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:734) modInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:740) quotInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:679) remInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:701) eqInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:310) leInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:310) gtInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:310) ltInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:310) geInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:310) compareInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:291) eqInteger# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:318) neqInteger# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:318) leInteger# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:318) gtInteger# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:318) ltInteger# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:318) geInteger# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:318) hashInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:266) 75% ( 3 / 4) in 'GHC.Integer.Logarithms' Missing documentation for: Module header 80% ( 4 / 5) in 'GHC.Integer.Logarithms.Internals' Missing documentation for: roundingMode# (libraries/integer-gmp2/src//GHC/Integer/Logarithms/Internals.hs:86) 72% ( 76 /105) in 'GHC.Integer.GMP.Internals' Missing documentation for: wordToNegInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:283) bigNatToInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:484) bigNatToNegInteger (libraries/integer-gmp2/src//GHC/Integer/Type.hs:491) GmpLimb# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:67) GmpSize# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:71) plusBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:918) plusBigNatWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:935) timesBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:975) timesBigNatWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1000) quotBigNatWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1231) quotBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1190) remBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1203) gcdBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1241) gcdBigNatWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1238) shiftRBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1064) shiftLBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1048) testBitBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1020) andBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1153) xorBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1116) popCountBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1044) orBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1097) bitBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:1017) compareBigNatWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:805) compareBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:795) eqBigNatWord (libraries/integer-gmp2/src//GHC/Integer/Type.hs:833) eqBigNatWord# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:836) eqBigNat (libraries/integer-gmp2/src//GHC/Integer/Type.hs:814) eqBigNat# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:817) gtBigNatWord# (libraries/integer-gmp2/src//GHC/Integer/Type.hs:810) Warning: GHC.Integer: could not find link destinations for: Eq Ord Warning: GHC.Integer.GMP.Internals: could not find link destinations for: Eq Ord "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/base/dist-install/doc/html/base" --no-tmp-comp-dir --dump-interface=libraries/base/dist-install/doc/html/base/base.haddock --html --hoogle --title="base-4.8.2.0: Basic libraries" --prologue="libraries/base/dist-install/haddock-prologue.txt" --hide=Control.Monad.ST.Imp --hide=Control.Monad.ST.Lazy.Imp --hide=Data.OldList --hide=Foreign.ForeignPtr.Imp --hide=System.Environment.ExecutablePath --hide=GHC.Event.Arr --hide=GHC.Event.Array --hide=GHC.Event.Clock --hide=GHC.Event.Control --hide=GHC.Event.EPoll --hide=GHC.Event.IntTable --hide=GHC.Event.Internal --hide=GHC.Event.KQueue --hide=GHC.Event.Manager --hide=GHC.Event.PSQ --hide=GHC.Event.Poll --hide=GHC.Event.Thread --hide=GHC.Event.TimerManager --hide=GHC.Event.Unique --read-interface=../ghc-prim-0.4.0.0,../ghc-prim-0.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock --read-interface=../integer-gmp-1.0.0.0,../integer-gmp-1.0.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/integer-gmp2/dist-install/doc/html/integer-gmp/integer-gmp.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/base/. --optghc=-ilibraries/base/dist-install/build --optghc=-ilibraries/base/dist-install/build/autogen --optghc=-Ilibraries/base/dist-install/build --optghc=-Ilibraries/base/dist-install/build/autogen --optghc=-Ilibraries/base/include --optghc=-I/usr/include --optghc=-optP-DOPTIMISE_INTEGER_GCD_LCM --optghc=-optP-include --optghc=-optPlibraries/base/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=rts --optghc=-package-key --optghc=ghcpr_8TmvWUcS1U1IKHT0levwg3 --optghc=-package-key --optghc=integ_2aU3IZNMF9a7mQ0OzsZ0dS --optghc=-this-package-key --optghc=base --optghc=-XHaskell2010 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/base/dist-install/build --optghc=-hidir --optghc=libraries/base/dist-install/build --optghc=-stubdir --optghc=libraries/base/dist-install/build libraries/base/./Control/Applicative.hs libraries/base/./Control/Arrow.hs libraries/base/./Control/Category.hs libraries/base/./Control/Concurrent.hs libraries/base/./Control/Concurrent/Chan.hs libraries/base/./Control/Concurrent/MVar.hs libraries/base/./Control/Concurrent/QSem.hs libraries/base/./Control/Concurrent/QSemN.hs libraries/base/./Control/Exception.hs libraries/base/./Control/Exception/Base.hs libraries/base/./Control/Monad.hs libraries/base/./Control/Monad/Fix.hs libraries/base/./Control/Monad/Instances.hs libraries/base/./Control/Monad/ST.hs libraries/base/./Control/Monad/ST/Lazy.hs libraries/base/./Control/Monad/ST/Lazy/Safe.hs libraries/base/./Control/Monad/ST/Lazy/Unsafe.hs libraries/base/./Control/Monad/ST/Safe.hs libraries/base/./Control/Monad/ST/Strict.hs libraries/base/./Control/Monad/ST/Unsafe.hs libraries/base/./Control/Monad/Zip.hs libraries/base/./Data/Bifunctor.hs libraries/base/./Data/Bits.hs libraries/base/./Data/Bool.hs libraries/base/./Data/Char.hs libraries/base/./Data/Coerce.hs libraries/base/./Data/Complex.hs libraries/base/./Data/Data.hs libraries/base/./Data/Dynamic.hs libraries/base/./Data/Either.hs libraries/base/./Data/Eq.hs libraries/base/./Data/Fixed.hs libraries/base/./Data/Foldable.hs libraries/base/./Data/Function.hs libraries/base/./Data/Functor.hs libraries/base/./Data/Functor/Identity.hs libraries/base/./Data/IORef.hs libraries/base/./Data/Int.hs libraries/base/./Data/Ix.hs libraries/base/./Data/List.hs libraries/base/./Data/Maybe.hs libraries/base/./Data/Monoid.hs libraries/base/./Data/Ord.hs libraries/base/./Data/Proxy.hs libraries/base/./Data/Ratio.hs libraries/base/./Data/STRef.hs libraries/base/./Data/STRef/Lazy.hs libraries/base/./Data/STRef/Strict.hs libraries/base/./Data/String.hs libraries/base/./Data/Traversable.hs libraries/base/./Data/Tuple.hs libraries/base/./Data/Type/Bool.hs libraries/base/./Data/Type/Coercion.hs libraries/base/./Data/Type/Equality.hs libraries/base/./Data/Typeable.hs libraries/base/./Data/Typeable/Internal.hs libraries/base/./Data/Unique.hs libraries/base/./Data/Version.hs libraries/base/./Data/Void.hs libraries/base/./Data/Word.hs libraries/base/./Debug/Trace.hs libraries/base/./Foreign.hs libraries/base/./Foreign/C.hs libraries/base/./Foreign/C/Error.hs libraries/base/./Foreign/C/String.hs libraries/base/./Foreign/C/Types.hs libraries/base/./Foreign/Concurrent.hs libraries/base/./Foreign/ForeignPtr.hs libraries/base/./Foreign/ForeignPtr/Safe.hs libraries/base/./Foreign/ForeignPtr/Unsafe.hs libraries/base/./Foreign/Marshal.hs libraries/base/./Foreign/Marshal/Alloc.hs libraries/base/./Foreign/Marshal/Array.hs libraries/base/./Foreign/Marshal/Error.hs libraries/base/./Foreign/Marshal/Pool.hs libraries/base/./Foreign/Marshal/Safe.hs libraries/base/./Foreign/Marshal/Unsafe.hs libraries/base/./Foreign/Marshal/Utils.hs libraries/base/./Foreign/Ptr.hs libraries/base/./Foreign/Safe.hs libraries/base/./Foreign/StablePtr.hs libraries/base/./Foreign/Storable.hs libraries/base/./GHC/Arr.hs libraries/base/./GHC/Base.hs libraries/base/./GHC/Char.hs libraries/base/./GHC/Conc.hs libraries/base/./GHC/Conc/IO.hs libraries/base/./GHC/Conc/Signal.hs libraries/base/./GHC/Conc/Sync.hs libraries/base/./GHC/ConsoleHandler.hs libraries/base/./GHC/Constants.hs libraries/base/./GHC/Desugar.hs libraries/base/./GHC/Enum.hs libraries/base/./GHC/Environment.hs libraries/base/./GHC/Err.hs libraries/base/./GHC/Exception.hs libraries/base/./GHC/Exts.hs libraries/base/./GHC/Fingerprint.hs libraries/base/./GHC/Fingerprint/Type.hs libraries/base/./GHC/Float.hs libraries/base/./GHC/Float/ConversionUtils.hs libraries/base/./GHC/Float/RealFracMethods.hs libraries/base/./GHC/Foreign.hs libraries/base/./GHC/ForeignPtr.hs libraries/base/./GHC/GHCi.hs libraries/base/./GHC/Generics.hs libraries/base/./GHC/IO.hs libraries/base/./GHC/IO/Buffer.hs libraries/base/./GHC/IO/BufferedIO.hs libraries/base/./GHC/IO/Device.hs libraries/base/./GHC/IO/Encoding.hs libraries/base/./GHC/IO/Encoding/CodePage.hs libraries/base/./GHC/IO/Encoding/Failure.hs libraries/base/./GHC/IO/Encoding/Iconv.hs libraries/base/./GHC/IO/Encoding/Latin1.hs libraries/base/./GHC/IO/Encoding/Types.hs libraries/base/./GHC/IO/Encoding/UTF16.hs libraries/base/./GHC/IO/Encoding/UTF32.hs libraries/base/./GHC/IO/Encoding/UTF8.hs libraries/base/./GHC/IO/Exception.hs libraries/base/./GHC/IO/FD.hs libraries/base/./GHC/IO/Handle.hs libraries/base/./GHC/IO/Handle/FD.hs libraries/base/./GHC/IO/Handle/Internals.hs libraries/base/./GHC/IO/Handle/Text.hs libraries/base/./GHC/IO/Handle/Types.hs libraries/base/./GHC/IO/IOMode.hs libraries/base/./GHC/IOArray.hs libraries/base/./GHC/IORef.hs libraries/base/./GHC/IP.hs libraries/base/./GHC/Int.hs libraries/base/./GHC/List.hs libraries/base/./GHC/MVar.hs libraries/base/./GHC/Natural.hs libraries/base/./GHC/Num.hs libraries/base/./GHC/OldList.hs libraries/base/./GHC/PArr.hs libraries/base/./GHC/Pack.hs libraries/base/./GHC/Profiling.hs libraries/base/./GHC/Ptr.hs libraries/base/./GHC/Read.hs libraries/base/./GHC/Real.hs libraries/base/dist-install/build/GHC/RTS/Flags.hs libraries/base/./GHC/ST.hs libraries/base/./GHC/StaticPtr.hs libraries/base/./GHC/STRef.hs libraries/base/./GHC/Show.hs libraries/base/./GHC/SrcLoc.hs libraries/base/./GHC/Stable.hs libraries/base/dist-install/build/GHC/Stack.hs libraries/base/dist-install/build/GHC/Stats.hs libraries/base/./GHC/Storable.hs libraries/base/./GHC/TopHandler.hs libraries/base/./GHC/TypeLits.hs libraries/base/./GHC/Unicode.hs libraries/base/./GHC/Weak.hs libraries/base/./GHC/Word.hs libraries/base/./Numeric.hs libraries/base/./Numeric/Natural.hs libraries/base/./Prelude.hs libraries/base/dist-install/build/System/CPUTime.hs libraries/base/./System/Console/GetOpt.hs libraries/base/./System/Environment.hs libraries/base/./System/Exit.hs libraries/base/./System/IO.hs libraries/base/./System/IO/Error.hs libraries/base/./System/IO/Unsafe.hs libraries/base/./System/Info.hs libraries/base/./System/Mem.hs libraries/base/./System/Mem/StableName.hs libraries/base/./System/Mem/Weak.hs libraries/base/./System/Posix/Internals.hs libraries/base/./System/Posix/Types.hs libraries/base/./System/Timeout.hs libraries/base/./Text/ParserCombinators/ReadP.hs libraries/base/./Text/ParserCombinators/ReadPrec.hs libraries/base/./Text/Printf.hs libraries/base/./Text/Read.hs libraries/base/./Text/Read/Lex.hs libraries/base/./Text/Show.hs libraries/base/./Text/Show/Functions.hs libraries/base/./Unsafe/Coerce.hs libraries/base/./GHC/Event.hs libraries/base/./Control/Monad/ST/Imp.hs libraries/base/./Control/Monad/ST/Lazy/Imp.hs libraries/base/./Data/OldList.hs libraries/base/./Foreign/ForeignPtr/Imp.hs libraries/base/dist-install/build/System/Environment/ExecutablePath.hs libraries/base/./GHC/Event/Arr.hs libraries/base/./GHC/Event/Array.hs libraries/base/dist-install/build/GHC/Event/Clock.hs libraries/base/./GHC/Event/Control.hs libraries/base/dist-install/build/GHC/Event/EPoll.hs libraries/base/./GHC/Event/IntTable.hs libraries/base/./GHC/Event/Internal.hs libraries/base/dist-install/build/GHC/Event/KQueue.hs libraries/base/./GHC/Event/Manager.hs libraries/base/./GHC/Event/PSQ.hs libraries/base/dist-install/build/GHC/Event/Poll.hs libraries/base/./GHC/Event/Thread.hs libraries/base/./GHC/Event/TimerManager.hs libraries/base/./GHC/Event/Unique.hs +RTS -tlibraries/base/dist-install/doc/html/base/base.haddock.t --machine-readable Haddock coverage: 50% ( 1 / 2) in 'Unsafe.Coerce' Missing documentation for: unsafeCoerce (libraries/base/./Unsafe/Coerce.hs:58) 100% ( 4 / 4) in 'GHC.Err' 56% ( 56 /100) in 'GHC.Base' Missing documentation for: (libraries/base/./GHC/Base.hs:227) (libraries/base/./GHC/Base.hs:255) (libraries/base/./GHC/Base.hs:259) (libraries/base/./GHC/Base.hs:265) (libraries/base/./GHC/Base.hs:270) (libraries/base/./GHC/Base.hs:275) (libraries/base/./GHC/Base.hs:281) (libraries/base/./GHC/Base.hs:289) (libraries/base/./GHC/Base.hs:307) (libraries/base/./GHC/Base.hs:614) (libraries/base/./GHC/Base.hs:617) (libraries/base/./GHC/Base.hs:621) (libraries/base/./GHC/Base.hs:625) (libraries/base/./GHC/Base.hs:629) (libraries/base/./GHC/Base.hs:633) (libraries/base/./GHC/Base.hs:642) (libraries/base/./GHC/Base.hs:685) (libraries/base/./GHC/Base.hs:707) (libraries/base/./GHC/Base.hs:712) (libraries/base/./GHC/Base.hs:717) (libraries/base/./GHC/Base.hs:726) (libraries/base/./GHC/Base.hs:736) (libraries/base/./GHC/Base.hs:740) mapFB (libraries/base/./GHC/Base.hs:856) unsafeChr (libraries/base/./GHC/Base.hs:931) maxInt (libraries/base/./GHC/Base.hs:954) minInt (libraries/base/./GHC/Base.hs:954) breakpoint (libraries/base/./GHC/Base.hs:997) breakpointCond (libraries/base/./GHC/Base.hs:1000) Opaque (libraries/base/./GHC/Base.hs:1003) (libraries/base/./GHC/Base.hs:1057) (libraries/base/./GHC/Base.hs:1060) (libraries/base/./GHC/Base.hs:1064) returnIO (libraries/base/./GHC/Base.hs:1073) bindIO (libraries/base/./GHC/Base.hs:1076) thenIO (libraries/base/./GHC/Base.hs:1079) unIO (libraries/base/./GHC/Base.hs:1082) quotInt (libraries/base/./GHC/Base.hs:1112) remInt (libraries/base/./GHC/Base.hs:1112) divInt (libraries/base/./GHC/Base.hs:1112) modInt (libraries/base/./GHC/Base.hs:1112) quotRemInt (libraries/base/./GHC/Base.hs:1118) divModInt (libraries/base/./GHC/Base.hs:1123) divModInt# (libraries/base/./GHC/Base.hs:1127) 57% ( 4 / 7) in 'GHC.Num' Missing documentation for: (libraries/base/./GHC/Num.hs:67) (libraries/base/./GHC/Num.hs:81) (libraries/base/./GHC/Num.hs:91) 100% ( 6 / 6) in 'Data.Tuple' 100% ( 3 / 3) in 'GHC.GHCi' 100% ( 11 / 11) in 'Data.Maybe' 98% ( 54 / 55) in 'GHC.List' Missing documentation for: errorEmptyList (libraries/base/./GHC/List.hs:1009) 61% ( 11 / 18) in 'GHC.Show' Missing documentation for: showList__ (libraries/base/./GHC/Show.hs:148) showSpace (libraries/base/./GHC/Show.hs:306) protectEsc (libraries/base/./GHC/Show.hs:366) showSignedInt (libraries/base/./GHC/Show.hs:391) appPrec (libraries/base/./GHC/Show.hs:155) appPrec1 (libraries/base/./GHC/Show.hs:155) asciiTab (libraries/base/./GHC/Show.hs:372) 50% ( 5 / 10) in 'GHC.ST' Missing documentation for: STret (libraries/base/./GHC/ST.hs:77) STRep (libraries/base/./GHC/ST.hs:53) runSTRep (libraries/base/./GHC/ST.hs:163) liftST (libraries/base/./GHC/ST.hs:81) unsafeInterleaveST (libraries/base/./GHC/ST.hs:85) 100% ( 8 / 8) in 'Text.Show' 100% ( 2 / 2) in 'Data.Eq' Warning: Data.Functor: <$ is exported separately but will be documented under Functor. Consider exporting it together with its parent(s) for code clarity. 100% ( 5 / 5) in 'Data.Functor' 100% ( 11 / 11) in 'Data.Function' 89% ( 8 / 9) in 'Data.Bool' Missing documentation for: Bool 100% ( 5 / 5) in 'Data.Type.Bool' 50% ( 1 / 2) in 'GHC.Char' Missing documentation for: Module header 33% ( 3 / 9) in 'GHC.Enum' Missing documentation for: boundedEnumFrom (libraries/base/./GHC/Enum.hs:108) boundedEnumFromThen (libraries/base/./GHC/Enum.hs:111) toEnumError (libraries/base/./GHC/Enum.hs:124) fromEnumError (libraries/base/./GHC/Enum.hs:132) succError (libraries/base/./GHC/Enum.hs:140) predError (libraries/base/./GHC/Enum.hs:145) 33% ( 17 / 52) in 'GHC.Real' Missing documentation for: divZeroError (libraries/base/./GHC/Real.hs:53) ratioZeroDenominatorError (libraries/base/./GHC/Real.hs:57) overflowError (libraries/base/./GHC/Real.hs:61) ratioPrec (libraries/base/./GHC/Real.hs:76) ratioPrec1 (libraries/base/./GHC/Real.hs:76) infinity (libraries/base/./GHC/Real.hs:80) notANumber (libraries/base/./GHC/Real.hs:80) Real (libraries/base/./GHC/Real.hs:120) numericEnumFrom (libraries/base/./GHC/Real.hs:218) numericEnumFromThen (libraries/base/./GHC/Real.hs:221) numericEnumFromTo (libraries/base/./GHC/Real.hs:224) numericEnumFromThenTo (libraries/base/./GHC/Real.hs:227) (libraries/base/./GHC/Real.hs:239) (libraries/base/./GHC/Real.hs:242) (libraries/base/./GHC/Real.hs:289) (libraries/base/./GHC/Real.hs:292) (libraries/base/./GHC/Real.hs:319) (libraries/base/./GHC/Real.hs:334) (libraries/base/./GHC/Real.hs:367) (libraries/base/./GHC/Real.hs:372) (libraries/base/./GHC/Real.hs:383) (libraries/base/./GHC/Real.hs:392) (libraries/base/./GHC/Real.hs:396) (libraries/base/./GHC/Real.hs:401) (libraries/base/./GHC/Real.hs:412) even (libraries/base/./GHC/Real.hs:463) odd (libraries/base/./GHC/Real.hs:463) ^%^ (libraries/base/./GHC/Real.hs:586) ^^%^^ (libraries/base/./GHC/Real.hs:594) gcdInt' (libraries/base/./GHC/Real.hs:635) gcdWord' (libraries/base/./GHC/Real.hs:643) integralEnumFrom (libraries/base/./GHC/Real.hs:648) integralEnumFromThen (libraries/base/./GHC/Real.hs:651) integralEnumFromTo (libraries/base/./GHC/Real.hs:659) integralEnumFromThenTo (libraries/base/./GHC/Real.hs:662) 41% ( 23 / 56) in 'GHC.Arr' Missing documentation for: indexError (libraries/base/./GHC/Arr.hs:174) hopelessIndexError (libraries/base/./GHC/Arr.hs:181) arrEleBottom (libraries/base/./GHC/Arr.hs:401) safeRangeSize (libraries/base/./GHC/Arr.hs:500) negRange (libraries/base/./GHC/Arr.hs:506) safeIndex (libraries/base/./GHC/Arr.hs:513) badSafeIndex (libraries/base/./GHC/Arr.hs:533) numElementsSTArray (libraries/base/./GHC/Arr.hs:839) adjust (libraries/base/./GHC/Arr.hs:662) amap (libraries/base/./GHC/Arr.hs:710) eqArray (libraries/base/./GHC/Arr.hs:760) cmpArray (libraries/base/./GHC/Arr.hs:767) cmpIntArray (libraries/base/./GHC/Arr.hs:771) newSTArray (libraries/base/./GHC/Arr.hs:828) boundsSTArray (libraries/base/./GHC/Arr.hs:835) readSTArray (libraries/base/./GHC/Arr.hs:843) writeSTArray (libraries/base/./GHC/Arr.hs:853) freezeSTArray (libraries/base/./GHC/Arr.hs:866) thawSTArray (libraries/base/./GHC/Arr.hs:884) fill (libraries/base/./GHC/Arr.hs:460) done (libraries/base/./GHC/Arr.hs:468) unsafeArray (libraries/base/./GHC/Arr.hs:449) unsafeArray' (libraries/base/./GHC/Arr.hs:453) lessSafeIndex (libraries/base/./GHC/Arr.hs:527) unsafeAt (libraries/base/./GHC/Arr.hs:538) unsafeReplace (libraries/base/./GHC/Arr.hs:687) unsafeAccumArray (libraries/base/./GHC/Arr.hs:652) unsafeAccumArray' (libraries/base/./GHC/Arr.hs:656) unsafeAccum (libraries/base/./GHC/Arr.hs:704) unsafeReadSTArray (libraries/base/./GHC/Arr.hs:848) unsafeWriteSTArray (libraries/base/./GHC/Arr.hs:858) unsafeFreezeSTArray (libraries/base/./GHC/Arr.hs:879) unsafeThawSTArray (libraries/base/./GHC/Arr.hs:896) 100% ( 7 / 7) in 'Data.Bits' 95% ( 18 / 19) in 'GHC.Unicode' Missing documentation for: wgencat (libraries/base/./GHC/Unicode.hs:182) 100% ( 4 / 4) in 'Data.Coerce' 100% ( 5 / 5) in 'GHC.STRef' 98% ( 41 / 42) in 'Text.ParserCombinators.ReadP' Missing documentation for: ReadP (libraries/base/./Text/ParserCombinators/ReadP.hs:156) 70% ( 16 / 23) in 'Text.ParserCombinators.ReadPrec' Missing documentation for: ReadPrec (libraries/base/./Text/ParserCombinators/ReadPrec.hs:70) Prec (libraries/base/./Text/ParserCombinators/ReadPrec.hs:95) minPrec (libraries/base/./Text/ParserCombinators/ReadPrec.hs:97) readPrec_to_P (libraries/base/./Text/ParserCombinators/ReadPrec.hs:158) readP_to_Prec (libraries/base/./Text/ParserCombinators/ReadPrec.hs:161) readPrec_to_S (libraries/base/./Text/ParserCombinators/ReadPrec.hs:164) readS_to_Prec (libraries/base/./Text/ParserCombinators/ReadPrec.hs:167) 53% ( 8 / 15) in 'Text.Read.Lex' Missing documentation for: Lexeme (libraries/base/./Text/Read/Lex.hs:60) lex (libraries/base/./Text/Read/Lex.hs:162) lexChar (libraries/base/./Text/Read/Lex.hs:241) readIntP (libraries/base/./Text/Read/Lex.hs:538) readOctP (libraries/base/./Text/Read/Lex.hs:552) readDecP (libraries/base/./Text/Read/Lex.hs:552) readHexP (libraries/base/./Text/Read/Lex.hs:552) 100% ( 1 / 1) in 'GHC.ConsoleHandler' 0% ( 0 / 1) in 'GHC.Constants' Missing documentation for: Module header 29% ( 9 / 31) in 'GHC.Float.RealFracMethods' Missing documentation for: properFractionDoubleInteger (libraries/base/./GHC/Float/RealFracMethods.hs:232) truncateDoubleInteger (libraries/base/./GHC/Float/RealFracMethods.hs:258) floorDoubleInteger (libraries/base/./GHC/Float/RealFracMethods.hs:266) ceilingDoubleInteger (libraries/base/./GHC/Float/RealFracMethods.hs:279) roundDoubleInteger (libraries/base/./GHC/Float/RealFracMethods.hs:284) properFractionDoubleInt (libraries/base/./GHC/Float/RealFracMethods.hs:194) floorDoubleInt (libraries/base/./GHC/Float/RealFracMethods.hs:203) ceilingDoubleInt (libraries/base/./GHC/Float/RealFracMethods.hs:209) roundDoubleInt (libraries/base/./GHC/Float/RealFracMethods.hs:215) double2Int (libraries/base/./GHC/Float/RealFracMethods.hs:291) int2Double (libraries/base/./GHC/Float/RealFracMethods.hs:294) properFractionFloatInteger (libraries/base/./GHC/Float/RealFracMethods.hs:134) truncateFloatInteger (libraries/base/./GHC/Float/RealFracMethods.hs:154) floorFloatInteger (libraries/base/./GHC/Float/RealFracMethods.hs:162) ceilingFloatInteger (libraries/base/./GHC/Float/RealFracMethods.hs:176) roundFloatInteger (libraries/base/./GHC/Float/RealFracMethods.hs:181) properFractionFloatInt (libraries/base/./GHC/Float/RealFracMethods.hs:98) floorFloatInt (libraries/base/./GHC/Float/RealFracMethods.hs:107) ceilingFloatInt (libraries/base/./GHC/Float/RealFracMethods.hs:113) roundFloatInt (libraries/base/./GHC/Float/RealFracMethods.hs:119) float2Int (libraries/base/./GHC/Float/RealFracMethods.hs:297) int2Float (libraries/base/./GHC/Float/RealFracMethods.hs:300) 33% ( 1 / 3) in 'GHC.Float.ConversionUtils' Missing documentation for: elimZerosInteger (libraries/base/./GHC/Float/ConversionUtils.hs:58) elimZerosInt# (libraries/base/./GHC/Float/ConversionUtils.hs:61) 7% ( 8 /109) in 'GHC.Float' Missing documentation for: (libraries/base/./GHC/Float.hs:186) (libraries/base/./GHC/Float.hs:201) (libraries/base/./GHC/Float.hs:213) rationalToFloat (libraries/base/./GHC/Float.hs:219) (libraries/base/./GHC/Float.hs:246) (libraries/base/./GHC/Float.hs:289) (libraries/base/./GHC/Float.hs:310) (libraries/base/./GHC/Float.hs:340) (libraries/base/./GHC/Float.hs:348) (libraries/base/./GHC/Float.hs:365) (libraries/base/./GHC/Float.hs:377) rationalToDouble (libraries/base/./GHC/Float.hs:383) (libraries/base/./GHC/Float.hs:397) (libraries/base/./GHC/Float.hs:431) (libraries/base/./GHC/Float.hs:467) (libraries/base/./GHC/Float.hs:498) (libraries/base/./GHC/Float.hs:522) (libraries/base/./GHC/Float.hs:532) FFFormat (libraries/base/./GHC/Float.hs:554) formatRealFloat (libraries/base/./GHC/Float.hs:558) formatRealFloatAlt (libraries/base/./GHC/Float.hs:561) roundTo (libraries/base/./GHC/Float.hs:626) fromRat' (libraries/base/./GHC/Float.hs:834) minExpt (libraries/base/./GHC/Float.hs:853) maxExpt (libraries/base/./GHC/Float.hs:853) expt (libraries/base/./GHC/Float.hs:857) expts (libraries/base/./GHC/Float.hs:867) maxExpt10 (libraries/base/./GHC/Float.hs:870) expts10 (libraries/base/./GHC/Float.hs:873) integerLogBase (libraries/base/./GHC/Float.hs:882) fromRat'' (libraries/base/./GHC/Float.hs:905) plusFloat (libraries/base/./GHC/Float.hs:977) minusFloat (libraries/base/./GHC/Float.hs:977) timesFloat (libraries/base/./GHC/Float.hs:977) divideFloat (libraries/base/./GHC/Float.hs:977) negateFloat (libraries/base/./GHC/Float.hs:983) gtFloat (libraries/base/./GHC/Float.hs:986) geFloat (libraries/base/./GHC/Float.hs:986) eqFloat (libraries/base/./GHC/Float.hs:986) neFloat (libraries/base/./GHC/Float.hs:986) ltFloat (libraries/base/./GHC/Float.hs:986) leFloat (libraries/base/./GHC/Float.hs:986) expFloat (libraries/base/./GHC/Float.hs:994) logFloat (libraries/base/./GHC/Float.hs:994) sqrtFloat (libraries/base/./GHC/Float.hs:994) sinFloat (libraries/base/./GHC/Float.hs:995) cosFloat (libraries/base/./GHC/Float.hs:995) tanFloat (libraries/base/./GHC/Float.hs:995) asinFloat (libraries/base/./GHC/Float.hs:996) acosFloat (libraries/base/./GHC/Float.hs:996) atanFloat (libraries/base/./GHC/Float.hs:996) sinhFloat (libraries/base/./GHC/Float.hs:997) coshFloat (libraries/base/./GHC/Float.hs:997) tanhFloat (libraries/base/./GHC/Float.hs:997) powerFloat (libraries/base/./GHC/Float.hs:1011) plusDouble (libraries/base/./GHC/Float.hs:1017) minusDouble (libraries/base/./GHC/Float.hs:1017) timesDouble (libraries/base/./GHC/Float.hs:1017) divideDouble (libraries/base/./GHC/Float.hs:1017) negateDouble (libraries/base/./GHC/Float.hs:1023) gtDouble (libraries/base/./GHC/Float.hs:1026) geDouble (libraries/base/./GHC/Float.hs:1026) eqDouble (libraries/base/./GHC/Float.hs:1026) neDouble (libraries/base/./GHC/Float.hs:1026) leDouble (libraries/base/./GHC/Float.hs:1026) ltDouble (libraries/base/./GHC/Float.hs:1026) double2Float (libraries/base/./GHC/Float.hs:1034) float2Double (libraries/base/./GHC/Float.hs:1037) expDouble (libraries/base/./GHC/Float.hs:1040) logDouble (libraries/base/./GHC/Float.hs:1040) sqrtDouble (libraries/base/./GHC/Float.hs:1040) sinDouble (libraries/base/./GHC/Float.hs:1041) cosDouble (libraries/base/./GHC/Float.hs:1041) tanDouble (libraries/base/./GHC/Float.hs:1041) asinDouble (libraries/base/./GHC/Float.hs:1042) acosDouble (libraries/base/./GHC/Float.hs:1042) atanDouble (libraries/base/./GHC/Float.hs:1042) sinhDouble (libraries/base/./GHC/Float.hs:1043) coshDouble (libraries/base/./GHC/Float.hs:1043) tanhDouble (libraries/base/./GHC/Float.hs:1043) powerDouble (libraries/base/./GHC/Float.hs:1057) isFloatNaN (libraries/base/./GHC/Float.hs:1060) isFloatInfinite (libraries/base/./GHC/Float.hs:1061) isFloatDenormalized (libraries/base/./GHC/Float.hs:1062) isFloatNegativeZero (libraries/base/./GHC/Float.hs:1063) isFloatFinite (libraries/base/./GHC/Float.hs:1064) isDoubleNaN (libraries/base/./GHC/Float.hs:1066) isDoubleInfinite (libraries/base/./GHC/Float.hs:1067) isDoubleDenormalized (libraries/base/./GHC/Float.hs:1068) isDoubleNegativeZero (libraries/base/./GHC/Float.hs:1069) isDoubleFinite (libraries/base/./GHC/Float.hs:1070) word2Double (libraries/base/./GHC/Float.hs:1076) word2Float (libraries/base/./GHC/Float.hs:1079) showSignedFloat (libraries/base/./GHC/Float.hs:1136) clamp (libraries/base/./GHC/Float.hs:1152) Float# Double# double2Int (libraries/base/./GHC/Float/RealFracMethods.hs:291) int2Double (libraries/base/./GHC/Float/RealFracMethods.hs:294) float2Int (libraries/base/./GHC/Float/RealFracMethods.hs:297) int2Float (libraries/base/./GHC/Float/RealFracMethods.hs:300) 88% ( 15 / 17) in 'GHC.Read' Missing documentation for: expectP (libraries/base/./GHC/Read.hs:256) readNumber (libraries/base/./GHC/Read.hs:428) 82% ( 9 / 11) in 'GHC.Word' Missing documentation for: uncheckedShiftL64# (libraries/base/./GHC/Word.hs:764) uncheckedShiftRL64# (libraries/base/./GHC/Word.hs:767) 100% ( 13 / 13) in 'Data.Word' 80% ( 4 / 5) in 'Data.Ord' Missing documentation for: Ordering 100% ( 15 / 15) in 'Data.Type.Equality' 100% ( 7 / 7) in 'Data.Type.Coercion' 57% ( 4 / 7) in 'Control.Category' Missing documentation for: (libraries/base/./Control/Category.hs:46) (libraries/base/./Control/Category.hs:50) (libraries/base/./Control/Category.hs:54) 100% ( 42 / 42) in 'Data.Char' 100% (147 /147) in 'Data.OldList' 100% (147 /147) in 'GHC.OldList' 100% ( 4 / 4) in 'Data.Proxy' 100% ( 25 / 25) in 'Numeric' 100% ( 13 / 13) in 'GHC.Ptr' 0% ( 0 / 2) in 'GHC.Fingerprint.Type' Missing documentation for: Module header Fingerprint (libraries/base/./GHC/Fingerprint/Type.hs:24) 51% ( 22 / 43) in 'Data.Typeable.Internal' Missing documentation for: KindRep (libraries/base/./Data/Typeable/Internal.hs:74) Fingerprint (libraries/base/./GHC/Fingerprint/Type.hs:24) typeOf (libraries/base/./Data/Typeable/Internal.hs:223) typeOf1 (libraries/base/./Data/Typeable/Internal.hs:226) typeOf2 (libraries/base/./Data/Typeable/Internal.hs:229) typeOf3 (libraries/base/./Data/Typeable/Internal.hs:232) typeOf4 (libraries/base/./Data/Typeable/Internal.hs:236) typeOf5 (libraries/base/./Data/Typeable/Internal.hs:240) typeOf6 (libraries/base/./Data/Typeable/Internal.hs:244) typeOf7 (libraries/base/./Data/Typeable/Internal.hs:248) Typeable1 (libraries/base/./Data/Typeable/Internal.hs:252) Typeable2 (libraries/base/./Data/Typeable/Internal.hs:253) Typeable3 (libraries/base/./Data/Typeable/Internal.hs:254) Typeable4 (libraries/base/./Data/Typeable/Internal.hs:255) Typeable5 (libraries/base/./Data/Typeable/Internal.hs:256) Typeable6 (libraries/base/./Data/Typeable/Internal.hs:257) Typeable7 (libraries/base/./Data/Typeable/Internal.hs:258) mkTyCon (libraries/base/./Data/Typeable/Internal.hs:112) showsTypeRep (libraries/base/./Data/Typeable/Internal.hs:287) listTc (libraries/base/./Data/Typeable/Internal.hs:327) funTc (libraries/base/./Data/Typeable/Internal.hs:330) 100% ( 7 / 7) in 'GHC.Stable' 100% ( 10 / 10) in 'Foreign.StablePtr' 70% ( 37 / 53) in 'Data.Typeable' Missing documentation for: typeOf (libraries/base/./Data/Typeable/Internal.hs:223) typeOf1 (libraries/base/./Data/Typeable/Internal.hs:226) typeOf2 (libraries/base/./Data/Typeable/Internal.hs:229) typeOf3 (libraries/base/./Data/Typeable/Internal.hs:232) typeOf4 (libraries/base/./Data/Typeable/Internal.hs:236) typeOf5 (libraries/base/./Data/Typeable/Internal.hs:240) typeOf6 (libraries/base/./Data/Typeable/Internal.hs:244) typeOf7 (libraries/base/./Data/Typeable/Internal.hs:248) Typeable1 (libraries/base/./Data/Typeable/Internal.hs:252) Typeable2 (libraries/base/./Data/Typeable/Internal.hs:253) Typeable3 (libraries/base/./Data/Typeable/Internal.hs:254) Typeable4 (libraries/base/./Data/Typeable/Internal.hs:255) Typeable5 (libraries/base/./Data/Typeable/Internal.hs:256) Typeable6 (libraries/base/./Data/Typeable/Internal.hs:257) Typeable7 (libraries/base/./Data/Typeable/Internal.hs:258) showsTypeRep (libraries/base/./Data/Typeable/Internal.hs:287) 71% ( 5 / 7) in 'GHC.Int' Missing documentation for: uncheckedIShiftL64# (libraries/base/./GHC/Int.hs:870) uncheckedIShiftRA64# (libraries/base/./GHC/Int.hs:873) 100% ( 9 / 9) in 'Data.Int' 3% ( 1 / 33) in 'GHC.Storable' Missing documentation for: readWideCharOffPtr (libraries/base/./GHC/Storable.hs:60) readIntOffPtr (libraries/base/./GHC/Storable.hs:61) readWordOffPtr (libraries/base/./GHC/Storable.hs:62) readPtrOffPtr (libraries/base/./GHC/Storable.hs:63) readFunPtrOffPtr (libraries/base/./GHC/Storable.hs:64) readFloatOffPtr (libraries/base/./GHC/Storable.hs:65) readDoubleOffPtr (libraries/base/./GHC/Storable.hs:66) readStablePtrOffPtr (libraries/base/./GHC/Storable.hs:67) readInt8OffPtr (libraries/base/./GHC/Storable.hs:68) readInt16OffPtr (libraries/base/./GHC/Storable.hs:69) readInt32OffPtr (libraries/base/./GHC/Storable.hs:70) readInt64OffPtr (libraries/base/./GHC/Storable.hs:71) readWord8OffPtr (libraries/base/./GHC/Storable.hs:72) readWord16OffPtr (libraries/base/./GHC/Storable.hs:73) readWord32OffPtr (libraries/base/./GHC/Storable.hs:74) readWord64OffPtr (libraries/base/./GHC/Storable.hs:75) writeWideCharOffPtr (libraries/base/./GHC/Storable.hs:110) writeIntOffPtr (libraries/base/./GHC/Storable.hs:111) writeWordOffPtr (libraries/base/./GHC/Storable.hs:112) writePtrOffPtr (libraries/base/./GHC/Storable.hs:113) writeFunPtrOffPtr (libraries/base/./GHC/Storable.hs:114) writeFloatOffPtr (libraries/base/./GHC/Storable.hs:115) writeDoubleOffPtr (libraries/base/./GHC/Storable.hs:116) writeStablePtrOffPtr (libraries/base/./GHC/Storable.hs:117) writeInt8OffPtr (libraries/base/./GHC/Storable.hs:118) writeInt16OffPtr (libraries/base/./GHC/Storable.hs:119) writeInt32OffPtr (libraries/base/./GHC/Storable.hs:120) writeInt64OffPtr (libraries/base/./GHC/Storable.hs:121) writeWord8OffPtr (libraries/base/./GHC/Storable.hs:122) writeWord16OffPtr (libraries/base/./GHC/Storable.hs:123) writeWord32OffPtr (libraries/base/./GHC/Storable.hs:124) writeWord64OffPtr (libraries/base/./GHC/Storable.hs:125) 100% ( 8 / 8) in 'Data.Either' 100% ( 68 / 68) in 'GHC.Generics' 100% ( 18 / 18) in 'Data.Monoid' 100% ( 29 / 29) in 'Data.Foldable' 94% ( 17 / 18) in 'Text.Read' Missing documentation for: Lexeme (libraries/base/./Text/Read/Lex.hs:60) 100% ( 13 / 13) in 'GHC.MVar' 83% ( 5 / 6) in 'GHC.Weak' Missing documentation for: runFinalizerBatch (libraries/base/./GHC/Weak.hs:146) 60% ( 6 / 10) in 'GHC.Exception' Missing documentation for: divZeroException (libraries/base/./GHC/Exception.hs:184) overflowException (libraries/base/./GHC/Exception.hs:184) ratioZeroDenomException (libraries/base/./GHC/Exception.hs:184) errorCallException (libraries/base/./GHC/Exception.hs:171) 55% ( 16 / 29) in 'GHC.IO' Missing documentation for: unIO (libraries/base/./GHC/Base.hs:1082) failIO (libraries/base/./GHC/IO.hs:79) liftIO (libraries/base/./GHC/IO.hs:76) unsafeDupableInterleaveIO (libraries/base/./GHC/IO.hs:241) ioToST (libraries/base/./GHC/IO.hs:92) unsafeIOToST (libraries/base/./GHC/IO.hs:98) unsafeSTToIO (libraries/base/./GHC/IO.hs:101) catchException (libraries/base/./GHC/IO.hs:285) catchAny (libraries/base/./GHC/IO.hs:291) unsafeUnmask (libraries/base/./GHC/IO.hs:341) onException (libraries/base/./GHC/IO.hs:366) bracket (libraries/base/./GHC/IO.hs:452) finally (libraries/base/./GHC/IO.hs:464) 83% ( 5 / 6) in 'GHC.IORef' Missing documentation for: atomicModifyIORef (libraries/base/./GHC/IORef.hs:52) 100% ( 14 / 14) in 'Data.IORef' 100% ( 3 / 3) in 'Foreign.Marshal.Unsafe' 75% ( 9 / 12) in 'Data.Dynamic' Missing documentation for: dynApply (libraries/base/./Data/Dynamic.hs:130) dynApp (libraries/base/./Data/Dynamic.hs:136) dynTypeRep (libraries/base/./Data/Dynamic.hs:143) 88% ( 7 / 8) in 'GHC.IOArray' Missing documentation for: boundsIOArray (libraries/base/./GHC/IOArray.hs:75) 100% ( 2 / 2) in 'Foreign.Storable' 90% ( 35 / 39) in 'Foreign.C.Types' Missing documentation for: CIntPtr (libraries/base/./Foreign/C/Types.hs:202) CUIntPtr (libraries/base/./Foreign/C/Types.hs:203) CIntMax (libraries/base/./Foreign/C/Types.hs:204) CUIntMax (libraries/base/./Foreign/C/Types.hs:205) 90% ( 18 / 20) in 'GHC.ForeignPtr' Missing documentation for: ForeignPtrContents (libraries/base/./GHC/ForeignPtr.hs:90) FinalizerEnvPtr (libraries/base/./GHC/ForeignPtr.hs:112) 100% ( 5 / 5) in 'Foreign.Concurrent' 100% ( 22 / 22) in 'Foreign.Ptr' 95% ( 21 / 22) in 'Foreign.ForeignPtr.Imp' Missing documentation for: FinalizerEnvPtr (libraries/base/./GHC/ForeignPtr.hs:112) 95% ( 20 / 21) in 'Foreign.ForeignPtr' Missing documentation for: FinalizerEnvPtr (libraries/base/./GHC/ForeignPtr.hs:112) 95% ( 20 / 21) in 'Foreign.ForeignPtr.Safe' Missing documentation for: FinalizerEnvPtr (libraries/base/./GHC/ForeignPtr.hs:112) 100% ( 3 / 3) in 'Foreign.ForeignPtr.Unsafe' 25% ( 10 / 40) in 'GHC.IO.Buffer' Missing documentation for: BufferState (libraries/base/./GHC/IO/Buffer.hs:195) CharBuffer (libraries/base/./GHC/IO/Buffer.hs:192) CharBufElem (libraries/base/./GHC/IO/Buffer.hs:107) newByteBuffer (libraries/base/./GHC/IO/Buffer.hs:243) newCharBuffer (libraries/base/./GHC/IO/Buffer.hs:246) newBuffer (libraries/base/./GHC/IO/Buffer.hs:249) emptyBuffer (libraries/base/./GHC/IO/Buffer.hs:239) bufferRemove (libraries/base/./GHC/IO/Buffer.hs:228) bufferAdd (libraries/base/./GHC/IO/Buffer.hs:236) bufferAdjustL (libraries/base/./GHC/IO/Buffer.hs:231) isEmptyBuffer (libraries/base/./GHC/IO/Buffer.hs:203) isFullBuffer (libraries/base/./GHC/IO/Buffer.hs:206) isFullCharBuffer (libraries/base/./GHC/IO/Buffer.hs:210) isWriteBuffer (libraries/base/./GHC/IO/Buffer.hs:217) bufferElems (libraries/base/./GHC/IO/Buffer.hs:222) bufferAvailable (libraries/base/./GHC/IO/Buffer.hs:225) summaryBuffer (libraries/base/./GHC/IO/Buffer.hs:266) withBuffer (libraries/base/./GHC/IO/Buffer.hs:197) withRawBuffer (libraries/base/./GHC/IO/Buffer.hs:200) checkBuffer (libraries/base/./GHC/IO/Buffer.hs:278) RawBuffer (libraries/base/./GHC/IO/Buffer.hs:96) readWord8Buf (libraries/base/./GHC/IO/Buffer.hs:98) writeWord8Buf (libraries/base/./GHC/IO/Buffer.hs:101) RawCharBuffer (libraries/base/./GHC/IO/Buffer.hs:110) peekCharBuf (libraries/base/./GHC/IO/Buffer.hs:112) readCharBuf (libraries/base/./GHC/IO/Buffer.hs:118) writeCharBuf (libraries/base/./GHC/IO/Buffer.hs:122) readCharBufPtr (libraries/base/./GHC/IO/Buffer.hs:126) writeCharBufPtr (libraries/base/./GHC/IO/Buffer.hs:140) charSize (libraries/base/./GHC/IO/Buffer.hs:155) 33% ( 3 / 9) in 'GHC.IO.Encoding.Types' Missing documentation for: BufferCodec (libraries/base/./GHC/IO/Encoding/Types.hs:36) TextEncoder (libraries/base/./GHC/IO/Encoding/Types.hs:100) TextDecoder (libraries/base/./GHC/IO/Encoding/Types.hs:99) CodeBuffer (libraries/base/./GHC/IO/Encoding/Types.hs:95) EncodeBuffer (libraries/base/./GHC/IO/Encoding/Types.hs:97) DecodeBuffer (libraries/base/./GHC/IO/Encoding/Types.hs:96) 100% ( 5 / 5) in 'GHC.IO.Device' 33% ( 2 / 6) in 'GHC.IO.BufferedIO' Missing documentation for: readBuf (libraries/base/./GHC/IO/BufferedIO.hs:92) readBufNonBlocking (libraries/base/./GHC/IO/BufferedIO.hs:100) writeBuf (libraries/base/./GHC/IO/BufferedIO.hs:112) writeBufNonBlocking (libraries/base/./GHC/IO/BufferedIO.hs:120) 50% ( 9 / 18) in 'GHC.IO.Handle.Types' Missing documentation for: Handle__ (libraries/base/./GHC/IO/Handle/Types.hs:123) showHandle (libraries/base/./GHC/IO/Handle/Types.hs:428) checkHandleInvariants (libraries/base/./GHC/IO/Handle/Types.hs:184) BufferList (libraries/base/./GHC/IO/Handle/Types.hs:146) HandleType (libraries/base/./GHC/IO/Handle/Types.hs:153) isReadableHandleType (libraries/base/./GHC/IO/Handle/Types.hs:161) isWritableHandleType (libraries/base/./GHC/IO/Handle/Types.hs:166) isReadWriteHandleType (libraries/base/./GHC/IO/Handle/Types.hs:172) BufferCodec (libraries/base/./GHC/IO/Encoding/Types.hs:36) 65% ( 17 / 26) in 'GHC.IO.Exception' Missing documentation for: blockedIndefinitelyOnMVar (libraries/base/./GHC/IO/Exception.hs:70) blockedIndefinitelyOnSTM (libraries/base/./GHC/IO/Exception.hs:85) allocationLimitExceeded (libraries/base/./GHC/IO/Exception.hs:118) stackOverflow (libraries/base/./GHC/IO/Exception.hs:200) heapOverflow (libraries/base/./GHC/IO/Exception.hs:200) ioException (libraries/base/./GHC/IO/Exception.hs:238) assertError (libraries/base/./GHC/IO/Exception.hs:361) unsupportedOperation (libraries/base/./GHC/IO/Exception.hs:366) untangle (libraries/base/./GHC/IO/Exception.hs:377) 93% ( 14 / 15) in 'Foreign.Marshal.Alloc' Missing documentation for: allocaBytesAligned (libraries/base/./Foreign/Marshal/Alloc.hs:145) 100% ( 20 / 20) in 'Foreign.Marshal.Utils' 100% ( 31 / 31) in 'Foreign.Marshal.Array' 100% ( 9 / 9) in 'GHC.Foreign' 97% ( 36 / 37) in 'Foreign.C.String' Missing documentation for: charIsRepresentable (libraries/base/./Foreign/C/String.hs:188) 100% ( 7 / 7) in 'Foreign.Marshal.Error' 100% ( 19 / 19) in 'Foreign.Marshal.Pool' 100% ( 7 / 7) in 'Foreign.Marshal' 100% ( 9 / 9) in 'Foreign' 100% ( 9 / 9) in 'Foreign.Safe' 100% ( 7 / 7) in 'Foreign.Marshal.Safe' 26% ( 34 /133) in 'Foreign.C.Error' Missing documentation for: eOK (libraries/base/./Foreign/C/Error.hs:121) e2BIG (libraries/base/./Foreign/C/Error.hs:121) eACCES (libraries/base/./Foreign/C/Error.hs:121) eADDRINUSE (libraries/base/./Foreign/C/Error.hs:121) eADDRNOTAVAIL (libraries/base/./Foreign/C/Error.hs:121) eADV (libraries/base/./Foreign/C/Error.hs:121) eAFNOSUPPORT (libraries/base/./Foreign/C/Error.hs:121) eAGAIN (libraries/base/./Foreign/C/Error.hs:121) eALREADY (libraries/base/./Foreign/C/Error.hs:121) eBADF (libraries/base/./Foreign/C/Error.hs:121) eBADMSG (libraries/base/./Foreign/C/Error.hs:121) eBADRPC (libraries/base/./Foreign/C/Error.hs:121) eBUSY (libraries/base/./Foreign/C/Error.hs:121) eCHILD (libraries/base/./Foreign/C/Error.hs:121) eCOMM (libraries/base/./Foreign/C/Error.hs:121) eCONNABORTED (libraries/base/./Foreign/C/Error.hs:121) eCONNREFUSED (libraries/base/./Foreign/C/Error.hs:121) eCONNRESET (libraries/base/./Foreign/C/Error.hs:121) eDEADLK (libraries/base/./Foreign/C/Error.hs:121) eDESTADDRREQ (libraries/base/./Foreign/C/Error.hs:121) eDIRTY (libraries/base/./Foreign/C/Error.hs:121) eDOM (libraries/base/./Foreign/C/Error.hs:121) eDQUOT (libraries/base/./Foreign/C/Error.hs:121) eEXIST (libraries/base/./Foreign/C/Error.hs:121) eFAULT (libraries/base/./Foreign/C/Error.hs:121) eFBIG (libraries/base/./Foreign/C/Error.hs:121) eFTYPE (libraries/base/./Foreign/C/Error.hs:121) eHOSTDOWN (libraries/base/./Foreign/C/Error.hs:121) eHOSTUNREACH (libraries/base/./Foreign/C/Error.hs:121) eIDRM (libraries/base/./Foreign/C/Error.hs:121) eILSEQ (libraries/base/./Foreign/C/Error.hs:121) eINPROGRESS (libraries/base/./Foreign/C/Error.hs:121) eINTR (libraries/base/./Foreign/C/Error.hs:121) eINVAL (libraries/base/./Foreign/C/Error.hs:121) eIO (libraries/base/./Foreign/C/Error.hs:121) eISCONN (libraries/base/./Foreign/C/Error.hs:121) eISDIR (libraries/base/./Foreign/C/Error.hs:121) eLOOP (libraries/base/./Foreign/C/Error.hs:121) eMFILE (libraries/base/./Foreign/C/Error.hs:121) eMLINK (libraries/base/./Foreign/C/Error.hs:121) eMSGSIZE (libraries/base/./Foreign/C/Error.hs:121) eMULTIHOP (libraries/base/./Foreign/C/Error.hs:121) eNAMETOOLONG (libraries/base/./Foreign/C/Error.hs:121) eNETDOWN (libraries/base/./Foreign/C/Error.hs:121) eNETRESET (libraries/base/./Foreign/C/Error.hs:121) eNETUNREACH (libraries/base/./Foreign/C/Error.hs:121) eNFILE (libraries/base/./Foreign/C/Error.hs:121) eNOBUFS (libraries/base/./Foreign/C/Error.hs:121) eNODATA (libraries/base/./Foreign/C/Error.hs:121) eNODEV (libraries/base/./Foreign/C/Error.hs:121) eNOENT (libraries/base/./Foreign/C/Error.hs:121) eNOEXEC (libraries/base/./Foreign/C/Error.hs:121) eNOLCK (libraries/base/./Foreign/C/Error.hs:121) eNOLINK (libraries/base/./Foreign/C/Error.hs:121) eNOMEM (libraries/base/./Foreign/C/Error.hs:121) eNOMSG (libraries/base/./Foreign/C/Error.hs:121) eNONET (libraries/base/./Foreign/C/Error.hs:121) eNOPROTOOPT (libraries/base/./Foreign/C/Error.hs:121) eNOSPC (libraries/base/./Foreign/C/Error.hs:121) eNOSR (libraries/base/./Foreign/C/Error.hs:121) eNOSTR (libraries/base/./Foreign/C/Error.hs:121) eNOSYS (libraries/base/./Foreign/C/Error.hs:121) eNOTBLK (libraries/base/./Foreign/C/Error.hs:121) eNOTCONN (libraries/base/./Foreign/C/Error.hs:121) eNOTDIR (libraries/base/./Foreign/C/Error.hs:121) eNOTEMPTY (libraries/base/./Foreign/C/Error.hs:121) eNOTSOCK (libraries/base/./Foreign/C/Error.hs:121) eNOTTY (libraries/base/./Foreign/C/Error.hs:121) eNXIO (libraries/base/./Foreign/C/Error.hs:121) eOPNOTSUPP (libraries/base/./Foreign/C/Error.hs:121) ePERM (libraries/base/./Foreign/C/Error.hs:121) ePFNOSUPPORT (libraries/base/./Foreign/C/Error.hs:121) ePIPE (libraries/base/./Foreign/C/Error.hs:121) ePROCLIM (libraries/base/./Foreign/C/Error.hs:121) ePROCUNAVAIL (libraries/base/./Foreign/C/Error.hs:121) ePROGMISMATCH (libraries/base/./Foreign/C/Error.hs:121) ePROGUNAVAIL (libraries/base/./Foreign/C/Error.hs:121) ePROTO (libraries/base/./Foreign/C/Error.hs:121) ePROTONOSUPPORT (libraries/base/./Foreign/C/Error.hs:121) ePROTOTYPE (libraries/base/./Foreign/C/Error.hs:121) eRANGE (libraries/base/./Foreign/C/Error.hs:121) eREMCHG (libraries/base/./Foreign/C/Error.hs:121) eREMOTE (libraries/base/./Foreign/C/Error.hs:121) eROFS (libraries/base/./Foreign/C/Error.hs:121) eRPCMISMATCH (libraries/base/./Foreign/C/Error.hs:121) eRREMOTE (libraries/base/./Foreign/C/Error.hs:121) eSHUTDOWN (libraries/base/./Foreign/C/Error.hs:121) eSOCKTNOSUPPORT (libraries/base/./Foreign/C/Error.hs:121) eSPIPE (libraries/base/./Foreign/C/Error.hs:121) eSRCH (libraries/base/./Foreign/C/Error.hs:121) eSRMNT (libraries/base/./Foreign/C/Error.hs:121) eSTALE (libraries/base/./Foreign/C/Error.hs:121) eTIME (libraries/base/./Foreign/C/Error.hs:121) eTIMEDOUT (libraries/base/./Foreign/C/Error.hs:121) eTOOMANYREFS (libraries/base/./Foreign/C/Error.hs:121) eTXTBSY (libraries/base/./Foreign/C/Error.hs:121) eUSERS (libraries/base/./Foreign/C/Error.hs:121) eWOULDBLOCK (libraries/base/./Foreign/C/Error.hs:121) eXDEV (libraries/base/./Foreign/C/Error.hs:121) 100% ( 4 / 4) in 'Foreign.C' 7% ( 2 / 29) in 'System.Posix.Types' Missing documentation for: CDev (libraries/base/./System/Posix/Types.hs:109) CIno (libraries/base/./System/Posix/Types.hs:112) CMode (libraries/base/./System/Posix/Types.hs:115) COff (libraries/base/./System/Posix/Types.hs:118) CPid (libraries/base/./System/Posix/Types.hs:121) CSsize (libraries/base/./System/Posix/Types.hs:125) CGid (libraries/base/./System/Posix/Types.hs:129) CNlink (libraries/base/./System/Posix/Types.hs:132) CUid (libraries/base/./System/Posix/Types.hs:136) CCc (libraries/base/./System/Posix/Types.hs:139) CSpeed (libraries/base/./System/Posix/Types.hs:142) CTcflag (libraries/base/./System/Posix/Types.hs:145) CRLim (libraries/base/./System/Posix/Types.hs:148) Fd (libraries/base/./System/Posix/Types.hs:155) LinkCount (libraries/base/./System/Posix/Types.hs:159) UserID (libraries/base/./System/Posix/Types.hs:162) GroupID (libraries/base/./System/Posix/Types.hs:165) ByteCount (libraries/base/./System/Posix/Types.hs:168) ClockTick (libraries/base/./System/Posix/Types.hs:169) EpochTime (libraries/base/./System/Posix/Types.hs:170) FileOffset (libraries/base/./System/Posix/Types.hs:175) ProcessID (libraries/base/./System/Posix/Types.hs:174) ProcessGroupID (libraries/base/./System/Posix/Types.hs:176) DeviceID (libraries/base/./System/Posix/Types.hs:171) FileID (libraries/base/./System/Posix/Types.hs:172) FileMode (libraries/base/./System/Posix/Types.hs:173) Limit (libraries/base/./System/Posix/Types.hs:177) 50% ( 3 / 6) in 'GHC.IO.Encoding.Failure' Missing documentation for: codingFailureModeSuffix (libraries/base/./GHC/IO/Encoding/Failure.hs:93) recoverDecode (libraries/base/./GHC/IO/Encoding/Failure.hs:144) recoverEncode (libraries/base/./GHC/IO/Encoding/Failure.hs:160) 40% ( 2 / 5) in 'GHC.IO.Encoding.UTF8' Missing documentation for: utf8 (libraries/base/./GHC/IO/Encoding/UTF8.hs:43) utf8_bom (libraries/base/./GHC/IO/Encoding/UTF8.hs:73) mkUTF8_bom (libraries/base/./GHC/IO/Encoding/UTF8.hs:76) 78% ( 43 / 55) in 'GHC.Conc.Sync' Missing documentation for: childHandler (libraries/base/./GHC/Conc/Sync.hs:395) par (libraries/base/./GHC/Conc/Sync.hs:517) pseq (libraries/base/./GHC/Conc/Sync.hs:513) BlockReason (libraries/base/./GHC/Conc/Sync.hs:529) threadStatus (libraries/base/./GHC/Conc/Sync.hs:562) withMVar (libraries/base/./GHC/Conc/Sync.hs:817) modifyMVar_ (libraries/base/./GHC/Conc/Sync.hs:826) setUncaughtExceptionHandler (libraries/base/./GHC/Conc/Sync.hs:893) getUncaughtExceptionHandler (libraries/base/./GHC/Conc/Sync.hs:896) reportError (libraries/base/./GHC/Conc/Sync.hs:862) reportStackOverflow (libraries/base/./GHC/Conc/Sync.hs:857) sharedCAF (libraries/base/./GHC/Conc/Sync.hs:846) 86% ( 60 / 70) in 'Control.Exception.Base' Missing documentation for: recSelError (libraries/base/./Control/Exception/Base.hs:385) recConError (libraries/base/./Control/Exception/Base.hs:385) irrefutPatError (libraries/base/./Control/Exception/Base.hs:385) runtimeError (libraries/base/./Control/Exception/Base.hs:385) nonExhaustiveGuardsError (libraries/base/./Control/Exception/Base.hs:385) patError (libraries/base/./Control/Exception/Base.hs:385) noMethodBindingError (libraries/base/./Control/Exception/Base.hs:385) absentError (libraries/base/./Control/Exception/Base.hs:385) nonTermination (libraries/base/./Control/Exception/Base.hs:402) nestedAtomically (libraries/base/./Control/Exception/Base.hs:406) 95% ( 20 / 21) in 'Control.Concurrent.MVar' Missing documentation for: addMVarFinalizer (libraries/base/./Control/Concurrent/MVar.hs:265) 100% ( 71 / 71) in 'Control.Exception' 100% ( 6 / 6) in 'System.IO.Unsafe' 0% ( 0 / 6) in 'GHC.Conc.Signal' Missing documentation for: Module header Signal (libraries/base/./GHC/Conc/Signal.hs:32) HandlerFun (libraries/base/./GHC/Conc/Signal.hs:37) setHandler (libraries/base/./GHC/Conc/Signal.hs:52) runHandlers (libraries/base/./GHC/Conc/Signal.hs:63) runHandlersPtr (libraries/base/./GHC/Conc/Signal.hs:77) 42% ( 5 / 12) in 'GHC.IO.Encoding.Latin1' Missing documentation for: latin1 (libraries/base/./GHC/IO/Encoding/Latin1.hs:48) latin1_checked (libraries/base/./GHC/IO/Encoding/Latin1.hs:77) latin1_decode (libraries/base/./GHC/IO/Encoding/Latin1.hs:137) ascii_decode (libraries/base/./GHC/IO/Encoding/Latin1.hs:158) latin1_encode (libraries/base/./GHC/IO/Encoding/Latin1.hs:182) latin1_checked_encode (libraries/base/./GHC/IO/Encoding/Latin1.hs:201) ascii_encode (libraries/base/./GHC/IO/Encoding/Latin1.hs:205) 31% ( 4 / 13) in 'GHC.IO.Encoding.UTF16' Missing documentation for: utf16 (libraries/base/./GHC/IO/Encoding/UTF16.hs:55) utf16_decode (libraries/base/./GHC/IO/Encoding/UTF16.hs:100) utf16_encode (libraries/base/./GHC/IO/Encoding/UTF16.hs:86) utf16be (libraries/base/./GHC/IO/Encoding/UTF16.hs:141) utf16be_decode (libraries/base/./GHC/IO/Encoding/UTF16.hs:200) utf16be_encode (libraries/base/./GHC/IO/Encoding/UTF16.hs:268) utf16le (libraries/base/./GHC/IO/Encoding/UTF16.hs:170) utf16le_decode (libraries/base/./GHC/IO/Encoding/UTF16.hs:234) utf16le_encode (libraries/base/./GHC/IO/Encoding/UTF16.hs:305) 31% ( 4 / 13) in 'GHC.IO.Encoding.UTF32' Missing documentation for: utf32 (libraries/base/./GHC/IO/Encoding/UTF32.hs:55) utf32_decode (libraries/base/./GHC/IO/Encoding/UTF32.hs:102) utf32_encode (libraries/base/./GHC/IO/Encoding/UTF32.hs:86) utf32be (libraries/base/./GHC/IO/Encoding/UTF32.hs:144) utf32be_decode (libraries/base/./GHC/IO/Encoding/UTF32.hs:204) utf32be_encode (libraries/base/./GHC/IO/Encoding/UTF32.hs:260) utf32le (libraries/base/./GHC/IO/Encoding/UTF32.hs:174) utf32le_decode (libraries/base/./GHC/IO/Encoding/UTF32.hs:232) utf32le_encode (libraries/base/./GHC/IO/Encoding/UTF32.hs:284) 0% ( 0 / 1) in 'GHC.IO.Encoding.CodePage' Missing documentation for: Module header 100% ( 2 / 2) in 'GHC.IO.IOMode' 1% ( 1 /119) in 'System.Posix.Internals' Missing documentation for: puts (libraries/base/./System/Posix/Internals.hs:54) CFLock (libraries/base/./System/Posix/Internals.hs:65) CGroup (libraries/base/./System/Posix/Internals.hs:66) CLconv (libraries/base/./System/Posix/Internals.hs:67) CPasswd (libraries/base/./System/Posix/Internals.hs:68) CSigaction (libraries/base/./System/Posix/Internals.hs:69) CSigset (libraries/base/./System/Posix/Internals.hs:70) CStat (libraries/base/./System/Posix/Internals.hs:71) CTermios (libraries/base/./System/Posix/Internals.hs:72) CTm (libraries/base/./System/Posix/Internals.hs:73) CTms (libraries/base/./System/Posix/Internals.hs:74) CUtimbuf (libraries/base/./System/Posix/Internals.hs:75) CUtsname (libraries/base/./System/Posix/Internals.hs:76) FD (libraries/base/./System/Posix/Internals.hs:78) fdFileSize (libraries/base/./System/Posix/Internals.hs:83) fileType (libraries/base/./System/Posix/Internals.hs:95) fdStat (libraries/base/./System/Posix/Internals.hs:105) fdType (libraries/base/./System/Posix/Internals.hs:115) statGetType (libraries/base/./System/Posix/Internals.hs:118) ioe_unknownfiletype (libraries/base/./System/Posix/Internals.hs:130) fdGetMode (libraries/base/./System/Posix/Internals.hs:136) withFilePath (libraries/base/./System/Posix/Internals.hs:171) newFilePath (libraries/base/./System/Posix/Internals.hs:172) peekFilePath (libraries/base/./System/Posix/Internals.hs:173) peekFilePathLen (libraries/base/./System/Posix/Internals.hs:174) setEcho (libraries/base/./System/Posix/Internals.hs:188) getEcho (libraries/base/./System/Posix/Internals.hs:197) setCooked (libraries/base/./System/Posix/Internals.hs:203) tcSetAttr (libraries/base/./System/Posix/Internals.hs:221) get_saved_termios (libraries/base/./System/Posix/Internals.hs:256) set_saved_termios (libraries/base/./System/Posix/Internals.hs:259) setNonBlockingFD (libraries/base/./System/Posix/Internals.hs:316) setCloseOnExec (libraries/base/./System/Posix/Internals.hs:340) CFilePath (libraries/base/./System/Posix/Internals.hs:350) c_access (libraries/base/./System/Posix/Internals.hs:355) c_chmod (libraries/base/./System/Posix/Internals.hs:358) c_close (libraries/base/./System/Posix/Internals.hs:361) c_creat (libraries/base/./System/Posix/Internals.hs:364) c_dup (libraries/base/./System/Posix/Internals.hs:367) c_dup2 (libraries/base/./System/Posix/Internals.hs:370) c_fstat (libraries/base/./System/Posix/Internals.hs:373) c_isatty (libraries/base/./System/Posix/Internals.hs:376) c_lseek (libraries/base/./System/Posix/Internals.hs:386) lstat (libraries/base/./System/Posix/Internals.hs:390) c_open (libraries/base/./System/Posix/Internals.hs:393) c_safe_open (libraries/base/./System/Posix/Internals.hs:396) c_read (libraries/base/./System/Posix/Internals.hs:400) c_safe_read (libraries/base/./System/Posix/Internals.hs:404) c_stat (libraries/base/./System/Posix/Internals.hs:407) c_umask (libraries/base/./System/Posix/Internals.hs:410) c_write (libraries/base/./System/Posix/Internals.hs:414) c_safe_write (libraries/base/./System/Posix/Internals.hs:418) c_ftruncate (libraries/base/./System/Posix/Internals.hs:421) c_unlink (libraries/base/./System/Posix/Internals.hs:424) c_getpid (libraries/base/./System/Posix/Internals.hs:427) c_fcntl_read (libraries/base/./System/Posix/Internals.hs:431) c_fcntl_write (libraries/base/./System/Posix/Internals.hs:434) c_fcntl_lock (libraries/base/./System/Posix/Internals.hs:437) c_fork (libraries/base/./System/Posix/Internals.hs:440) c_link (libraries/base/./System/Posix/Internals.hs:443) c_mkfifo (libraries/base/./System/Posix/Internals.hs:447) c_pipe (libraries/base/./System/Posix/Internals.hs:450) c_sigemptyset (libraries/base/./System/Posix/Internals.hs:453) c_sigaddset (libraries/base/./System/Posix/Internals.hs:456) c_sigprocmask (libraries/base/./System/Posix/Internals.hs:459) c_tcgetattr (libraries/base/./System/Posix/Internals.hs:463) c_tcsetattr (libraries/base/./System/Posix/Internals.hs:467) c_utime (libraries/base/./System/Posix/Internals.hs:470) c_waitpid (libraries/base/./System/Posix/Internals.hs:473) o_RDONLY (libraries/base/./System/Posix/Internals.hs:478) o_WRONLY (libraries/base/./System/Posix/Internals.hs:479) o_RDWR (libraries/base/./System/Posix/Internals.hs:480) o_APPEND (libraries/base/./System/Posix/Internals.hs:481) o_CREAT (libraries/base/./System/Posix/Internals.hs:482) o_EXCL (libraries/base/./System/Posix/Internals.hs:483) o_TRUNC (libraries/base/./System/Posix/Internals.hs:484) o_NOCTTY (libraries/base/./System/Posix/Internals.hs:487) o_NONBLOCK (libraries/base/./System/Posix/Internals.hs:488) o_BINARY (libraries/base/./System/Posix/Internals.hs:489) c_s_isreg (libraries/base/./System/Posix/Internals.hs:491) c_s_ischr (libraries/base/./System/Posix/Internals.hs:492) c_s_isblk (libraries/base/./System/Posix/Internals.hs:493) c_s_isdir (libraries/base/./System/Posix/Internals.hs:494) c_s_isfifo (libraries/base/./System/Posix/Internals.hs:495) s_isreg (libraries/base/./System/Posix/Internals.hs:497) s_ischr (libraries/base/./System/Posix/Internals.hs:499) s_isblk (libraries/base/./System/Posix/Internals.hs:501) s_isdir (libraries/base/./System/Posix/Internals.hs:503) s_isfifo (libraries/base/./System/Posix/Internals.hs:505) sizeof_stat (libraries/base/./System/Posix/Internals.hs:508) st_mtime (libraries/base/./System/Posix/Internals.hs:509) st_size (libraries/base/./System/Posix/Internals.hs:513) st_mode (libraries/base/./System/Posix/Internals.hs:515) st_dev (libraries/base/./System/Posix/Internals.hs:516) st_ino (libraries/base/./System/Posix/Internals.hs:517) const_echo (libraries/base/./System/Posix/Internals.hs:519) const_tcsanow (libraries/base/./System/Posix/Internals.hs:520) const_icanon (libraries/base/./System/Posix/Internals.hs:521) const_vmin (libraries/base/./System/Posix/Internals.hs:522) const_vtime (libraries/base/./System/Posix/Internals.hs:523) const_sigttou (libraries/base/./System/Posix/Internals.hs:524) const_sig_block (libraries/base/./System/Posix/Internals.hs:525) const_sig_setmask (libraries/base/./System/Posix/Internals.hs:526) const_f_getfl (libraries/base/./System/Posix/Internals.hs:527) const_f_setfl (libraries/base/./System/Posix/Internals.hs:528) const_f_setfd (libraries/base/./System/Posix/Internals.hs:529) const_fd_cloexec (libraries/base/./System/Posix/Internals.hs:530) sizeof_termios (libraries/base/./System/Posix/Internals.hs:533) sizeof_sigset_t (libraries/base/./System/Posix/Internals.hs:534) c_lflag (libraries/base/./System/Posix/Internals.hs:536) poke_c_lflag (libraries/base/./System/Posix/Internals.hs:537) ptr_c_cc (libraries/base/./System/Posix/Internals.hs:538) s_issock (libraries/base/./System/Posix/Internals.hs:541) c_s_issock (libraries/base/./System/Posix/Internals.hs:544) dEFAULT_BUFFER_SIZE (libraries/base/./System/Posix/Internals.hs:549) sEEK_CUR (libraries/base/./System/Posix/Internals.hs:550) sEEK_SET (libraries/base/./System/Posix/Internals.hs:551) sEEK_END (libraries/base/./System/Posix/Internals.hs:552) 50% ( 2 / 4) in 'GHC.IO.Encoding.Iconv' Missing documentation for: iconvEncoding (libraries/base/./GHC/IO/Encoding/Iconv.hs:100) localeEncodingName (libraries/base/./GHC/IO/Encoding/Iconv.hs:63) 81% ( 21 / 26) in 'GHC.IO.Encoding' Missing documentation for: BufferCodec (libraries/base/./GHC/IO/Encoding/Types.hs:36) TextEncoder (libraries/base/./GHC/IO/Encoding/Types.hs:100) TextDecoder (libraries/base/./GHC/IO/Encoding/Types.hs:99) latin1_encode (libraries/base/./GHC/IO/Encoding.hs:278) latin1_decode (libraries/base/./GHC/IO/Encoding.hs:282) 0% ( 0 / 2) in 'GHC.Environment' Missing documentation for: Module header getFullArgs (libraries/base/./GHC/Environment.hs:50) 12% ( 5 / 40) in 'GHC.IO.Handle.Internals' Missing documentation for: withHandle (libraries/base/./GHC/IO/Handle/Internals.hs:123) withHandle' (libraries/base/./GHC/IO/Handle/Internals.hs:127) withHandle_ (libraries/base/./GHC/IO/Handle/Internals.hs:137) withHandle__' (libraries/base/./GHC/IO/Handle/Internals.hs:152) withHandle_' (libraries/base/./GHC/IO/Handle/Internals.hs:141) withAllHandles__ (libraries/base/./GHC/IO/Handle/Internals.hs:146) wantWritableHandle (libraries/base/./GHC/IO/Handle/Internals.hs:223) wantReadableHandle (libraries/base/./GHC/IO/Handle/Internals.hs:259) wantReadableHandle_ (libraries/base/./GHC/IO/Handle/Internals.hs:262) wantSeekableHandle (libraries/base/./GHC/IO/Handle/Internals.hs:299) mkHandle (libraries/base/./GHC/IO/Handle/Internals.hs:607) openTextEncoding (libraries/base/./GHC/IO/Handle/Internals.hs:696) closeTextCodecs (libraries/base/./GHC/IO/Handle/Internals.hs:716) initBufferState (libraries/base/./GHC/IO/Handle/Internals.hs:692) dEFAULT_CHAR_BUFFER_SIZE (libraries/base/./GHC/IO/Handle/Internals.hs:432) flushWriteBuffer (libraries/base/./GHC/IO/Handle/Internals.hs:488) flushCharReadBuffer (libraries/base/./GHC/IO/Handle/Internals.hs:541) flushByteReadBuffer (libraries/base/./GHC/IO/Handle/Internals.hs:588) flushByteWriteBuffer (libraries/base/./GHC/IO/Handle/Internals.hs:493) readTextDevice (libraries/base/./GHC/IO/Handle/Internals.hs:823) writeCharBuffer (libraries/base/./GHC/IO/Handle/Internals.hs:503) readTextDeviceNonBlocking (libraries/base/./GHC/IO/Handle/Internals.hs:912) decodeByteBuf (libraries/base/./GHC/IO/Handle/Internals.hs:924) augmentIOError (libraries/base/./GHC/IO/Handle/Internals.hs:211) ioe_closedHandle (libraries/base/./GHC/IO/Handle/Internals.hs:319) ioe_EOF (libraries/base/./GHC/IO/Handle/Internals.hs:319) ioe_notReadable (libraries/base/./GHC/IO/Handle/Internals.hs:319) ioe_notWritable (libraries/base/./GHC/IO/Handle/Internals.hs:319) ioe_finalizedHandle (libraries/base/./GHC/IO/Handle/Internals.hs:342) ioe_bufsiz (libraries/base/./GHC/IO/Handle/Internals.hs:347) hClose_help (libraries/base/./GHC/IO/Handle/Internals.hs:730) hLookAhead_ (libraries/base/./GHC/IO/Handle/Internals.hs:784) HandleFinalizer (libraries/base/./GHC/IO/Handle/Internals.hs:88) handleFinalizer (libraries/base/./GHC/IO/Handle/Internals.hs:420) debugIO (libraries/base/./GHC/IO/Handle/Internals.hs:799) 80% ( 40 / 50) in 'System.IO.Error' Missing documentation for: ioeGetErrorType (libraries/base/./System/IO/Error.hs:264) ioeGetLocation (libraries/base/./System/IO/Error.hs:266) ioeGetErrorString (libraries/base/./System/IO/Error.hs:265) ioeGetHandle (libraries/base/./System/IO/Error.hs:267) ioeGetFileName (libraries/base/./System/IO/Error.hs:268) ioeSetErrorType (libraries/base/./System/IO/Error.hs:282) ioeSetErrorString (libraries/base/./System/IO/Error.hs:283) ioeSetLocation (libraries/base/./System/IO/Error.hs:284) ioeSetHandle (libraries/base/./System/IO/Error.hs:285) ioeSetFileName (libraries/base/./System/IO/Error.hs:286) 14% ( 1 / 7) in 'GHC.Pack' Missing documentation for: packCString# (libraries/base/./GHC/Pack.hs:50) unpackCString (libraries/base/./GHC/Pack.hs:45) unpackCString# unpackNBytes# unpackFoldrCString# unpackAppendCString# 33% ( 1 / 3) in 'GHC.Profiling' Missing documentation for: startProfTimer (libraries/base/./GHC/Profiling.hs:9) stopProfTimer (libraries/base/./GHC/Profiling.hs:10) 0% ( 0 / 6) in 'GHC.Event.Arr' Missing documentation for: Module header Arr (libraries/base/./GHC/Event/Arr.hs:17) new (libraries/base/./GHC/Event/Arr.hs:19) size (libraries/base/./GHC/Event/Arr.hs:23) read (libraries/base/./GHC/Event/Arr.hs:26) write (libraries/base/./GHC/Event/Arr.hs:30) 5% ( 1 / 20) in 'GHC.Event.Array' Missing documentation for: Module header Array (libraries/base/./GHC/Event/Array.hs:54) capacity (libraries/base/./GHC/Event/Array.hs:112) clear (libraries/base/./GHC/Event/Array.hs:173) concat (libraries/base/./GHC/Event/Array.hs:228) duplicate (libraries/base/./GHC/Event/Array.hs:94) empty (libraries/base/./GHC/Event/Array.hs:62) ensureCapacity (libraries/base/./GHC/Event/Array.hs:142) findIndex (libraries/base/./GHC/Event/Array.hs:210) forM_ (libraries/base/./GHC/Event/Array.hs:178) length (libraries/base/./GHC/Event/Array.hs:107) loop (libraries/base/./GHC/Event/Array.hs:193) new (libraries/base/./GHC/Event/Array.hs:87) removeAt (libraries/base/./GHC/Event/Array.hs:264) snoc (libraries/base/./GHC/Event/Array.hs:165) unsafeLoad (libraries/base/./GHC/Event/Array.hs:135) unsafeRead (libraries/base/./GHC/Event/Array.hs:117) unsafeWrite (libraries/base/./GHC/Event/Array.hs:124) useAsPtr (libraries/base/./GHC/Event/Array.hs:160) 50% ( 1 / 2) in 'GHC.Event.Clock' Missing documentation for: Module header 44% ( 8 / 18) in 'GHC.Event.Control' Missing documentation for: Module header Signal (libraries/base/./GHC/Conc/Signal.hs:32) ControlMessage (libraries/base/./GHC/Event/Control.hs:55) readControlMessage (libraries/base/./GHC/Event/Control.hs:140) controlReadFd (libraries/base/./GHC/Event/Control.hs:63) controlWriteFd (libraries/base/./GHC/Event/Control.hs:64) wakeupReadFd (libraries/base/./GHC/Event/Control.hs:68) sendWakeup (libraries/base/./GHC/Event/Control.hs:173) sendDie (libraries/base/./GHC/Event/Control.hs:189) setNonBlockingFD (libraries/base/./System/Posix/Internals.hs:316) 67% ( 16 / 24) in 'GHC.Event.Internal' Missing documentation for: Module header backend (libraries/base/./GHC/Event/Internal.hs:165) delete (libraries/base/./GHC/Event/Internal.hs:193) poll (libraries/base/./GHC/Event/Internal.hs:175) eventIs (libraries/base/./GHC/Event/Internal.hs:62) eventLifetime (libraries/base/./GHC/Event/Internal.hs:116) elLifetime (libraries/base/./GHC/Event/Internal.hs:123) elEvent (libraries/base/./GHC/Event/Internal.hs:127) 33% ( 1 / 3) in 'GHC.Event.EPoll' Missing documentation for: new (libraries/base/GHC/Event/EPoll.hsc:31) available (libraries/base/GHC/Event/EPoll.hsc:34) 38% ( 3 / 8) in 'GHC.Event.IntTable' Missing documentation for: Module header IntTable (libraries/base/./GHC/Event/IntTable.hs:33) new (libraries/base/./GHC/Event/IntTable.hs:56) lookup (libraries/base/./GHC/Event/IntTable.hs:47) updateWith (libraries/base/./GHC/Event/IntTable.hs:124) 0% ( 0 / 3) in 'GHC.Event.KQueue' Missing documentation for: Module header new (libraries/base/GHC/Event/KQueue.hsc:74) available (libraries/base/GHC/Event/KQueue.hsc:62) 0% ( 0 / 5) in 'GHC.Event.Unique' Missing documentation for: Module header UniqueSource (libraries/base/./GHC/Event/Unique.hs:25) Unique (libraries/base/./GHC/Event/Unique.hs:27) newSource (libraries/base/./GHC/Event/Unique.hs:33) newUnique (libraries/base/./GHC/Event/Unique.hs:36) 81% ( 25 / 31) in 'GHC.Event.Manager' Missing documentation for: newDefaultBackend (libraries/base/./GHC/Event/Manager.hs:167) finished (libraries/base/./GHC/Event/Manager.hs:235) cleanup (libraries/base/./GHC/Event/Manager.hs:238) callbackTableVar (libraries/base/./GHC/Event/Manager.hs:143) emControl (libraries/base/./GHC/Event/Manager.hs:131) FdData (libraries/base/./GHC/Event/Manager.hs:103) 90% ( 26 / 29) in 'GHC.Event.PSQ' Missing documentation for: Key (libraries/base/./GHC/Event/PSQ.hs:107) PSQ (libraries/base/./GHC/Event/PSQ.hs:109) empty (libraries/base/./GHC/Event/PSQ.hs:140) 0% ( 0 / 3) in 'GHC.Event.Poll' Missing documentation for: Module header new (libraries/base/GHC/Event/Poll.hsc:54) available (libraries/base/GHC/Event/Poll.hsc:45) 67% ( 14 / 21) in 'GHC.Event.TimerManager' Missing documentation for: Module header newWith (libraries/base/./GHC/Event/TimerManager.hs:118) newDefaultBackend (libraries/base/./GHC/Event/TimerManager.hs:107) emControl (libraries/base/./GHC/Event/TimerManager.hs:93) finished (libraries/base/./GHC/Event/TimerManager.hs:145) step (libraries/base/./GHC/Event/TimerManager.hs:177) cleanup (libraries/base/./GHC/Event/TimerManager.hs:148) 62% ( 8 / 13) in 'GHC.Event.Thread' Missing documentation for: Module header getSystemTimerManager (libraries/base/./GHC/Event/Thread.hs:214) ensureIOManagerIsRunning (libraries/base/./GHC/Event/Thread.hs:237) ioManagerCapabilitiesChanged (libraries/base/./GHC/Event/Thread.hs:325) blockedOnBadFD (libraries/base/./GHC/Event/Thread.hs:125) 82% ( 9 / 11) in 'GHC.Conc.IO' Missing documentation for: ensureIOManagerIsRunning (libraries/base/./GHC/Conc/IO.hs:71) ioManagerCapabilitiesChanged (libraries/base/./GHC/Conc/IO.hs:78) 76% ( 51 / 67) in 'GHC.Conc' Missing documentation for: childHandler (libraries/base/./GHC/Conc/Sync.hs:395) par (libraries/base/./GHC/Conc/Sync.hs:517) pseq (libraries/base/./GHC/Conc/Sync.hs:513) BlockReason (libraries/base/./GHC/Conc/Sync.hs:529) threadStatus (libraries/base/./GHC/Conc/Sync.hs:562) withMVar (libraries/base/./GHC/Conc/Sync.hs:817) Signal (libraries/base/./GHC/Conc/Signal.hs:32) HandlerFun (libraries/base/./GHC/Conc/Signal.hs:37) setHandler (libraries/base/./GHC/Conc/Signal.hs:52) runHandlers (libraries/base/./GHC/Conc/Signal.hs:63) ensureIOManagerIsRunning (libraries/base/./GHC/Conc/IO.hs:71) ioManagerCapabilitiesChanged (libraries/base/./GHC/Conc/IO.hs:78) setUncaughtExceptionHandler (libraries/base/./GHC/Conc/Sync.hs:893) getUncaughtExceptionHandler (libraries/base/./GHC/Conc/Sync.hs:896) reportError (libraries/base/./GHC/Conc/Sync.hs:862) reportStackOverflow (libraries/base/./GHC/Conc/Sync.hs:857) 25% ( 3 / 12) in 'GHC.IO.FD' Missing documentation for: FD (libraries/base/./GHC/IO/FD.hs:74) release (libraries/base/./GHC/IO/FD.hs:331) setNonBlockingMode (libraries/base/./GHC/IO/FD.hs:385) readRawBufferPtr (libraries/base/./GHC/IO/FD.hs:501) readRawBufferPtrNoBlock (libraries/base/./GHC/IO/FD.hs:518) writeRawBufferPtr (libraries/base/./GHC/IO/FD.hs:534) stdin (libraries/base/./GHC/IO/FD.hs:305) stdout (libraries/base/./GHC/IO/FD.hs:305) stderr (libraries/base/./GHC/IO/FD.hs:305) 80% ( 12 / 15) in 'GHC.IO.Handle.Text' Missing documentation for: commitBuffer' (libraries/base/./GHC/IO/Handle/Text.hs:650) hPutBufNonBlocking (libraries/base/./GHC/IO/Handle/Text.hs:703) memcpy (libraries/base/./GHC/IO/Handle/Text.hs:994) 83% ( 44 / 53) in 'GHC.IO.Handle' Missing documentation for: hClose_help (libraries/base/./GHC/IO/Handle/Internals.hs:730) HandlePosition (libraries/base/./GHC/IO/Handle.hs:330) HandlePosn (libraries/base/./GHC/IO/Handle.hs:317) hIsOpen (libraries/base/./GHC/IO/Handle.hs:445) hIsClosed (libraries/base/./GHC/IO/Handle.hs:453) hIsReadable (libraries/base/./GHC/IO/Handle.hs:470) hIsWritable (libraries/base/./GHC/IO/Handle.hs:479) hIsSeekable (libraries/base/./GHC/IO/Handle.hs:501) hPutBufNonBlocking (libraries/base/./GHC/IO/Handle/Text.hs:703) 91% ( 10 / 11) in 'GHC.IO.Handle.FD' Missing documentation for: mkHandleFromFD (libraries/base/./GHC/IO/Handle/FD.hs:204) 50% ( 5 / 10) in 'GHC.TopHandler' Missing documentation for: topHandler (libraries/base/./GHC/TopHandler.hs:133) topHandlerFastExit (libraries/base/./GHC/TopHandler.hs:136) reportStackOverflow (libraries/base/./GHC/Conc/Sync.hs:857) reportError (libraries/base/./GHC/Conc/Sync.hs:862) flushStdHandles (libraries/base/./GHC/TopHandler.hs:204) 94% (116 /124) in 'System.IO' Missing documentation for: fixIO (libraries/base/./System/IO.hs:401) HandlePosn (libraries/base/./GHC/IO/Handle.hs:317) hIsOpen (libraries/base/./GHC/IO/Handle.hs:445) hIsClosed (libraries/base/./GHC/IO/Handle.hs:453) hIsReadable (libraries/base/./GHC/IO/Handle.hs:470) hIsWritable (libraries/base/./GHC/IO/Handle.hs:479) hIsSeekable (libraries/base/./GHC/IO/Handle.hs:501) hPutBufNonBlocking (libraries/base/./GHC/IO/Handle/Text.hs:703) 100% ( 3 / 3) in 'Control.Monad.Fix' 96% ( 23 / 24) in 'Control.Arrow' Missing documentation for: ArrowZero (libraries/base/./Control/Arrow.hs:179) 83% ( 15 / 18) in 'Control.Applicative' Missing documentation for: Const (libraries/base/./Control/Applicative.hs:67) WrappedMonad (libraries/base/./Control/Applicative.hs:93) WrappedArrow (libraries/base/./Control/Applicative.hs:107) 100% ( 11 / 11) in 'Data.Traversable' 100% ( 45 / 45) in 'Control.Monad' 100% ( 4 / 4) in 'GHC.Stats' 100% (148 /148) in 'Data.List' 100% ( 8 / 8) in 'Data.String' 100% ( 8 / 8) in 'Data.Version' 96% ( 49 / 51) in 'Data.Data' Missing documentation for: mkIntegralConstr (libraries/base/./Data/Data.hs:760) mkRealConstr (libraries/base/./Data/Data.hs:767) 25% ( 1 / 4) in 'GHC.Desugar' Missing documentation for: >>> (libraries/base/./GHC/Desugar.hs:29) AnnotationWrapper (libraries/base/./GHC/Desugar.hs:37) toAnnotationWrapper (libraries/base/./GHC/Desugar.hs:39) 100% ( 12 / 12) in 'GHC.Natural' 100% ( 2 / 2) in 'Numeric.Natural' 64% ( 16 / 25) in 'GHC.RTS.Flags' Missing documentation for: getRTSFlags (libraries/base/GHC/RTS/Flags.hsc:330) getGCFlags (libraries/base/GHC/RTS/Flags.hsc:352) getConcFlags (libraries/base/GHC/RTS/Flags.hsc:382) getMiscFlags (libraries/base/GHC/RTS/Flags.hsc:388) getDebugFlags (libraries/base/GHC/RTS/Flags.hsc:396) getCCFlags (libraries/base/GHC/RTS/Flags.hsc:415) getProfFlags (libraries/base/GHC/RTS/Flags.hsc:423) getTraceFlags (libraries/base/GHC/RTS/Flags.hsc:441) getTickyFlags (libraries/base/GHC/RTS/Flags.hsc:453) 14% ( 1 / 7) in 'GHC.Fingerprint' Missing documentation for: Module header Fingerprint (libraries/base/./GHC/Fingerprint/Type.hs:24) fingerprint0 (libraries/base/./GHC/Fingerprint.hs:42) fingerprintData (libraries/base/./GHC/Fingerprint.hs:50) fingerprintString (libraries/base/./GHC/Fingerprint.hs:60) fingerprintFingerprints (libraries/base/./GHC/Fingerprint.hs:45) 96% ( 24 / 25) in 'GHC.Event' Missing documentation for: getSystemTimerManager (libraries/base/./GHC/Event/Thread.hs:214) 100% ( 26 / 26) in 'GHC.TypeLits' 100% ( 2 / 2) in 'GHC.IP' 33% ( 1 / 3) in 'GHC.PArr' Missing documentation for: [::] (libraries/base/./GHC/PArr.hs:35) PArr (libraries/base/./GHC/PArr.hs:37) Warning: Prelude: null is exported separately but will be documented under Foldable. Consider exporting it together with its parent(s) for code clarity. Warning: Prelude: length is exported separately but will be documented under Foldable. Consider exporting it together with its parent(s) for code clarity. 97% (161 /166) in 'Prelude' Missing documentation for: Bool Ordering Real (libraries/base/./GHC/Real.hs:120) even (libraries/base/./GHC/Real.hs:463) odd (libraries/base/./GHC/Real.hs:463) 18% ( 2 / 11) in 'GHC.SrcLoc' Missing documentation for: Module header srcLocPackage (libraries/base/./GHC/SrcLoc.hs:18) srcLocModule (libraries/base/./GHC/SrcLoc.hs:19) srcLocFile (libraries/base/./GHC/SrcLoc.hs:20) srcLocStartLine (libraries/base/./GHC/SrcLoc.hs:21) srcLocStartCol (libraries/base/./GHC/SrcLoc.hs:22) srcLocEndLine (libraries/base/./GHC/SrcLoc.hs:23) srcLocEndCol (libraries/base/./GHC/SrcLoc.hs:24) showSrcLoc (libraries/base/./GHC/SrcLoc.hs:27) 41% ( 9 / 22) in 'GHC.Stack' Missing documentation for: getCallStack (libraries/base/GHC/Stack.hsc:175) showCallStack (libraries/base/GHC/Stack.hsc:179) CostCentreStack (libraries/base/GHC/Stack.hsc:63) CostCentre (libraries/base/GHC/Stack.hsc:64) getCurrentCCS (libraries/base/GHC/Stack.hsc:66) getCCSOf (libraries/base/GHC/Stack.hsc:71) ccsCC (libraries/base/GHC/Stack.hsc:76) ccsParent (libraries/base/GHC/Stack.hsc:79) ccLabel (libraries/base/GHC/Stack.hsc:82) ccModule (libraries/base/GHC/Stack.hsc:85) ccSrcSpan (libraries/base/GHC/Stack.hsc:88) ccsToStrings (libraries/base/GHC/Stack.hsc:105) renderStack (libraries/base/GHC/Stack.hsc:128) 95% ( 19 / 20) in 'Debug.Trace' Missing documentation for: putTraceMsg (libraries/base/./Debug/Trace.hs:95) 81% ( 43 / 53) in 'GHC.Exts' Missing documentation for: maxTupleSize (libraries/base/./GHC/Exts.hs:91) uncheckedShiftL64# (libraries/base/./GHC/Word.hs:764) uncheckedShiftRL64# (libraries/base/./GHC/Word.hs:767) uncheckedIShiftL64# (libraries/base/./GHC/Int.hs:870) uncheckedIShiftRA64# (libraries/base/./GHC/Int.hs:873) breakpoint (libraries/base/./GHC/Base.hs:997) breakpointCond (libraries/base/./GHC/Base.hs:1000) traceEvent (libraries/base/./GHC/Exts.hs:124) SpecConstrAnnotation (libraries/base/./GHC/Exts.hs:142) Constraint 67% ( 2 / 3) in 'Control.Monad.Zip' Missing documentation for: (libraries/base/./Control/Monad/Zip.hs:51) 100% ( 9 / 9) in 'GHC.StaticPtr' 100% ( 13 / 13) in 'Control.Concurrent.Chan' 100% ( 6 / 6) in 'Control.Concurrent.QSem' 100% ( 6 / 6) in 'Control.Concurrent.QSemN' 100% ( 52 / 52) in 'Control.Concurrent' 100% ( 3 / 3) in 'Control.Monad.Instances' 75% ( 9 / 12) in 'Control.Monad.ST.Imp' Missing documentation for: unsafeInterleaveST (libraries/base/./GHC/ST.hs:85) unsafeIOToST (libraries/base/./GHC/IO.hs:98) unsafeSTToIO (libraries/base/./GHC/IO.hs:101) 100% ( 8 / 8) in 'Control.Monad.ST' 100% ( 8 / 8) in 'Control.Monad.ST.Safe' 100% ( 2 / 2) in 'Control.Monad.ST.Strict' 40% ( 2 / 5) in 'Control.Monad.ST.Unsafe' Missing documentation for: unsafeInterleaveST (libraries/base/./GHC/ST.hs:85) unsafeIOToST (libraries/base/./GHC/IO.hs:98) unsafeSTToIO (libraries/base/./GHC/IO.hs:101) 86% ( 12 / 14) in 'Control.Monad.ST.Lazy.Imp' Missing documentation for: unsafeInterleaveST (libraries/base/./Control/Monad/ST/Lazy/Imp.hs:146) unsafeIOToST (libraries/base/./Control/Monad/ST/Lazy/Imp.hs:149) 100% ( 11 / 11) in 'Control.Monad.ST.Lazy' 100% ( 11 / 11) in 'Control.Monad.ST.Lazy.Safe' 50% ( 2 / 4) in 'Control.Monad.ST.Lazy.Unsafe' Missing documentation for: unsafeInterleaveST (libraries/base/./Control/Monad/ST/Lazy/Imp.hs:146) unsafeIOToST (libraries/base/./Control/Monad/ST/Lazy/Imp.hs:149) 100% ( 2 / 2) in 'Data.Bifunctor' 100% ( 13 / 13) in 'Data.Complex' 62% ( 13 / 21) in 'Data.Fixed' Missing documentation for: HasResolution (libraries/base/./Data/Fixed.hs:76) E0 (libraries/base/./Data/Fixed.hs:169) E1 (libraries/base/./Data/Fixed.hs:175) E2 (libraries/base/./Data/Fixed.hs:181) E3 (libraries/base/./Data/Fixed.hs:187) E6 (libraries/base/./Data/Fixed.hs:193) E9 (libraries/base/./Data/Fixed.hs:199) E12 (libraries/base/./Data/Fixed.hs:205) 100% ( 2 / 2) in 'Data.Functor.Identity' 100% ( 5 / 5) in 'Data.Ix' 100% ( 7 / 7) in 'Data.Ratio' 100% ( 8 / 8) in 'Data.STRef' 43% ( 3 / 7) in 'Data.STRef.Lazy' Missing documentation for: newSTRef (libraries/base/./Data/STRef/Lazy.hs:29) readSTRef (libraries/base/./Data/STRef/Lazy.hs:30) writeSTRef (libraries/base/./Data/STRef/Lazy.hs:31) modifySTRef (libraries/base/./Data/STRef/Lazy.hs:32) 100% ( 2 / 2) in 'Data.STRef.Strict' 100% ( 5 / 5) in 'Data.Unique' 100% ( 4 / 4) in 'Data.Void' 100% ( 3 / 3) in 'System.CPUTime' 100% ( 14 / 14) in 'System.Console.GetOpt' 100% ( 2 / 2) in 'System.Environment.ExecutablePath' 100% ( 11 / 11) in 'System.Environment' 100% ( 6 / 6) in 'System.Exit' 100% ( 5 / 5) in 'System.Info' 100% ( 4 / 4) in 'System.Mem' 100% ( 6 / 6) in 'System.Mem.StableName' 100% ( 13 / 13) in 'System.Mem.Weak' 100% ( 2 / 2) in 'System.Timeout' 100% ( 36 / 36) in 'Text.Printf' 100% ( 1 / 1) in 'Text.Show.Functions' Warning: Text.Read.Lex: could not find link destinations for: guard Warning: GHC.Foreign: could not find link destinations for: CString CStringLen Warning: System.IO.Unsafe: could not find link destinations for: bracket Warning: GHC.IO.Handle: could not find link destinations for: Handle__ ResourceVanished Warning: GHC.IO.Handle.FD: could not find link destinations for: FD FD Warning: System.IO: could not find link destinations for: ResourceVanished Warning: GHC.Natural: could not find link destinations for: minusNatural Warning: GHC.TypeLits: could not find link destinations for: natSing symbolSing Warning: Data.Ix: could not find link destinations for: unsafeIndex Warning: Text.Printf: could not find link destinations for: spr hspr "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/filepath/dist-install/doc/html/filepath" --no-tmp-comp-dir --dump-interface=libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --html --hoogle --title="filepath-1.4.0.0: Library for manipulating FilePaths in a cross platform way." --prologue="libraries/filepath/dist-install/haddock-prologue.txt" --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=filep_Ey7a1in9roBAE8bUFJ5R9m --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/filepath/. --optghc=-ilibraries/filepath/dist-install/build --optghc=-ilibraries/filepath/dist-install/build/autogen --optghc=-Ilibraries/filepath/dist-install/build --optghc=-Ilibraries/filepath/dist-install/build/autogen --optghc=-Ilibraries/filepath/. --optghc=-optP-include --optghc=-optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-Wall --optghc=-XHaskell98 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/filepath/dist-install/build --optghc=-hidir --optghc=libraries/filepath/dist-install/build --optghc=-stubdir --optghc=libraries/filepath/dist-install/build libraries/filepath/./System/FilePath.hs libraries/filepath/./System/FilePath/Posix.hs libraries/filepath/./System/FilePath/Windows.hs +RTS -tlibraries/filepath/dist-install/doc/html/filepath/filepath.haddock.t --machine-readable "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/array/dist-install/doc/html/array" --no-tmp-comp-dir --dump-interface=libraries/array/dist-install/doc/html/array/array.haddock --html --hoogle --title="array-0.5.1.0: Mutable and immutable arrays" --prologue="libraries/array/dist-install/haddock-prologue.txt" --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=array_67iodizgJQIIxYVTp4emlA --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/array/. --optghc=-ilibraries/array/dist-install/build --optghc=-ilibraries/array/dist-install/build/autogen --optghc=-Ilibraries/array/dist-install/build --optghc=-Ilibraries/array/dist-install/build/autogen --optghc=-Ilibraries/array/. --optghc=-optP-include --optghc=-optPlibraries/array/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-Wall --optghc=-XHaskell2010 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/array/dist-install/build --optghc=-hidir --optghc=libraries/array/dist-install/build --optghc=-stubdir --optghc=libraries/array/dist-install/build libraries/array/./Data/Array.hs libraries/array/./Data/Array/Base.hs libraries/array/./Data/Array/IArray.hs libraries/array/./Data/Array/IO.hs libraries/array/./Data/Array/IO/Safe.hs libraries/array/./Data/Array/IO/Internals.hs libraries/array/./Data/Array/MArray.hs libraries/array/./Data/Array/MArray/Safe.hs libraries/array/./Data/Array/ST.hs libraries/array/./Data/Array/ST/Safe.hs libraries/array/./Data/Array/Storable.hs libraries/array/./Data/Array/Storable/Safe.hs libraries/array/./Data/Array/Storable/Internals.hs libraries/array/./Data/Array/Unboxed.hs libraries/array/./Data/Array/Unsafe.hs +RTS -tlibraries/array/dist-install/doc/html/array/array.haddock.t --machine-readable "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/transformers/dist-install/doc/html/transformers" --no-tmp-comp-dir --dump-interface=libraries/transformers/dist-install/doc/html/transformers/transformers.haddock --html --hoogle --title="transformers-0.4.2.0: Concrete functor and monad transformers" --prologue="libraries/transformers/dist-install/haddock-prologue.txt" --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=trans_GZTjP9K5WFq01xC9BAGQpF --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/transformers/. --optghc=-ilibraries/transformers/dist-install/build --optghc=-ilibraries/transformers/dist-install/build/autogen --optghc=-Ilibraries/transformers/dist-install/build --optghc=-Ilibraries/transformers/dist-install/build/autogen --optghc=-Ilibraries/transformers/. --optghc=-optP-include --optghc=-optPlibraries/transformers/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-XHaskell98 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/transformers/dist-install/build --optghc=-hidir --optghc=libraries/transformers/dist-install/build --optghc=-stubdir --optghc=libraries/transformers/dist-install/build libraries/transformers/./Control/Applicative/Backwards.hs libraries/transformers/./Control/Applicative/Lift.hs libraries/transformers/./Control/Monad/IO/Class.hs libraries/transformers/./Control/Monad/Signatures.hs libraries/transformers/./Control/Monad/Trans/Class.hs libraries/transformers/./Control/Monad/Trans/Cont.hs libraries/transformers/./Control/Monad/Trans/Except.hs libraries/transformers/./Control/Monad/Trans/Error.hs libraries/transformers/./Control/Monad/Trans/Identity.hs libraries/transformers/./Control/Monad/Trans/List.hs libraries/transformers/./Control/Monad/Trans/Maybe.hs libraries/transformers/./Control/Monad/Trans/Reader.hs libraries/transformers/./Control/Monad/Trans/RWS.hs libraries/transformers/./Control/Monad/Trans/RWS/Lazy.hs libraries/transformers/./Control/Monad/Trans/RWS/Strict.hs libraries/transformers/./Control/Monad/Trans/State.hs libraries/transformers/./Control/Monad/Trans/State/Lazy.hs libraries/transformers/./Control/Monad/Trans/State/Strict.hs libraries/transformers/./Control/Monad/Trans/Writer.hs libraries/transformers/./Control/Monad/Trans/Writer/Lazy.hs libraries/transformers/./Control/Monad/Trans/Writer/Strict.hs libraries/transformers/./Data/Functor/Classes.hs libraries/transformers/./Data/Functor/Compose.hs libraries/transformers/./Data/Functor/Constant.hs libraries/transformers/./Data/Functor/Product.hs libraries/transformers/./Data/Functor/Reverse.hs libraries/transformers/./Data/Functor/Sum.hs +RTS -tlibraries/transformers/dist-install/doc/html/transformers/transformers.haddock.t --machine-readable "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/xhtml/dist-install/doc/html/xhtml" --no-tmp-comp-dir --dump-interface=libraries/xhtml/dist-install/doc/html/xhtml/xhtml.haddock --html --hoogle --title="xhtml-3000.2.1: An XHTML combinator library" --prologue="libraries/xhtml/dist-install/haddock-prologue.txt" --hide=Text.XHtml.Strict.Attributes --hide=Text.XHtml.Strict.Elements --hide=Text.XHtml.Frameset.Attributes --hide=Text.XHtml.Frameset.Elements --hide=Text.XHtml.Transitional.Attributes --hide=Text.XHtml.Transitional.Elements --hide=Text.XHtml.BlockTable --hide=Text.XHtml.Extras --hide=Text.XHtml.Internals --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=xhtml_0ACfOp3hebWD9jGWE4v4Gh --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/xhtml/. --optghc=-ilibraries/xhtml/dist-install/build --optghc=-ilibraries/xhtml/dist-install/build/autogen --optghc=-Ilibraries/xhtml/dist-install/build --optghc=-Ilibraries/xhtml/dist-install/build/autogen --optghc=-Ilibraries/xhtml/. --optghc=-optP-include --optghc=-optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-Wall --optghc=-XHaskell98 --optghc=-XCPP --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/xhtml/dist-install/build --optghc=-hidir --optghc=libraries/xhtml/dist-install/build --optghc=-stubdir --optghc=libraries/xhtml/dist-install/build libraries/xhtml/./Text/XHtml.hs libraries/xhtml/./Text/XHtml/Frameset.hs libraries/xhtml/./Text/XHtml/Strict.hs libraries/xhtml/./Text/XHtml/Transitional.hs libraries/xhtml/./Text/XHtml/Debug.hs libraries/xhtml/./Text/XHtml/Table.hs libraries/xhtml/./Text/XHtml/Strict/Attributes.hs libraries/xhtml/./Text/XHtml/Strict/Elements.hs libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs libraries/xhtml/./Text/XHtml/Frameset/Elements.hs libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs libraries/xhtml/./Text/XHtml/Transitional/Elements.hs libraries/xhtml/./Text/XHtml/BlockTable.hs libraries/xhtml/./Text/XHtml/Extras.hs libraries/xhtml/./Text/XHtml/Internals.hs +RTS -tlibraries/xhtml/dist-install/doc/html/xhtml/xhtml.haddock.t --machine-readable "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/terminfo/dist-install/doc/html/terminfo" --no-tmp-comp-dir --dump-interface=libraries/terminfo/dist-install/doc/html/terminfo/terminfo.haddock --html --hoogle --title="terminfo-0.4.0.1: Haskell bindings to the terminfo library." --prologue="libraries/terminfo/dist-install/haddock-prologue.txt" --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=termi_6iVf4EBnOgfIaaOCLRs8jl --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/terminfo/. --optghc=-ilibraries/terminfo/dist-install/build --optghc=-ilibraries/terminfo/dist-install/build/autogen --optghc=-Ilibraries/terminfo/dist-install/build --optghc=-Ilibraries/terminfo/dist-install/build/autogen --optghc=-I/usr//usr/include --optghc=-optP-include --optghc=-optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-Wall --optghc=-XHaskell2010 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/terminfo/dist-install/build --optghc=-hidir --optghc=libraries/terminfo/dist-install/build --optghc=-stubdir --optghc=libraries/terminfo/dist-install/build libraries/terminfo/./System/Console/Terminfo.hs libraries/terminfo/./System/Console/Terminfo/Base.hs libraries/terminfo/./System/Console/Terminfo/Cursor.hs libraries/terminfo/./System/Console/Terminfo/Color.hs libraries/terminfo/./System/Console/Terminfo/Edit.hs libraries/terminfo/./System/Console/Terminfo/Effects.hs libraries/terminfo/./System/Console/Terminfo/Keys.hs +RTS -tlibraries/terminfo/dist-install/doc/html/terminfo/terminfo.haddock.t --machine-readable Haddock coverage: 100% ( 58 / 58) in 'System.FilePath.Windows' 100% ( 58 / 58) in 'System.FilePath.Posix' 100% ( 2 / 2) in 'System.FilePath' libraries/xhtml/Text/XHtml/Internals.hs:321:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:322:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:323:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:324:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:338:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:339:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:347:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:348:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:349:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:350:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:353:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:354:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:355:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:358:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:359:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:360:1: Warning: Tab character libraries/xhtml/Text/XHtml/Internals.hs:23:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() Haddock coverage: 73% ( 8 / 11) in 'Text.XHtml.BlockTable' Missing documentation for: BlockTable (libraries/xhtml/./Text/XHtml/BlockTable.hs:101) showsTable (libraries/xhtml/./Text/XHtml/BlockTable.hs:164) showTable (libraries/xhtml/./Text/XHtml/BlockTable.hs:167) 55% ( 27 / 49) in 'Text.XHtml.Internals' Missing documentation for: htmlAttrPair (libraries/xhtml/./Text/XHtml/Internals.hs:49) Html (libraries/xhtml/./Text/XHtml/Internals.hs:53) (libraries/xhtml/./Text/XHtml/Internals.hs:60) (libraries/xhtml/./Text/XHtml/Internals.hs:64) (libraries/xhtml/./Text/XHtml/Internals.hs:70) (libraries/xhtml/./Text/XHtml/Internals.hs:83) (libraries/xhtml/./Text/XHtml/Internals.hs:86) (libraries/xhtml/./Text/XHtml/Internals.hs:91) (libraries/xhtml/./Text/XHtml/Internals.hs:94) ADDATTRS (libraries/xhtml/./Text/XHtml/Internals.hs:97) (libraries/xhtml/./Text/XHtml/Internals.hs:104) (libraries/xhtml/./Text/XHtml/Internals.hs:107) (libraries/xhtml/./Text/XHtml/Internals.hs:110) (libraries/xhtml/./Text/XHtml/Internals.hs:117) concatHtml (libraries/xhtml/./Text/XHtml/Internals.hs:137) emptyAttr (libraries/xhtml/./Text/XHtml/Internals.hs:168) intAttr (libraries/xhtml/./Text/XHtml/Internals.hs:171) strAttr (libraries/xhtml/./Text/XHtml/Internals.hs:174) htmlAttr (libraries/xhtml/./Text/XHtml/Internals.hs:177) mkHtml (libraries/xhtml/./Text/XHtml/Internals.hs:218) renderHtml' (libraries/xhtml/./Text/XHtml/Internals.hs:285) prettyHtml' (libraries/xhtml/./Text/XHtml/Internals.hs:301) 8% ( 1 / 12) in 'Text.XHtml.Transitional.Elements' Missing documentation for: Module header applet (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:14) basefont (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:18) center (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:22) dir (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:26) font (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:30) iframe (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:34) isindex (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:38) themenu (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:42) strike (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:46) underline (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:50) 5% ( 2 / 37) in 'Text.XHtml.Transitional.Attributes' Missing documentation for: Module header alink (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:14) background (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:18) bgcolor (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:22) clear (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:26) code (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:30) color (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:34) compact (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:38) face (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:42) hspace (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:46) link (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:50) noshade (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:54) nowrap (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:58) start (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:62) target (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:65) text (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:69) version (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:73) vlink (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:77) vspace (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:81) aqua (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:91) black (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:92) blue (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:93) fuchsia (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:94) gray (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:95) green (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:96) lime (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:97) maroon (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:98) navy (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:99) olive (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:100) purple (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:101) red (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:102) silver (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:103) teal (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:104) yellow (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:105) white (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:106) 14% ( 1 / 7) in 'Text.XHtml.Frameset.Attributes' Missing documentation for: Module header frameborder (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:13) marginheight (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:16) marginwidth (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:19) noresize (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:22) scrolling (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:25) 2% ( 1 / 50) in 'Text.XHtml.Strict.Attributes' Missing documentation for: Module header action (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:13) align (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:14) alt (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:16) altcode (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:17) archive (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:18) base (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:19) border (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:20) bordercolor (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:21) cellpadding (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:22) cellspacing (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:23) checked (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:24) codebase (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:25) cols (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:26) colspan (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:27) content (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:28) coords (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:29) disabled (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:30) enctype (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:31) height (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:32) href (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:33) hreflang (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:34) httpequiv (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:35) identifier (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:36) ismap (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:37) lang (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:38) maxlength (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:39) method (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:40) multiple (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:41) name (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:42) nohref (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:43) rel (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:44) rev (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:45) rows (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:46) rowspan (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:47) rules (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:48) selected (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:49) shape (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:50) size (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:51) src (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:52) thec libraries/transformers/Control/Monad/Trans/Cont.hs:69:20: Warning: Tab character libraries/transformers/Control/Monad/Trans/Cont.hs:70:16: Warning: Tab character lass (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:53) thefor (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:54) thestyle (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:55) thetype (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:56) title (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:57) usemap (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:58) valign (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:59) value (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:60) width (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:61) 20% ( 1 / 5) in 'Text.XHtml.Frameset.Elements' Missing documentation for: Module header frame (libraries/xhtml/./Text/XHtml/Frameset/Elements.hs:13) frameset (libraries/xhtml/./Text/XHtml/Frameset/Elements.hs:16) noframes (libraries/xhtml/./Text/XHtml/Frameset/Elements.hs:19) 1% ( 1 / 79) in 'Text.XHtml.Strict.Elements' Missing documentation for: Module header abbr (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:13) acronym (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:14) address (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:15) anchor (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:16) area (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:17) bdo (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:18) big (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:19) blockquote (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:20) body (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:21) bold (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:22) br (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:23) button (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:24) caption (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:25) cite (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:26) col (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:27) colgroup (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:28) del (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:29) ddef (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:30) define (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:31) dlist (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:32) dterm (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:33) emphasize (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:34) fieldset (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:35) form (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:36) h1 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:37) h2 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:38) h3 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:39) h4 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:40) h5 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:41) h6 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:42) header (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:43) hr (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:44) image (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:45) input (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:46) ins (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:47) italics (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:48) keyboard (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:49) label (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:50) legend (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:51) li (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:52) meta (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:53) noscript (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:54) object (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:55) olist (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:56) optgroup (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:57) option (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:58) paragraph (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:59) param (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:60) pre (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:61) quote (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:62) sample (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:63) script (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:64) select (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:65) small (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:66) strong (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:67) style (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:68) sub (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:69) sup (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:70) table (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:71) tbody (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:72) td (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:73) textarea (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:74) tfoot (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:75) th (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:76) thead (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:77) thebase (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:78) thecode (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:79) thediv (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:80) thehtml (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:81) thelink (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:82) themap (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:83) thespan (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:84) thetitle (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:85) tr (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:86) tt (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:87) ulist (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:88) variable (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:89) 32% ( 11 / 34) in 'Text.XHtml.Extras' Missing documentation for: Module header primHtmlChar (libraries/xhtml/./Text/XHtml/Extras.hs:38) bullet (libraries/xhtml/./Text/XHtml/Extras.hs:45) URL (libraries/xhtml/./Text/XHtml/Extras.hs:61) HotLink (libraries/xhtml/./Text/XHtml/Extras.hs:63) (libraries/xhtml/./Text/XHtml/Extras.hs:69) (libraries/xhtml/./Text/XHtml/Extras.hs:73) hotlink (libraries/xhtml/./Text/XHtml/Extras.hs:76) ordList (libraries/xhtml/./Text/XHtml/Extras.hs:89) unordList (libraries/xhtml/./Text/XHtml/Extras.hs:92) defList (libraries/xhtml/./Text/XHtml/Extras.hs:95) widget (libraries/xhtml/./Text/XHtml/Extras.hs:103) checkbox (libraries/xhtml/./Text/XHtml/Extras.hs:107) hidden (libraries/xhtml/./Text/XHtml/Extras.hs:108) radio (libraries/xhtml/./Text/XHtml/Extras.hs:109) reset (libraries/xhtml/./Text/XHtml/Extras.hs:110) submit (libraries/xhtml/./Text/XHtml/Extras.hs:111) password (libraries/xhtml/./Text/XHtml/Extras.hs:112) textfield (libraries/xhtml/./Text/XHtml/Extras.hs:113) afile (libraries/xhtml/./Text/XHtml/Extras.hs:114) clickmap (libraries/xhtml/./Text/XHtml/Extras.hs:115) menu (libraries/xhtml/./Text/XHtml/Extras.hs:128) gui (libraries/xhtml/./Text/XHtml/Extras.hs:132) 19% ( 37 /192) in 'Text.XHtml.Strict' Missing documentation for: Html (libraries/xhtml/./Text/XHtml/Internals.hs:53) ADDATTRS (libraries/xhtml/./Text/XHtml/Internals.hs:97) concatHtml (libraries/xhtml/./Text/XHtml/Internals.hs:137) htmlAttrPair (libraries/xhtml/./Text/XHtml/Internals.hs:49) emptyAttr (libraries/xhtml/./Text/XHtml/Internals.hs:168) intAttr (libraries/xhtml/./Text/XHtml/Internals.hs:171) strAttr (libraries/xhtml/./Text/XHtml/Internals.hs:174) htmlAttr (libraries/xhtml/./Text/XHtml/Internals.hs:177) abbr (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:13) acronym (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:14) address (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:15) anchor (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:16) area (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:17) bdo (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:18) big (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:19) blockquote (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:20) body (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:21) bold (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:22) br (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:23) button (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:24) caption (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:25) cite (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:26) col (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:27) colgroup (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:28) del (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:29) ddef (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:30) define (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:31) dlist (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:32) dterm (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:33) emphasize (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:34) fieldset (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:35) form (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:36) h1 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:37) h2 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:38) h3 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:39) h4 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:40) h5 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:41) h6 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:42) header (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:43) hr (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:44) image (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:45) input (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:46) ins (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:47) italics (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:48) keyboard (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:49) label (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:50) legend (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:51) li (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:52) meta (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:53) noscript (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:54) object (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:55) olist (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:56) optgroup (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:57) option (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:58) paragraph (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:59) param (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:60) pre (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:61) quote (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:62) sample (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:63) script (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:64) select (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:65) small (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:66) strong (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:67) style (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:68) sub (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:69) sup (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:70) table (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:71) tbody (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:72) td (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:73) textarea (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:74) tfoot (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:75) th (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:76) thead (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:77) thebase (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:78) thecode (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:79) thediv (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:80) thehtml (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:81) thelink (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:82) themap (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:83) thespan (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:84) thetitle (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:85) tr (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:86) tt (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:87) ulist (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:88) variable (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:89) action (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:13) align (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:14) alt (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:16) altcode (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:17) archive (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:18) base (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:19) border (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:20) bordercolor (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:21) cellpadding (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:22) cellspacing (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:23) checked (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:24) codebase (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:25) cols (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:26) colspan (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:27) content (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:28) coords (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:29) disabled (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:30) enctype (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:31) height (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:32) href (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:33) hreflang (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:34) httpequiv (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:35) identifier (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:36) ismap (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:37) lang (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:38) maxlength (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:39) method (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:40) multiple (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:41) name (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:42) nohref (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:43) rel (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:44) rev (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:45) rows (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:46) rowspan (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:47) rules (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:48) selected (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:49) shape (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:50) size (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:51) src (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:52) theclass (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:53) thefor (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:54) thestyle (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:55) thetype (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:56) title (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:57) usemap (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:58) valign (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:59) value (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:60) width (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:61) primHtmlChar (libraries/xhtml/./Text/XHtml/Extras.hs:38) bullet (libraries/xhtml/./Text/XHtml/Extras.hs:45) URL (libraries/xhtml/./Text/XHtml/Extras.hs:61) HotLink (libraries/xhtml/./Text/XHtml/Extras.hs:63) (libraries/xhtml/./Text/XHtml/Extras.hs:69) (libraries/xhtml/./Text/XHtml/Extras.hs:73) hotlink (libraries/xhtml/./Text/XHtml/Extras.hs:76) ordList (libraries/xhtml/./Text/XHtml/Extras.hs:89) unordList (libraries/xhtml/./Text/XHtml/Extras.hs:92) defList (libraries/xhtml/./Text/XHtml/Extras.hs:95) widget (libraries/xhtml/./Text/XHtml/Extras.hs:103) checkbox (libraries/xhtml/./Text/XHtml/Extras.hs:107) hidden (libraries/xhtml/./Text/XHtml/Extras.hs:108) radio (libraries/xhtml/./Text/XHtml/Extras.hs:109) reset (libraries/xhtml/./Text/XHtml/Extras.hs:110) submit (libraries/xhtml/./Text/XHtml/Extras.hs:111) password (libraries/xhtml/./Text/XHtml/Extras.hs:112) textfield (libraries/xhtml/./Text/XHtml/Extras.hs:113) afile (libraries/xhtml/./Text/XHtml/Extras.hs:114) clickmap (libraries/xhtml/./Text/XHtml/Extras.hs:115) menu (libraries/xhtml/./Text/XHtml/Extras.hs:128) gui (libraries/xhtml/./Text/XHtml/Extras.hs:132) 18% ( 36 /199) in 'Text.XHtml.Frameset' Missing documentation for: Html (libraries/xhtml/./Text/XHtml/Internals.hs:53) ADDATTRS (libraries/xhtml/./Text/XHtml/Internals.hs:97) concatHtml (libraries/xhtml/./Text/XHtml/Internals.hs:137) htmlAttrPair (libraries/xhtml/./Text/XHtml/Internals.hs:49) emptyAttr (libraries/xhtml/./Text/XHtml/Internals.hs:168) intAttr (libraries/xhtml/./Text/XHtml/Internals.hs:171) strAttr (libraries/xhtml/./Text/XHtml/Internals.hs:174) htmlAttr (libraries/xhtml/./Text/XHtml/Internals.hs:177) abbr (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:13) acronym (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:14) address (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:15) anchor (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:16) area (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:17) bdo (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:18) big (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:19) blockquote (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:20) body (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:21) bold (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:22) br (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:23) button (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:24) caption (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:25) cite (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:26) col (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:27) colgroup (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:28) del (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:29) ddef (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:30) define (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:31) dlist (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:32) dterm (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:33) emphasize (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:34) fieldset (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:35) form (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:36) h1 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:37) h2 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:38) h3 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:39) h4 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:40) h5 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:41) h6 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:42) header (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:43) hr (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:44) image (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:45) input (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:46) ins (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:47) italics (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:48) keyboard (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:49) label (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:50) legend (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:51) li (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:52) meta (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:53) noscript (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:54) object (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:55) olist (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:56) optgroup (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:57) option (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:58) paragraph (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:59) param (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:60) pre (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:61) quote (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:62) sample (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:63) script (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:64) select (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:65) small (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:66) strong (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:67) style (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:68) sub (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:69) sup (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:70) table (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:71) tbody (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:72) td (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:73) textarea (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:74) tfoot (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:75) th (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:76) thead (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:77) thebase (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:78) thecode (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:79) thediv (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:80) thehtml (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:81) thelink (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:82) themap (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:83) thespan (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:84) thetitle (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:85) tr (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:86) tt (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:87) ulist (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:88) variable (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:89) frame (libraries/xhtml/./Text/XHtml/Frameset/Elements.hs:13) frameset (libraries/xhtml/./Text/XHtml/Frameset/Elements.hs:16) noframes (libraries/xhtml/./Text/XHtml/Frameset/Elements.hs:19) action (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:13) align (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:14) alt (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:16) altcode (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:17) archive (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:18) base (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:19) border (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:20) bordercolor (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:21) cellpadding (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:22) cellspacing (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:23) checked (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:24) codebase (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:25) cols (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:26) colspan (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:27) content (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:28) coords (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:29) disabled (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:30) enctype (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:31) height (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:32) href (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:33) hreflang (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:34) httpequiv (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:35) identifier (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:36) ismap (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:37) lang (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:38) maxlength (libraries/xhtml/./Text/XHtmHaddock coverage: 79% ( 22 / 28) in 'System.Console.Terminfo.Base' Missing documentation for: Terminal (libraries/terminfo/./System/Console/Terminfo/Base.hs:64) SetupTermError (libraries/terminfo/./System/Console/Terminfo/Base.hs:99) getCapability (libraries/terminfo/./System/Console/Terminfo/Base.hs:192) OutputCap (libraries/terminfo/./System/Console/Terminfo/Base.hs:331) TermStr (libraries/terminfo/./System/Console/Terminfo/Base.hs:373) termText (libraries/terminfo/./System/Console/Terminfo/Base.hs:155) 32% ( 6 / 19) in 'System.Console.Terminfo.Keys' Missing documentation for: keypadOn (libraries/terminfo/./System/Console/Terminfo/Keys.hs:39) keypadOff (libraries/terminfo/./System/Console/Terminfo/Keys.hs:42) keyUp (libraries/terminfo/./System/Console/Terminfo/Keys.hs:45) keyDown (libraries/terminfo/./System/Console/Terminfo/Keys.hs:48) keyLeft (libraries/terminfo/./System/Console/Terminfo/Keys.hs:51) keyRight (libraries/terminfo/./System/Console/Terminfo/Keys.hs:54) keyBackspace (libraries/terminfo/./System/Console/Terminfo/Keys.hs:62) keyDeleteChar (libraries/terminfo/./System/Console/Terminfo/Keys.hs:65) keyHome (libraries/terminfo/./System/Console/Terminfo/Keys.hs:68) keyEnd (libraries/terminfo/./System/Console/Terminfo/Keys.hs:71) keyPageUp (libraries/terminfo/./System/Console/Terminfo/Keys.hs:74) keyPageDown (libraries/terminfo/./System/Console/Terminfo/Keys.hs:77) keyEnter (libraries/terminfo/./System/Console/Terminfo/Keys.hs:80) 41% ( 15 / 37) in 'System.Console.Terminfo.Cursor' Missing documentation for: termLines (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:57) termColumns (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:58) scrollForward (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:181) scrollReverse (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:184) moveDown (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:162) moveLeft (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:153) moveRight (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:156) moveUp (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:159) cursorDown1 (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:104) cursorLeft1 (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:107) cursorRight1 (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:110) cursorUp1 (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:113) cursorDown (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:116) cursorLeft (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:119) cursorRight (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:122) cursorUp (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:125) cursorHome (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:128) cursorToLL (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:131) cursorAddress (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:190) Point (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:188) rowAddress (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:196) columnAddress (libraries/terminfo/./System/Console/Terminfo/Cursor.hs:193) 56% ( 14 / 25) in 'System.Console.Terminfo.Effects' Missing documentation for: Attributes (libraries/terminfo/./System/Console/Terminfo/Effects.hs:94) enterStandoutMode (libraries/terminfo/./System/Console/Terminfo/Effects.hs:59) exitStandoutMode (libraries/terminfo/./System/Console/Terminfo/Effects.hs:62) enterUnderlineMode (libraries/terminfo/./System/Console/Terminfo/Effects.hs:65) exitUnderlineMode (libraries/terminfo/./System/Console/Terminfo/Effects.hs:68) reverseOn (libraries/terminfo/./System/Console/Terminfo/Effects.hs:71) blinkOn (libraries/terminfo/./System/Console/Terminfo/Effects.hs:74) boldOn (libraries/terminfo/./System/Console/Terminfo/Effects.hs:77) dimOn (libraries/terminfo/./System/Console/Terminfo/Effects.hs:80) invisibleOn (libraries/terminfo/./System/Console/Terminfo/Effects.hs:83) protectedOn (libraries/terminfo/./System/Console/Terminfo/Effects.hs:86) 100% ( 5 / 5) in 'System.Console.Terminfo.Edit' 88% ( 7 / 8) in 'System.Console.Terminfo.Color' Missing documentation for: Color (libraries/terminfo/./System/Console/Terminfo/Color.hs:38) 100% ( 7 / 7) in 'System.Console.Terminfo' Warning: System.Console.Terminfo.Base: could not find link destinations for: hasOkPadding outputCap Max Min libraries/transformers/Control/Monad/Trans/Reader.hs:69:24: Warning: Tab character libraries/transformers/Control/Monad/Trans/Reader.hs:70:9: Warning: Tab character l/Strict/Attributes.hs:39) method (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:40) multiple (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:41) name (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:42) nohref (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:43) rel (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:44) rev (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:45) rows (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:46) rowspan (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:47) rules (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:48) selected (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:49) shape (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:50) size (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:51) src (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:52) theclass (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:53) thefor (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:54) thestyle (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:55) thetype (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:56) title (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:57) usemap (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:58) valign (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:59) value (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:60) width (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:61) frameborder (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:13) marginheight (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:16) marginwidth (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:19) noresize (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:22) scrolling (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:25) primHtmlChar (libraries/xhtml/./Text/XHtml/Extras.hs:38) bullet (libraries/xhtml/./Text/XHtml/Extras.hs:45) URL (libraries/xhtml/./Text/XHtml/Extras.hs:61) HotLink (libraries/xhtml/./Text/XHtml/Extras.hs:63) (libraries/xhtml/./Text/XHtml/Extras.hs:69) (libraries/xhtml/./Text/XHtml/Extras.hs:73) hotlink (libraries/xhtml/./Text/XHtml/Extras.hs:76) ordList (libraries/xhtml/./Text/XHtml/Extras.hs:89) unordList (libraries/xhtml/./Text/XHtml/Extras.hs:92) defList (libraries/xhtml/./Text/XHtml/Extras.hs:95) widget (libraries/xhtml/./Text/XHtml/Extras.hs:103) checkbox (libraries/xhtml/./Text/XHtml/Extras.hs:107) hidden (libraries/xhtml/./Text/XHtml/Extras.hs:108) radio (libraries/xhtml/./Text/XHtml/Extras.hs:109) reset (libraries/xhtml/./Text/XHtml/Extras.hs:110) submit (libraries/xhtml/./Text/XHtml/Extras.hs:111) password (libraries/xhtml/./Text/XHtml/Extras.hs:112) textfield (libraries/xhtml/./Text/XHtml/Extras.hs:113) afile (libraries/xhtml/./Text/XHtml/Extras.hs:114) clickmap (libraries/xhtml/./Text/XHtml/Extras.hs:115) menu (libraries/xhtml/./Text/XHtml/Extras.hs:128) gui (libraries/xhtml/./Text/XHtml/Extras.hs:132) 30% ( 3 / 10) in 'Text.XHtml.Table' Missing documentation for: HTMLTABLE (libraries/xhtml/./Text/XHtml/Table.hs:26) (libraries/xhtml/./Text/XHtml/Table.hs:61) above (libraries/xhtml/./Text/XHtml/Table.hs:61) <-> (libraries/xhtml/./Text/XHtml/Table.hs:61) beside (libraries/xhtml/./Text/XHtml/Table.hs:61) aboves (libraries/xhtml/./Text/XHtml/Table.hs:80) besides (libraries/xhtml/./Text/XHtml/Table.hs:84) 60% ( 3 / 5) in 'Text.XHtml.Debug' Missing documentation for: treeHtml (libraries/xhtml/./Text/XHtml/Debug.hs:28) treeColors (libraries/xhtml/./Text/XHtml/Debug.hs:68) 16% ( 39 /246) in 'Text.XHtml.Transitional' Missing documentation for: Html (libraries/xhtml/./Text/XHtml/Internals.hs:53) ADDATTRS (libraries/xhtml/./Text/XHtml/Internals.hs:97) concatHtml (libraries/xhtml/./Text/XHtml/Internals.hs:137) htmlAttrPair (libraries/xhtml/./Text/XHtml/Internals.hs:49) emptyAttr (libraries/xhtml/./Text/XHtml/Internals.hs:168) intAttr (libraries/xhtml/./Text/XHtml/Internals.hs:171) strAttr (libraries/xhtml/./Text/XHtml/Internals.hs:174) htmlAttr (libraries/xhtml/./Text/XHtml/Internals.hs:177) abbr (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:13) acronym (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:14) address (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:15) anchor (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:16) area (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:17) bdo (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:18) big (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:19) blockquote (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:20) body (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:21) bold (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:22) br (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:23) button (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:24) caption (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:25) cite (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:26) col (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:27) colgroup (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:28) del (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:29) ddef (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:30) define (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:31) dlist (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:32) dterm (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:33) emphasize (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:34) fieldset (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:35) form (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:36) h1 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:37) h2 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:38) h3 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:39) h4 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:40) h5 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:41) h6 (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:42) header (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:43) hr (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:44) image (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:45) input (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:46) ins (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:47) italics (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:48) keyboard (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:49) label (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:50) legend (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:51) li (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:52) meta (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:53) noscript (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:54) object (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:55) olist (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:56) optgroup (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:57) option (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:58) paragraph (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:59) param (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:60) pre (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:61) quote (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:62) sample (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:63) script (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:64) select (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:65) small (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:66) strong (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:67) style (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:68) sub (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:69) sup (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:70) table (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:71) tbody (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:72) td (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:73) textarea (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:74) tfoot (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:75) th (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:76) thead (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:77) thebase (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:78) thecode (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:79) thediv (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:80) thehtml (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:81) thelink (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:82) themap (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:83) thespan (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:84) thetitle (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:85) tr (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:86) tt (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:87) ulist (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:88) variable (libraries/xhtml/./Text/XHtml/Strict/Elements.hs:89) frame (libraries/xhtml/./Text/XHtml/Frameset/Elements.hs:13) frameset (libraries/xhtml/./Text/XHtml/Frameset/Elements.hs:16) noframes (libraries/xhtml/./Text/XHtml/Frameset/Elements.hs:19) applet (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:14) basefont (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:18) center (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:22) dir (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:26) font (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:30) iframe (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:34) isindex (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:38) themenu (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:42) strike (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:46) underline (libraries/xhtml/./Text/XHtml/Transitional/Elements.hs:50) action (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:13) align (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:14) alt (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:16) altcode (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:17) archive (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:18) base (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:19) border (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:20) bordercolor (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:21) cellpadding (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:22) cellspacing (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:23) checked (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:24) codebase (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:25) cols (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:26) colspan (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:27) content (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:28) coords (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:29) disabled (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:30) enctype (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:31) height (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:32) href (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:33) hreflang (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:34) httpequiv (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:35) identifier (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:36) ismap (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:37) lang (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:38) maxlength (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:39) method (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:40) multiple (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:41) name (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:42) nohref (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:43) rel (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:44) rev (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:45) rows (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:46) rowspan (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:47) rules (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:48) selected (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:49) shape (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:50) size (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:51) src (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:52) theclass (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:53) thefor (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:54) thestyle (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:55) thetype (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:56) title (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:57) usemap (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:58) valign (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:59) value (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:60) width (libraries/xhtml/./Text/XHtml/Strict/Attributes.hs:61) frameborder (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:13) marginheight (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:16) marginwidth (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:19) noresize (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:22) scrolling (libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs:25) alink (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:14) background (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:18) bgcolor (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:22) clear (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:26) code (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:30) color (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:34) compact (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:38) face (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:42) hspace (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:46) link (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:50) noshade (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:54) nowrap (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:58) start (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:62) target (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:65) text (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:69) version (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:73) vlink (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:77) vspace (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:81) aqua (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:91) black (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:92) blue (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:93) fuchsia (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:94) gray (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:95) green (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:96) lime (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:97) maroon (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:98) navy (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:99) olive (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:100) purple (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:101) red (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:102) silver (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:103) teal (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:104) yellow (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:105) white (libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs:106) primHtmlChar (libraries/xhtml/./Text/XHtml/Extras.hs:38) bullet (libraries/xhtml/./Text/XHtml/Extras.hs:45) URL (libraries/xhtml/./Text/XHtml/Extras.hs:61) HotLink (libraries/xhtml/./Text/XHtml/Extras.hs:63) (libraries/xhtml/./Text/XHtml/Extras.hs:69) (libraries/xhtml/./Text/XHtml/Extras.hs:73) hotlink (libraries/xhtml/./Text/XHtml/Extras.hs:76) ordList (libraries/xhtml/./Text/XHtml/Extras.hs:89) unordList (libraries/xhtml/./Text/XHtml/Extras.hs:92) defList (libraries/xhtml/./Text/XHtml/Extras.hs:95) widget (libraries/xhtml/./Text/XHtml/Extras.hs:103) checkbox (libraries/xhtml/./Text/XHtml/Extras.hs:107) hidden (libraries/xhtml/./Text/XHtml/Extras.hs:108) radio (libraries/xhtml/./Text/XHtml/Extras.hs:109) reset (libraries/xhtml/./Text/XHtml/Extras.hs:110) submit (libraries/xhtml/./Text/XHtml/Extras.hs:111) password (libraries/xhtml/./Text/XHtml/Extras.hs:112) textfield (libraries/xhtml/./Text/XHtml/Extras.hs:113) afile (libraries/xhtml/./Text/XHtml/Extras.hs:114) clickmap (libraries/xhtml/./Text/XHtml/Extras.hs:115) menu (libraries/xhtml/./Text/XHtml/Extras.hs:128) gui (libraries/xhtml/./Text/XHtml/Extras.hs:132) 71% ( 5 / 7) in 'Text.XHtml' Missing documentation for: treeHtml (libraries/xhtml/./Text/XHtml/Debug.hs:28) treeColors (libraries/xhtml/./Text/XHtml/Debug.hs:68) Haddock coverage: 26% ( 28 /107) in 'Data.Array.Base' Missing documentation for: safeRangeSize (libraries/array/./Data/Array/Base.hs:77) safeIndex (libraries/array/./Data/Array/Base.hs:83) unsafeReplaceST (libraries/array/./Data/Array/Base.hs:91) unsafeAccumST (libraries/array/./Data/Array/Base.hs:98) unsafeAccumArrayST (libraries/array/./Data/Array/Base.hs:107) listArrayST (libraries/array/./Data/Array/Base.hs:179) listUArrayST (libraries/array/./Data/Array/Base.hs:196) ListUArray (libraries/array/./Data/Array/Base.hs:227) (libraries/array/./Data/Array/Base.hs:371) unsafeArrayUArray (libraries/array/./Data/Array/Base.hs:414) unsafeFreezeSTUArray (libraries/array/./Data/Array/Base.hs:422) unsafeReplaceUArray (libraries/array/./Data/Array/Base.hs:428) unsafeAccumUArray (libraries/array/./Data/Array/Base.hs:436) unsafeAccumArrayUArray (libraries/array/./Data/Array/Base.hs:446) eqUArray (libraries/array/./Data/Array/Base.hs:456) cmpUArray (libraries/array/./Data/Array/Base.hs:463) cmpIntUArray (libraries/array/./Data/Array/Base.hs:467) showsIArray (libraries/array/./Data/Array/Base.hs:489) (libraries/array/./Data/Array/Base.hs:500) (libraries/array/./Data/Array/Base.hs:523) (libraries/array/./Data/Array/Base.hs:539) (libraries/array/./Data/Array/Base.hs:555) (libraries/array/./Data/Array/Base.hs:571) (libraries/array/./Data/Array/Base.hs:587) (libraries/array/./Data/Array/Base.hs:603) (libraries/array/./Data/Array/Base.hs:619) (libraries/array/./Data/Array/Base.hs:635) nullStablePtr (libraries/array/./Data/Array/Base.hs:652) (libraries/array/./Data/Array/Base.hs:655) (libraries/array/./Data/Array/Base.hs:671) (libraries/array/./Data/Array/Base.hs:687) (libraries/array/./Data/Array/Base.hs:703) (libraries/array/./Data/Array/Base.hs:719) (libraries/array/./Data/Array/Base.hs:735) (libraries/array/./Data/Array/Base.hs:751) (libraries/array/./Data/Array/Base.hs:767) (libraries/array/./Data/Array/Base.hs:783) (libraries/array/./Data/Array/Base.hs:786) (libraries/array/./Data/Array/Base.hs:789) arrEleBottom (libraries/array/./Data/Array/Base.hs:796) (libraries/array/./Data/Array/Base.hs:865) (libraries/array/./Data/Array/Base.hs:951) (libraries/array/./Data/Array/Base.hs:963) (libraries/array/./Data/Array/Base.hs:1001) unsafeNewArraySTUArray_ (libraries/array/./Data/Array/Base.hs:1010) (libraries/array/./Data/Array/Base.hs:1020) (libraries/array/./Data/Array/Base.hs:1063) (libraries/array/./Data/Array/Base.hs:1081) (libraries/array/./Data/Array/Base.hs:1099) (libraries/array/./Data/Array/Base.hs:1117) (libraries/array/./Data/Array/Base.hs:1135) (libraries/array/./Data/Array/Base.hs:1153) (libraries/array/./Data/Array/Base.hs:1171) (libraries/array/./Data/Array/Base.hs:1189) (libraries/array/./Data/Array/Base.hs:1207) (libraries/array/./Data/Array/Base.hs:1225) (libraries/array/./Data/Array/Base.hs:1243) (libraries/array/./Data/Array/Base.hs:1261) (libraries/array/./Data/Array/Base.hs:1279) (libraries/array/./Data/Array/Base.hs:1297) (libraries/array/./Data/Array/Base.hs:1315) (libraries/array/./Data/Array/Base.hs:1333) bOOL_SCALE (libraries/array/./Data/Array/Base.hs:1354) bOOL_WORD_SCALE (libraries/array/./Data/Array/Base.hs:1354) wORD_SCALE (libraries/array/./Data/Array/Base.hs:1354) dOUBLE_SCALE (libraries/array/./Data/Array/Base.hs:1354) fLOAT_SCALE (libraries/array/./Data/Array/Base.hs:1354) bOOL_INDEX (libraries/array/./Data/Array/Base.hs:1364) bOOL_BIT (libraries/array/./Data/Array/Base.hs:1371) bOOL_NOT_BIT (libraries/array/./Data/Array/Base.hs:1371) freezeSTUArray (libraries/array/./Data/Array/Base.hs:1396) memcpy_freeze (libraries/array/./Data/Array/Base.hs:1406) thawSTUArray (libraries/array/./Data/Array/Base.hs:1475) memcpy_thaw (libraries/array/./Data/Array/Base.hs:1484) unsafeThawSTUArray (libraries/array/./Data/Array/Base.hs:1539) unsafeThawIOArray (libraries/array/./Data/Array/Base.hs:1553) thawIOArray (libraries/array/./Data/Array/Base.hs:1566) freezeIOArray (libraries/array/./Data/Array/Base.hs:1579) unsafeFreezeIOArray (libraries/array/./Data/Array/Base.hs:1591) Warning: Data.Array.MArray: newArray is exported separately but will be documented under MArray. Consider exporting it together with its parent(s) for code clarity. Warning: Data.Array.MArray: newArray_ is exported separately but will be documented under MArray. Consider exporting it together with its parent(s) for code clarity. Warning: Data.Array.MArray: getBounds is exported separately but will be documented under MArray. Consider exporting it together with its parent(s) for code clarity. 100% ( 19 / 19) in 'Data.Array.MArray' 80% ( 4 / 5) in 'Data.Array.IO.Internals' Missing documentation for: unsafeThawIOUArray (libraries/array/./Data/Array/IO/Internals.hs:383) 100% ( 10 / 10) in 'Data.Array.IO' Warning: Data.Array.MArray.Safe: newArray is exported separately but will be documented under MArray. Consider exporting it together with its parent(s) for code clarity. Warning: Data.Array.MArray.Safe: newArray_ is exported separately but will be documented under MArray. Consider exporting it together with its parent(s) for code clarity. Warning: Data.Array.MArray.Safe: getBounds is exported separately but will be documented under MArray. Consider exporting it together with its parent(s) for code clarity. 100% ( 19 / 19) in 'Data.Array.MArray.Safe' 100% ( 10 / 10) in 'Data.Array.IO.Safe' 100% ( 9 / 9) in 'Data.Array.ST' 100% ( 9 / 9) in 'Data.Array.ST.Safe' 100% ( 5 / 5) in 'Data.Array.Storable.Internals' 100% ( 9 / 9) in 'Data.Array.Storable' 100% ( 9 / 9) in 'Data.Array.Storable.Safe' 100% ( 7 / 7) in 'Data.Array.Unsafe' 100% ( 20 / 20) in 'Data.Array' Warning: Data.Array.IArray: bounds is exported separately but will be documented under IArray. Consider exporting it together with its parent(s) for code clarity. 100% ( 21 / 21) in 'Data.Array.IArray' 100% ( 5 / 5) in 'Data.Array.Unboxed' Warning: Data.Array.MArray: could not find link destinations for: getNumElements unsafeRead unsafeWrite Warning: Data.Array.MArray.Safe: could not find link destinations for: getNumElements unsafeRead unsafeWrite Warning: Data.Array.IArray: could not find link destinations for: numElements unsafeArray unsafeAt "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/deepseq/dist-install/doc/html/deepseq" --no-tmp-comp-dir --dump-interface=libraries/deepseq/dist-install/doc/html/deepseq/deepseq.haddock --html --hoogle --title="deepseq-1.4.1.1: Deep evaluation of data structures" --prologue="libraries/deepseq/dist-install/haddock-prologue.txt" --read-interface=../array-0.5.1.0,../array-0.5.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/array/dist-install/doc/html/array/array.haddock --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=deeps_6vMKxt5sPFR0XsbRWvvq59 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/deepseq/. --optghc=-ilibraries/deepseq/dist-install/build --optghc=-ilibraries/deepseq/dist-install/build/autogen --optghc=-Ilibraries/deepseq/dist-install/build --optghc=-Ilibraries/deepseq/dist-install/build/autogen --optghc=-Ilibraries/deepseq/. --optghc=-optP-include --optghc=-optPlibraries/deepseq/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=array_67iodizgJQIIxYVTp4emlA --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-Wall --optghc=-XHaskell2010 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/deepseq/dist-install/build --optghc=-hidir --optghc=libraries/deepseq/dist-install/build --optghc=-stubdir --optghc=libraries/deepseq/dist-install/build libraries/deepseq/./Control/DeepSeq.hs +RTS -tlibraries/deepseq/dist-install/doc/html/deepseq/deepseq.haddock.t --machine-readable Haddock coverage: 100% ( 5 / 5) in 'Control.DeepSeq' "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/bytestring/dist-install/doc/html/bytestring" --no-tmp-comp-dir --dump-interface=libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock --html --hoogle --title="bytestring-0.10.6.0: Fast, compact, strict and lazy byte strings with a list interface" --prologue="libraries/bytestring/dist-install/haddock-prologue.txt" --hide=Data.ByteString.Builder.ASCII --hide=Data.ByteString.Builder.Prim.Binary --hide=Data.ByteString.Builder.Prim.ASCII --hide=Data.ByteString.Builder.Prim.Internal.Floating --hide=Data.ByteString.Builder.Prim.Internal.UncheckedShifts --hide=Data.ByteString.Builder.Prim.Internal.Base16 --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../deepseq-1.4.1.1,../deepseq-1.4.1.1/src/%{MODULE/./-}.html\#%{NAME},libraries/deepseq/dist-install/doc/html/deepseq/deepseq.haddock --read-interface=../ghc-prim-0.4.0.0,../ghc-prim-0.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock --read-interface=../integer-gmp-1.0.0.0,../integer-gmp-1.0.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/integer-gmp2/dist-install/doc/html/integer-gmp/integer-gmp.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=bytes_6VWy06pWzJq9evDvK2d4w6 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/bytestring/. --optghc=-ilibraries/bytestring/dist-install/build --optghc=-ilibraries/bytestring/dist-install/build/autogen --optghc=-Ilibraries/bytestring/dist-install/build --optghc=-Ilibraries/bytestring/dist-install/build/autogen --optghc=-Ilibraries/bytestring/include --optghc=-optP-DINTEGER_GMP --optghc=-optP-include --optghc=-optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=deeps_6vMKxt5sPFR0XsbRWvvq59 --optghc=-package-key --optghc=ghcpr_8TmvWUcS1U1IKHT0levwg3 --optghc=-package-key --optghc=integ_2aU3IZNMF9a7mQ0OzsZ0dS --optghc=-Wall --optghc=-fwarn-tabs --optghc=-O2 --optghc=-fmax-simplifier-iterations=10 --optghc=-fdicts-cheap --optghc=-fspec-constr-count=6 --optghc=-XHaskell98 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/bytestring/dist-install/build --optghc=-hidir --optghc=libraries/bytestring/dist-install/build --optghc=-stubdir --optghc=libraries/bytestring/dist-install/build libraries/bytestring/./Data/ByteString.hs libraries/bytestring/./Data/ByteString/Char8.hs libraries/bytestring/./Data/ByteString/Unsafe.hs libraries/bytestring/./Data/ByteString/Internal.hs libraries/bytestring/./Data/ByteString/Lazy.hs libraries/bytestring/./Data/ByteString/Lazy/Char8.hs libraries/bytestring/./Data/ByteString/Lazy/Internal.hs libraries/bytestring/./Data/ByteString/Short.hs libraries/bytestring/./Data/ByteString/Short/Internal.hs libraries/bytestring/./Data/ByteString/Builder.hs libraries/bytestring/./Data/ByteString/Builder/Extra.hs libraries/bytestring/./Data/ByteString/Builder/Prim.hs libraries/bytestring/./Data/ByteString/Builder/Internal.hs libraries/bytestring/./Data/ByteString/Builder/Prim/Internal.hs libraries/bytestring/./Data/ByteString/Lazy/Builder.hs libraries/bytestring/./Data/ByteString/Lazy/Builder/Extras.hs libraries/bytestring/./Data/ByteString/Lazy/Builder/ASCII.hs libraries/bytestring/./Data/ByteString/Builder/ASCII.hs libraries/bytestring/./Data/ByteString/Builder/Prim/Binary.hs libraries/bytestring/./Data/ByteString/Builder/Prim/ASCII.hs libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/Floating.hs libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/UncheckedShifts.hs libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/Base16.hs +RTS -tlibraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock.t --machine-readable "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/containers/dist-install/doc/html/containers" --no-tmp-comp-dir --dump-interface=libraries/containers/dist-install/doc/html/containers/containers.haddock --html --hoogle --title="containers-0.5.6.2: Assorted concrete container types" --prologue="libraries/containers/dist-install/haddock-prologue.txt" --hide=Data.IntMap.Base --hide=Data.IntSet.Base --hide=Data.Map.Base --hide=Data.Set.Base --hide=Data.Utils.BitUtil --hide=Data.Utils.StrictFold --hide=Data.Utils.StrictPair --read-interface=../array-0.5.1.0,../array-0.5.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/array/dist-install/doc/html/array/array.haddock --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../deepseq-1.4.1.1,../deepseq-1.4.1.1/src/%{MODULE/./-}.html\#%{NAME},libraries/deepseq/dist-install/doc/html/deepseq/deepseq.haddock --read-interface=../ghc-prim-0.4.0.0,../ghc-prim-0.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=conta_2C3ZI8RgPO2LBMidXKTvIU --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/containers/. --optghc=-ilibraries/containers/dist-install/build --optghc=-ilibraries/containers/dist-install/build/autogen --optghc=-Ilibraries/containers/dist-install/build --optghc=-Ilibraries/containers/dist-install/build/autogen --optghc=-Ilibraries/containers/include --optghc=-optP-include --optghc=-optPlibraries/containers/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=array_67iodizgJQIIxYVTp4emlA --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=deeps_6vMKxt5sPFR0XsbRWvvq59 --optghc=-package-key --optghc=ghcpr_8TmvWUcS1U1IKHT0levwg3 --optghc=-O2 --optghc=-Wall --optghc=-XHaskell98 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/containers/dist-install/build --optghc=-hidir --optghc=libraries/containers/dist-install/build --optghc=-stubdir --optghc=libraries/containers/dist-install/build libraries/containers/./Data/IntMap.hs libraries/containers/./Data/IntMap/Lazy.hs libraries/containers/./Data/IntMap/Strict.hs libraries/containers/./Data/IntSet.hs libraries/containers/./Data/Map.hs libraries/containers/./Data/Map/Lazy.hs libraries/containers/./Data/Map/Strict.hs libraries/containers/./Data/Set.hs libraries/containers/./Data/Graph.hs libraries/containers/./Data/Sequence.hs libraries/containers/./Data/Tree.hs libraries/containers/./Data/IntMap/Base.hs libraries/containers/./Data/IntSet/Base.hs libraries/containers/./Data/Map/Base.hs libraries/containers/./Data/Set/Base.hs libraries/containers/./Data/Utils/BitUtil.hs libraries/containers/./Data/Utils/StrictFold.hs libraries/containers/./Data/Utils/StrictPair.hs +RTS -tlibraries/containers/dist-install/doc/html/containers/containers.haddock.t --machine-readable "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/time/dist-install/doc/html/time" --no-tmp-comp-dir --dump-interface=libraries/time/dist-install/doc/html/time/time.haddock --html --hoogle --title="time-1.5.0.1: A time library" --prologue="libraries/time/dist-install/haddock-prologue.txt" --hide=Data.Time.Calendar.Private --hide=Data.Time.Calendar.Days --hide=Data.Time.Calendar.Gregorian --hide=Data.Time.Calendar.JulianYearDay --hide=Data.Time.Clock.Scale --hide=Data.Time.Clock.UTC --hide=Data.Time.Clock.CTimeval --hide=Data.Time.Clock.UTCDiff --hide=Data.Time.LocalTime.TimeZone --hide=Data.Time.LocalTime.TimeOfDay --hide=Data.Time.LocalTime.LocalTime --hide=Data.Time.Format.Parse --hide=Data.Time.Format.Locale --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../deepseq-1.4.1.1,../deepseq-1.4.1.1/src/%{MODULE/./-}.html\#%{NAME},libraries/deepseq/dist-install/doc/html/deepseq/deepseq.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=time_FTheb6LSxyX1UABIbBXRfn --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/time/lib --optghc=-ilibraries/time/dist-install/build --optghc=-ilibraries/time/dist-install/build/autogen --optghc=-Ilibraries/time/dist-install/build --optghc=-Ilibraries/time/dist-install/build/autogen --optghc=-Ilibraries/time/lib/include --optghc=-optP-DLANGUAGE_Rank2Types --optghc=-optP-DLANGUAGE_DeriveDataTypeable --optghc=-optP-DLANGUAGE_StandaloneDeriving --optghc=-optP-include --optghc=-optPlibraries/time/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=deeps_6vMKxt5sPFR0XsbRWvvq59 --optghc=-Wall --optghc=-XHaskell2010 --optghc=-XCPP --optghc=-XRank2Types --optghc=-XDeriveDataTypeable --optghc=-XStandaloneDeriving --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/time/dist-install/build --optghc=-hidir --optghc=libraries/time/dist-install/build --optghc=-stubdir --optghc=libraries/time/dist-install/build libraries/time/lib/Data/Time/Calendar.hs libraries/time/lib/Data/Time/Calendar/MonthDay.hs libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs libraries/time/lib/Data/Time/Calendar/WeekDate.hs libraries/time/lib/Data/Time/Calendar/Julian.hs libraries/time/lib/Data/Time/Calendar/Easter.hs libraries/time/lib/Data/Time/Clock.hs libraries/time/lib/Data/Time/Clock/POSIX.hs libraries/time/lib/Data/Time/Clock/TAI.hs libraries/time/lib/Data/Time/LocalTime.hs libraries/time/lib/Data/Time/Format.hs libraries/time/lib/Data/Time.hs libraries/time/lib/Data/Time/Calendar/Private.hs libraries/time/lib/Data/Time/Calendar/Days.hs libraries/time/lib/Data/Time/Calendar/Gregorian.hs libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs libraries/time/lib/Data/Time/Clock/Scale.hs libraries/time/lib/Data/Time/Clock/UTC.hs libraries/time/lib/Data/Time/Clock/CTimeval.hs libraries/time/lib/Data/Time/Clock/UTCDiff.hs libraries/time/lib/Data/Time/LocalTime/TimeZone.hs libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs libraries/time/lib/Data/Time/LocalTime/LocalTime.hs libraries/time/lib/Data/Time/Format/Parse.hs libraries/time/lib/Data/Time/Format/Locale.hs +RTS -tlibraries/time/dist-install/doc/html/time/time.haddock.t --machine-readable Haddock coverage: 100% ( 14 / 14) in 'Control.Monad.Trans.Class' 100% ( 5 / 5) in 'Control.Monad.Signatures' 100% ( 2 / 2) in 'Control.Monad.IO.Class' 100% ( 22 / 22) in 'Control.Monad.Trans.Cont' 100% ( 18 / 18) in 'Control.Monad.Trans.Reader' 100% ( 37 / 37) in 'Control.Monad.Trans.RWS.Lazy' 100% ( 2 / 2) in 'Control.Monad.Trans.RWS' 100% ( 37 / 37) in 'Control.Monad.Trans.RWS.Strict' 100% ( 34 / 34) in 'Control.Monad.Trans.State.Lazy' 100% ( 2 / 2) in 'Control.Monad.Trans.State' 100% ( 34 / 34) in 'Control.Monad.Trans.State.Strict' 100% ( 14 / 14) in 'Data.Functor.Classes' 100% ( 2 / 2) in 'Data.Functor.Constant' 100% ( 9 / 9) in 'Control.Applicative.Lift' 100% ( 19 / 19) in 'Control.Monad.Trans.Except' 100% ( 15 / 15) in 'Control.Monad.Trans.Error' 100% ( 7 / 7) in 'Control.Monad.Trans.Identity' 100% ( 7 / 7) in 'Control.Monad.Trans.List' 100% ( 12 / 12) in 'Control.Monad.Trans.Maybe' 100% ( 20 / 20) in 'Control.Monad.Trans.Writer.Lazy' 100% ( 2 / 2) in 'Control.Monad.Trans.Writer' 100% ( 20 / 20) in 'Control.Monad.Trans.Writer.Strict' 100% ( 2 / 2) in 'Data.Functor.Compose' 100% ( 2 / 2) in 'Data.Functor.Product' 100% ( 2 / 2) in 'Data.Functor.Sum' 100% ( 2 / 2) in 'Control.Applicative.Backwards' 100% ( 2 / 2) in 'Data.Functor.Reverse' "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/pretty/dist-install/doc/html/pretty" --no-tmp-comp-dir --dump-interface=libraries/pretty/dist-install/doc/html/pretty/pretty.haddock --html --hoogle --title="pretty-1.1.2.0: Pretty-printing library" --prologue="libraries/pretty/dist-install/haddock-prologue.txt" --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../deepseq-1.4.1.1,../deepseq-1.4.1.1/src/%{MODULE/./-}.html\#%{NAME},libraries/deepseq/dist-install/doc/html/deepseq/deepseq.haddock --read-interface=../ghc-prim-0.4.0.0,../ghc-prim-0.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=prett_JItwetRppk1H5Uq3xbjDGC --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/pretty/src --optghc=-ilibraries/pretty/dist-install/build --optghc=-ilibraries/pretty/dist-install/build/autogen --optghc=-Ilibraries/pretty/dist-install/build --optghc=-Ilibraries/pretty/dist-install/build/autogen --optghc=-Ilibraries/pretty/. --optghc=-optP-include --optghc=-optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=deeps_6vMKxt5sPFR0XsbRWvvq59 --optghc=-package-key --optghc=ghcpr_8TmvWUcS1U1IKHT0levwg3 --optghc=-Wall --optghc=-fwarn-tabs --optghc=-XHaskell98 --optghc=-XCPP --optghc=-XBangPatterns --optghc=-XDeriveGeneric --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/pretty/dist-install/build --optghc=-hidir --optghc=libraries/pretty/dist-install/build --optghc=-stubdir --optghc=libraries/pretty/dist-install/build libraries/pretty/src/Text/PrettyPrint.hs libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs libraries/pretty/src/Text/PrettyPrint/HughesPJClass.hs +RTS -tlibraries/pretty/dist-install/doc/html/pretty/pretty.haddock.t --machine-readable libraries/time/lib/Data/Time/Clock/CTimeval.hs:18:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:19:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:22:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:23:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:24:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:25:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/CTimeval.hs:35:1: Warning: Tab character Haddock coverage: 70% ( 49 / 70) in 'Text.PrettyPrint.HughesPJ' Missing documentation for: int (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:378) integer (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:379) float (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:380) double (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:381) rational (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:382) semi (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:351) comma (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:352) colon (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:353) space (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:354) equals (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:355) lparen (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:356) rparen (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:357) lbrack (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:358) rbrack (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:359) lbrace (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:360) rbrace (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:361) parens (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:389) brackets (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:390) braces (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:391) quotes (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:392) doubleQuotes (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:393) 100% ( 8 / 8) in 'Text.PrettyPrint.HughesPJClass' 66% ( 41 / 62) in 'Text.PrettyPrint' Missing documentation for: int (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:378) integer (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:379) float (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:380) double (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:381) rational (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:382) semi (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:351) comma (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:352) colon (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:353) space (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:354) equals (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:355) lparen (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:356) rparen (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:357) lbrack (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:358) rbrack (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:359) lbrace (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:360) rbrace (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:361) parens (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:389) brackets (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:390) braces (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:391) quotes (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:392) doubleQuotes (libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs:393) Warning: Text.PrettyPrint.HughesPJ: could not find link destinations for: RDoc "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/template-haskell/dist-install/doc/html/template-haskell" --no-tmp-comp-dir --dump-interface=libraries/template-haskell/dist-install/doc/html/template-haskell/template-haskell.haddock --html --hoogle --title="template-haskell-2.10.0.0: Support library for Template Haskell" --prologue="libraries/template-haskell/dist-install/haddock-prologue.txt" --hide=Language.Haskell.TH.Lib.Map --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../pretty-1.1.2.0,../pretty-1.1.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/pretty/dist-install/doc/html/pretty/pretty.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=templ_GJPvtLC64aA4c1Jl10o2qt --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/template-haskell/. --optghc=-ilibraries/template-haskell/dist-install/build --optghc=-ilibraries/template-haskell/dist-install/build/autogen --optghc=-Ilibraries/template-haskell/dist-install/build --optghc=-Ilibraries/template-haskell/dist-install/build/autogen --optghc=-Ilibraries/template-haskell/. --optghc=-optP-include --optghc=-optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=prett_JItwetRppk1H5Uq3xbjDGC --optghc=-Wall --optghc=-this-package-key --optghc=template-haskell --optghc=-XHaskell2010 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/template-haskell/dist-install/build --optghc=-hidir --optghc=libraries/template-haskell/dist-install/build --optghc=-stubdir --optghc=libraries/template-haskell/dist-install/build libraries/template-haskell/./Language/Haskell/TH.hs libraries/template-haskell/./Language/Haskell/TH/Lib.hs libraries/template-haskell/./Language/Haskell/TH/Ppr.hs libraries/template-haskell/./Language/Haskell/TH/PprLib.hs libraries/template-haskell/./Language/Haskell/TH/Quote.hs libraries/template-haskell/./Language/Haskell/TH/Syntax.hs libraries/template-haskell/./Language/Haskell/TH/Lib/Map.hs +RTS -tlibraries/template-haskell/dist-install/doc/html/template-haskell/template-haskell.haddock.t --machine-readable libraries/time/lib/Data/Time/Clock/Scale.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:58:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:59:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:60:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:61:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:62:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:63:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:64:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:65:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:68:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:72:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:73:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:74:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:75:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:76:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:77:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:78:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:82:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:86:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:87:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/Scale.hs:88:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:2:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:22:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:23:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:24:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:25:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:48:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/MonthDay.hs:49:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:32:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:37:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:38:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:42:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:43:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:44:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Days.hs:45:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:16:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:17:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:18:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:19:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:37:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:42:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:53:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:54:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:55:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:62:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:63:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:64:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:88:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:89:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:90:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:91:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:92:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:94:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:95:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:119:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:120:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:121:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:122:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:123:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:124:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:125:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:126:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:38:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:39:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:44:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:55:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:56:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:62:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:68:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Gregorian.hs:82:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:14:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:16:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:17:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:18:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:19:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:22:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:23:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:24:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:25:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:30:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:32:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:39:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:40:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:41:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:42:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:43:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:44:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:45:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:46:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:47:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/WeekDate.hs:52:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:16:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:17:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:18:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:19:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:37:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs:42:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:22:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:39:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:50:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:51:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:57:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Julian.hs:63:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:16:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:32:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:33:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:46:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:49:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:52:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:53:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:54:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:77:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:78:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:79:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:80:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:81:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:82:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:83:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:84:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:87:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:91:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:92:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:94:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:95:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:96:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:97:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:101:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:105:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:106:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:107:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:111:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:112:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:113:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:114:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:115:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/UTC.hs:116:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/POSIX.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/POSIX.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/Clock.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Clock.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Clock.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Clock.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:34:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:35:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:36:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:37:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:38:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:39:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:49:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:72:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:73:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:88:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:89:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:90:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:91:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:92:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:94:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:95:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeZone.hs:96:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:25:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:26:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:27:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:28:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:29:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:43:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:54:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:58:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:59:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:60:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:61:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:66:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:67:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:81:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:82:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:83:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:84:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:85:1: Warning: Tab character libraries/containers/Data/Sequence.hs:154:1: Warning: The import of `Applicative, <$>' from module `Control.Applicative' is redundant libraries/containers/Data/Sequence.hs:159:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/Sequence.hs:161:1: Warning: The import of `foldMap' from module `Data.Foldable' is redundant libraries/time/lib/Data/Time/Calendar.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:2:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:20:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:21:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:30:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/Calendar/Easter.hs:32:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:8:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:11:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:32:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:44:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:47:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:52:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:57:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:62:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:63:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:64:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:64:61: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:72:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:73:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:84:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:97:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:101:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:102:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:103:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:108:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:109:1: Warning: Tab character libraries/containers/Data/Tree.hs:37:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/containers/Data/Tree.hs:39:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/Tree.hs:42:1: Warning: The import of `Foldable, foldMap' from module `Data.Foldable' is redundant libraries/containers/Data/Tree.hs:43:1: Warning: The import of `Data.Traversable' is redundant except perhaps to import instances from `Data.Traversable' To import instances alone, use: import Data.Traversable() libraries/time/lib/Data/Time/LocalTime.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/LocalTime.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:7:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:9:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:10:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:12:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:13:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:15:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:40:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:43:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:66:36: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:70:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:74:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:75:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:76:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:77:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:84:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:85:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:86:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:87:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:88:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:89:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:90:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:91:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:92:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:93:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:94:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:95:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:96:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:97:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:98:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:99:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:100:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:101:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:102:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:103:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:104:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:105:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:106:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:107:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:108:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:109:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:110:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:111:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:112:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:113:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:114:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:115:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:116:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:117:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:118:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:119:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:120:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:121:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:122:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:123:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:124:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:125:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:126:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:127:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:128:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:129:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:130:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:131:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:132:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:133:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:134:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:135:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:136:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:137:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:138:1: Warning: Tab character libraries/time/lib/Data/Time/Clock/TAI.hs:139:1: Warning: Tab character libraries/containers/Data/Graph.hs:78:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/containers/Data/Set/Base.hs:195:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/time/lib/Data/Time/Format.hs:2:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:6:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:23:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:30:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:31:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:159:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:160:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:161:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:162:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:163:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:164:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:167:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:168:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:169:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:170:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:171:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:172:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:173:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:174:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:175:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:176:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:177:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:178:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:179:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:180:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:181:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:182:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:183:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:184:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:185:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:187:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:188:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:191:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:192:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:193:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:194:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:195:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:196:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:197:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:200:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:201:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:204:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:207:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:208:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:209:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:210:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:212:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:213:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:214:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:215:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:216:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:217:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:218:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:219:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:220:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:221:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:222:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:223:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:224:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:225:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:227:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:228:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:229:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:230:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:232:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:233:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:235:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:236:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:237:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:238:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:239:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:240:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:241:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:242:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:243:1: Warning: Tab character libraries/time/lib/Data/Time/Format.hs:246:1: Warning: Tab character libraries/time/lib/Data/Time.hs:3:1: Warning: Tab character libraries/time/lib/Data/Time.hs:4:1: Warning: Tab character libraries/time/lib/Data/Time.hs:5:1: Warning: Tab character libraries/time/lib/Data/Time.hs:6:1: Warning: Tab character libraries/containers/Data/Map/Base.hs:273:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/containers/Data/Map/Base.hs:277:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/Map/Base.hs:278:1: Warning: The import of `Data.Traversable' is redundant except perhaps to import instances from `Data.Traversable' To import instances alone, use: import Data.Traversable() Haddock coverage: 20% ( 1 / 5) in 'Data.Time.Clock.CTimeval' Missing documentation for: Module header CTimeval (libraries/time/lib/Data/Time/Clock/CTimeval.hs:15) (libraries/time/lib/Data/Time/Clock/CTimeval.hs:17) gettimeofday (libraries/time/lib/Data/Time/Clock/CTimeval.hs:28) 88% ( 7 / 8) in 'Data.Time.Clock.Scale' Missing documentation for: Module header 0% ( 0 / 13) in 'Data.Time.Calendar.Private' Missing documentation for: Module header NumericPadOption (libraries/time/lib/Data/Time/Calendar/Private.hs:6) pad1 (libraries/time/lib/Data/Time/Calendar/Private.hs:8) padN (libraries/time/lib/Data/Time/Calendar/Private.hs:12) show2Fixed (libraries/time/lib/Data/Time/Calendar/Private.hs:16) showPaddedMin (libraries/time/lib/Data/Time/Calendar/Private.hs:20) show2 (libraries/time/lib/Data/Time/Calendar/Private.hs:27) show3 (libraries/time/lib/Data/Time/Calendar/Private.hs:30) show4 (libraries/time/lib/Data/Time/Calendar/Private.hs:33) mod100 (libraries/time/lib/Data/Time/Calendar/Private.hs:36) div100 (libraries/time/lib/Data/Time/Calendar/Private.hs:39) clip (libraries/time/lib/Data/Time/Calendar/Private.hs:42) clipValid (libraries/time/lib/Data/Time/Calendar/Private.hs:47) 80% ( 4 / 5) in 'Data.Time.Calendar.MonthDay' Missing documentation for: Module header 40% ( 2 / 5) in 'Data.Time.Calendar.Days' Missing documentation for: Module header addDays (libraries/time/lib/Data/Time/Calendar/Days.hs:47) diffDays (libraries/time/lib/Data/Time/Calendar/Days.hs:50) 83% ( 10 / 12) in 'Data.Time.Calendar.OrdinalDate' Missing documentation for: fromMondayStartWeekValid (libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:82) fromSundayStartWeekValid (libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs:113) 92% ( 11 / 12) in 'Data.Time.Calendar.Gregorian' Missing documentation for: Module header 100% ( 5 / 5) in 'Data.Time.Calendar.WeekDate' 86% ( 6 / 7) in 'Data.Time.Calendar.JulianYearDay' Missing documentation for: Module header 94% ( 15 / 16) in 'Data.Time.Calendar.Julian' Missing documentation for: Module header 80% ( 4 / 5) in 'Data.Time.Clock.UTC' Missing documentation for: Module header 67% ( 4 / 6) in 'Data.Time.Clock.POSIX' Missing documentation for: posixSecondsToUTCTime (libraries/time/lib/Data/Time/Clock/POSIX.hs:33) utcTimeToPOSIXSeconds (libraries/time/lib/Data/Time/Clock/POSIX.hs:38) 67% ( 2 / 3) in 'Data.Time.Clock.UTCDiff' Missing documentation for: Module header 100% ( 15 / 15) in 'Data.Time.Clock' 90% ( 9 / 10) in 'Data.Time.LocalTime.TimeZone' Missing documentation for: Module header 83% ( 10 / 12) in 'Data.Time.LocalTime.TimeOfDay' Missing documentation for: Module header makeTimeOfDayValid (libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:56) 81% ( 13 / 16) in 'Data.Time.Calendar' Missing documentation for: Module header addDays (libraries/time/lib/Data/Time/Calendar/Days.hs:47) diffDays (libraries/time/lib/Data/Time/Calendar/Days.hs:50) 83% ( 5 / 6) in 'Data.Time.Calendar.Easter' Missing documentation for: Module header 58% ( 7 / 12) in 'Data.Time.LocalTime.LocalTime' Missing documentation for: Module header utcToZonedTime (libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:86) zonedTimeToUTC (libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:89) getZonedTime (libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:99) utcToLocalZonedTime (libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:106) 81% ( 26 / 32) in 'Data.Time.LocalTime' Missing documentation for: Module header makeTimeOfDayValid (libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs:56) utcToZonedTime (libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:86) zonedTimeToUTC (libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:89) getZonedTime (libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:99) utcToLocalZonedTime (libraries/time/lib/Data/Time/LocalTime/LocalTime.hs:106) 70% ( 7 / 10) in 'Data.Time.Clock.TAI' Missing documentation for: utcDayLength (libraries/time/lib/Data/Time/Clock/TAI.hs:62) utcToTAITime (libraries/time/lib/Data/Time/Clock/TAI.hs:68) taiToUTCTime (libraries/time/lib/Data/Time/Clock/TAI.hs:72) 60% ( 3 / 5) in 'Data.Time.Format.Locale' Missing documentation for: Module header TimeLocale (libraries/time/lib/Data/Time/Format/Locale.hs:16) 67% ( 10 / 15) in 'Data.Time.Format.Parse' Missing documentation for: Module header parseTime (libraries/time/lib/Data/Time/Format/Parse.hs:144) readTime (libraries/time/lib/Data/Time/Format/Parse.hs:153) readsTime (libraries/time/lib/Data/Time/Format/Parse.hs:161) TimeLocale (libraries/time/lib/Data/Time/Format/Locale.hs:16) 63% ( 12 / 19) in 'Data.Time.Format' Missing documentation for: Module header NumericPadOption (libraries/time/lib/Data/Time/Calendar/Private.hs:6) FormatTime (libraries/time/lib/Data/Time/Format.hs:22) parseTime (libraries/time/lib/Data/Time/Format/Parse.hs:144) readTime (libraries/time/lib/Data/Time/Format/Parse.hs:153) readsTime (libraries/time/lib/Data/Time/Format/Parse.hs:161) TimeLocale (libraries/time/lib/Data/Time/Format/Locale.hs:16) 80% ( 4 / 5) in 'Data.Time' Missing documentation for: Module header libraries/bytestring/Data/ByteString/Builder/Internal.hs:137:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/containers/Data/IntSet/Base.hs:172:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/IntSet/Base.hs:174:1: Warning: The import of `Data.Word' is redundant except perhaps to import instances from `Data.Word' To import instances alone, use: import Data.Word() libraries/containers/Data/IntMap/Base.hs:219:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/containers/Data/IntMap/Base.hs:225:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/containers/Data/IntMap/Base.hs:226:1: Warning: The import of `Data.Traversable' is redundant except perhaps to import instances from `Data.Traversable' To import instances alone, use: import Data.Traversable() libraries/containers/Data/IntMap/Base.hs:228:1: Warning: The import of `Data.Word' is redundant except perhaps to import instances from `Data.Word' To import instances alone, use: import Data.Word() Haddock coverage: 0% ( 0 / 5) in 'Language.Haskell.TH.Lib.Map' Missing documentation for: Module header Map (libraries/template-haskell/./Language/Haskell/TH/Lib/Map.hs:19) empty (libraries/template-haskell/./Language/Haskell/TH/Lib/Map.hs:24) insert (libraries/template-haskell/./Language/Haskell/TH/Lib/Map.hs:48) lookup (libraries/template-haskell/./Language/Haskell/TH/Lib/Map.hs:37) 31% ( 50 /160) in 'Language.Haskell.TH.Syntax' Missing documentation for: Quasi (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:41) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:91) badIO (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:115) counter (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:120) Q (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:131) runQ (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:144) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:147) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:153) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:156) TExp (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:167) unTypeQ (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:169) unsafeTExpCoerce (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:173) lookupName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:252) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:414) returnQ (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:437) bindQ (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:440) sequenceQ (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:443) Lift (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:453) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:457) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:460) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:463) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:466) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:469) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:472) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:475) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:478) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:481) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:484) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:487) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:490) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:493) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:496) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:499) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:502) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:505) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:509) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:513) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:517) liftString (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:520) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:524) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:527) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:531) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:535) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:539) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:544) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:549) trueName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:563) falseName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:563) nothingName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:567) justName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:567) leftName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:571) rightName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:571) ModName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:580) PkgName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:583) OccName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:590) mkModName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:593) modString (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:596) mkPkgName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:600) pkgString (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:603) mkOccName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:611) occString (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:614) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:704) NameFlavour (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:709) NameSpace (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:720) Uniq (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:726) mkNameG_v (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:818) mkNameG_tc (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:818) mkNameG_d (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:818) NameIs (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:823) showName (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:825) showName' (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:828) (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:863) mk_tup_name (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:880) mk_unboxed_tup_name (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:901) Loc (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:914) CharPos (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:922) Fixity (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1024) FixityDirection (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1026) Lit (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1107) FieldPat (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1149) Match (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1151) Clause (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1153) Exp (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1157) FieldExp (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1205) Body (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1209) Guard (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1216) Stmt (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1221) Range (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1228) Dec (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1232) FunDep (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1283) FamFlavour (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1286) Foreign (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1289) Callconv (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1294) Safety (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1297) Pragma (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1300) Inline (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1308) RuleMatch (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1313) Phases (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1317) RuleBndr (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1322) AnnTarget (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1326) Cxt (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1331) Strict (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1338) Con (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1341) StrictType (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1347) VarStrictType (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1348) Type (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1350) TyVarBndr (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1371) TyLit (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1375) cmpEq (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1435) thenCmp (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1439) 13% ( 28 /214) in 'Language.Haskell.TH.Lib' Missing documentation for: InfoQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:19) PatQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:20) FieldPatQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:21) ExpQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:22) TExpQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:23) DecQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:24) DecsQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:25) ConQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:26) TypeQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:27) TyLitQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:28) CxtQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:29) PredQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:30) MatchQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:31) ClauseQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:32) BodyQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:33) GuardQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:34) StmtQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:35) RangeQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:36) StrictTypeQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:37) VarStrictTypeQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:38) FieldExpQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:39) RuleBndrQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:40) TySynEqnQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:41) Role (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:42) intPrimL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:48) wordPrimL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:50) floatPrimL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:52) doublePrimL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:54) integerL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:56) charL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:58) stringL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:60) stringPrimL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:62) rationalL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:64) litP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:67) varP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:69) tupP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:71) unboxedTupP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:73) conP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:75) infixP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:78) uInfixP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:82) parensP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:86) tildeP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:90) bangP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:93) asP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:96) wildP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:99) recP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:101) listP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:104) sigP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:107) viewP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:111) fieldPat (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:116) bindS (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:124) letS (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:127) noBindS (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:130) parS (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:133) fromR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:139) fromThenR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:142) fromToR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:145) fromThenToR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:148) normalB (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:154) guardedB (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:157) normalG (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:163) normalGE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:166) patG (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:169) patGE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:172) global (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:202) varE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:207) conE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:210) litE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:213) appE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:216) parensE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:219) uInfixE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:222) infixE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:226) infixApp (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:235) sectionL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:237) sectionR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:239) lamE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:242) lamCaseE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:251) tupE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:254) unboxedTupE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:257) condE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:260) multiIfE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:263) letE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:266) caseE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:269) doE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:272) compE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:275) arithSeqE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:278) listE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:281) sigE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:284) recConE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:287) recUpdE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:290) stringE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:293) fieldExp (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:296) fromE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:304) fromThenE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:307) fromToE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:310) fromThenToE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:313) valD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:321) funD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:329) tySynD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:335) dataD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:338) newtypeD (libraries/template-haskell/./LanHaddock coverage: 100% ( 6 / 6) in 'Data.ByteString.Builder.Prim.Internal.UncheckedShifts' 81% ( 21 / 26) in 'Data.ByteString.Builder.Prim.Internal' Missing documentation for: fixedPrim (libraries/bytestring/./Data/ByteString/Builder/Prim/Internal.hs:153) runF (libraries/bytestring/./Data/ByteString/Builder/Prim/Internal.hs:162) storableToF (libraries/bytestring/./Data/ByteString/Builder/Prim/Internal.hs:200) boudedPrim (libraries/bytestring/./Data/ByteString/Builder/Prim/Internal.hs:222) runB (libraries/bytestring/./Data/ByteString/Builder/Prim/Internal.hs:226) 100% ( 3 / 3) in 'Data.ByteString.Builder.Prim.Internal.Floating' 100% ( 33 / 33) in 'Data.ByteString.Builder.Prim.Binary' 52% ( 27 / 52) in 'Data.ByteString.Internal' Missing documentation for: packBytes (libraries/bytestring/./Data/ByteString/Internal.hs:234) packUptoLenBytes (libraries/bytestring/./Data/ByteString/Internal.hs:296) unsafePackLenBytes (libraries/bytestring/./Data/ByteString/Internal.hs:249) packChars (libraries/bytestring/./Data/ByteString/Internal.hs:237) packUptoLenChars (libraries/bytestring/./Data/ByteString/Internal.hs:304) unsafePackLenChars (libraries/bytestring/./Data/ByteString/Internal.hs:256) unpackBytes (libraries/bytestring/./Data/ByteString/Internal.hs:323) unpackAppendBytesLazy (libraries/bytestring/./Data/ByteString/Internal.hs:329) unpackAppendBytesStrict (libraries/bytestring/./Data/ByteString/Internal.hs:352) unpackChars (libraries/bytestring/./Data/ByteString/Internal.hs:326) unpackAppendCharsLazy (libraries/bytestring/./Data/ByteString/Internal.hs:340) unpackAppendCharsStrict (libraries/bytestring/./Data/ByteString/Internal.hs:362) createAndTrim' (libraries/bytestring/./Data/ByteString/Internal.hs:471) c_strlen (libraries/bytestring/./Data/ByteString/Internal.hs:634) c_free_finalizer (libraries/bytestring/./Data/ByteString/Internal.hs:637) memchr (libraries/bytestring/./Data/ByteString/Internal.hs:643) memcmp (libraries/bytestring/./Data/ByteString/Internal.hs:649) memcpy (libraries/bytestring/./Data/ByteString/Internal.hs:655) memset (libraries/bytestring/./Data/ByteString/Internal.hs:670) c_reverse (libraries/bytestring/./Data/ByteString/Internal.hs:678) c_intersperse (libraries/bytestring/./Data/ByteString/Internal.hs:681) c_maximum (libraries/bytestring/./Data/ByteString/Internal.hs:684) c_minimum (libraries/bytestring/./Data/ByteString/Internal.hs:687) c_count (libraries/bytestring/./Data/ByteString/Internal.hs:690) inlinePerformIO (libraries/bytestring/./Data/ByteString/Internal.hs:624) 100% ( 22 / 22) in 'Data.ByteString.Unsafe' 82% ( 14 / 17) in 'Data.ByteString.Short.Internal' Missing documentation for: unsafeIndex (libraries/bytestring/./Data/ByteString/Short/Internal.hs:186) createFromPtr (libraries/bytestring/./Data/ByteString/Short/Internal.hs:423) copyToPtr (libraries/bytestring/./Data/ByteString/Short/Internal.hs:414) 100% ( 17 / 17) in 'Data.ByteString.Short' 100% (134 /134) in 'Data.ByteString' 100% (141 /141) in 'Data.ByteString.Char8' 78% ( 14 / 18) in 'Data.ByteString.Lazy.Internal' Missing documentation for: packBytes (libraries/bytestring/./Data/ByteString/Lazy/Internal.hs:129) packChars (libraries/bytestring/./Data/ByteString/Lazy/Internal.hs:137) unpackBytes (libraries/bytestring/./Data/ByteString/Lazy/Internal.hs:145) unpackChars (libraries/bytestring/./Data/ByteString/Lazy/Internal.hs:149) 100% (121 /121) in 'Data.ByteString.Lazy' 100% (125 /125) in 'Data.ByteString.Lazy.Char8' 100% ( 59 / 59) in 'Data.ByteString.Builder.Internal' 100% ( 4 / 4) in 'Data.ByteString.Builder.Prim.Internal.Base16' 100% ( 34 / 34) in 'Data.ByteString.Builder.Prim.ASCII' 100% (102 /102) in 'Data.ByteString.Builder.Prim' 100% ( 38 / 38) in 'Data.ByteString.Builder.ASCII' 100% ( 83 / 83) in 'Data.ByteString.Builder' 100% ( 2 / 2) in 'Data.ByteString.Lazy.Builder' 50% ( 2 / 4) in 'Data.ByteString.Lazy.Builder.ASCII' Missing documentation for: byteStringHexFixed (libraries/bytestring/./Data/ByteString/Lazy/Builder/ASCII.hs:20) lazyByteStringHexFixed (libraries/bytestring/./Data/ByteString/Lazy/Builder/ASCII.hs:23) 100% ( 31 / 31) in 'Data.ByteString.Builder.Extra' 100% ( 2 / 2) in 'Data.ByteString.Lazy.Builder.Extras' Warning: Data.ByteString: could not find link destinations for: spanByte findIndexOrEnd Warning: Data.ByteString.Char8: could not find link destinations for: breakChar unsafeHead breakSpace dropSpace Warning: Data.ByteString.Lazy: could not find link destinations for: hGetContentsN findIndexOrEnd Warning: Data.ByteString.Builder.Prim: could not find link destinations for: Monoidal Contravariant pairB contramapB fixedPrim "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/unix/dist-install/doc/html/unix" --no-tmp-comp-dir --dump-interface=libraries/unix/dist-install/doc/html/unix/unix.haddock --html --hoogle --title="unix-2.7.1.0: POSIX functionality" --prologue="libraries/unix/dist-install/haddock-prologue.txt" --hide=System.Posix.Directory.Common --hide=System.Posix.DynamicLinker.Common --hide=System.Posix.Files.Common --hide=System.Posix.IO.Common --hide=System.Posix.Process.Common --hide=System.Posix.Terminal.Common --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../bytestring-0.10.6.0,../bytestring-0.10.6.0/src/%{MODULE/./-}.html\#%{NAME},libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock --read-interface=../time-1.5.0.1,../time-1.5.0.1/src/%{MODULE/./-}.html\#%{NAME},libraries/time/dist-install/doc/html/time/time.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=unix_KZL8h98IqDM57kQSPo1mKx --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/unix/. --optghc=-ilibraries/unix/dist-install/build --optghc=-ilibraries/unix/dist-install/build/autogen --optghc=-Ilibraries/unix/dist-install/build --optghc=-Ilibraries/unix/dist-install/build/autogen --optghc=-Ilibraries/unix/include --optghc=-optP-include --optghc=-optPlibraries/unix/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=bytes_6VWy06pWzJq9evDvK2d4w6 --optghc=-package-key --optghc=time_FTheb6LSxyX1UABIbBXRfn --optghc=-Wall --optghc=-XHaskell2010 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/unix/dist-install/build --optghc=-hidir --optghc=libraries/unix/dist-install/build --optghc=-stubdir --optghc=libraries/unix/dist-install/build libraries/unix/./System/Posix.hs libraries/unix/./System/Posix/ByteString.hs libraries/unix/./System/Posix/Error.hs libraries/unix/dist-install/build/System/Posix/Resource.hs libraries/unix/dist-install/build/System/Posix/Time.hs libraries/unix/dist-install/build/System/Posix/Unistd.hs libraries/unix/dist-install/build/System/Posix/User.hs libraries/unix/dist-install/build/System/Posix/Signals.hs libraries/unix/dist-install/build/System/Posix/Signals/Exts.hs libraries/unix/dist-install/build/System/Posix/Semaphore.hs libraries/unix/dist-install/build/System/Posix/SharedMem.hs libraries/unix/dist-install/build/System/Posix/ByteString/FilePath.hs libraries/unix/dist-install/build/System/Posix/Directory.hs libraries/unix/dist-install/build/System/Posix/Directory/ByteString.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker.hs libraries/unix/dist-install/build/System/Posix/Files.hs libraries/unix/dist-install/build/System/Posix/Files/ByteString.hs libraries/unix/dist-install/build/System/Posix/IO.hs libraries/unix/dist-install/build/System/Posix/IO/ByteString.hs libraries/unix/dist-install/build/System/Posix/Env.hs libraries/unix/dist-install/build/System/Posix/Env/ByteString.hs libraries/unix/dist-install/build/System/Posix/Fcntl.hs libraries/unix/dist-install/build/System/Posix/Process.hs libraries/unix/./System/Posix/Process/Internals.hs libraries/unix/dist-install/build/System/Posix/Process/ByteString.hs libraries/unix/dist-install/build/System/Posix/Temp.hs libraries/unix/dist-install/build/System/Posix/Temp/ByteString.hs libraries/unix/dist-install/build/System/Posix/Terminal.hs libraries/unix/dist-install/build/System/Posix/Terminal/ByteString.hs libraries/unix/dist-install/build/System/Posix/Directory/Common.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common.hs libraries/unix/dist-install/build/System/Posix/Files/Common.hs libraries/unix/dist-install/build/System/Posix/IO/Common.hs libraries/unix/dist-install/build/System/Posix/Process/Common.hs libraries/unix/dist-install/build/System/Posix/Terminal/Common.hs +RTS -tlibraries/unix/dist-install/doc/html/unix/unix.haddock.t --machine-readable guage/Haskell/TH/Lib.hs:345) classD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:352) instanceD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:359) sigD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:367) forImpD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:370) infixLD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:375) infixRD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:378) infixND (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:381) pragInlD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:384) pragSpecD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:388) pragSpecInlD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:394) pragSpecInstD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:400) pragRuleD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:406) pragAnnD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:414) pragLineD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:420) familyNoKindD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:423) familyKindD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:426) dataInstD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:429) newtypeInstD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:437) tySynInstD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:445) closedTypeFamilyNoKindD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:451) closedTypeFamilyKindD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:457) roleAnnotD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:463) standaloneDerivD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:466) defaultSigD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:473) tySynEqn (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:479) cxt (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:486) normalC (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:489) recC (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:492) infixC (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:495) forallC (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:500) forallT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:507) varT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:513) conT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:516) appT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:519) arrowT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:525) listT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:528) litT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:531) tupleT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:534) unboxedTupleT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:537) sigT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:540) equalityT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:546) classP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:550) equalP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:557) promotedT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:565) promotedTupleT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:568) promotedNilT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:571) promotedConsT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:574) isStrict (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:577) notStrict (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:577) unpacked (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:577) strictType (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:582) varStrictType (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:585) numTyLit (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:591) strTyLit (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:595) plainTV (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:603) kindedTV (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:606) varK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:609) conK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:612) tupleK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:615) arrowK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:618) listK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:621) appK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:624) starK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:627) constraintK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:630) nominalR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:636) representationalR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:636) phantomR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:636) inferR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:636) cCall (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:645) stdCall (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:645) cApi (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:645) prim (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:645) javaScript (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:645) unsafe (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:655) safe (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:655) interruptible (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:655) funDep (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:663) typeFam (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:669) dataFam (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:669) ruleVar (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:675) typedRuleVar (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:678) valueAnnotation (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:683) typeAnnotation (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:686) moduleAnnotation (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:689) appsE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:695) 50% ( 3 / 6) in 'Language.Haskell.TH.Quote' Missing documentation for: Module header QuasiQuoter (libraries/template-haskell/./Language/Haskell/TH/Quote.hs:12) dataToQa (libraries/template-haskell/./Language/Haskell/TH/Quote.hs:17) 75% ( 40 / 53) in 'Language.Haskell.TH.PprLib' Missing documentation for: Doc (libraries/template-haskell/./Language/Haskell/TH/PprLib.hs:161) PprM (libraries/template-haskell/./Language/Haskell/TH/PprLib.hs:119) text (libraries/template-haskell/./Language/Haskell/TH/PprLib.hs:73) char (libraries/template-haskell/./Language/Haskell/TH/PprLib.hs:75) ptext (libraries/template-haskell/./Language/Haskell/TH/PprLib.hs:74) int (libraries/template-haskell/./Language/Haskell/TH/PprLib.hs:76) integer (libraries/template-haskell/./Language/Haskell/TH/PprLib.hs:77) float (libraries/template-haskell/./Language/Haskell/TH/PprLib.hs:78) double (libraries/template-haskell/./Language/Haskell/TH/PprLib.hs:79) rational (libraries/template-haskell/./Language/Haskell/TH/PprLib.hs:80) to_HPJ_Doc (libraries/template-haskell/./Language/Haskell/TH/PprLib.hs:146) pprName (libraries/template-haskell/./Language/Haskell/TH/PprLib.hs:121) pprName' (libraries/template-haskell/./Language/Haskell/TH/PprLib.hs:124) 1% ( 1 / 68) in 'Language.Haskell.TH.Ppr' Missing documentation for: nestDepth (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:17) Precedence (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:20) appPrec (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:21) unopPrec (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:21) opPrec (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:21) noPrec (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:21) parensIf (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:27) pprint (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:33) Ppr (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:36) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:41) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:45) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:49) ppr_sig (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:70) pprFixity (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:73) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:82) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:85) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:89) pprPrefixOcc (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:92) isSymOcc (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:96) isSymbolASCII (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:103) pprInfixExp (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:106) pprExp (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:111) pprFields (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:178) pprMaybeExp (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:181) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:186) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:194) pprGuarded (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:199) pprBody (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:206) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:214) pprLit (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:217) bytesToString (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:233) pprString (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:236) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:242) pprPat (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:245) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:275) ppr_dec (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:278) ppr_data (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:341) ppr_newtype (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:357) ppr_tySyn (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:369) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:374) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:380) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:385) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:401) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:435) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:441) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:446) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:452) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:457) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:462) pprVarStrictType (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:473) pprStrictType (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:478) pprParendType (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:485) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:504) pprTyApp (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:521) pprFunArgType (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:532) split (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:539) pprTyLit (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:544) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:548) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:552) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:556) pprCxt (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:563) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:569) where_clause (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:581) showtextl (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:585) hashParens (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:588) quoteParens (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:591) (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:595) 29% ( 87 /298) in 'Language.Haskell.TH' Missing documentation for: Q (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:131) runQ (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:144) Loc (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:914) TExp (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:167) unType (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:167) NameSpace (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:720) Dec (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1232) Con (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1341) Clause (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1153) Strict (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1338) Foreign (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1289) Callconv (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1294) Safety (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1297) Pragma (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1300) Inline (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1308) RuleMatch (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1313) Phases (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1317) RuleBndr (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1322) AnnTarget (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1326) FunDep (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1283) FamFlavour (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1286) Fixity (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1024) FixityDirection (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1026) Exp (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1157) Match (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1151) Body (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1209) Guard (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1216) Stmt (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1221) Range (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1228) Lit (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1107) FieldExp (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1205) FieldPat (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1149) Type (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1350) TyVarBndr (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1371) TyLit (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1375) Cxt (libraries/template-haskell/./Language/Haskell/TH/Syntax.hs:1331) InfoQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:19) ExpQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:22) DecQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:24) DecsQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:25) ConQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:26) TypeQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:27) TyLitQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:28) CxtQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:29) PredQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:30) MatchQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:31) ClauseQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:32) BodyQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:33) GuardQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:34) StmtQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:35) RangeQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:36) StrictTypeQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:37) VarStrictTypeQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:38) PatQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:20) FieldPatQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:21) RuleBndrQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:40) TySynEqnQ (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:41) intPrimL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:48) wordPrimL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:50) floatPrimL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:52) doublePrimL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:54) integerL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:56) rationalL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:64) charL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:58) stringL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:60) stringPrimL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:62) litP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:67) varP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:69) tupP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:71) conP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:75) uInfixP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:82) parensP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:86) infixP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:78) tildeP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:90) bangP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:93) asP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:96) wildP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:99) recP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:101) listP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:104) sigP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:107) viewP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:111) fieldPat (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:116) normalB (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:154) guardedB (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:157) normalG (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:163) normalGE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:166) patG (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:169) patGE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:172) global (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:202) varE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:207) conE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:210) litE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:213) appE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:216) uInfixE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:222) parensE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:219) infixE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:226) infixApp (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:235) sectionL (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:237) sectionR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:239) lamE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:242) lamCaseE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:251) tupE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:254) condE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:260) multiIfE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:263) letE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:266) caseE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:269) appsE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:695) listE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:281) sigE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:284) recConE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:287) recUpdE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:290) stringE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:293) fieldExp (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:296) fromE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:304) fromThenE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:307) fromToE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:310) fromThenToE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:313) arithSeqE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:278) fromR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:139) fromThenR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:142) fromToR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:145) fromThenToR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:148) doE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:272) compE (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:275) bindS (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:124) letS (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:127) noBindS (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:130) parS (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:133) forallT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:507) varT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:513) conT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:516) appT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:519) arrowT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:525) equalityT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:546) listT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:528) tupleT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:534) sigT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:540) litT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:531) promotedT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:565) promotedTupleT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:568) promotedNilT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:571) promotedConsT (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:574) numTyLit (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:591) strTyLit (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:595) isStrict (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:577) notStrict (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:577) strictType (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:582) varStrictType (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:585) cxt (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:486) classP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:550) equalP (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:557) normalC (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:489) recC (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:492) infixC (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:495) forallC (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:500) varK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:609) conK (libraries/templatHaddock coverage: 100% ( 84 / 84) in 'Data.Sequence' 94% ( 15 / 16) in 'Data.Tree' Missing documentation for: Forest (libraries/containers/./Data/Tree.hs:66) 100% ( 33 / 33) in 'Data.Graph' 33% ( 1 / 3) in 'Data.Utils.StrictPair' Missing documentation for: Module header toPair (libraries/containers/./Data/Utils/StrictPair.hs:14) 50% ( 1 / 2) in 'Data.Utils.StrictFold' Missing documentation for: Module header 95% ( 71 / 75) in 'Data.Set.Base' Missing documentation for: bin (libraries/containers/./Data/Set/Base.hs:1435) balanced (libraries/containers/./Data/Set/Base.hs:1582) link (libraries/containers/./Data/Set/Base.hs:1230) merge (libraries/containers/./Data/Set/Base.hs:1256) 90% (133 /147) in 'Data.Map.Base' Missing documentation for: bin (libraries/containers/./Data/Map/Base.hs:2631) balance (libraries/containers/./Data/Map/Base.hs:2540) balanceL (libraries/containers/./Data/Map/Base.hs:2579) balanceR (libraries/containers/./Data/Map/Base.hs:2604) delta (libraries/containers/./Data/Map/Base.hs:2505) link (libraries/containers/./Data/Map/Base.hs:2401) insertMax (libraries/containers/./Data/Map/Base.hs:2411) merge (libraries/containers/./Data/Map/Base.hs:2427) glue (libraries/containers/./Data/Map/Base.hs:2439) trim (libraries/containers/./Data/Map/Base.hs:2245) trimLookupLo (libraries/containers/./Data/Map/Base.hs:2262) MaybeS (libraries/containers/./Data/Map/Base.hs:2238) filterGt (libraries/containers/./Data/Map/Base.hs:2293) filterLt (libraries/containers/./Data/Map/Base.hs:2305) 100% (134 /134) in 'Data.Map.Lazy' 100% (134 /134) in 'Data.Map.Strict' 100% ( 7 / 7) in 'Data.Map' 100% ( 73 / 73) in 'Data.Set' 50% ( 2 / 4) in 'Data.Utils.BitUtil' Missing documentation for: shiftLL (libraries/containers/./Data/Utils/BitUtil.hs:57) shiftRL (libraries/containers/./Data/Utils/BitUtil.hs:57) 93% ( 65 / 70) in 'Data.IntSet.Base' Missing documentation for: Key (libraries/containers/./Data/IntSet/Base.hs:244) match (libraries/containers/./Data/IntSet/Base.hs:1236) suffixBitMask (libraries/containers/./Data/IntSet/Base.hs:1199) prefixBitMask (libraries/containers/./Data/IntSet/Base.hs:1207) bitmapOf (libraries/containers/./Data/IntSet/Base.hs:1223) 99% ( 66 / 67) in 'Data.IntSet' Missing documentation for: Key (libraries/containers/./Data/IntSet/Base.hs:244) 89% (128 /144) in 'Data.IntMap.Base' Missing documentation for: Key (libraries/containers/./Data/IntSet/Base.hs:244) mergeWithKey' (libraries/containers/./Data/IntMap/Base.hs:1004) Mask (libraries/containers/./Data/IntMap/Base.hs:278) Prefix (libraries/containers/./Data/IntMap/Base.hs:277) Nat (libraries/containers/./Data/IntMap/Base.hs:252) natFromInt (libraries/containers/./Data/IntMap/Base.hs:254) intFromNat (libraries/containers/./Data/IntMap/Base.hs:258) link (libraries/containers/./Data/IntMap/Base.hs:2094) bin (libraries/containers/./Data/IntMap/Base.hs:2106) zero (libraries/containers/./Data/IntMap/Base.hs:2116) nomatch (libraries/containers/./Data/IntMap/Base.hs:2121) match (libraries/containers/./Data/IntMap/Base.hs:2121) mask (libraries/containers/./Data/IntMap/Base.hs:2130) maskW (libraries/containers/./Data/IntMap/Base.hs:2139) shorter (libraries/containers/./Data/IntMap/Base.hs:2144) branchMask (libraries/containers/./Data/IntMap/Base.hs:2149) 99% (127 /128) in 'Data.IntMap.Strict' Missing documentation for: Key (libraries/containers/./Data/IntSet/Base.hs:244) 99% (127 /128) in 'Data.IntMap.Lazy' Missing documentation for: Key (libraries/containers/./Data/IntSet/Base.hs:244) 100% ( 6 / 6) in 'Data.IntMap' Warning: Data.Sequence: could not find link destinations for: PQueue aptyMiddle mapMulFT FingerTree rigidify Two Three One applicativeTree replicateSeq unrollPQ toPQ mergePQ Warning: Data.Map.Strict: could not find link destinations for: mapAccumL Warning: Data.IntMap.Strict: could not find link destinations for: mapAccumL "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/binary/dist-install/doc/html/binary" --no-tmp-comp-dir --dump-interface=libraries/binary/dist-install/doc/html/binary/binary.haddock --html --hoogle --title="binary-0.7.5.0: Binary serialisation for Haskell values using lazy ByteStrings" --prologue="libraries/binary/dist-install/haddock-prologue.txt" --hide=Data.Binary.Builder.Base --hide=Data.Binary.Class --hide=Data.Binary.Generic --read-interface=../array-0.5.1.0,../array-0.5.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/array/dist-install/doc/html/array/array.haddock --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../bytestring-0.10.6.0,../bytestring-0.10.6.0/src/%{MODULE/./-}.html\#%{NAME},libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock --read-interface=../containers-0.5.6.2,../containers-0.5.6.2/src/%{MODULE/./-}.html\#%{NAME},libraries/containers/dist-install/doc/html/containers/containers.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=binar_3uXFWMoAGBg0xKP9MHKRwi --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/binary/src --optghc=-ilibraries/binary/dist-install/build --optghc=-ilibraries/binary/dist-install/build/autogen --optghc=-Ilibraries/binary/dist-install/build --optghc=-Ilibraries/binary/dist-install/build/autogen --optghc=-Ilibraries/binary/. --optghc=-optP-DGENERICS --optghc=-optP-include --optghc=-optPlibraries/binary/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=array_67iodizgJQIIxYVTp4emlA --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=bytes_6VWy06pWzJq9evDvK2d4w6 --optghc=-package-key --optghc=conta_2C3ZI8RgPO2LBMidXKTvIU --optghc=-O2 --optghc=-Wall --optghc=-fliberate-case-threshold=1000 --optghc=-XHaskell98 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/binary/dist-install/build --optghc=-hidir --optghc=libraries/binary/dist-install/build --optghc=-stubdir --optghc=libraries/binary/dist-install/build libraries/binary/src/Data/Binary.hs libraries/binary/src/Data/Binary/Put.hs libraries/binary/src/Data/Binary/Get.hs libraries/binary/src/Data/Binary/Get/Internal.hs libraries/binary/src/Data/Binary/Builder.hs libraries/binary/src/Data/Binary/Builder/Internal.hs libraries/binary/src/Data/Binary/Builder/Base.hs libraries/binary/src/Data/Binary/Class.hs libraries/binary/src/Data/Binary/Generic.hs +RTS -tlibraries/binary/dist-install/doc/html/binary/binary.haddock.t --machine-readable "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/hoopl/dist-install/doc/html/hoopl" --no-tmp-comp-dir --dump-interface=libraries/hoopl/dist-install/doc/html/hoopl/hoopl.haddock --html --hoogle --title="hoopl-3.10.0.2: A library to support dataflow analysis and optimization" --prologue="libraries/hoopl/dist-install/haddock-prologue.txt" --hide=Compiler.Hoopl.Checkpoint --hide=Compiler.Hoopl.Collections --hide=Compiler.Hoopl.Combinators --hide=Compiler.Hoopl.Dataflow --hide=Compiler.Hoopl.Debug --hide=Compiler.Hoopl.Block --hide=Compiler.Hoopl.Graph --hide=Compiler.Hoopl.Label --hide=Compiler.Hoopl.MkGraph --hide=Compiler.Hoopl.Fuel --hide=Compiler.Hoopl.Pointed --hide=Compiler.Hoopl.Shape --hide=Compiler.Hoopl.Show --hide=Compiler.Hoopl.Unique --hide=Compiler.Hoopl.XUtil --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../containers-0.5.6.2,../containers-0.5.6.2/src/%{MODULE/./-}.html\#%{NAME},libraries/containers/dist-install/doc/html/containers/containers.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=hoopl_FCWMV1gJiCi02IwN4CnRgk --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/hoopl/src --optghc=-ilibraries/hoopl/dist-install/build --optghc=-ilibraries/hoopl/dist-install/build/autogen --optghc=-Ilibraries/hoopl/dist-install/build --optghc=-Ilibraries/hoopl/dist-install/build/autogen --optghc=-Ilibraries/hoopl/. --optghc=-optP-include --optghc=-optPlibraries/hoopl/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=conta_2C3ZI8RgPO2LBMidXKTvIU --optghc=-Wall --optghc=-fno-warn-name-shadowing --optghc=-XHaskell2010 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/hoopl/dist-install/build --optghc=-hidir --optghc=libraries/hoopl/dist-install/build --optghc=-stubdir --optghc=libraries/hoopl/dist-install/build libraries/hoopl/src/Compiler/Hoopl.hs libraries/hoopl/src/Compiler/Hoopl/Internals.hs libraries/hoopl/src/Compiler/Hoopl/Wrappers.hs libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs libraries/hoopl/src/Compiler/Hoopl/Passes/DList.hs libraries/hoopl/src/Compiler/Hoopl/Checkpoint.hs libraries/hoopl/src/Compiler/Hoopl/Collections.hs libraries/hoopl/src/Compiler/Hoopl/Combinators.hs libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs libraries/hoopl/src/Compiler/Hoopl/Debug.hs libraries/hoopl/src/Compiler/Hoopl/Block.hs libraries/hoopl/src/Compiler/Hoopl/Graph.hs libraries/hoopl/src/Compiler/Hoopl/Label.hs libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs libraries/hoopl/src/Compiler/Hoopl/Fuel.hs libraries/hoopl/src/Compiler/Hoopl/Pointed.hs libraries/hoopl/src/Compiler/Hoopl/Shape.hs libraries/hoopl/src/Compiler/Hoopl/Show.hs libraries/hoopl/src/Compiler/Hoopl/Unique.hs libraries/hoopl/src/Compiler/Hoopl/XUtil.hs +RTS -tlibraries/hoopl/dist-install/doc/html/hoopl/hoopl.haddock.t --machine-readable e-haskell/./Language/Haskell/TH/Lib.hs:612) tupleK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:615) arrowK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:618) listK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:621) appK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:624) starK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:627) constraintK (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:630) nominalR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:636) representationalR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:636) phantomR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:636) inferR (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:636) valD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:321) funD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:329) tySynD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:335) dataD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:338) newtypeD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:345) classD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:352) instanceD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:359) sigD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:367) standaloneDerivD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:466) defaultSigD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:473) roleAnnotD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:463) familyNoKindD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:423) familyKindD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:426) dataInstD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:429) closedTypeFamilyNoKindD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:451) closedTypeFamilyKindD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:457) newtypeInstD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:437) tySynInstD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:445) typeFam (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:669) dataFam (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:669) tySynEqn (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:479) cCall (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:645) stdCall (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:645) cApi (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:645) prim (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:645) javaScript (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:645) unsafe (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:655) safe (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:655) forImpD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:370) ruleVar (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:675) typedRuleVar (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:678) pragInlD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:384) pragSpecD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:388) pragSpecInlD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:394) pragSpecInstD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:400) pragRuleD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:406) pragAnnD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:414) pragLineD (libraries/template-haskell/./Language/Haskell/TH/Lib.hs:420) Ppr (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:36) pprint (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:33) pprExp (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:111) pprLit (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:217) pprPat (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:245) pprParendType (libraries/template-haskell/./Language/Haskell/TH/Ppr.hs:485) libraries/binary/src/Data/Binary/Builder/Base.hs:67:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/binary/src/Data/Binary/Builder/Base.hs:192:37: Warning: In the use of `inlinePerformIO' (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." libraries/binary/src/Data/Binary/Builder/Internal.hs:3:14: Warning: `Data.Binary.Builder.Internal' is marked as Trustworthy but has been inferred as safe! libraries/hoopl/src/Compiler/Hoopl/Unique.hs:27:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/binary/src/Data/Binary/Get/Internal.hs:417:21: Warning: In the use of `B.inlinePerformIO' (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." libraries/binary/src/Data/Binary/Get.hs:206:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/binary/src/Data/Binary/Put.hs:3:14: Warning: `Data.Binary.Put' is marked as Trustworthy but has been inferred as safe! libraries/binary/src/Data/Binary/Put.hs:56:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/binary/src/Data/Binary/Put.hs:64:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() Haddock coverage: 38% ( 15 / 39) in 'System.Posix.Terminal.Common' Missing documentation for: TerminalAttributes (libraries/unix/System/Posix/Terminal/Common.hsc:85) TerminalState (libraries/unix/System/Posix/Terminal/Common.hsc:374) CTermios (libraries/unix/System/Posix/Terminal/Common.hsc:84) TerminalMode (libraries/unix/System/Posix/Terminal/Common.hsc:94) withoutMode (libraries/unix/System/Posix/Terminal/Common.hsc:134) withMode (libraries/unix/System/Posix/Terminal/Common.hsc:163) terminalMode (libraries/unix/System/Posix/Terminal/Common.hsc:192) bitsPerByte (libraries/unix/System/Posix/Terminal/Common.hsc:221) withBits (libraries/unix/System/Posix/Terminal/Common.hsc:235) ControlCharacter (libraries/unix/System/Posix/Terminal/Common.hsc:249) controlChar (libraries/unix/System/Posix/Terminal/Common.hsc:260) withCC (libraries/unix/System/Posix/Terminal/Common.hsc:269) withoutCC (libraries/unix/System/Posix/Terminal/Common.hsc:277) inputTime (libraries/unix/System/Posix/Terminal/Common.hsc:285) withTime (libraries/unix/System/Posix/Terminal/Common.hsc:291) minInput (libraries/unix/System/Posix/Terminal/Common.hsc:297) withMinInput (libraries/unix/System/Posix/Terminal/Common.hsc:303) BaudRate (libraries/unix/System/Posix/Terminal/Common.hsc:309) inputSpeed (libraries/unix/System/Posix/Terminal/Common.hsc:329) withInputSpeed (libraries/unix/System/Posix/Terminal/Common.hsc:338) outputSpeed (libraries/unix/System/Posix/Terminal/Common.hsc:346) withOutputSpeed (libraries/unix/System/Posix/Terminal/Common.hsc:355) QueueSelector (libraries/unix/System/Posix/Terminal/Common.hsc:418) FlowAction (libraries/unix/System/Posix/Terminal/Common.hsc:438) 100% ( 5 / 5) in 'System.Posix.Fcntl' 82% ( 31 / 38) in 'System.Posix.IO.Common' Missing documentation for: stdInput (libraries/unix/System/Posix/IO/Common.hsc:131) stdOutput (libraries/unix/System/Posix/IO/Common.hsc:131) stdError (libraries/unix/System/Posix/IO/Common.hsc:131) OpenMode (libraries/unix/System/Posix/IO/Common.hsc:136) FdOption (libraries/unix/System/Posix/IO/Common.hsc:255) FileLock (libraries/unix/System/Posix/IO/Common.hsc:310) LockRequest (libraries/unix/System/Posix/IO/Common.hsc:306) 78% ( 59 / 76) in 'System.Posix.Files.Common' Missing documentation for: fileTypeModes (libraries/unix/System/Posix/Files/Common.hsc:192) blockSpecialMode (libraries/unix/System/Posix/Files/Common.hsc:195) characterSpecialMode (libraries/unix/System/Posix/Files/Common.hsc:198) namedPipeMode (libraries/unix/System/Posix/Files/Common.hsc:201) regularFileMode (libraries/unix/System/Posix/Files/Common.hsc:204) directoryMode (libraries/unix/System/Posix/Files/Common.hsc:207) symbolicLinkMode (libraries/unix/System/Posix/Files/Common.hsc:210) socketMode (libraries/unix/System/Posix/Files/Common.hsc:213) PathVar (libraries/unix/System/Posix/Files/Common.hsc:537) pathVarConst (libraries/unix/System/Posix/Files/Common.hsc:559) CTimeSpec (libraries/unix/System/Posix/Files/Common.hsc:411) toCTimeSpec (libraries/unix/System/Posix/Files/Common.hsc:424) c_utimensat (libraries/unix/System/Posix/Files/Common.hsc:432) CTimeVal (libraries/unix/System/Posix/Files/Common.hsc:441) toCTimeVal (libraries/unix/System/Posix/Files/Common.hsc:454) c_utimes (libraries/unix/System/Posix/Files/Common.hsc:460) c_lutimes (libraries/unix/System/Posix/Files/Common.hsc:464) 42% ( 5 / 12) in 'System.Posix.DynamicLinker.Prim' Missing documentation for: c_dlopen (libraries/unix/System/Posix/DynamicLinker/Prim.hsc:85) c_dlsym (libraries/unix/System/Posix/DynamicLinker/Prim.hsc:86) c_dlerror (libraries/unix/System/Posix/DynamicLinker/Prim.hsc:87) c_dlclose (libraries/unix/System/Posix/DynamicLinker/Prim.hsc:88) haveRtldLocal (libraries/unix/System/Posix/DynamicLinker/Prim.hsc:71) packRTLDFlags (libraries/unix/System/Posix/DynamicLinker/Prim.hsc:90) packDL (libraries/unix/System/Posix/DynamicLinker/Prim.hsc:109) 50% ( 4 / 8) in 'System.Posix.DynamicLinker.Common' Missing documentation for: dlerror (libraries/unix/System/Posix/DynamicLinker/Common.hsc:63) dlclose (libraries/unix/System/Posix/DynamicLinker/Common.hsc:59) throwDLErrorIf (libraries/unix/System/Posix/DynamicLinker/Common.hsc:80) Module (libraries/unix/System/Posix/DynamicLinker/Common.hsc:92) 30% ( 3 / 10) in 'System.Posix.Directory.Common' Missing documentation for: DirStream (libraries/unix/System/Posix/Directory/Common.hsc:40) CDir (libraries/unix/System/Posix/Directory/Common.hsc:42) CDirent (libraries/unix/System/Posix/Directory/Common.hsc:43) DirStreamOffset (libraries/unix/System/Posix/Directory/Common.hsc:62) seekDirStream (libraries/unix/System/Posix/Directory/Common.hsc:65) tellDirStream (libraries/unix/System/Posix/Directory/Common.hsc:74) changeWorkingDirectoryFd (libraries/unix/System/Posix/Directory/Common.hsc:83) 20% ( 1 / 5) in 'System.Posix.Process.Internals' Missing documentation for: Module header pPrPr_disableITimers (libraries/unix/./System/Posix/Process/Internals.hs:30) c_execvpe (libraries/unix/./System/Posix/Process/Internals.hs:33) decipherWaitStatus (libraries/unix/./System/Posix/Process/Internals.hs:36) 78% ( 29 / 37) in 'System.Posix.Process.Common' Missing documentation for: ProcessTimes (libraries/unix/System/Posix/Process/Common.hsc:189) nice (libraries/unix/System/Posix/Process/Common.hsc:222) getProcessPriority (libraries/unix/System/Posix/Process/Common.hsc:233) getProcessGroupPriority (libraries/unix/System/Posix/Process/Common.hsc:234) getUserPriority (libraries/unix/System/Posix/Process/Common.hsc:235) setProcessPriority (libraries/unix/System/Posix/Process/Common.hsc:255) setProcessGroupPriority (libraries/unix/System/Posix/Process/Common.hsc:256) setUserPriority (libraries/unix/System/Posix/Process/Common.hsc:257) 64% ( 7 / 11) in 'System.Posix.Error' Missing documentation for: throwErrnoPathIfRetry (libraries/unix/./System/Posix/Error.hs:52) throwErrnoPathIfNullRetry (libraries/unix/./System/Posix/Error.hs:48) throwErrnoPathIfMinus1Retry (libraries/unix/./System/Posix/Error.hs:38) throwErrnoPathIfMinus1Retry_ (libraries/unix/./System/Posix/Error.hs:43) 53% ( 8 / 15) in 'System.Posix.ByteString.FilePath' Missing documentation for: withFilePath (libraries/unix/System/Posix/ByteString/FilePath.hsc:52) peekFilePath (libraries/unix/System/Posix/ByteString/FilePath.hsc:55) peekFilePathLen (libraries/unix/System/Posix/ByteString/FilePath.hsc:58) throwErrnoPathIfMinus1Retry (libraries/unix/System/Posix/ByteString/FilePath.hsc:62) throwErrnoPathIfMinus1Retry_ (libraries/unix/System/Posix/ByteString/FilePath.hsc:67) throwErrnoPathIfNullRetry (libraries/unix/System/Posix/ByteString/FilePath.hsc:72) throwErrnoPathIfRetry (libraries/unix/System/Posix/ByteString/FilePath.hsc:76) 44% ( 4 / 9) in 'System.Posix.DynamicLinker.ByteString' Missing documentation for: dlopen (libraries/unix/System/Posix/DynamicLinker/ByteString.hsc:64) dlerror (libraries/unix/System/Posix/DynamicLinker/Common.hsc:63) dlclose (libraries/unix/System/Posix/DynamicLinker/Common.hsc:59) withDL (libraries/unix/System/Posix/DynamicLinker/ByteString.hsc:69) withDL_ (libraries/unix/System/Posix/DynamicLinker/ByteString.hsc:72) 47% ( 20 / 43) in 'System.Posix.Terminal.ByteString' Missing documentation for: TerminalAttributes (libraries/unix/System/Posix/Terminal/Common.hsc:85) TerminalState (libraries/unix/System/Posix/Terminal/Common.hsc:374) TerminalMode (libraries/unix/System/Posix/Terminal/Common.hsc:94) withoutMode (libraries/unix/System/Posix/Terminal/Common.hsc:134) withMode (libraries/unix/System/Posix/Terminal/Common.hsc:163) terminalMode (libraries/unix/System/Posix/Terminal/Common.hsc:192) bitsPerByte (libraries/unix/Syste libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:24:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/hoopl/src/Compiler/Hoopl/Graph.hs:49:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/binary/src/Data/Binary/Class.hs:3:14: Warning: `Data.Binary.Class' is marked as Trustworthy but has been inferred as safe! libraries/binary/src/Data/Binary/Generic.hs:2:26: Warning: `Data.Binary.Generic' is marked as Trustworthy but has been inferred as safe! libraries/binary/src/Data/Binary/Generic.hs:22:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() m/Posix/Terminal/Common.hsc:221) withBits (libraries/unix/System/Posix/Terminal/Common.hsc:235) ControlCharacter (libraries/unix/System/Posix/Terminal/Common.hsc:249) controlChar (libraries/unix/System/Posix/Terminal/Common.hsc:260) withCC (libraries/unix/System/Posix/Terminal/Common.hsc:269) withoutCC (libraries/unix/System/Posix/Terminal/Common.hsc:277) inputTime (libraries/unix/System/Posix/Terminal/Common.hsc:285) withTime (libraries/unix/System/Posix/Terminal/Common.hsc:291) minInput (libraries/unix/System/Posix/Terminal/Common.hsc:297) withMinInput (libraries/unix/System/Posix/Terminal/Common.hsc:303) BaudRate (libraries/unix/System/Posix/Terminal/Common.hsc:309) inputSpeed (libraries/unix/System/Posix/Terminal/Common.hsc:329) withInputSpeed (libraries/unix/System/Posix/Terminal/Common.hsc:338) outputSpeed (libraries/unix/System/Posix/Terminal/Common.hsc:346) withOutputSpeed (libraries/unix/System/Posix/Terminal/Common.hsc:355) QueueSelector (libraries/unix/System/Posix/Terminal/Common.hsc:418) FlowAction (libraries/unix/System/Posix/Terminal/Common.hsc:438) 79% ( 30 / 38) in 'System.Posix.Process.ByteString' Missing documentation for: ProcessTimes (libraries/unix/System/Posix/Process/Common.hsc:189) nice (libraries/unix/System/Posix/Process/Common.hsc:222) getProcessPriority (libraries/unix/System/Posix/Process/Common.hsc:233) getProcessGroupPriority (libraries/unix/System/Posix/Process/Common.hsc:234) getUserPriority (libraries/unix/System/Posix/Process/Common.hsc:235) setProcessPriority (libraries/unix/System/Posix/Process/Common.hsc:255) setProcessGroupPriority (libraries/unix/System/Posix/Process/Common.hsc:256) setUserPriority (libraries/unix/System/Posix/Process/Common.hsc:257) 91% ( 10 / 11) in 'System.Posix.Env.ByteString' Missing documentation for: getEnvironmentPrim (libraries/unix/System/Posix/Env/ByteString.hsc:67) 82% ( 32 / 39) in 'System.Posix.IO.ByteString' Missing documentation for: stdInput (libraries/unix/System/Posix/IO/Common.hsc:131) stdOutput (libraries/unix/System/Posix/IO/Common.hsc:131) stdError (libraries/unix/System/Posix/IO/Common.hsc:131) OpenMode (libraries/unix/System/Posix/IO/Common.hsc:136) FdOption (libraries/unix/System/Posix/IO/Common.hsc:255) FileLock (libraries/unix/System/Posix/IO/Common.hsc:310) LockRequest (libraries/unix/System/Posix/IO/Common.hsc:306) 90% ( 85 / 94) in 'System.Posix.Files.ByteString' Missing documentation for: fileTypeModes (libraries/unix/System/Posix/Files/Common.hsc:192) blockSpecialMode (libraries/unix/System/Posix/Files/Common.hsc:195) characterSpecialMode (libraries/unix/System/Posix/Files/Common.hsc:198) namedPipeMode (libraries/unix/System/Posix/Files/Common.hsc:201) regularFileMode (libraries/unix/System/Posix/Files/Common.hsc:204) directoryMode (libraries/unix/System/Posix/Files/Common.hsc:207) symbolicLinkMode (libraries/unix/System/Posix/Files/Common.hsc:210) socketMode (libraries/unix/System/Posix/Files/Common.hsc:213) PathVar (libraries/unix/System/Posix/Files/Common.hsc:537) 65% ( 11 / 17) in 'System.Posix.Directory.ByteString' Missing documentation for: removeDirectory (libraries/unix/System/Posix/Directory/ByteString.hsc:153) DirStream (libraries/unix/System/Posix/Directory/Common.hsc:40) DirStreamOffset (libraries/unix/System/Posix/Directory/Common.hsc:62) tellDirStream (libraries/unix/System/Posix/Directory/Common.hsc:74) seekDirStream (libraries/unix/System/Posix/Directory/Common.hsc:65) changeWorkingDirectoryFd (libraries/unix/System/Posix/Directory/Common.hsc:83) 44% ( 4 / 9) in 'System.Posix.DynamicLinker' Missing documentation for: dlopen (libraries/unix/System/Posix/DynamicLinker.hsc:63) dlerror (libraries/unix/System/Posix/DynamicLinker/Common.hsc:63) dlclose (libraries/unix/System/Posix/DynamicLinker/Common.hsc:59) withDL (libraries/unix/System/Posix/DynamicLinker.hsc:68) withDL_ (libraries/unix/System/Posix/DynamicLinker.hsc:71) 12% ( 1 / 8) in 'System.Posix.DynamicLinker.Module' Missing documentation for: Module (libraries/unix/System/Posix/DynamicLinker/Common.hsc:92) moduleOpen (libraries/unix/System/Posix/DynamicLinker/Module.hsc:74) moduleSymbol (libraries/unix/System/Posix/DynamicLinker/Module.hsc:83) moduleClose (libraries/unix/System/Posix/DynamicLinker/Module.hsc:88) moduleError (libraries/unix/System/Posix/DynamicLinker/Module.hsc:93) withModule (libraries/unix/System/Posix/DynamicLinker/Module.hsc:100) withModule_ (libraries/unix/System/Posix/DynamicLinker/Module.hsc:116) 12% ( 1 / 8) in 'System.Posix.DynamicLinker.Module.ByteString' Missing documentation for: Module (libraries/unix/System/Posix/DynamicLinker/Common.hsc:92) moduleOpen (libraries/unix/System/Posix/DynamicLinker/Module/ByteString.hsc:74) moduleSymbol (libraries/unix/System/Posix/DynamicLinker/Module.hsc:83) moduleClose (libraries/unix/System/Posix/DynamicLinker/Module.hsc:88) moduleError (libraries/unix/System/Posix/DynamicLinker/Module.hsc:93) withModule (libraries/unix/System/Posix/DynamicLinker/Module.hsc:100) withModule_ (libraries/unix/System/Posix/DynamicLinker/Module.hsc:116) 75% ( 3 / 4) in 'System.Posix.SharedMem' Missing documentation for: ShmOpenFlags (libraries/unix/System/Posix/SharedMem.hsc:38) 80% ( 8 / 10) in 'System.Posix.Semaphore' Missing documentation for: OpenSemFlags (libraries/unix/System/Posix/Semaphore.hsc:39) Semaphore (libraries/unix/System/Posix/Semaphore.hsc:47) 29% ( 2 / 7) in 'System.Posix.Resource' Missing documentation for: ResourceLimit (libraries/unix/System/Posix/Resource.hsc:52) ResourceLimits (libraries/unix/System/Posix/Resource.hsc:48) Resource (libraries/unix/System/Posix/Resource.hsc:36) getResourceLimit (libraries/unix/System/Posix/Resource.hsc:66) setResourceLimit (libraries/unix/System/Posix/Resource.hsc:78) 92% ( 24 / 26) in 'System.Posix.User' Missing documentation for: GroupEntry (libraries/unix/System/Posix/User.hsc:191) UserEntry (libraries/unix/System/Posix/User.hsc:288) 100% ( 2 / 2) in 'System.Posix.Time' 47% ( 20 / 43) in 'System.Posix.Terminal' Missing documentation for: TerminalAttributes (libraries/unix/System/Posix/Terminal/Common.hsc:85) TerminalState (libraries/unix/System/Posix/Terminal/Common.hsc:374) TerminalMode (libraries/unix/System/Posix/Terminal/Common.hsc:94) withoutMode (libraries/unix/System/Posix/Terminal/Common.hsc:134) withMode (libraries/unix/System/Posix/Terminal/Common.hsc:163) terminalMode (libraries/unix/System/Posix/Terminal/Common.hsc:192) bitsPerByte (libraries/unix/System/Posix/Terminal/Common.hsc:221) withBits (libraries/unix/System/Posix/Terminal/Common.hsc:235) ControlCharacter (libraries/unix/System/Posix/Terminal/Common.hsc:249) controlChar (libraries/unix/System/Posix/Terminal/Common.hsc:260) withCC (libraries/unix/System/Posix/Terminal/Common.hsc:269) withoutCC (libraries/unix/System/Posix/Terminal/Common.hsc:277) inputTime (libraries/unix/System/Posix/Terminal/Common.hsc:285) withTime (libraries/unix/System/Posix/Terminal/Common.hsc:291) minInput (libraries/unix/System/Posix/Terminal/Common.hsc:297) withMinInput (libraries/unix/System/Posix/Terminal/Common.hsc:303) BaudRate (libraries/unix/System/Posix/Terminal/Common.hsc:309) inputSpeed (libraries/unix/System/Posix/Terminal/Common.hsc:329) withInputSpeed (libraries/unix/System/Posix/Terminal/Common.hsc:338) outputSpeed (libraries/unix/System/Posix/Terminal/Common.hsc:346) withOutputSpeed (libraries/unix/System/Posix/Terminal/Common.hsc:355) QueueSelector (libraries/unix/System/Posix/Terminal/Common.hsc:418) FlowAction (libraries/unix/System/Posix/Terminal/Common.hsc:438) 79% ( 30 / 38) in 'System.Posix.Process' Missing documentation for: ProcessTimes (libraries/unix/SysteHaddock coverage: 25% ( 2 / 8) in 'Compiler.Hoopl.Shape' Missing documentation for: Module header HalfShape (libraries/hoopl/src/Compiler/Hoopl/Shape.hs:22) Shape (libraries/hoopl/src/Compiler/Hoopl/Shape.hs:26) Shapely (libraries/hoopl/src/Compiler/Hoopl/Shape.hs:32) entryHalfShape (libraries/hoopl/src/Compiler/Hoopl/Shape.hs:41) exitHalfShape (libraries/hoopl/src/Compiler/Hoopl/Shape.hs:42) 50% ( 1 / 2) in 'Compiler.Hoopl.Checkpoint' Missing documentation for: Module header 0% ( 0 / 9) in 'Compiler.Hoopl.Collections' Missing documentation for: Module header IsSet (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:16) setInsertList (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:39) setDeleteList (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:42) setUnions (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:45) IsMap (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:50) mapInsertList (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:84) mapDeleteList (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:87) mapUnions (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:90) 0% ( 0 / 11) in 'Compiler.Hoopl.Unique' Missing documentation for: Module header Unique (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:34) intToUnique (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:39) UniqueSet (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:45) UniqueMap (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:72) UniqueMonad (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:110) SimpleUniqueMonad (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:113) runSimpleUniqueMonad (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:137) UniqueMonadT (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:142) runUniqueMonadT (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:160) uniqueToInt (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:36) 0% ( 0 / 10) in 'Compiler.Hoopl.Label' Missing documentation for: Module header Label (libraries/hoopl/src/Compiler/Hoopl/Label.hs:25) freshLabel (libraries/hoopl/src/Compiler/Hoopl/Label.hs:34) LabelSet (libraries/hoopl/src/Compiler/Hoopl/Label.hs:40) LabelMap (libraries/hoopl/src/Compiler/Hoopl/Label.hs:67) FactBase (libraries/hoopl/src/Compiler/Hoopl/Label.hs:105) noFacts (libraries/hoopl/src/Compiler/Hoopl/Label.hs:107) lookupFact (libraries/hoopl/src/Compiler/Hoopl/Label.hs:110) uniqueToLbl (libraries/hoopl/src/Compiler/Hoopl/Label.hs:28) lblToUnique (libraries/hoopl/src/Compiler/Hoopl/Label.hs:25) 10% ( 1 / 10) in 'Compiler.Hoopl.Fuel' Missing documentation for: Module header Fuel (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:42) infiniteFuel (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:117) withFuel (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:44) FuelMonad (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:27) FuelMonadT (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:36) CheckingFuelMonad (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:54) InfiniteFuelMonad (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:86) SimpleFuelMonad (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:120) 52% ( 24 / 46) in 'Compiler.Hoopl.Block' Missing documentation for: Module header isEmptyBlock (libraries/hoopl/src/Compiler/Hoopl/Block.hs:115) emptyBlock (libraries/hoopl/src/Compiler/Hoopl/Block.hs:123) blockCons (libraries/hoopl/src/Compiler/Hoopl/Block.hs:126) blockSnoc (libraries/hoopl/src/Compiler/Hoopl/Block.hs:135) blockJoinHead (libraries/hoopl/src/Compiler/Hoopl/Block.hs:144) blockJoinTail (libraries/hoopl/src/Compiler/Hoopl/Block.hs:148) blockJoin (libraries/hoopl/src/Compiler/Hoopl/Block.hs:152) blockAppend (libraries/hoopl/src/Compiler/Hoopl/Block.hs:155) firstNode (libraries/hoopl/src/Compiler/Hoopl/Block.hs:161) lastNode (libraries/hoopl/src/Compiler/Hoopl/Block.hs:165) endNodes (libraries/hoopl/src/Compiler/Hoopl/Block.hs:169) blockSplitHead (libraries/hoopl/src/Compiler/Hoopl/Block.hs:172) blockSplitTail (libraries/hoopl/src/Compiler/Hoopl/Block.hs:176) blockSplitAny (libraries/hoopl/src/Compiler/Hoopl/Block.hs:185) replaceFirstNode (libraries/hoopl/src/Compiler/Hoopl/Block.hs:222) replaceLastNode (libraries/hoopl/src/Compiler/Hoopl/Block.hs:226) blockToList (libraries/hoopl/src/Compiler/Hoopl/Block.hs:197) blockFromList (libraries/hoopl/src/Compiler/Hoopl/Block.hs:206) foldBlockNodesF (libraries/hoopl/src/Compiler/Hoopl/Block.hs:328) foldBlockNodesB (libraries/hoopl/src/Compiler/Hoopl/Block.hs:336) foldBlockNodesB3 (libraries/hoopl/src/Compiler/Hoopl/Block.hs:331) 40% ( 17 / 42) in 'Compiler.Hoopl.Graph' Missing documentation for: Module header emptyBody (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:61) bodyList (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:68) addBlock (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:71) bodyUnion (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:64) bodyGraph (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:118) blockGraph (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:157) gUnitOO (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:121) gUnitOC (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:122) gUnitCO (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:123) gUnitCC (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:124) catGraphNodeOC (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:132) catGraphNodeOO (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:131) catNodeCOGraph (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:134) catNodeOOGraph (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:133) splice (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:171) gSplice (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:198) labelsDefined (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:396) labelsUsed (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:407) externalEntryLabels (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:418) postorder_dfs_from (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:343) postorder_dfs_from_except (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:319) preorder_dfs (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:284) preorder_dfs_from_except (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:369) LabelsPtr (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:252) 72% ( 18 / 25) in 'Compiler.Hoopl.MkGraph' Missing documentation for: Module header addEntrySeq (libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs:252) addExitSeq (libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs:253) unionBlocks (libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs:254) withFresh (libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs:147) mkWhileDo (libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs:200) IfThenElseable (libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs:189) 30% ( 10 / 33) in 'Compiler.Hoopl.Dataflow' Missing documentation for: Module header JoinFun (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:63) OldFact (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:65) NewFact (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:66) Fact (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:172) ChangeFlag (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:68) changeIf (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:69) FwdPass (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:91) FwdTransfer (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:96) mkFTransfer (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:141) mkFTransfer3 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:135) FwdRewrite (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:103) noFwdRewrite (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:157) wrapFR (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:111) wrapFR2 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:121) BwdPass (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:327) BwdTransfer (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:332) mkBTransfer (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:377) mkBTransfer3 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:373) wrapBR (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:346) wrapBR2 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:359) BwdRewrite (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:338) noBwdRewrite (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:393) 93% ( 13 / 14) in 'Compiler.Hoopl.XUtil' Missing documentation for: joinOutFacts (libraries/hoopl/src/Compiler/Hoopl/XUtil.hs:150) 82% ( 9 / 11) in 'Compiler.Hoopl.Pointed' Missing documentation for: liftJoinTop (libraries/hoopl/src/Compiler/Hoopl/Pointed.hs:88) extendJoinDomain (libraries/hoopl/src/Compiler/Hoopl/Pointed.hs:89) 0% ( 0 / 5) in 'Compiler.Hoopl.Wrappers' Missing documentation for: Module header wrapFR (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:111) wrapFR2 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:121) wrapBR (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:346) wrapBR2 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:359) 0% ( 0 / 12) in 'Compiler.Hoopl.Combinators' Missing documentation for: Module header thenFwdRw (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:41) deepFwdRw3 (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:28) deepFwdRw (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:33) iterFwdRw (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:60) thenBwdRw (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:109) deepBwdRw3 (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:97) deepBwdRw (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:102) iterBwdRw (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:125) pairFwd (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:145) pairBwd (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:183) pairLattice (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:222) 0% ( 0 / 3) in 'Compiler.Hoopl.Show' Missing documentation for: Module header showGraph (libraries/hoopl/src/Compiler/Hoopl/Show.hs:23) showFactBase (libraries/hoopl/src/Compiler/Hoopl/Show.hs:45) 17% ( 1 / 6) in 'Compiler.Hoopl.Debug' Missing documentation for: Module header TraceFn (libraries/hoopl/src/Compiler/Hoopl/Debug.hs:51) debugBwdJoins (libraries/hoopl/src/Compiler/Hoopl/Debug.hs:49) debugFwdTransfers (libraries/hoopl/src/Compiler/Hoopl/Debug.hs:75) debugBwdTransfers (libraries/hoopl/src/Compiler/Hoopl/Debug.hs:88) 40% ( 51 /128) in 'Compiler.Hoopl.Internals' Missing documentation for: Module header isEmptyBlock (libraries/hoopl/src/Compiler/Hoopl/Block.hs:115) emptyBlock (libraries/hoopl/src/Compiler/Hoopl/Block.hs:123) blockCons (libraries/hoopl/src/Compiler/Hoopl/Block.hs:126) blockSnoc (libraries/hoopl/src/Compiler/Hoopl/Block.hs:135) blockJoinHead (libraries/hoopl/src/Compiler/Hoopl/Block.hs:144) blockJoinTail (libraries/hoopl/src/Compiler/Hoopl/Block.hs:148) blockJoin (libraries/hoopl/src/Compiler/Hoopl/Block.hs:152) blockAppend (libraries/hoopl/src/Compiler/Hoopl/Block.hs:155) firstNode (libraries/hoopl/src/Compiler/Hoopl/Block.hs:161) lastNode (libraries/hoopl/src/Compiler/Hoopl/Block.hs:165) endNodes (libraries/hoopl/src/Compiler/Hoopl/Block.hs:169) blockSplitHead (libraries/hoopl/src/Compiler/Hoopl/Block.hs:172) blockSplitTail (libraries/hoopl/src/Compiler/Hoopl/Block.hs:176) blockSplitAny (libraries/hoopl/src/Compiler/Hoopl/Block.hs:185) replaceFirstNode (libraries/hoopl/src/Compiler/Hoopl/Block.hs:222) replaceLastNode (libraries/hoopl/src/Compiler/Hoopl/Block.hs:226) blockToList (libraries/hoopl/src/Compiler/Hoopl/Block.hs:197) blockFromList (libraries/hoopl/src/Compiler/Hoopl/Block.hs:206) foldBlockNodesF (libraries/hoopl/src/Compiler/Hoopl/Block.hs:328) foldBlockNodesB (libraries/hoopl/src/Compiler/Hoopl/Block.hs:336) foldBlockNodesB3 (libraries/hoopl/src/Compiler/Hoopl/Block.hs:331) emptyBody (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:61) bodyList (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:68) addBlock (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:71) bodyUnion (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:64) bodyGraph (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:118) blockGraph (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:157) gUnitOO (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:121) gUnitOC (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:122) gUnitCO (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:123) gUnitCC (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:124) catGraphNodeOC (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:132) catGraphNodeOO (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:131) catNodeCOGraph (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:134) catNodeOOGraph (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:133) splice (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:171) gSplice (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:198) labelsDefined (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:396) labelsUsed (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:407) externalEntryLabels (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:418) postorder_dfs_from (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:343) postorder_dfs_from_except (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:319) preorder_dfs (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:284) preorder_dfs_from_except (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:369) LabelsPtr (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:252) Label (libraries/hoopl/src/Compiler/Hoopl/Label.hs:25) freshLabel (libraries/hoopl/src/Compiler/Hoopl/Label.hs:34) LabelSet (libraries/hoopl/src/Compiler/Hoopl/Label.hs:40) LabelMap (libraries/hoopl/src/Compiler/Hoopl/Label.hs:67) FactBase (libraries/hoopl/src/Compiler/Hoopl/Label.hs:105) noFacts (libraries/hoopl/src/Compiler/Hoopl/Label.hs:107) lookupFact (libraries/hoopl/src/Compiler/Hoopl/Label.hs:110) uniqueToLbl (libraries/hoopl/src/Compiler/Hoopl/Label.hs:28) lblToUnique (libraries/hoopl/src/Compiler/Hoopl/Label.hs:25) JoinFun (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:63) OldFact (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:65) NewFact (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:66) Fact (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:172) ChangeFlag (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:68) changeIf (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:69) FwdPass (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:91) FwdTransfer (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:96) mkFTransfer (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:141) mkFTransfer3 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:135) FwdRewrite (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:103) noFwdRewrite (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:157) wrapFR (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:111) wrapFR2 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:121) BwdPass (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:327) BwdTransfer (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:332) mkBTransfer (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:377) mkBTransfer3 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:373) wrapBR (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:346) wrapBR2 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:359) BwdRewrite (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:338) noBwdRewrite (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:393) 42% ( 92 /221) in 'Compiler.Hoopl' Missing documentation for: Module header emptyBody (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:61) bodyList (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:68) addBlock (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:71) bodyUnion (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:64) bodyGraph (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:118) blockGraph (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:157) gUnitOO (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:121) gUnitOC (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:122) gUnitCO (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:123) gUnitCC (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:124) catGraphNodeOC (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:132) catGraphNodeOO (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:131) catNodeCOGraph (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:134) catNodeOOGraph (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:133) splice (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:171) gSplice (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:198) labelsDefined (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:396) labelsUsed (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:407) externalEntryLabels (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:418) postorder_dfs_from (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:343) postorder_dfs_from_except (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:319) preorder_dfs (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:284) preorder_dfs_from_except (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:369) LabelsPtr (libraries/hoopl/src/Compiler/Hoopl/Graph.hs:252) isEmptyBlock (libraries/hoopl/src/Compiler/Hoopl/Block.hs:115) emptyBlock (libraries/hoopl/src/Compiler/Hoopl/Block.hs:123) blockCons (libraries/hoopl/src/Compiler/Hoopl/Block.hs:126) blockSnoc (libraries/hoopl/src/Compiler/Hoopl/Block.hs:135) blockJoinHead (libraries/hoopl/src/Compiler/Hoopl/Block.hs:144) blockJoinTail (libraries/hoopl/src/Compiler/Hoopl/Block.hs:148) blockJoin (libraries/hoopl/src/Compiler/Hoopl/Block.hs:152) blockAppend (libraries/hoopl/src/Compiler/Hoopl/Block.hs:155) firstNode (libraries/hoopl/src/Compiler/Hoopl/Block.hs:161) lastNode (libraries/hoopl/src/Compiler/Hoopl/Block.hs:165) endNodes (libraries/hoopl/src/Compiler/Hoopl/Block.hs:169) blockSplitHead (libraries/hoopl/src/Compiler/Hoopl/Block.hs:172) blockSplitTail (libraries/hoopl/src/Compiler/Hoopl/Block.hs:176) blockSplitAny (libraries/hoopl/src/Compiler/Hoopl/Block.hs:185) replaceFirstNode (libraries/hoopl/src/Compiler/Hoopl/Block.hs:222) replaceLastNode (libraries/hoopl/src/Compiler/Hoopl/Block.hs:226) blockToList (libraries/hoopl/src/Compiler/Hoopl/Block.hs:197) blockFromList (libraries/hoopl/src/Compiler/Hoopl/Block.hs:206) foldBlockNodesF (libraries/hoopl/src/Compiler/Hoopl/Block.hs:328) foldBlockNodesB (libraries/hoopl/src/Compiler/Hoopl/Block.hs:336) foldBlockNodesB3 (libraries/hoopl/src/Compiler/Hoopl/Block.hs:331) addEntrySeq (libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs:252) addExitSeq (libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs:253) unionBlocks (libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs:254) withFresh (libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs:147) mkWhileDo (libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs:200) IfThenElseable (libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs:189) joinOutFacts (libraries/hoopl/src/Compiler/Hoopl/XUtil.hs:150) IsSet (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:16) setInsertList (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:39) setDeleteList (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:42) setUnions (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:45) IsMap (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:50) mapInsertList (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:84) mapDeleteList (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:87) mapUnions (libraries/hoopl/src/Compiler/Hoopl/Collections.hs:90) JoinFun (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:63) OldFact (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:65) NewFact (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:66) Fact (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:172) ChangeFlag (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:68) changeIf (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:69) FwdPass (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:91) FwdTransfer (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:96) mkFTransfer (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:141) mkFTransfer3 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:135) FwdRewrite (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:103) noFwdRewrite (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:157) wrapFR (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:111) wrapFR2 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:121) BwdPass (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:327) BwdTransfer (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:332) mkBTransfer (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:377) mkBTransfer3 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:373) wrapBR (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:346) wrapBR2 (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:359) BwdRewrite (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:338) noBwdRewrite (libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs:393) Label (libraries/hoopl/src/Compiler/Hoopl/Label.hs:25) freshLabel (libraries/hoopl/src/Compiler/Hoopl/Label.hs:34) LabelSet (libraries/hoopl/src/Compiler/Hoopl/Label.hs:40) LabelMap (libraries/hoopl/src/Compiler/Hoopl/Label.hs:67) FactBase (libraries/hoopl/src/Compiler/Hoopl/Label.hs:105) noFacts (libraries/hoopl/src/Compiler/Hoopl/Label.hs:107) lookupFact (libraries/hoopl/src/Compiler/Hoopl/Label.hs:110) uniqueToLbl (libraries/hoopl/src/Compiler/Hoopl/Label.hs:28) lblToUnique (libraries/hoopl/src/Compiler/Hoopl/Label.hs:25) liftJoinTop (libraries/hoopl/src/Compiler/Hoopl/Pointed.hs:88) extendJoinDomain (libraries/hoopl/src/Compiler/Hoopl/Pointed.hs:89) thenFwdRw (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:41) deepFwdRw3 (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:28) deepFwdRw (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:33) iterFwdRw (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:60) thenBwdRw (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:109) deepBwdRw3 (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:97) deepBwdRw (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:102) iterBwdRw (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:125) pairFwd (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:145) pairBwd (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:183) pairLattice (libraries/hoopl/src/Compiler/Hoopl/Combinators.hs:222) Fuel (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:42) infiniteFuel (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:117) withFuel (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:44) FuelMonad (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:27) FuelMonadT (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:36) CheckingFuelMonad (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:54) InfiniteFuelMonad (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:86) SimpleFuelMonad (libraries/hoopl/src/Compiler/Hoopl/Fuel.hs:120) Unique (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:34) intToUnique (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:39) UniqueSet (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:45) UniqueMap (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:72) UniqueMonad (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:110) SimpleUniqueMonad (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:113) runSimpleUniqueMonad (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:137) UniqueMonadT (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:142) runUniqueMonadT (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:160) uniqueToInt (libraries/hoopl/src/Compiler/Hoopl/Unique.hs:36) TraceFn (libraries/hoopl/src/Compiler/Hoopl/Debug.hs:51) debugBwdJoins (libraries/hoopl/src/Compiler/Hoopl/Debug.hs:49) debugFwdTransfers (libraries/hoopl/src/Compiler/Hoopl/Debug.hs:75) debugBwdTransfers (libraries/hoopl/src/Compiler/Hoopl/Debug.hs:88) showGraph (libraries/hoopl/src/Compiler/Hoopl/ShHaddock coverage: 100% ( 31 / 31) in 'Data.Binary.Builder.Base' 100% ( 4 / 4) in 'Data.Binary.Builder.Internal' 71% ( 20 / 28) in 'Data.Binary.Get.Internal' Missing documentation for: Module header Get (libraries/binary/src/Data/Binary/Get/Internal.hs:86) runCont (libraries/binary/src/Data/Binary/Get/Internal.hs:86) readNWith (libraries/binary/src/Data/Binary/Get/Internal.hs:415) withInputChunks (libraries/binary/src/Data/Binary/Get/Internal.hs:227) Consume (libraries/binary/src/Data/Binary/Get/Internal.hs:225) failOnEOF (libraries/binary/src/Data/Binary/Get/Internal.hs:240) label (libraries/binary/src/Data/Binary/Get/Internal.hs:331) 100% ( 28 / 28) in 'Data.Binary.Builder' 96% ( 47 / 49) in 'Data.Binary.Get' Missing documentation for: Get (libraries/binary/src/Data/Binary/Get/Internal.hs:86) label (libraries/binary/src/Data/Binary/Get/Internal.hs:331) 96% ( 26 / 27) in 'Data.Binary.Put' Missing documentation for: putBuilder (libraries/binary/src/Data/Binary/Put.hs:113) 80% ( 4 / 5) in 'Data.Binary.Class' Missing documentation for: GBinary (libraries/binary/src/Data/Binary/Class.hs:83) 100% ( 1 / 1) in 'Data.Binary.Generic' 91% ( 21 / 23) in 'Data.Binary' Missing documentation for: GBinary (libraries/binary/src/Data/Binary/Class.hs:83) Get (libraries/binary/src/Data/Binary/Get/Internal.hs:86) Warning: Data.Binary.Get.Internal: could not find link destinations for: Success Warning: Data.Binary.Put: could not find link destinations for: PairS ow.hs:23) showFactBase (libraries/hoopl/src/Compiler/Hoopl/Show.hs:45) 50% ( 6 / 12) in 'Compiler.Hoopl.Passes.Dominator' Missing documentation for: Module header DPath (libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs:29) domPath (libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs:37) domLattice (libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs:44) extendDom (libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs:41) DominatorNode (libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs:74) 60% ( 3 / 5) in 'Compiler.Hoopl.Passes.DList' Missing documentation for: Module header domLattice (libraries/hoopl/src/Compiler/Hoopl/Passes/DList.hs:25) Warning: Compiler.Hoopl.Wrappers: could not find link destinations for: Graph Warning: Compiler.Hoopl.Internals: could not find link destinations for: Graph Warning: Compiler.Hoopl: could not find link destinations for: GraphRep Uniques Graph ChangePred ShowN FPred BPred Showing m/Posix/Process/Common.hsc:189) nice (libraries/unix/System/Posix/Process/Common.hsc:222) getProcessPriority (libraries/unix/System/Posix/Process/Common.hsc:233) getProcessGroupPriority (libraries/unix/System/Posix/Process/Common.hsc:234) getUserPriority (libraries/unix/System/Posix/Process/Common.hsc:235) setProcessPriority (libraries/unix/System/Posix/Process/Common.hsc:255) setProcessGroupPriority (libraries/unix/System/Posix/Process/Common.hsc:256) setUserPriority (libraries/unix/System/Posix/Process/Common.hsc:257) 82% ( 32 / 39) in 'System.Posix.IO' Missing documentation for: stdInput (libraries/unix/System/Posix/IO/Common.hsc:131) stdOutput (libraries/unix/System/Posix/IO/Common.hsc:131) stdError (libraries/unix/System/Posix/IO/Common.hsc:131) OpenMode (libraries/unix/System/Posix/IO/Common.hsc:136) FdOption (libraries/unix/System/Posix/IO/Common.hsc:255) FileLock (libraries/unix/System/Posix/IO/Common.hsc:310) LockRequest (libraries/unix/System/Posix/IO/Common.hsc:306) 100% ( 4 / 4) in 'System.Posix.Temp' 100% ( 4 / 4) in 'System.Posix.Temp.ByteString' 69% ( 9 / 13) in 'System.Posix.Unistd' Missing documentation for: SystemID (libraries/unix/System/Posix/Unistd.hsc:76) getSystemID (libraries/unix/System/Posix/Unistd.hsc:84) SysVar (libraries/unix/System/Posix/Unistd.hsc:193) getSysVar (libraries/unix/System/Posix/Unistd.hsc:203) 90% ( 85 / 94) in 'System.Posix.Files' Missing documentation for: fileTypeModes (libraries/unix/System/Posix/Files/Common.hsc:192) blockSpecialMode (libraries/unix/System/Posix/Files/Common.hsc:195) characterSpecialMode (libraries/unix/System/Posix/Files/Common.hsc:198) namedPipeMode (libraries/unix/System/Posix/Files/Common.hsc:201) regularFileMode (libraries/unix/System/Posix/Files/Common.hsc:204) directoryMode (libraries/unix/System/Posix/Files/Common.hsc:207) symbolicLinkMode (libraries/unix/System/Posix/Files/Common.hsc:210) socketMode (libraries/unix/System/Posix/Files/Common.hsc:213) PathVar (libraries/unix/System/Posix/Files/Common.hsc:537) 65% ( 11 / 17) in 'System.Posix.Directory' Missing documentation for: removeDirectory (libraries/unix/System/Posix/Directory.hsc:152) DirStream (libraries/unix/System/Posix/Directory/Common.hsc:40) DirStreamOffset (libraries/unix/System/Posix/Directory/Common.hsc:62) tellDirStream (libraries/unix/System/Posix/Directory/Common.hsc:74) seekDirStream (libraries/unix/System/Posix/Directory/Common.hsc:65) changeWorkingDirectoryFd (libraries/unix/System/Posix/Directory/Common.hsc:83) 30% ( 27 / 89) in 'System.Posix.Signals' Missing documentation for: Signal (libraries/unix/System/Posix/Signals.hsc:312) nullSignal (libraries/unix/System/Posix/Signals.hsc:128) internalAbort (libraries/unix/System/Posix/Signals.hsc:190) sigABRT (libraries/unix/System/Posix/Signals.hsc:131) realTimeAlarm (libraries/unix/System/Posix/Signals.hsc:193) sigALRM (libraries/unix/System/Posix/Signals.hsc:133) busError (libraries/unix/System/Posix/Signals.hsc:196) sigBUS (libraries/unix/System/Posix/Signals.hsc:135) processStatusChanged (libraries/unix/System/Posix/Signals.hsc:199) sigCHLD (libraries/unix/System/Posix/Signals.hsc:137) continueProcess (libraries/unix/System/Posix/Signals.hsc:202) sigCONT (libraries/unix/System/Posix/Signals.hsc:139) floatingPointException (libraries/unix/System/Posix/Signals.hsc:205) sigFPE (libraries/unix/System/Posix/Signals.hsc:141) lostConnection (libraries/unix/System/Posix/Signals.hsc:208) sigHUP (libraries/unix/System/Posix/Signals.hsc:143) illegalInstruction (libraries/unix/System/Posix/Signals.hsc:211) sigILL (libraries/unix/System/Posix/Signals.hsc:145) keyboardSignal (libraries/unix/System/Posix/Signals.hsc:214) sigINT (libraries/unix/System/Posix/Signals.hsc:147) killProcess (libraries/unix/System/Posix/Signals.hsc:217) sigKILL (libraries/unix/System/Posix/Signals.hsc:149) openEndedPipe (libraries/unix/System/Posix/Signals.hsc:220) sigPIPE (libraries/unix/System/Posix/Signals.hsc:151) keyboardTermination (libraries/unix/System/Posix/Signals.hsc:223) sigQUIT (libraries/unix/System/Posix/Signals.hsc:153) segmentationViolation (libraries/unix/System/Posix/Signals.hsc:226) sigSEGV (libraries/unix/System/Posix/Signals.hsc:155) softwareStop (libraries/unix/System/Posix/Signals.hsc:229) sigSTOP (libraries/unix/System/Posix/Signals.hsc:157) softwareTermination (libraries/unix/System/Posix/Signals.hsc:232) sigTERM (libraries/unix/System/Posix/Signals.hsc:159) keyboardStop (libraries/unix/System/Posix/Signals.hsc:235) sigTSTP (libraries/unix/System/Posix/Signals.hsc:161) backgroundRead (libraries/unix/System/Posix/Signals.hsc:238) sigTTIN (libraries/unix/System/Posix/Signals.hsc:163) backgroundWrite (libraries/unix/System/Posix/Signals.hsc:241) sigTTOU (libraries/unix/System/Posix/Signals.hsc:165) userDefinedSignal1 (libraries/unix/System/Posix/Signals.hsc:244) sigUSR1 (libraries/unix/System/Posix/Signals.hsc:167) userDefinedSignal2 (libraries/unix/System/Posix/Signals.hsc:247) sigUSR2 (libraries/unix/System/Posix/Signals.hsc:169) profilingTimerExpired (libraries/unix/System/Posix/Signals.hsc:255) sigPROF (libraries/unix/System/Posix/Signals.hsc:175) badSystemCall (libraries/unix/System/Posix/Signals.hsc:258) sigSYS (libraries/unix/System/Posix/Signals.hsc:177) breakpointTrap (libraries/unix/System/Posix/Signals.hsc:261) sigTRAP (libraries/unix/System/Posix/Signals.hsc:179) urgentDataAvailable (libraries/unix/System/Posix/Signals.hsc:264) sigURG (libraries/unix/System/Posix/Signals.hsc:181) virtualTimerExpired (libraries/unix/System/Posix/Signals.hsc:267) sigVTALRM (libraries/unix/System/Posix/Signals.hsc:183) cpuTimeLimitExceeded (libraries/unix/System/Posix/Signals.hsc:270) sigXCPU (libraries/unix/System/Posix/Signals.hsc:185) fileSizeLimitExceeded (libraries/unix/System/Posix/Signals.hsc:273) sigXFSZ (libraries/unix/System/Posix/Signals.hsc:187) SignalSet (libraries/unix/System/Posix/Signals.hsc:492) emptySignalSet (libraries/unix/System/Posix/Signals.hsc:494) fullSignalSet (libraries/unix/System/Posix/Signals.hsc:500) addSignal (libraries/unix/System/Posix/Signals.hsc:514) deleteSignal (libraries/unix/System/Posix/Signals.hsc:523) inSignalSet (libraries/unix/System/Posix/Signals.hsc:532) 100% ( 18 / 18) in 'System.Posix.ByteString' 33% ( 2 / 6) in 'System.Posix.Signals.Exts' Missing documentation for: sigINFO (libraries/unix/System/Posix/Signals/Exts.hsc:38) sigWINCH (libraries/unix/System/Posix/Signals/Exts.hsc:41) infoEvent (libraries/unix/System/Posix/Signals/Exts.hsc:45) windowChange (libraries/unix/System/Posix/Signals/Exts.hsc:48) 90% ( 9 / 10) in 'System.Posix.Env' Missing documentation for: getEnvironmentPrim (libraries/unix/System/Posix/Env.hsc:70) 100% ( 17 / 17) in 'System.Posix' "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/directory/dist-install/doc/html/directory" --no-tmp-comp-dir --dump-interface=libraries/directory/dist-install/doc/html/directory/directory.haddock --html --hoogle --title="directory-1.2.2.0: Platform-agnostic library for filesystem operations" --prologue="libraries/directory/dist-install/haddock-prologue.txt" --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../filepath-1.4.0.0,../filepath-1.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --read-interface=../time-1.5.0.1,../time-1.5.0.1/src/%{MODULE/./-}.html\#%{NAME},libraries/time/dist-install/doc/html/time/time.haddock --read-interface=../unix-2.7.1.0,../unix-2.7.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/unix/dist-install/doc/html/unix/unix.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=direc_0hFG6ZxK1nk4zsyOqbNHfm --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/directory/. --optghc=-ilibraries/directory/dist-install/build --optghc=-ilibraries/directory/dist-install/build/autogen --optghc=-Ilibraries/directory/dist-install/build --optghc=-Ilibraries/directory/dist-install/build/autogen --optghc=-Ilibraries/directory/include --optghc=-optP-include --optghc=-optPlibraries/directory/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=filep_Ey7a1in9roBAE8bUFJ5R9m --optghc=-package-key --optghc=time_FTheb6LSxyX1UABIbBXRfn --optghc=-package-key --optghc=unix_KZL8h98IqDM57kQSPo1mKx --optghc=-Wall --optghc=-XHaskell2010 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/directory/dist-install/build --optghc=-hidir --optghc=libraries/directory/dist-install/build --optghc=-stubdir --optghc=libraries/directory/dist-install/build libraries/directory/./System/Directory.hs +RTS -tlibraries/directory/dist-install/doc/html/directory/directory.haddock.t --machine-readable Haddock coverage: 77% ( 37 / 48) in 'System.Directory' Missing documentation for: Permissions (libraries/directory/./System/Directory.hs:158) emptyPermissions (libraries/directory/./System/Directory.hs:164) readable (libraries/directory/./System/Directory.hs:160) writable (libraries/directory/./System/Directory.hs:160) executable (libraries/directory/./System/Directory.hs:161) searchable (libraries/directory/./System/Directory.hs:161) setOwnerReadable (libraries/directory/./System/Directory.hs:172) setOwnerWritable (libraries/directory/./System/Directory.hs:175) setOwnerExecutable (libraries/directory/./System/Directory.hs:178) setOwnerSearchable (libraries/directory/./System/Directory.hs:181) copyPermissions (libraries/directory/./System/Directory.hs:288) Warning: System.Directory: could not find link destinations for: InappropriateType NotDirectory Directory DirectoryLink removePathRecursive removeContentsRecursive "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/process/dist-install/doc/html/process" --no-tmp-comp-dir --dump-interface=libraries/process/dist-install/doc/html/process/process.haddock --html --hoogle --title="process-1.2.3.0: Process libraries" --prologue="libraries/process/dist-install/haddock-prologue.txt" --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../deepseq-1.4.1.1,../deepseq-1.4.1.1/src/%{MODULE/./-}.html\#%{NAME},libraries/deepseq/dist-install/doc/html/deepseq/deepseq.haddock --read-interface=../directory-1.2.2.0,../directory-1.2.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/directory/dist-install/doc/html/directory/directory.haddock --read-interface=../filepath-1.4.0.0,../filepath-1.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --read-interface=../unix-2.7.1.0,../unix-2.7.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/unix/dist-install/doc/html/unix/unix.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=proce_52AgREEfSrnJLlkGV9YZZJ --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/process/. --optghc=-ilibraries/process/dist-install/build --optghc=-ilibraries/process/dist-install/build/autogen --optghc=-Ilibraries/process/dist-install/build --optghc=-Ilibraries/process/dist-install/build/autogen --optghc=-Ilibraries/process/include --optghc=-optP-include --optghc=-optPlibraries/process/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=deeps_6vMKxt5sPFR0XsbRWvvq59 --optghc=-package-key --optghc=direc_0hFG6ZxK1nk4zsyOqbNHfm --optghc=-package-key --optghc=filep_Ey7a1in9roBAE8bUFJ5R9m --optghc=-package-key --optghc=unix_KZL8h98IqDM57kQSPo1mKx --optghc=-Wall --optghc=-XHaskell2010 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/process/dist-install/build --optghc=-hidir --optghc=libraries/process/dist-install/build --optghc=-stubdir --optghc=libraries/process/dist-install/build libraries/process/./System/Cmd.hs libraries/process/dist-install/build/System/Process.hs libraries/process/./System/Process/Internals.hs +RTS -tlibraries/process/dist-install/doc/html/process/process.haddock.t --machine-readable "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/hpc/dist-install/doc/html/hpc" --no-tmp-comp-dir --dump-interface=libraries/hpc/dist-install/doc/html/hpc/hpc.haddock --html --hoogle --title="hpc-0.6.0.2: Code Coverage Library for Haskell" --prologue="libraries/hpc/dist-install/haddock-prologue.txt" --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../containers-0.5.6.2,../containers-0.5.6.2/src/%{MODULE/./-}.html\#%{NAME},libraries/containers/dist-install/doc/html/containers/containers.haddock --read-interface=../directory-1.2.2.0,../directory-1.2.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/directory/dist-install/doc/html/directory/directory.haddock --read-interface=../filepath-1.4.0.0,../filepath-1.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --read-interface=../time-1.5.0.1,../time-1.5.0.1/src/%{MODULE/./-}.html\#%{NAME},libraries/time/dist-install/doc/html/time/time.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=hpc_FUjQx3d1H3dEEtLFWv7hFw --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/hpc/. --optghc=-ilibraries/hpc/dist-install/build --optghc=-ilibraries/hpc/dist-install/build/autogen --optghc=-Ilibraries/hpc/dist-install/build --optghc=-Ilibraries/hpc/dist-install/build/autogen --optghc=-Ilibraries/hpc/. --optghc=-optP-include --optghc=-optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=conta_2C3ZI8RgPO2LBMidXKTvIU --optghc=-package-key --optghc=direc_0hFG6ZxK1nk4zsyOqbNHfm --optghc=-package-key --optghc=filep_Ey7a1in9roBAE8bUFJ5R9m --optghc=-package-key --optghc=time_FTheb6LSxyX1UABIbBXRfn --optghc=-Wall --optghc=-XHaskell98 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/hpc/dist-install/build --optghc=-hidir --optghc=libraries/hpc/dist-install/build --optghc=-stubdir --optghc=libraries/hpc/dist-install/build libraries/hpc/./Trace/Hpc/Util.hs libraries/hpc/./Trace/Hpc/Mix.hs libraries/hpc/./Trace/Hpc/Tix.hs libraries/hpc/dist-install/build/Trace/Hpc/Reflect.hs +RTS -tlibraries/hpc/dist-install/doc/html/hpc/hpc.haddock.t --machine-readable "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/bin-package-db/dist-install/doc/html/bin-package-db" --no-tmp-comp-dir --dump-interface=libraries/bin-package-db/dist-install/doc/html/bin-package-db/bin-package-db.haddock --html --hoogle --title="bin-package-db-0.0.0.0: The GHC compiler's view of the GHC package database format" --prologue="libraries/bin-package-db/dist-install/haddock-prologue.txt" --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../binary-0.7.5.0,../binary-0.7.5.0/src/%{MODULE/./-}.html\#%{NAME},libraries/binary/dist-install/doc/html/binary/binary.haddock --read-interface=../bytestring-0.10.6.0,../bytestring-0.10.6.0/src/%{MODULE/./-}.html\#%{NAME},libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock --read-interface=../directory-1.2.2.0,../directory-1.2.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/directory/dist-install/doc/html/directory/directory.haddock --read-interface=../filepath-1.4.0.0,../filepath-1.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=binpa_JPOxOw4FLalDxRNtBqZ2ji --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/bin-package-db/. --optghc=-ilibraries/bin-package-db/dist-install/build --optghc=-ilibraries/bin-package-db/dist-install/build/autogen --optghc=-Ilibraries/bin-package-db/dist-install/build --optghc=-Ilibraries/bin-package-db/dist-install/build/autogen --optghc=-Ilibraries/bin-package-db/. --optghc=-optP-include --optghc=-optPlibraries/bin-package-db/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=binar_3uXFWMoAGBg0xKP9MHKRwi --optghc=-package-key --optghc=bytes_6VWy06pWzJq9evDvK2d4w6 --optghc=-package-key --optghc=direc_0hFG6ZxK1nk4zsyOqbNHfm --optghc=-package-key --optghc=filep_Ey7a1in9roBAE8bUFJ5R9m --optghc=-XHaskell2010 --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/bin-package-db/dist-install/build --optghc=-hidir --optghc=libraries/bin-package-db/dist-install/build --optghc=-stubdir --optghc=libraries/bin-package-db/dist-install/build libraries/bin-package-db/./GHC/PackageDb.hs +RTS -tlibraries/bin-package-db/dist-install/doc/html/bin-package-db/bin-package-db.haddock.t --machine-readable "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/haskeline/dist-install/doc/html/haskeline" --no-tmp-comp-dir --dump-interface=libraries/haskeline/dist-install/doc/html/haskeline/haskeline.haddock --html --hoogle --title="haskeline-0.7.2.1: A command-line interface for user input, written in Haskell." --prologue="libraries/haskeline/dist-install/haddock-prologue.txt" --hide=System.Console.Haskeline.Backend --hide=System.Console.Haskeline.Backend.WCWidth --hide=System.Console.Haskeline.Command --hide=System.Console.Haskeline.Command.Completion --hide=System.Console.Haskeline.Command.History --hide=System.Console.Haskeline.Command.KillRing --hide=System.Console.Haskeline.Directory --hide=System.Console.Haskeline.Emacs --hide=System.Console.Haskeline.InputT --hide=System.Console.Haskeline.Key --hide=System.Console.Haskeline.LineState --hide=System.Console.Haskeline.Monads --hide=System.Console.Haskeline.Prefs --hide=System.Console.Haskeline.RunCommand --hide=System.Console.Haskeline.Term --hide=System.Console.Haskeline.Command.Undo --hide=System.Console.Haskeline.Vi --hide=System.Console.Haskeline.Recover --hide=System.Console.Haskeline.Backend.Posix --hide=System.Console.Haskeline.Backend.Posix.Encoder --hide=System.Console.Haskeline.Backend.DumbTerm --hide=System.Console.Haskeline.Backend.Terminfo --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../bytestring-0.10.6.0,../bytestring-0.10.6.0/src/%{MODULE/./-}.html\#%{NAME},libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock --read-interface=../containers-0.5.6.2,../containers-0.5.6.2/src/%{MODULE/./-}.html\#%{NAME},libraries/containers/dist-install/doc/html/containers/containers.haddock --read-interface=../directory-1.2.2.0,../directory-1.2.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/directory/dist-install/doc/html/directory/directory.haddock --read-interface=../filepath-1.4.0.0,../filepath-1.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --read-interface=../terminfo-0.4.0.1,../terminfo-0.4.0.1/src/%{MODULE/./-}.html\#%{NAME},libraries/terminfo/dist-install/doc/html/terminfo/terminfo.haddock --read-interface=../transformers-0.4.2.0,../transformers-0.4.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/transformers/dist-install/doc/html/transformers/transformers.haddock --read-interface=../unix-2.7.1.0,../unix-2.7.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/unix/dist-install/doc/html/unix/unix.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=haske_GGvi737nHHfG6zm2y7Rimi --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/haskeline/. --optghc=-ilibraries/haskeline/dist-install/build --optghc=-ilibraries/haskeline/dist-install/build/autogen --optghc=-Ilibraries/haskeline/dist-install/build --optghc=-Ilibraries/haskeline/dist-install/build/autogen --optghc=-Ilibraries/haskeline/includes --optghc=-optP-DUSE_GHC_ENCODINGS --optghc=-optP-DTERMINFO --optghc=-optP-include --optghc=-optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=bytes_6VWy06pWzJq9evDvK2d4w6 --optghc=-package-key --optghc=conta_2C3ZI8RgPO2LBMidXKTvIU --optghc=-package-key --optghc=direc_0hFG6ZxK1nk4zsyOqbNHfm --optghc=-package-key --optghc=filep_Ey7a1in9roBAE8bUFJ5R9m --optghc=-package-key --optghc=termi_6iVf4EBnOgfIaaOCLRs8jl --optghc=-package-key --optghc=trans_GZTjP9K5WFq01xC9BAGQpF --optghc=-package-key --optghc=unix_KZL8h98IqDM57kQSPo1mKx --optghc=-Wall --optghc=-XHaskell98 --optghc=-XForeignFunctionInterface --optghc=-XRank2Types --optghc=-XFlexibleInstances --optghc=-XTypeSynonymInstances --optghc=-XFlexibleContexts --optghc=-XExistentialQuantification --optghc=-XScopedTypeVariables --optghc=-XGeneralizedNewtypeDeriving --optghc=-XMultiParamTypeClasses --optghc=-XOverlappingInstances --optghc=-XUndecidableInstances --optghc=-XCPP --optghc=-XDeriveDataTypeable --optghc=-XPatternGuards --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/haskeline/dist-install/build --optghc=-hidir --optghc=libraries/haskeline/dist-install/build --optghc=-stubdir --optghc=libraries/haskeline/dist-install/build libraries/haskeline/./System/Console/Haskeline.hs libraries/haskeline/./System/Console/Haskeline/Completion.hs libraries/haskeline/./System/Console/Haskeline/MonadException.hs libraries/haskeline/./System/Console/Haskeline/History.hs libraries/haskeline/./System/Console/Haskeline/IO.hs libraries/haskeline/./System/Console/Haskeline/Backend.hs libraries/haskeline/./System/Console/Haskeline/Backend/WCWidth.hs libraries/haskeline/./System/Console/Haskeline/Command.hs libraries/haskeline/./System/Console/Haskeline/Command/Completion.hs libraries/haskeline/./System/Console/Haskeline/Command/History.hs libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.hs libraries/haskeline/./System/Console/Haskeline/Emacs.hs libraries/haskeline/./System/Console/Haskeline/InputT.hs libraries/haskeline/./System/Console/Haskeline/Key.hs libraries/haskeline/./System/Console/Haskeline/LineState.hs libraries/haskeline/./System/Console/Haskeline/Monads.hs libraries/haskeline/./System/Console/Haskeline/Prefs.hs libraries/haskeline/./System/Console/Haskeline/RunCommand.hs libraries/haskeline/./System/Console/Haskeline/Term.hs libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs libraries/haskeline/./System/Console/Haskeline/Vi.hs libraries/haskeline/./System/Console/Haskeline/Recover.hs libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.hs libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs libraries/haskeline/./System/Console/Haskeline/Backend/Terminfo.hs +RTS -tlibraries/haskeline/dist-install/doc/html/haskeline/haskeline.haddock.t --machine-readable Haddock coverage: 78% ( 7 / 9) in 'GHC.PackageDb' Missing documentation for: BinaryStringRep (libraries/bin-package-db/./GHC/PackageDb.hs:139) emptyInstalledPackageInfo (libraries/bin-package-db/./GHC/PackageDb.hs:143) Haddock coverage: 62% ( 5 / 8) in 'Trace.Hpc.Util' Missing documentation for: HpcHash (libraries/hpc/./Trace/Hpc/Util.hs:66) Hash (libraries/hpc/./Trace/Hpc/Util.hs:69) catchIO (libraries/hpc/./Trace/Hpc/Util.hs:113) 56% ( 5 / 9) in 'Trace.Hpc.Tix' Missing documentation for: TixModule (libraries/hpc/./Trace/Hpc/Tix.hs:28) tixModuleName (libraries/hpc/./Trace/Hpc/Tix.hs:36) tixModuleHash (libraries/hpc/./Trace/Hpc/Tix.hs:38) tixModuleTixs (libraries/hpc/./Trace/Hpc/Tix.hs:40) 44% ( 4 / 9) in 'Trace.Hpc.Mix' Missing documentation for: MixEntry (libraries/hpc/./Trace/Hpc/Mix.hs:54) BoxLabel (libraries/hpc/./Trace/Hpc/Mix.hs:56) CondBox (libraries/hpc/./Trace/Hpc/Mix.hs:62) createMixEntryDom (libraries/hpc/./Trace/Hpc/Mix.hs:186) MixEntryDom (libraries/hpc/./Trace/Hpc/Mix.hs:120) 0% ( 0 / 4) in 'Trace.Hpc.Reflect' Missing documentation for: Module header clearTix (libraries/hpc/Trace/Hpc/Reflect.hsc:46) examineTix (libraries/hpc/Trace/Hpc/Reflect.hsc:54) updateTix (libraries/hpc/Trace/Hpc/Reflect.hsc:65) Haddock coverage: 17% ( 4 / 24) in 'System.Process.Internals' Missing documentation for: ProcessHandle (libraries/process/./System/Process/Internals.hs:113) PHANDLE (libraries/process/./System/Process/Internals.hs:129) closePHANDLE (libraries/process/./System/Process/Internals.hs:136) mkProcessHandle (libraries/process/./System/Process/Internals.hs:131) modifyProcessHandle (libraries/process/./System/Process/Internals.hs:115) withProcessHandle (libraries/process/./System/Process/Internals.hs:121) CreateProcess (libraries/process/./System/Process/Internals.hs:171) CmdSpec (libraries/process/./System/Process/Internals.hs:187) StdStream (libraries/process/./System/Process/Internals.hs:220) runGenProcess_ (libraries/process/./System/Process/Internals.hs:726) startDelegateControlC (libraries/process/./System/Process/Internals.hs:333) endDelegateControlC (libraries/process/./System/Process/Internals.hs:370) stopDelegateControlC (libraries/process/./System/Process/Internals.hs:353) pPrPr_disableITimers c_execvpe ignoreSignal (libraries/process/./System/Process/Internals.hs:406) defaultSignal (libraries/process/./System/Process/Internals.hs:406) withFilePathException (libraries/process/./System/Process/Internals.hs:702) withCEnvironment (libraries/process/./System/Process/Internals.hs:708) translate (libraries/process/./System/Process/Internals.hs:674) 89% ( 33 / 37) in 'System.Process' Missing documentation for: CreateProcess (libraries/process/./System/Process/Internals.hs:171) CmdSpec (libraries/process/./System/Process/Internals.hs:187) StdStream (libraries/process/./System/Process/Internals.hs:220) ProcessHandle (libraries/process/./System/Process/Internals.hs:113) 100% ( 3 / 3) in 'System.Cmd' Warning: System.Process.Internals: could not find link destinations for: FD "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="libraries/Cabal/Cabal/dist-install/doc/html/Cabal" --no-tmp-comp-dir --dump-interface=libraries/Cabal/Cabal/dist-install/doc/html/Cabal/Cabal.haddock --html --hoogle --title="Cabal-1.22.5.0: A framework for packaging Haskell software" --prologue="libraries/Cabal/Cabal/dist-install/haddock-prologue.txt" --hide=Distribution.Compat.Binary --hide=Distribution.Compat.CopyFile --hide=Distribution.Compat.TempFile --hide=Distribution.GetOpt --hide=Distribution.Simple.GHC.Internal --hide=Distribution.Simple.GHC.IPI641 --hide=Distribution.Simple.GHC.IPI642 --hide=Distribution.Simple.GHC.ImplInfo --hide=Paths_Cabal --read-interface=../array-0.5.1.0,../array-0.5.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/array/dist-install/doc/html/array/array.haddock --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../binary-0.7.5.0,../binary-0.7.5.0/src/%{MODULE/./-}.html\#%{NAME},libraries/binary/dist-install/doc/html/binary/binary.haddock --read-interface=../bytestring-0.10.6.0,../bytestring-0.10.6.0/src/%{MODULE/./-}.html\#%{NAME},libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock --read-interface=../containers-0.5.6.2,../containers-0.5.6.2/src/%{MODULE/./-}.html\#%{NAME},libraries/containers/dist-install/doc/html/containers/containers.haddock --read-interface=../deepseq-1.4.1.1,../deepseq-1.4.1.1/src/%{MODULE/./-}.html\#%{NAME},libraries/deepseq/dist-install/doc/html/deepseq/deepseq.haddock --read-interface=../directory-1.2.2.0,../directory-1.2.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/directory/dist-install/doc/html/directory/directory.haddock --read-interface=../filepath-1.4.0.0,../filepath-1.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --read-interface=../pretty-1.1.2.0,../pretty-1.1.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/pretty/dist-install/doc/html/pretty/pretty.haddock --read-interface=../process-1.2.3.0,../process-1.2.3.0/src/%{MODULE/./-}.html\#%{NAME},libraries/process/dist-install/doc/html/process/process.haddock --read-interface=../time-1.5.0.1,../time-1.5.0.1/src/%{MODULE/./-}.html\#%{NAME},libraries/time/dist-install/doc/html/time/time.haddock --read-interface=../unix-2.7.1.0,../unix-2.7.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/unix/dist-install/doc/html/unix/unix.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=Cabal_3ux67khMI118y6VpwrFnXN --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/Cabal/Cabal/. --optghc=-ilibraries/Cabal/Cabal/dist-install/build --optghc=-ilibraries/Cabal/Cabal/dist-install/build/autogen --optghc=-Ilibraries/Cabal/Cabal/dist-install/build --optghc=-Ilibraries/Cabal/Cabal/dist-install/build/autogen --optghc=-Ilibraries/Cabal/Cabal/. --optghc=-optP-include --optghc=-optPlibraries/Cabal/Cabal/dist-install/build/autogen/cabal_macros.h --optghc=-package-key --optghc=array_67iodizgJQIIxYVTp4emlA --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=binar_3uXFWMoAGBg0xKP9MHKRwi --optghc=-package-key --optghc=bytes_6VWy06pWzJq9evDvK2d4w6 --optghc=-package-key --optghc=conta_2C3ZI8RgPO2LBMidXKTvIU --optghc=-package-key --optghc=deeps_6vMKxt5sPFR0XsbRWvvq59 --optghc=-package-key --optghc=direc_0hFG6ZxK1nk4zsyOqbNHfm --optghc=-package-key --optghc=filep_Ey7a1in9roBAE8bUFJ5R9m --optghc=-package-key --optghc=prett_JItwetRppk1H5Uq3xbjDGC --optghc=-package-key --optghc=proce_52AgREEfSrnJLlkGV9YZZJ --optghc=-package-key --optghc=time_FTheb6LSxyX1UABIbBXRfn --optghc=-package-key --optghc=unix_KZL8h98IqDM57kQSPo1mKx --optghc=-Wall --optghc=-fno-ignore-asserts --optghc=-fwarn-tabs --optghc=-XHaskell98 --optghc=-XCPP --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=libraries/Cabal/Cabal/dist-install/build --optghc=-hidir --optghc=libraries/Cabal/Cabal/dist-install/build --optghc=-stubdir --optghc=libraries/Cabal/Cabal/dist-install/build libraries/Cabal/Cabal/./Distribution/Compat/CreatePipe.hs libraries/Cabal/Cabal/./Distribution/Compat/Environment.hs libraries/Cabal/Cabal/./Distribution/Compat/Exception.hs libraries/Cabal/Cabal/./Distribution/Compat/ReadP.hs libraries/Cabal/Cabal/./Distribution/Compiler.hs libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs libraries/Cabal/Cabal/./Distribution/License.hs libraries/Cabal/Cabal/./Distribution/Make.hs libraries/Cabal/Cabal/./Distribution/ModuleName.hs libraries/Cabal/Cabal/./Distribution/Package.hs libraries/Cabal/Cabal/./Distribution/PackageDescription.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/Check.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/PrettyPrint.hs libraries/Cabal/Cabal/./Distribution/PackageDescription/Utils.hs libraries/Cabal/Cabal/./Distribution/ParseUtils.hs libraries/Cabal/Cabal/./Distribution/ReadE.hs libraries/Cabal/Cabal/./Distribution/Simple.hs libraries/Cabal/Cabal/./Distribution/Simple/Bench.hs libraries/Cabal/Cabal/./Distribution/Simple/Build.hs libraries/Cabal/Cabal/./Distribution/Simple/Build/Macros.hs libraries/Cabal/Cabal/./Distribution/Simple/Build/PathsModule.hs libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs libraries/Cabal/Cabal/./Distribution/Simple/CCompiler.hs libraries/Cabal/Cabal/./Distribution/Simple/Command.hs libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs libraries/Cabal/Cabal/./Distribution/Simple/Haddock.hs libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs libraries/Cabal/Cabal/./Distribution/Simple/Hpc.hs libraries/Cabal/Cabal/./Distribution/Simple/Install.hs libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs libraries/Cabal/Cabal/./Distribution/Simple/JHC.hs libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs libraries/Cabal/Cabal/./Distribution/Simple/PackageIndex.hs libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs libraries/Cabal/Cabal/./Distribution/Simple/PreProcess/Unlit.hs libraries/Cabal/Cabal/./Distribution/Simple/Program.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Ar.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Hpc.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Ld.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Script.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Strip.hs libraries/Cabal/Cabal/./Distribution/Simple/Program/Types.hs libraries/Cabal/Cabal/./Distribution/Simple/Register.hs libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs libraries/Cabal/Cabal/./Distribution/Simple/SrcDist.hs libraries/Cabal/Cabal/./Distribution/Simple/Test.hs libraries/Cabal/Cabal/./Distribution/Simple/Test/ExeV10.hs libraries/Cabal/Cabal/./Distribution/Simple/Test/LibV09.hs libraries/Cabal/Cabal/./Distribution/Simple/Test/Log.hs libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs libraries/Cabal/Cabal/./Distribution/Simple/UserHooks.hs libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs libraries/Cabal/Cabal/./Distribution/System.hs libraries/Cabal/Cabal/./Distribution/TestSuite.hs libraries/Cabal/Cabal/./Distribution/Text.hs libraries/Cabal/Cabal/./Distribution/Utils/NubList.hs libraries/Cabal/Cabal/./Distribution/Verbosity.hs libraries/Cabal/Cabal/./Distribution/Version.hs libraries/Cabal/Cabal/./Language/Haskell/Extension.hs libraries/Cabal/Cabal/./Distribution/Compat/Binary.hs libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs libraries/Cabal/Cabal/./Distribution/Compat/TempFile.hs libraries/Cabal/Cabal/./Distribution/GetOpt.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI641.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs libraries/Cabal/Cabal/./Distribution/Simple/GHC/ImplInfo.hs libraries/Cabal/Cabal/dist-install/build/autogen/Paths_Cabal.hs +RTS -tlibraries/Cabal/Cabal/dist-install/doc/html/Cabal/Cabal.haddock.t --machine-readable "/tmp/work/lang/ghc7/work/ghc-7.10.3/inplace/bin/haddock" --odir="compiler/stage2/doc/html/ghc" --no-tmp-comp-dir --dump-interface=compiler/stage2/doc/html/ghc/ghc.haddock --html --hoogle --title="ghc-7.10.3: The GHC API" --prologue="compiler/stage2/haddock-prologue.txt" --read-interface=../array-0.5.1.0,../array-0.5.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/array/dist-install/doc/html/array/array.haddock --read-interface=../base-4.8.2.0,../base-4.8.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../bin-package-db-0.0.0.0,../bin-package-db-0.0.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/bin-package-db/dist-install/doc/html/bin-package-db/bin-package-db.haddock --read-interface=../bytestring-0.10.6.0,../bytestring-0.10.6.0/src/%{MODULE/./-}.html\#%{NAME},libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock --read-interface=../containers-0.5.6.2,../containers-0.5.6.2/src/%{MODULE/./-}.html\#%{NAME},libraries/containers/dist-install/doc/html/containers/containers.haddock --read-interface=../directory-1.2.2.0,../directory-1.2.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/directory/dist-install/doc/html/directory/directory.haddock --read-interface=../filepath-1.4.0.0,../filepath-1.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --read-interface=../hoopl-3.10.0.2,../hoopl-3.10.0.2/src/%{MODULE/./-}.html\#%{NAME},libraries/hoopl/dist-install/doc/html/hoopl/hoopl.haddock --read-interface=../hpc-0.6.0.2,../hpc-0.6.0.2/src/%{MODULE/./-}.html\#%{NAME},libraries/hpc/dist-install/doc/html/hpc/hpc.haddock --read-interface=../process-1.2.3.0,../process-1.2.3.0/src/%{MODULE/./-}.html\#%{NAME},libraries/process/dist-install/doc/html/process/process.haddock --read-interface=../template-haskell-2.10.0.0,../template-haskell-2.10.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/template-haskell/dist-install/doc/html/template-haskell/template-haskell.haddock --read-interface=../time-1.5.0.1,../time-1.5.0.1/src/%{MODULE/./-}.html\#%{NAME},libraries/time/dist-install/doc/html/time/time.haddock --read-interface=../transformers-0.4.2.0,../transformers-0.4.2.0/src/%{MODULE/./-}.html\#%{NAME},libraries/transformers/dist-install/doc/html/transformers/transformers.haddock --read-interface=../unix-2.7.1.0,../unix-2.7.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/unix/dist-install/doc/html/unix/unix.haddock --optghc=-hisuf --optghc=dyn_hi --optghc=-osuf --optghc=dyn_o --optghc=-hcsuf --optghc=dyn_hc --optghc=-fPIC --optghc=-dynamic --optghc=-H32m --optghc=-O --optghc=-this-package-key --optghc=ghc_0AG9TOjDEtx4Ji3wSwHOBe --optghc=-hide-all-packages --optghc=-i --optghc=-icompiler/basicTypes --optghc=-icompiler/cmm --optghc=-icompiler/codeGen --optghc=-icompiler/coreSyn --optghc=-icompiler/deSugar --optghc=-icompiler/ghci --optghc=-icompiler/hsSyn --optghc=-icompiler/iface --optghc=-icompiler/llvmGen --optghc=-icompiler/main --optghc=-icompiler/nativeGen --optghc=-icompiler/parser --optghc=-icompiler/prelude --optghc=-icompiler/profiling --optghc=-icompiler/rename --optghc=-icompiler/simplCore --optghc=-icompiler/simplStg --optghc=-icompiler/specialise --optghc=-icompiler/stgSyn --optghc=-icompiler/stranal --optghc=-icompiler/typecheck --optghc=-icompiler/types --optghc=-icompiler/utils --optghc=-icompiler/vectorise --optghc=-icompiler/stage2/build --optghc=-icompiler/stage2/build/autogen --optghc=-Icompiler/stage2/build --optghc=-Icompiler/stage2/build/autogen --optghc=-Icompiler/. --optghc=-Icompiler/parser --optghc=-Icompiler/utils --optghc=-Icompiler/../rts/dist/build --optghc=-Icompiler/stage2 --optghc=-I/usr/pkg/include --optghc=-optP-DGHCI --optghc=-optP-include --optghc=-optPcompiler/stage2/build/autogen/cabal_macros.h --optghc=-package-key --optghc=array_67iodizgJQIIxYVTp4emlA --optghc=-package-key --optghc=base_HQfYBxpPvuw8OunzQu6JGM --optghc=-package-key --optghc=binpa_JPOxOw4FLalDxRNtBqZ2ji --optghc=-package-key --optghc=bytes_6VWy06pWzJq9evDvK2d4w6 --optghc=-package-key --optghc=conta_2C3ZI8RgPO2LBMidXKTvIU --optghc=-package-key --optghc=direc_0hFG6ZxK1nk4zsyOqbNHfm --optghc=-package-key --optghc=filep_Ey7a1in9roBAE8bUFJ5R9m --optghc=-package-key --optghc=hoopl_FCWMV1gJiCi02IwN4CnRgk --optghc=-package-key --optghc=hpc_FUjQx3d1H3dEEtLFWv7hFw --optghc=-package-key --optghc=proce_52AgREEfSrnJLlkGV9YZZJ --optghc=-package-key --optghc=templ_GJPvtLC64aA4c1Jl10o2qt --optghc=-package-key --optghc=time_FTheb6LSxyX1UABIbBXRfn --optghc=-package-key --optghc=trans_GZTjP9K5WFq01xC9BAGQpF --optghc=-package-key --optghc=unix_KZL8h98IqDM57kQSPo1mKx --optghc=-Wall --optghc=-fno-warn-name-shadowing --optghc=-this-package-key --optghc=ghc --optghc=-XHaskell2010 --optghc=-optc-DTHREADED_RTS --optghc=-DGHCI_TABLES_NEXT_TO_CODE --optghc=-DSTAGE=2 --optghc=-Rghc-timing --optghc=-O2 --optghc=-no-user-package-db --optghc=-rtsopts --optghc=-odir --optghc=compiler/stage2/build --optghc=-hidir --optghc=compiler/stage2/build --optghc=-stubdir --optghc=compiler/stage2/build --optghc=-DSTAGE=2 compiler/basicTypes/Avail.hs compiler/basicTypes/BasicTypes.hs compiler/basicTypes/ConLike.hs compiler/basicTypes/DataCon.hs compiler/basicTypes/PatSyn.hs compiler/basicTypes/Demand.hs compiler/cmm/Debug.hs compiler/utils/Exception.hs compiler/main/GhcMonad.hs compiler/main/Hooks.hs compiler/basicTypes/Id.hs compiler/basicTypes/IdInfo.hs compiler/basicTypes/Lexeme.hs compiler/basicTypes/Literal.hs compiler/llvmGen/Llvm.hs compiler/llvmGen/Llvm/AbsSyn.hs compiler/llvmGen/Llvm/MetaData.hs compiler/llvmGen/Llvm/PpLlvm.hs compiler/llvmGen/Llvm/Types.hs compiler/llvmGen/LlvmCodeGen.hs compiler/llvmGen/LlvmCodeGen/Base.hs compiler/llvmGen/LlvmCodeGen/CodeGen.hs compiler/llvmGen/LlvmCodeGen/Data.hs compiler/llvmGen/LlvmCodeGen/Ppr.hs compiler/llvmGen/LlvmCodeGen/Regs.hs compiler/llvmGen/LlvmMangler.hs compiler/basicTypes/MkId.hs compiler/basicTypes/Module.hs compiler/basicTypes/Name.hs compiler/basicTypes/NameEnv.hs compiler/basicTypes/NameSet.hs compiler/basicTypes/OccName.hs compiler/basicTypes/RdrName.hs compiler/basicTypes/SrcLoc.hs compiler/basicTypes/UniqSupply.hs compiler/basicTypes/Unique.hs compiler/basicTypes/Var.hs compiler/basicTypes/VarEnv.hs compiler/basicTypes/VarSet.hs compiler/utils/UnVarGraph.hs compiler/cmm/BlockId.hs compiler/cmm/CLabel.hs compiler/cmm/Cmm.hs compiler/cmm/CmmBuildInfoTables.hs compiler/cmm/CmmPipeline.hs compiler/cmm/CmmCallConv.hs compiler/cmm/CmmCommonBlockElim.hs compiler/cmm/CmmContFlowOpt.hs compiler/cmm/CmmExpr.hs compiler/cmm/CmmInfo.hs compiler/cmm/CmmLex.hs compiler/cmm/CmmLint.hs compiler/cmm/CmmLive.hs compiler/cmm/CmmMachOp.hs compiler/cmm/CmmNode.hs compiler/cmm/CmmOpt.hs compiler/cmm/CmmParse.hs compiler/cmm/CmmProcPoint.hs compiler/cmm/CmmSink.hs compiler/cmm/CmmType.hs compiler/cmm/CmmUtils.hs compiler/cmm/CmmLayoutStack.hs compiler/cmm/MkGraph.hs compiler/nativeGen/PprBase.hs compiler/cmm/PprC.hs compiler/cmm/PprCmm.hs compiler/cmm/PprCmmDecl.hs compiler/cmm/PprCmmExpr.hs compiler/cmm/Bitmap.hs compiler/codeGen/CodeGen/Platform.hs compiler/codeGen/CodeGen/Platform/ARM.hs compiler/codeGen/CodeGen/Platform/ARM64.hs compiler/codeGen/CodeGen/Platform/NoRegs.hs compiler/codeGen/CodeGen/Platform/PPC.hs compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs compiler/codeGen/CodeGen/Platform/SPARC.hs compiler/codeGen/CodeGen/Platform/X86.hs compiler/codeGen/CodeGen/Platform/X86_64.hs compiler/codeGen/CgUtils.hs compiler/codeGen/StgCmm.hs compiler/codeGen/StgCmmBind.hs compiler/codeGen/StgCmmClosure.hs compiler/codeGen/StgCmmCon.hs compiler/codeGen/StgCmmEnv.hs compiler/codeGen/StgCmmExpr.hs compiler/codeGen/StgCmmForeign.hs compiler/codeGen/StgCmmHeap.hs compiler/codeGen/StgCmmHpc.hs compiler/codeGen/StgCmmArgRep.hs compiler/codeGen/StgCmmLayout.hs compiler/codeGen/StgCmmMonad.hs compiler/codeGen/StgCmmPrim.hs compiler/codeGen/StgCmmProf.hs compiler/codeGen/StgCmmTicky.hs compiler/codeGen/StgCmmUtils.hs compiler/codeGen/StgCmmExtCode.hs compiler/cmm/SMRep.hs compiler/coreSyn/CoreArity.hs compiler/coreSyn/CoreFVs.hs compiler/coreSyn/CoreLint.hs compiler/coreSyn/CorePrep.hs compiler/coreSyn/CoreSubst.hs compiler/coreSyn/CoreSyn.hs compiler/coreSyn/TrieMap.hs compiler/coreSyn/CoreTidy.hs compiler/coreSyn/CoreUnfold.hs compiler/coreSyn/CoreUtils.hs compiler/coreSyn/MkCore.hs compiler/coreSyn/PprCore.hs compiler/deSugar/Check.hs compiler/deSugar/Coverage.hs compiler/deSugar/Desugar.hs compiler/deSugar/DsArrows.hs compiler/deSugar/DsBinds.hs compiler/deSugar/DsCCall.hs compiler/deSugar/DsExpr.hs compiler/deSugar/DsForeign.hs compiler/deSugar/DsGRHSs.hs compiler/deSugar/DsListComp.hs compiler/deSugar/DsMonad.hs compiler/deSugar/DsUtils.hs compiler/deSugar/Match.hs compiler/deSugar/MatchCon.hs compiler/deSugar/MatchLit.hs compiler/hsSyn/HsBinds.hs compiler/hsSyn/HsDecls.hs compiler/hsSyn/HsDoc.hs compiler/hsSyn/HsExpr.hs compiler/hsSyn/HsImpExp.hs compiler/hsSyn/HsLit.hs compiler/hsSyn/PlaceHolder.hs compiler/hsSyn/HsPat.hs compiler/hsSyn/HsSyn.hs compiler/hsSyn/HsTypes.hs compiler/hsSyn/HsUtils.hs compiler/iface/BinIface.hs compiler/iface/BuildTyCl.hs compiler/iface/IfaceEnv.hs compiler/iface/IfaceSyn.hs compiler/iface/IfaceType.hs compiler/iface/LoadIface.hs compiler/iface/MkIface.hs compiler/iface/TcIface.hs compiler/iface/FlagChecker.hs compiler/main/Annotations.hs compiler/main/BreakArray.hs compiler/main/CmdLineParser.hs compiler/main/CodeOutput.hs compiler/stage2/build/Config.hs compiler/main/Constants.hs compiler/main/DriverMkDepend.hs compiler/main/DriverPhases.hs compiler/main/PipelineMonad.hs compiler/main/DriverPipeline.hs compiler/main/DynFlags.hs compiler/main/ErrUtils.hs compiler/main/Finder.hs compiler/main/GHC.hs compiler/main/GhcMake.hs compiler/main/GhcPlugins.hs compiler/main/DynamicLoading.hs compiler/main/HeaderInfo.hs compiler/main/HscMain.hs compiler/main/HscStats.hs compiler/main/HscTypes.hs compiler/main/InteractiveEval.hs compiler/main/InteractiveEvalTypes.hs compiler/main/PackageConfig.hs compiler/main/Packages.hs compiler/main/PlatformConstants.hs compiler/main/Plugins.hs compiler/typecheck/TcPluginM.hs compiler/main/PprTyThing.hs compiler/main/StaticFlags.hs compiler/deSugar/StaticPtrTable.hs compiler/main/SysTools.hs compiler/main/TidyPgm.hs compiler/parser/Ctype.hs compiler/parser/HaddockUtils.hs compiler/parser/Lexer.hs compiler/types/OptCoercion.hs compiler/parser/Parser.hs compiler/parser/RdrHsSyn.hs compiler/parser/ApiAnnotation.hs compiler/prelude/ForeignCall.hs compiler/prelude/PrelInfo.hs compiler/prelude/PrelNames.hs compiler/prelude/PrelRules.hs compiler/prelude/PrimOp.hs compiler/prelude/TysPrim.hs compiler/prelude/TysWiredIn.hs compiler/profiling/CostCentre.hs compiler/profiling/ProfInit.hs compiler/profiling/SCCfinal.hs compiler/rename/RnBinds.hs compiler/rename/RnEnv.hs compiler/rename/RnExpr.hs compiler/rename/RnHsDoc.hs compiler/rename/RnNames.hs compiler/rename/RnPat.hs compiler/rename/RnSource.hs compiler/rename/RnSplice.hs compiler/rename/RnTypes.hs compiler/simplCore/CoreMonad.hs compiler/simplCore/CSE.hs compiler/simplCore/FloatIn.hs compiler/simplCore/FloatOut.hs compiler/simplCore/LiberateCase.hs compiler/simplCore/OccurAnal.hs compiler/simplCore/SAT.hs compiler/simplCore/SetLevels.hs compiler/simplCore/SimplCore.hs compiler/simplCore/SimplEnv.hs compiler/simplCore/SimplMonad.hs compiler/simplCore/SimplUtils.hs compiler/simplCore/Simplify.hs compiler/simplStg/SimplStg.hs compiler/simplStg/StgStats.hs compiler/simplStg/UnariseStg.hs compiler/specialise/Rules.hs compiler/specialise/SpecConstr.hs compiler/specialise/Specialise.hs compiler/stgSyn/CoreToStg.hs compiler/stgSyn/StgLint.hs compiler/stgSyn/StgSyn.hs compiler/simplCore/CallArity.hs compiler/stranal/DmdAnal.hs compiler/stranal/WorkWrap.hs compiler/stranal/WwLib.hs compiler/typecheck/FamInst.hs compiler/typecheck/Inst.hs compiler/typecheck/TcAnnotations.hs compiler/typecheck/TcArrows.hs compiler/typecheck/TcBinds.hs compiler/typecheck/TcClassDcl.hs compiler/typecheck/TcDefaults.hs compiler/typecheck/TcDeriv.hs compiler/typecheck/TcEnv.hs compiler/typecheck/TcExpr.hs compiler/typecheck/TcForeign.hs compiler/typecheck/TcGenDeriv.hs compiler/typecheck/TcGenGenerics.hs compiler/typecheck/TcHsSyn.hs compiler/typecheck/TcHsType.hs compiler/typecheck/TcInstDcls.hs compiler/typecheck/TcMType.hs compiler/typecheck/TcValidity.hs compiler/typecheck/TcMatches.hs compiler/typecheck/TcPat.hs compiler/typecheck/TcPatSyn.hs compiler/typecheck/TcRnDriver.hs compiler/typecheck/TcRnMonad.hs compiler/typecheck/TcRnTypes.hs compiler/typecheck/TcRules.hs compiler/typecheck/TcSimplify.hs compiler/typecheck/TcErrors.hs compiler/typecheck/TcTyClsDecls.hs compiler/typecheck/TcTyDecls.hs compiler/typecheck/TcType.hs compiler/typecheck/TcEvidence.hs compiler/typecheck/TcUnify.hs compiler/typecheck/TcInteract.hs compiler/typecheck/TcCanonical.hs compiler/typecheck/TcFlatten.hs compiler/typecheck/TcSMonad.hs compiler/typecheck/TcTypeNats.hs compiler/typecheck/TcSplice.hs compiler/types/Class.hs compiler/types/Coercion.hs compiler/types/FamInstEnv.hs compiler/typecheck/FunDeps.hs compiler/types/InstEnv.hs compiler/types/TyCon.hs compiler/types/CoAxiom.hs compiler/types/Kind.hs compiler/types/Type.hs compiler/types/TypeRep.hs compiler/types/Unify.hs compiler/utils/Bag.hs compiler/utils/Binary.hs compiler/utils/BooleanFormula.hs compiler/utils/BufWrite.hs compiler/utils/Digraph.hs compiler/utils/Encoding.hs compiler/utils/FastBool.hs compiler/utils/FastFunctions.hs compiler/utils/FastMutInt.hs compiler/utils/FastString.hs compiler/utils/FastTypes.hs compiler/stage2/build/Fingerprint.hs compiler/utils/FiniteMap.hs compiler/utils/GraphBase.hs compiler/utils/GraphColor.hs compiler/utils/GraphOps.hs compiler/utils/GraphPpr.hs compiler/utils/IOEnv.hs compiler/utils/ListSetOps.hs compiler/utils/Maybes.hs compiler/utils/MonadUtils.hs compiler/utils/OrdList.hs compiler/utils/Outputable.hs compiler/utils/Pair.hs compiler/utils/Panic.hs compiler/utils/Pretty.hs compiler/utils/Serialized.hs compiler/utils/State.hs compiler/utils/Stream.hs compiler/utils/StringBuffer.hs compiler/utils/UniqFM.hs compiler/utils/UniqSet.hs compiler/utils/Util.hs compiler/utils/ExtsCompat46.hs compiler/vectorise/Vectorise/Builtins/Base.hs compiler/vectorise/Vectorise/Builtins/Initialise.hs compiler/vectorise/Vectorise/Builtins.hs compiler/vectorise/Vectorise/Monad/Base.hs compiler/vectorise/Vectorise/Monad/Naming.hs compiler/vectorise/Vectorise/Monad/Local.hs compiler/vectorise/Vectorise/Monad/Global.hs compiler/vectorise/Vectorise/Monad/InstEnv.hs compiler/vectorise/Vectorise/Monad.hs compiler/vectorise/Vectorise/Utils/Base.hs compiler/vectorise/Vectorise/Utils/Closure.hs compiler/vectorise/Vectorise/Utils/Hoisting.hs compiler/vectorise/Vectorise/Utils/PADict.hs compiler/vectorise/Vectorise/Utils/Poly.hs compiler/vectorise/Vectorise/Utils.hs compiler/vectorise/Vectorise/Generic/Description.hs compiler/vectorise/Vectorise/Generic/PAMethods.hs compiler/vectorise/Vectorise/Generic/PADict.hs compiler/vectorise/Vectorise/Generic/PData.hs compiler/vectorise/Vectorise/Type/Env.hs compiler/vectorise/Vectorise/Type/Type.hs compiler/vectorise/Vectorise/Type/TyConDecl.hs compiler/vectorise/Vectorise/Type/Classify.hs compiler/vectorise/Vectorise/Convert.hs compiler/vectorise/Vectorise/Vect.hs compiler/vectorise/Vectorise/Var.hs compiler/vectorise/Vectorise/Env.hs compiler/vectorise/Vectorise/Exp.hs compiler/vectorise/Vectorise.hs compiler/cmm/Hoopl/Dataflow.hs compiler/cmm/Hoopl.hs compiler/nativeGen/AsmCodeGen.hs compiler/nativeGen/TargetReg.hs compiler/nativeGen/NCGMonad.hs compiler/nativeGen/Instruction.hs compiler/nativeGen/Size.hs compiler/nativeGen/Reg.hs compiler/nativeGen/RegClass.hs compiler/nativeGen/PIC.hs compiler/utils/Platform.hs compiler/nativeGen/CPrim.hs compiler/nativeGen/X86/Regs.hs compiler/nativeGen/X86/RegInfo.hs compiler/nativeGen/X86/Instr.hs compiler/nativeGen/X86/Cond.hs compiler/nativeGen/X86/Ppr.hs compiler/nativeGen/X86/CodeGen.hs compiler/nativeGen/PPC/Regs.hs compiler/nativeGen/PPC/RegInfo.hs compiler/nativeGen/PPC/Instr.hs compiler/nativeGen/PPC/Cond.hs compiler/nativeGen/PPC/Ppr.hs compiler/nativeGen/PPC/CodeGen.hs compiler/nativeGen/SPARC/Base.hs compiler/nativeGen/SPARC/Regs.hs compiler/nativeGen/SPARC/Imm.hs compiler/nativeGen/SPARC/AddrMode.hs compiler/nativeGen/SPARC/Cond.hs compiler/nativeGen/SPARC/Instr.hs compiler/nativeGen/SPARC/Stack.hs compiler/nativeGen/SPARC/ShortcutJump.hs compiler/nativeGen/SPARC/Ppr.hs compiler/nativeGen/SPARC/CodeGen.hs compiler/nativeGen/SPARC/CodeGen/Amode.hs compiler/nativeGen/SPARC/CodeGen/Base.hs compiler/nativeGen/SPARC/CodeGen/CondCode.hs compiler/nativeGen/SPARC/CodeGen/Gen32.hs compiler/nativeGen/SPARC/CodeGen/Gen64.hs compiler/nativeGen/SPARC/CodeGen/Sanity.hs compiler/nativeGen/SPARC/CodeGen/Expand.hs compiler/nativeGen/RegAlloc/Liveness.hs compiler/nativeGen/RegAlloc/Graph/Main.hs compiler/nativeGen/RegAlloc/Graph/Stats.hs compiler/nativeGen/RegAlloc/Graph/ArchBase.hs compiler/nativeGen/RegAlloc/Graph/ArchX86.hs compiler/nativeGen/RegAlloc/Graph/Coalesce.hs compiler/nativeGen/RegAlloc/Graph/Spill.hs compiler/nativeGen/RegAlloc/Graph/SpillClean.hs compiler/nativeGen/RegAlloc/Graph/SpillCost.hs compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs compiler/nativeGen/RegAlloc/Linear/Main.hs compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs compiler/nativeGen/RegAlloc/Linear/State.hs compiler/nativeGen/RegAlloc/Linear/Stats.hs compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/StackMap.hs compiler/nativeGen/RegAlloc/Linear/Base.hs compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs compiler/nativeGen/Dwarf.hs compiler/nativeGen/Dwarf/Types.hs compiler/nativeGen/Dwarf/Constants.hs compiler/deSugar/DsMeta.hs compiler/hsSyn/Convert.hs compiler/ghci/ByteCodeAsm.hs compiler/ghci/ByteCodeGen.hs compiler/ghci/ByteCodeInstr.hs compiler/ghci/ByteCodeItbls.hs compiler/ghci/ByteCodeLink.hs compiler/ghci/Debugger.hs compiler/stage2/build/LibFFI.hs compiler/ghci/Linker.hs compiler/ghci/ObjLink.hs compiler/ghci/RtClosureInspect.hs compiler/ghci/DebuggerUtils.hs +RTS -tcompiler/stage2/doc/html/ghc/ghc.haddock.t --machine-readable libraries/haskeline/System/Console/Haskeline/Command.hs:32:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/haskeline/System/Console/Haskeline/MonadException.hs:38:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead libraries/haskeline/System/Console/Haskeline/MonadException.hs:43:1: Warning: The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() libraries/haskeline/System/Console/Haskeline/MonadException.hs:161:29: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:161:57: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:162:19: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:163:40: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:163:55: Warning: In the use of `runErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:164:29: Warning: In the use of `runErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Haddock coverage: 0% ( 0 / 2) in 'System.Console.Haskeline.Recover' Missing documentation for: Module header transliterateFailure (libraries/haskeline/./System/Console/Haskeline/Recover.hs:6) 100% ( 4 / 4) in 'System.Console.Haskeline.Directory' 0% ( 0 / 12) in 'System.Console.Haskeline.Key' Missing documentation for: Module header Key (libraries/haskeline/./System/Console/Haskeline/Key.hs:19) Modifier (libraries/haskeline/./System/Console/Haskeline/Key.hs:22) BaseKey (libraries/haskeline/./System/Console/Haskeline/Key.hs:36) noModifier (libraries/haskeline/./System/Console/Haskeline/Key.hs:33) simpleKey (libraries/haskeline/./System/Console/Haskeline/Key.hs:44) simpleChar (libraries/haskeline/./System/Console/Haskeline/Key.hs:53) metaChar (libraries/haskeline/./System/Console/Haskeline/Key.hs:53) ctrlChar (libraries/haskeline/./System/Console/Haskeline/Key.hs:53) metaKey (libraries/haskeline/./System/Console/Haskeline/Key.hs:47) ctrlKey (libraries/haskeline/./System/Console/Haskeline/Key.hs:50) parseKey (libraries/haskeline/./System/Console/Haskeline/Key.hs:100) 73% ( 8 / 11) in 'System.Console.Haskeline.History' Missing documentation for: History (libraries/haskeline/./System/Console/Haskeline/History.hs:43) emptyHistory (libraries/haskeline/./System/Console/Haskeline/History.hs:54) addHistory (libraries/haskeline/./System/Console/Haskeline/History.hs:90) 35% ( 23 / 65) in 'System.Console.Haskeline.LineState' Missing documentation for: baseChar (libraries/haskeline/./System/Console/Haskeline/LineState.hs:83) graphemesToString (libraries/haskeline/./System/Console/Haskeline/LineState.hs:125) modifyBaseChar (libraries/haskeline/./System/Console/Haskeline/LineState.hs:86) mapBaseChars (libraries/haskeline/./System/Console/Haskeline/LineState.hs:89) Prefix (libraries/haskeline/./System/Console/Haskeline/LineState.hs:137) Result (libraries/haskeline/./System/Console/Haskeline/LineState.hs:151) Save (libraries/haskeline/./System/Console/Haskeline/LineState.hs:154) listSave (libraries/haskeline/./System/Console/Haskeline/LineState.hs:158) listRestore (libraries/haskeline/./System/Console/Haskeline/LineState.hs:161) Move (libraries/haskeline/./System/Console/Haskeline/LineState.hs:164) emptyIM (libraries/haskeline/./System/Console/Haskeline/LineState.hs:193) replaceCharIM (libraries/haskeline/./System/Console/Haskeline/LineState.hs:232) insertGraphemes (libraries/haskeline/./System/Console/Haskeline/LineState.hs:228) deleteNext (libraries/haskeline/./System/Console/Haskeline/LineState.hs:210) deletePrev (libraries/haskeline/./System/Console/Haskeline/LineState.hs:210) skipLeft (libraries/haskeline/./System/Console/Haskeline/LineState.hs:217) skipRight (libraries/haskeline/./System/Console/Haskeline/LineState.hs:217) transposeChars (libraries/haskeline/./System/Console/Haskeline/LineState.hs:223) goRightUntil (libraries/haskeline/./System/Console/Haskeline/LineState.hs:406) goLeftUntil (libraries/haskeline/./System/Console/Haskeline/LineState.hs:406) atStart (libraries/haskeline/./System/Console/Haskeline/LineState.hs:389) atEnd (libraries/haskeline/./System/Console/Haskeline/LineState.hs:389) beforeChar (libraries/haskeline/./System/Console/Haskeline/LineState.hs:396) afterChar (libraries/haskeline/./System/Console/Haskeline/LineState.hs:396) overChar (libraries/haskeline/./System/Console/Haskeline/LineState.hs:396) deleteChar (libraries/haskeline/./System/Console/Haskeline/LineState.hs:276) replaceChar (libraries/haskeline/./System/Console/Haskeline/LineState.hs:281) pasteGraphemesBefore (libraries/haskeline/./System/Console/Haskeline/LineState.hs:287) pasteGraphemesAfter (libraries/haskeline/./System/Console/Haskeline/LineState.hs:287) enterCommandMode (libraries/haskeline/./System/Console/Haskeline/LineState.hs:297) enterCommandModeRight (libraries/haskeline/./System/Console/Haskeline/LineState.hs:297) insertFromCommandMode (libraries/haskeline/./System/Console/Haskeline/LineState.hs:307) appendFromCommandMode (libraries/haskeline/./System/Console/Haskeline/LineState.hs:307) withCommandMode (libraries/haskeline/./System/Console/Haskeline/LineState.hs:315) startArg (libraries/haskeline/./System/Console/Haskeline/LineState.hs:339) addNum (libraries/haskeline/./System/Console/Haskeline/LineState.hs:342) applyArg (libraries/haskeline/./System/Console/Haskeline/LineState.hs:348) applyCmdArg (libraries/haskeline/./System/Console/Haskeline/LineState.hs:355) Message (libraries/haskeline/./System/Console/Haskeline/LineState.hs:359) Password (libraries/haskeline/./System/Console/Haskeline/LineState.hs:367) addPasswordChar (libraries/haskeline/./System/Console/Haskeline/LineState.hs:381) deletePasswordChar (libraries/haskeline/./System/Console/Haskeline/LineState.hs:384) 4% ( 1 / 28) in 'System.Console.Haskeline.Command' Missing documentation for: Module header Effect (libraries/haskeline/./System/Console/Haskeline/Command.hs:38) KeyMap (libraries/haskeline/./System/Console/Haskeline/Command.hs:46) CmdM (libraries/haskeline/./System/Console/Haskeline/Command.hs:58) Command (libraries/haskeline/./System/Console/Haskeline/Command.hs:63) KeyCommand (libraries/haskeline/./System/Console/Haskeline/Command.hs:80) KeyConsumed (libraries/haskeline/./System/Console/Haskeline/Command.hs:48) withoutConsuming (libraries/haskeline/./System/Console/Haskeline/Command.hs:100) keyCommand (libraries/haskeline/./System/Console/Haskeline/Command.hs:87) >|> (libraries/haskeline/./System/Console/Haskeline/Command.hs:116) >+> (libraries/haskeline/./System/Console/Haskeline/Command.hs:120) try (libraries/haskeline/./System/Console/Haskeline/Command.hs:125) effect (libraries/haskeline/./System/Console/Haskeline/Command.hs:138) clearScreenCmd (libraries/haskeline/./System/Console/Haskeline/Command.hs:141) finish (libraries/haskeline/./System/Console/Haskeline/Command.hs:132) failCmd (libraries/haskeline/./System/Console/Haskeline/Command.hs:135) simpleCommand (libraries/haskeline/./System/Console/Haskeline/Command.hs:144) charCommand (libraries/haskeline/./System/Console/Haskeline/Command.hs:152) setState (libraries/haskeline/./System/Console/Haskeline/Command.hs:156) change (libraries/haskeline/./System/Console/Haskeline/Command.hs:159) changeFromChar (libraries/haskeline/./System/Console/Haskeline/Command.hs:162) +> (libraries/haskeline/./System/Console/Haskeline/Command.hs:129) useChar (libraries/haskeline/./System/Console/Haskeline/Command.hs:94) choiceCmd (libraries/haskeline/./System/Console/Haskeline/Command.hs:103) keyChoiceCmd (libraries/haskeline/./System/Console/Haskeline/Command.hs:109) keyChoiceCmdM (libraries/haskeline/./System/Console/Haskeline/Command.hs:112) doBefore (libraries/haskeline/./System/Console/Haskeline/Command.hs:165) 25% ( 1 / 4) in 'System.Console.Haskeline.Backend.WCWidth' Missing documentation for: Module header gsWidth (libraries/haskeline/./System/Console/Haskeline/Backend/WCWidth.hs:27) takeWidth (libraries/haskeline/./System/Console/Haskeline/Backend/WCWidth.hs:48) 62% ( 13 / 21) in 'System.Console.Haskeline.MonadException' Missing documentation for: catch (libraries/haskeline/./System/Console/Haskeline/MonadException.hs:99) handle (libraries/haskeline/./System/Console/Haskeline/MonadException.hs:104) catches (libraries/haskeline/./System/Console/Haskeline/MonadException.hs:107) Handler (libraries/haskeline/./System/Console/Haskeline/MonadException.hs:116) finally (libraries/haskeline/./System/Console/Haskeline/MonadException.hs:126) throwIO (libraries/haskeline/./System/Console/Haskeline/MonadException.hs:129) throwTo (libraries/haskeline/./System/Console/Haskeline/MonadException.hs:132) bracket (libraries/haskeline/./Syste libraries/haskeline/System/Console/Haskeline/Monads.hs:24:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/haskeline/System/Console/Haskeline/Term.hs:107:16: Warning: In the use of `isEmptyChan' (imported from Control.Concurrent, but defined in Control.Concurrent.Chan): Deprecated: "if you need this operation, use Control.Concurrent.STM.TChan instead. See for details" m/Console/Haskeline/MonadException.hs:119) 33% ( 3 / 9) in 'System.Console.Haskeline.Prefs' Missing documentation for: Module header CompletionType (libraries/haskeline/./System/Console/Haskeline/Prefs.hs:54) BellStyle (libraries/haskeline/./System/Console/Haskeline/Prefs.hs:58) EditMode (libraries/haskeline/./System/Console/Haskeline/Prefs.hs:61) HistoryDuplicates (libraries/haskeline/./System/Console/Haskeline/Prefs.hs:64) lookupKeyBinding (libraries/haskeline/./System/Console/Haskeline/Prefs.hs:123) 29% ( 6 / 21) in 'System.Console.Haskeline.Monads' Missing documentation for: Module header runReaderT runReaderT' (libraries/haskeline/./System/Console/Haskeline/Monads.hs:70) asks (libraries/haskeline/./System/Console/Haskeline/Monads.hs:50) StateT (libraries/haskeline/./System/Console/Haskeline/Monads.hs:73) runStateT (libraries/haskeline/./System/Console/Haskeline/Monads.hs:100) evalStateT' (libraries/haskeline/./System/Console/Haskeline/Monads.hs:124) mapStateT (libraries/haskeline/./System/Console/Haskeline/Monads.hs:97) gets (libraries/haskeline/./System/Console/Haskeline/Monads.hs:57) modify (libraries/haskeline/./System/Console/Haskeline/Monads.hs:60) update (libraries/haskeline/./System/Console/Haskeline/Monads.hs:63) MonadReader (libraries/haskeline/./System/Console/Haskeline/Monads.hs:38) MonadState (libraries/haskeline/./System/Console/Haskeline/Monads.hs:53) runMaybeT orElse (libraries/haskeline/./System/Console/Haskeline/Monads.hs:135) 0% ( 0 / 11) in 'System.Console.Haskeline.Command.Undo' Missing documentation for: Module header Undo (libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs:9) UndoT (libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs:11) runUndoT (libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs:13) initialUndo (libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs:16) saveToUndo (libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs:20) undoPast (libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs:30) redoFuture (libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs:30) saveForUndo (libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs:41) commandUndo (libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs:47) commandRedo (libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs:47) 0% ( 0 / 30) in 'System.Console.Haskeline.Command.History' Missing documentation for: Module header HistLog (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:13) prevHistoryM (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:16) prevHistories (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:22) histLog (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:26) runHistoryFromFile (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:30) prevHistory (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:46) firstHistory (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:46) historyBack (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:56) historyForward (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:56) historyStart (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:60) historyEnd (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:60) histUpdate (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:64) reverseHist (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:68) SearchMode (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:78) Direction (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:83) directionName (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:86) (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:90) (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:97) saveSM (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:100) startSearchMode (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:103) addChar (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:106) searchHistories (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:110) findInLine (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:118) prepSearch (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:126) searchBackwards (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:132) doSearch (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:138) searchHistory (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:149) searchForPrefix (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:176) findFirst (libraries/haskeline/./System/Console/Haskeline/Command/History.hs:191) 0% ( 0 / 17) in 'System.Console.Haskeline.Command.KillRing' Missing documentation for: Module header Stack (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:11) emptyStack (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:14) peek (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:17) rotate (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:22) push (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:27) KillRing (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:30) runKillRing (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:32) pasteCommand (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:38) deleteFromDiff' (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:48) killFromHelper (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:55) killFromArgHelper (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:63) copyFromArgHelper (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:70) KillHelper (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:78) killAll (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:83) applyHelper (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:86) applyArgHelper (libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs:90) 62% ( 8 / 13) in 'System.Console.Haskeline.Completion' Missing documentation for: Module header Completion (libraries/haskeline/./System/Console/Haskeline/Completion.hs:34) completeQuotedWord (libraries/haskeline/./System/Console/Haskeline/Completion.hs:119) completeFilename (libraries/haskeline/./System/Console/Haskeline/Completion.hs:96) filenameWordBreakChars (libraries/haskeline/./System/Console/Haskeline/Completion.hs:92) 27% ( 7 / 26) in 'System.Console.Haskeline.Term' Missing documentation for: Module header Term (libraries/haskeline/./System/Console/Haskeline/Term.hs:19) drawLine (libraries/haskeline/./System/Console/Haskeline/Term.hs:27) clearLine (libraries/haskeline/./System/Console/Haskeline/Term.hs:27) RunTerm (libraries/haskeline/./System/Console/Haskeline/Term.hs:32) EvalTerm (libraries/haskeline/./System/Console/Haskeline/Term.hs:68) mapEvalTerm (libraries/haskeline/./System/Console/Haskeline/Term.hs:72) Interrupt (libraries/haskeline/./System/Console/Haskeline/Term.hs:77) (libraries/haskeline/./System/Console/Haskeline/Term.hs:80) CommandMonad (libraries/haskeline/./System/Console/Haskeline/Term.hs:84) (libraries/haskeline/./System/Console/Haskeline/Term.hs:88) matchInit (libraries/haskeline/./System/Console/Haskeline/Term.hs:95) Event (libraries/haskeline/./System/Console/Haskeline/Term.hs:99) keyEventLoop (libraries/haskeline/./System/Con libraries/haskeline/System/Console/Haskeline/Backend/Terminfo.hs:8:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/haskeline/System/Console/Haskeline/Backend/DumbTerm.hs:11:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/haskeline/System/Console/Haskeline/InputT.hs:16:1: Warning: The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() libraries/haskeline/System/Console/Haskeline/Command/Completion.hs:137:1: Warning: Tab character sole/Haskeline/Term.hs:102) saveKeys (libraries/haskeline/./System/Console/Haskeline/Term.hs:130) Layout (libraries/haskeline/./System/Console/Haskeline/Term.hs:133) guardedEOF (libraries/haskeline/./System/Console/Haskeline/Term.hs:160) hMaybeReadNewline (libraries/haskeline/./System/Console/Haskeline/Term.hs:177) returnOnEOF (libraries/haskeline/./System/Console/Haskeline/Term.hs:184) 0% ( 0 / 2) in 'System.Console.Haskeline.RunCommand' Missing documentation for: Module header runCommandLoop (libraries/haskeline/./System/Console/Haskeline/RunCommand.hs:12) 23% ( 3 / 13) in 'System.Console.Haskeline.Backend.Posix.Encoder' Missing documentation for: Encoder (libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs:50) Decoder (libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs:51) newEncoders (libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs:57) externalHandle (libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs:85) openInCodingMode (libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs:113) putEncodedStr (libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs:128) getTermText (libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs:136) getBlockOfChars (libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs:150) getDecodedChar (libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs:174) getDecodedLine (libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs:187) 0% ( 0 / 15) in 'System.Console.Haskeline.Backend.Posix' Missing documentation for: Module header withPosixGetEvent (libraries/haskeline/System/Console/Haskeline/Backend/Posix.hsc:214) posixLayouts (libraries/haskeline/System/Console/Haskeline/Backend/Posix.hsc:70) tryGetLayouts (libraries/haskeline/System/Console/Haskeline/Backend/Posix.hsc:103) PosixT (libraries/haskeline/System/Console/Haskeline/Backend/Posix.hsc:298) Handles (libraries/haskeline/System/Console/Haskeline/Backend/Posix.hsc:58) ehIn (libraries/haskeline/System/Console/Haskeline/Backend/Posix.hsc:61) ehOut (libraries/haskeline/System/Console/Haskeline/Backend/Posix.hsc:61) Encoder (libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs:50) Decoder (libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs:51) mapLines (libraries/haskeline/System/Console/Haskeline/Backend/Posix.hsc:186) stdinTTYHandles (libraries/haskeline/System/Console/Haskeline/Backend/Posix.hsc:244) ttyHandles (libraries/haskeline/System/Console/Haskeline/Backend/Posix.hsc:244) posixRunTerm (libraries/haskeline/System/Console/Haskeline/Backend/Posix.hsc:272) fileRunTerm (libraries/haskeline/System/Console/Haskeline/Backend/Posix.hsc:303) 0% ( 0 / 3) in 'System.Console.Haskeline.Backend.Terminfo' Missing documentation for: Module header Draw (libraries/haskeline/./System/Console/Haskeline/Backend/Terminfo.hs:102) runTerminfoDraw (libraries/haskeline/./System/Console/Haskeline/Backend/Terminfo.hs:126) 0% ( 0 / 19) in 'System.Console.Haskeline.Backend.DumbTerm' Missing documentation for: Module header Window (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:18) initWindow (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:21) DumbTerm (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:24) DumbTermM (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:29) (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:31) evalDumb (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:34) runDumbTerm (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:37) (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:40) printText (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:50) cr (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:58) crlf (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:58) backs (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:62) spaces (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:62) clearLayoutD (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:67) maxWidth (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:73) drawLineDiff' (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:76) refitLine (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:100) clearDeadText (libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs:116) 0% ( 0 / 7) in 'System.Console.Haskeline.Backend' Missing documentation for: Module header defaultRunTerm (libraries/haskeline/./System/Console/Haskeline/Backend.hs:19) terminalRunTerm (libraries/haskeline/./System/Console/Haskeline/Backend.hs:23) stdinTTY (libraries/haskeline/./System/Console/Haskeline/Backend.hs:26) directTTY (libraries/haskeline/./System/Console/Haskeline/Backend.hs:33) runDraw (libraries/haskeline/./System/Console/Haskeline/Backend.hs:42) fileHandleRunTerm (libraries/haskeline/./System/Console/Haskeline/Backend.hs:50) 74% ( 20 / 27) in 'System.Console.Haskeline.InputT' Missing documentation for: Module header (libraries/haskeline/./System/Console/Haskeline/InputT.hs:56) (libraries/haskeline/./System/Console/Haskeline/InputT.hs:59) (libraries/haskeline/./System/Console/Haskeline/InputT.hs:63) InputCmdT (libraries/haskeline/./System/Console/Haskeline/InputT.hs:79) runInputCmdT (libraries/haskeline/./System/Console/Haskeline/InputT.hs:84) (libraries/haskeline/./System/Console/Haskeline/InputT.hs:90) 40% ( 2 / 5) in 'System.Console.Haskeline.Command.Completion' Missing documentation for: Module header Completion (libraries/haskeline/./System/Console/Haskeline/Completion.hs:34) CompletionType (libraries/haskeline/./System/Console/Haskeline/Prefs.hs:54) 0% ( 0 / 57) in 'System.Console.Haskeline.Vi' Missing documentation for: Module header EitherMode (libraries/haskeline/./System/Console/Haskeline/Vi.hs:16) SavedCommand (libraries/haskeline/./System/Console/Haskeline/Vi.hs:18) ViState (libraries/haskeline/./System/Console/Haskeline/Vi.hs:20) emptyViState (libraries/haskeline/./System/Console/Haskeline/Vi.hs:25) ViT (libraries/haskeline/./System/Console/Haskeline/Vi.hs:31) InputCmd (libraries/haskeline/./System/Console/Haskeline/Vi.hs:33) InputKeyCmd (libraries/haskeline/./System/Console/Haskeline/Vi.hs:34) viKeyCommands (libraries/haskeline/./System/Console/Haskeline/Vi.hs:36) viCommands (libraries/haskeline/./System/Console/Haskeline/Vi.hs:45) simpleInsertions (libraries/haskeline/./System/Console/Haskeline/Vi.hs:48) insertChars (libraries/haskeline/./System/Console/Haskeline/Vi.hs:66) eofIfEmpty (libraries/haskeline/./System/Console/Haskeline/Vi.hs:79) viCommandActions (libraries/haskeline/./System/Console/Haskeline/Vi.hs:84) exitingCommands (libraries/haskeline/./System/Console/Haskeline/Vi.hs:97) simpleCmdActions (libraries/haskeline/./System/Console/Haskeline/Vi.hs:110) replaceOnce (libraries/haskeline/./System/Console/Haskeline/Vi.hs:131) repeatedCommands (libraries/haskeline/./System/Console/Haskeline/Vi.hs:134) pureMovements (libraries/haskeline/./System/Console/Haskeline/Vi.hs:146) useMovementsForKill (libraries/haskeline/./System/Console/Haskeline/Vi.hs:160) repeatableCommands (libraries/haskeline/./System/Console/Haskeline/Vi.hs:179) repeatableCmdMode (libraries/haskeline/./System/Console/Haskeline/Vi.hs:188) flipCase (libraries/haskeline/./System/Console/Haskeline/Vi.hs:203) repeatableCmdToIMode (libraries/haskeline/./System/Console/Haskeline/Vi.hs:210) deletionCmd (libraries/haskeline/./System/Console/Haskeline/Vi.hs:213) deletionToInsertCmd (libraries/haskeline/./System/Console/Haskeline/Vi.hs:221) yankCommand (libraries/haskeline/./System/Console/Haskeline/Vi.hs:234) reinputArg (libraries/haskeline/./System/Console/Haskeline/Vi.hs:244) goToWordDelEnd (libraries/haskeline/./System/Console/Haskeline/Vi.hs:253) goToBigWordDelEnd (libraries/haskeline/./System/Console/Haskeline/Vi.hs:253) movements (libraries/haskeline/./System/Console/Haskeline/Vi.hs:259) isBigWordChar (libraries/haskeline/./System/Console/Haskeline/Vi.hs:293) isWordChar (libraries/haskeline/./System/Console/Haskeline/Vi.hs:293) isOtherChar (libraries/haskeline/./System/Console/Haskeline/Vi.hs:293) .||. (libraries/haskeline/./System/Console/Haskeline/Vi.hs:298) foreachDigit (libraries/haskeline/./System/Console/Haskeline/Vi.hs:301) wordErase (libraries/haskeline/./System/Console/Haskeline/Vi.hs:310) findMatchingBrace (libraries/haskeline/./System/Console/Haskeline/Vi.hs:316) deleteMatchingBrace (libraries/haskeline/./System/Console/Haskeline/Vi.hs:325) scanBraces (libraries/haskeline/./System/Console/Haskeline/Vi.hs:335) matchingRightBrace (libraries/haskeline/./System/Console/Haskeline/Vi.hs:345) matchingLeftBrace (libraries/haskeline/./System/Console/Haskeline/Vi.hs:345) braceList (libraries/haskeline/./System/Console/Haskeline/Vi.hs:349) replaceLoop (libraries/haskeline/./System/Console/Haskeline/Vi.hs:354) storeLastCmd (libraries/haskeline/./System/Console/Haskeline/Vi.hs:369) storedAction (libraries/haskeline/./System/Console/Haskeline/Vi.hs:374) storedCmdAction (libraries/haskeline/./System/Console/Haskeline/Vi.hs:377) storedIAction (libraries/haskeline/./System/Console/Haskeline/Vi.hs:381) killAndStoreCmd (libraries/haskeline/./System/Console/Haskeline/Vi.hs:385) killAndStoreI (libraries/haskeline/./System/Console/Haskeline/Vi.hs:388) killAndStoreIE (libraries/haskeline/./System/Console/Haskeline/Vi.hs:391) noArg (libraries/haskeline/./System/Console/Haskeline/Vi.hs:394) SearchEntry (libraries/haskeline/./System/Console/Haskeline/Vi.hs:400) searchText (libraries/haskeline/./System/Console/Haskeline/Vi.hs:405) (libraries/haskeline/./System/Console/Haskeline/Vi.hs:408) viEnterSearch (libraries/haskeline/./System/Console/Haskeline/Vi.hs:413) viSearchHist (libraries/haskeline/./System/Console/Haskeline/Vi.hs:432) 0% ( 0 / 13) in 'System.Console.Haskeline.Emacs' Missing documentation for: Module header InputCmd (libraries/haskeline/./System/Console/Haskeline/Emacs.hs:15) InputKeyCmd (libraries/haskeline/./System/Console/Haskeline/Emacs.hs:16) emacsCommands (libraries/haskeline/./System/Console/Haskeline/Emacs.hs:18) enders (libraries/haskeline/./System/Console/Haskeline/Emacs.hs:24) simpleActions (libraries/haskeline/./System/Console/Haskeline/Emacs.hs:35) controlActions (libraries/haskeline/./System/Console/Haskeline/Emacs.hs:35) rotatePaste (libraries/haskeline/./System/Console/Haskeline/Emacs.hs:80) wordRight (libraries/haskeline/./System/Console/Haskeline/Emacs.hs:89) wordLeft (libraries/haskeline/./System/Console/Haskeline/Emacs.hs:89) bigWordLeft (libraries/haskeline/./System/Console/Haskeline/Emacs.hs:89) modifyWord (libraries/haskeline/./System/Console/Haskeline/Emacs.hs:94) capitalize (libraries/haskeline/./System/Console/Haskeline/Emacs.hs:100) 98% ( 47 / 48) in 'System.Console.Haskeline' Missing documentation for: Interrupt (libraries/haskeline/./System/Console/Haskeline/Term.hs:77) 83% ( 5 / 6) in 'System.Console.Haskeline.IO' Missing documentation for: InputState (libraries/haskeline/./System/Console/Haskeline/IO.hs:53) Haddock coverage: 0% ( 0 / 8) in 'Paths_Cabal' Missing documentation for: Module header version (libraries/Cabal/Cabal/dist-install/build/autogen/Paths_Cabal.hs:15) getBinDir (libraries/Cabal/Cabal/dist-install/build/autogen/Paths_Cabal.hs:25) getLibDir (libraries/Cabal/Cabal/dist-install/build/autogen/Paths_Cabal.hs:25) getDataDir (libraries/Cabal/Cabal/dist-install/build/autogen/Paths_Cabal.hs:25) getLibexecDir (libraries/Cabal/Cabal/dist-install/build/autogen/Paths_Cabal.hs:25) getDataFileName (libraries/Cabal/Cabal/dist-install/build/autogen/Paths_Cabal.hs:32) getSysconfDir (libraries/Cabal/Cabal/dist-install/build/autogen/Paths_Cabal.hs:25) 22% ( 2 / 9) in 'Distribution.TestSuite' Missing documentation for: TestInstance (libraries/Cabal/Cabal/./Distribution/TestSuite.hs:24) OptionDescr (libraries/Cabal/Cabal/./Distribution/TestSuite.hs:39) OptionType (libraries/Cabal/Cabal/./Distribution/TestSuite.hs:48) Test (libraries/Cabal/Cabal/./Distribution/TestSuite.hs:67) Options (libraries/Cabal/Cabal/./Distribution/TestSuite.hs:83) Progress (libraries/Cabal/Cabal/./Distribution/TestSuite.hs:85) Result (libraries/Cabal/Cabal/./Distribution/TestSuite.hs:88) 100% ( 3 / 3) in 'Distribution.Simple.PreProcess.Unlit' 100% ( 10 / 10) in 'Distribution.GetOpt' 33% ( 1 / 3) in 'Distribution.PackageDescription.Utils' Missing documentation for: cabalBug (libraries/Cabal/Cabal/./Distribution/PackageDescription/Utils.hs:20) userBug (libraries/Cabal/Cabal/./Distribution/PackageDescription/Utils.hs:17) 100% ( 5 / 5) in 'Distribution.Simple.CCompiler' 33% ( 1 / 3) in 'Distribution.Compat.Binary' Missing documentation for: Module header decodeOrFailIO (libraries/Cabal/Cabal/./Distribution/Compat/Binary.hs:49) 97% ( 38 / 39) in 'Distribution.Compat.ReadP' Missing documentation for: ReadP (libraries/Cabal/Cabal/./Distribution/Compat/ReadP.hs:150) 25% ( 1 / 4) in 'Distribution.Text' Missing documentation for: Text (libraries/Cabal/Cabal/./Distribution/Text.hs:26) display (libraries/Cabal/Cabal/./Distribution/Text.hs:30) simpleParse (libraries/Cabal/Cabal/./Distribution/Text.hs:38) 84% ( 37 / 44) in 'Distribution.Version' Missing documentation for: VersionRange (libraries/Cabal/Cabal/./Distribution/Version.hs:94) VersionInterval (libraries/Cabal/Cabal/./Distribution/Version.hs:458) LowerBound (libraries/Cabal/Cabal/./Distribution/Version.hs:459) UpperBound (libraries/Cabal/Cabal/./Distribution/Version.hs:460) Bound (libraries/Cabal/Cabal/./Distribution/Version.hs:461) unionVersionIntervals (libraries/Cabal/Cabal/./Distribution/Version.hs:614) intersectVersionIntervals (libraries/Cabal/Cabal/./Distribution/Version.hs:647) 57% ( 4 / 7) in 'Language.Haskell.Extension' Missing documentation for: knownLanguages (libraries/Cabal/Cabal/./Language/Haskell/Extension.hs:60) KnownExtension (libraries/Cabal/Cabal/./Language/Haskell/Extension.hs:110) knownExtensions (libraries/Cabal/Cabal/./Language/Haskell/Extension.hs:723) 57% ( 8 / 14) in 'Distribution.Compiler' Missing documentation for: CompilerFlavor (libraries/Cabal/Cabal/./Distribution/Compiler.hs:63) buildCompilerId (libraries/Cabal/Cabal/./Distribution/Compiler.hs:122) buildCompilerFlavor (libraries/Cabal/Cabal/./Distribution/Compiler.hs:116) CompilerId (libraries/Cabal/Cabal/./Distribution/Compiler.hs:140) AbiTag (libraries/Cabal/Cabal/./Distribution/Compiler.hs:180) abiTagString (libraries/Cabal/Cabal/./Distribution/Compiler.hs:195) 59% ( 19 / 32) in 'Distribution.Simple.Compiler' Missing documentation for: Compiler (libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs:72) showCompilerId (libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs:90) showCompilerIdWithAbi (libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs:93) compilerFlavor (libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs:100) compilerVersion (libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs:103) compilerCompatVersion (libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs:106) compilerInfo (libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs:112) absolutePackageDBPath (libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs:168) flagToOptimisationLevel (libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs:189) flagToDebugInfoLevel (libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs:216) Flag (libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs:251) languageToFlags (libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs:236) unsupportedLanguages (libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs:231) 33% ( 2 / 6) in 'Distribution.Simple.GHC.ImplInfo' Missing documentation for: getImplInfo (libraries/Cabal/Cabal/./Distribution/Simple/GHC/ImplInfo.hs:54) ghcVersionImplInfo (libraries/Cabal/Cabal/./Distribution/Simple/GHC/ImplInfo.hs:67) ghcjsVersionImplInfo (libraries/Cabal/Cabal/./Distribution/Simple/GHC/ImplInfo.hs:87) lhcVersionImplInfo (libraries/Cabal/Cabal/./Distribution/Simple/GHC/ImplInfo.hs:107) 100% ( 3 / 3) in 'Distribution.License' 86% ( 6 / 7) in 'Distribution.ModuleName' Missing documentation for: simple (libraries/Cabal/Cabal/./Distribution/ModuleName.hs:70) 70% ( 16 / 23) in 'Distribution.Package' Missing documentation for: PackageName (libraries/Cabal/Cabal/./Distribution/Package.hs:69) packageKeyHash (libraries/Cabal/Cabal/./Distribution/Package.hs:276) packageKeyLibraryName (libraries/Cabal/Cabal/./Distribution/Package.hs:280) thisPackageVersion (libraries/Cabal/Cabal/./Distribution/Package.hs:324) notThisPackageVersion (libraries/Cabal/Cabal/./Distribution/Package.hs:328) packageName (libraries/Cabal/Cabal/./Distribution/Package.hs:352) packageVersion (libraries/Cabal/Cabal/./Distribution/Package.hs:355) 45% ( 5 / 11) in 'Distribution.System' Missing documentation for: OS (libraries/Cabal/Cabal/./Distribution/System.hs:70) buildOS (libraries/Cabal/Cabal/./Distribution/System.hs:119) Arch (libraries/Cabal/Cabal/./Distribution/System.hs:126) buildArch (libraries/Cabal/Cabal/./Distribution/System.hs:169) Platform (libraries/Cabal/Cabal/./Distribution/System.hs:176) platformFromTriple (libraries/Cabal/Cabal/./Distribution/System.hs:204) 66% ( 49 / 74) in 'Distribution.PackageDescription' Missing documentation for: emptyPackageDescription (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:233) knownBuildTypes (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:284) defaultRenaming (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:312) lookupRenaming (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:315) Library (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:365) ModuleReexport (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:428) emptyLibrary (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:396) Executable (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:461) emptyExecutable (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:489) testType (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:641) knownTestTypes (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:612) emptyTestSuite (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:580) benchmarkType (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:755) knownBenchmarkTypes (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:743) emptyBenchmark (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:713) BuildInfo (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:764) emptyBuildInfo (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:869) hcProfOptions (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:920) hcSharedOptions (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:923) HookedBuildInfo (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:911) emptyHookedBuildInfo (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:913) updatePackageDescription (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:1069) GenericPackageDescription (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:1096) CondTree (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:1150) knownRepoTypes (libraries/Cabal/Cabal/./Distribution/PackageDescription.hs:1024) 52% ( 11 / 21) in 'Distribution.Simple.InstallDirs' Missing documentation for: defaultInstallDirs (libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs:195) combineInstallDirs (libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs:139) PathTemplateVariable (libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs:362) PathTemplateEnv (libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs:390) substPathTemplate (libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs:406) platformTemplateEnv (libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs:442) compilerTemplateEnv (libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs:437) packageTemplateEnv (libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs:428) abiTemplateEnv (libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs:448) installDirsTemplateEnv (libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs:458) 44% ( 4 / 9) in 'Distribution.ReadE' Missing documentation for: succeedReadE (libraries/Cabal/Cabal/./Distribution/ReadE.hs:32) failReadE (libraries/Cabal/Cabal/./Distribution/ReadE.hs:35) parseReadE (libraries/Cabal/Cabal/./Distribution/ReadE.hs:38) readEOrFail (libraries/Cabal/Cabal/./Distribution/ReadE.hs:43) readP_to_E (libraries/Cabal/Cabal/./Distribution/ReadE.hs:46) 15% ( 2 / 13) in 'Distribution.Verbosity' Missing documentation for: Verbosity (libraries/Cabal/Cabal/./Distribution/Verbosity.hs:32) silent (libraries/Cabal/Cabal/./Distribution/Verbosity.hs:38) normal (libraries/Cabal/Cabal/./Distribution/Verbosity.hs:42) verbose (libraries/Cabal/Cabal/./Distribution/Verbosity.hs:46) deafening (libraries/Cabal/Cabal/./Distribution/Verbosity.hs:51) moreVerbose (libraries/Cabal/Cabal/./Distribution/Verbosity.hs:54) lessVerbose (libraries/Cabal/Cabal/./Distribution/Verbosity.hs:60) intToVerbosity (libraries/Cabal/Cabal/./Distribution/Verbosity.hs:66) flagToVerbosity (libraries/Cabal/Cabal/./Distribution/Verbosity.hs:73) showForCabal (libraries/Cabal/Cabal/./Distribution/Verbosity.hs:83) showForGHC (libraries/Cabal/Cabal/./Distribution/Verbosity.hs:83) 0% ( 0 / 4) in 'Distribution.Compat.Exception' Missing documentation for: Module header catchIO (libraries/Cabal/Cabal/./Distribution/Compat/Exception.hs:13) catchExit (libraries/Cabal/Cabal/./Distribution/Compat/Exception.hs:16) tryIO (libraries/Cabal/Cabal/./Distribution/Compat/Exception.hs:10) 40% ( 2 / 5) in 'Distribution.Compat.TempFile' Missing documentation for: Module header openNewBinaryFile (libraries/Cabal/Cabal/./Distribution/Compat/TempFile.hs:46) createTempDirectory (libraries/Cabal/Cabal/./Distribution/Compat/TempFile.hs:110) 33% ( 3 / 9) in 'Distribution.Compat.CopyFile' Missing documentation for: Module header copyOrdinaryFile (libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs:46) copyExecutableFile (libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs:46) setFileOrdinary (libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs:50) setFileExecutable (libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs:50) setDirOrdinary (libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs:50) 71% ( 76 /107) in 'Distribution.Simple.Utils' Missing documentation for: cabalVersion (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:206) die (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:227) dieWithLocation (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:218) topHandler (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:248) topHandlerWith (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:230) setupMessage (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:273) printRawCommandAndArgs (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:348) printRawCommandAndArgsAndEnv (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:352) rawSystemExit (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:366) rawSystemExitCode (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:375) rawSystemExitWithEnv (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:384) rawSystemIOWithEnv (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:408) maybeExit (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:343) smartCopySources (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:972) copyDirectoryRecursiveVerbose (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:980) setFileOrdinary (libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs:50) setFileExecutable (libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs:50) shortRelativePath (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:1098) findFirstFile (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:626) addLibraryPath (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:702) matchFileGlob (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:743) matchDirFileGlob (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:746) parseFileGlob (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:732) FileGlob (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:724) defaultTempFileOptions (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:994) fromUTF8 (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:1179) toUTF8 (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:1220) equating (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:1360) comparing (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:1363) isInfixOf (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:1366) lowercase (libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs:1369) 13% ( 8 / 63) in 'Distribution.ParseUtils' Missing documentation for: LineNo (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:73) PError (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:76) PWarning (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:82) locatedErrorMsg (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:147) syntaxError (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:155) warning (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:161) runP (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:121) runE (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:134) ParseResult (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:93) catchParseError (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:113) parseFail (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:118) showPWarning (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:86) Field (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:354) fName (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:384) lineNo (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:379) ppField (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:273) ppFields (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:269) readFields (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:389) readFieldsFlat (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:397) showFields (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:295) showSingleNamedField (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:298) showSimpleSingleNamedField (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:304) parseFields (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:311) parseFieldsFlat (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:315) parseFilePathQ (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:616) parseTokenQ (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:691) parseTokenQ' (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:694) parseBuildTool (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:627) parsePkgconfigDependency (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:647) parseOptVersion (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:660) parsePackageNameQ (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:654) parseVersionRangeQ (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:657) parseTestedWithQ (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:666) parseLicenseQ (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:674) parseLanguageQ (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:682) parseExtensionQ (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:685) parseSepList (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:697) parseCommaList (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:707) parseOptCommaList (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:711) showFilePath (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:724) showToken (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:728) showTestedWith (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:735) parseFreeText (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:718) field (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:176) simpleField (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:192) listField (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:232) listFieldWithSep (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:223) spaceListField (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:214) commaListField (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:206) commaListFieldWithSep (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:197) commaNewLineListField (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:210) optsField (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:236) liftField (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:182) boolField (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:254) parseQuoted (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:715) 7% ( 1 / 14) in 'Distribution.InstalledPackageInfo' Missing documentation for: InstalledPackageInfo_ (libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs:72) InstalledPackageInfo (libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs:122) OriginalModule (libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs:170) ExposedModule (libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs:177) ParseResult (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:93) PError (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:76) PWarning (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:82) emptyInstalledPackageInfo (libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs:124) parseInstalledPackageInfo (libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs:241) showInstalledPackageInfo (libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs:257) showInstalledPackageInfoField (libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs:260) showSimpleInstalledPackageInfoField (libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs:263) fieldsInstalledPackageInfo (libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs:272) 25% ( 2 / 8) in 'Distribution.Simple.GHC.IPI642' Missing documentation for: toCurrent (libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs:102) PackageIdentifier (libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs:73) convertPackageId (libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs:83) License (libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs:79) convertLicense (libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs:93) convertModuleName (libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs:90) 67% ( 2 / 3) in 'Distribution.Simple.GHC.IPI641' Missing documentation for: toCurrent (libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI641.hs:67) 66% ( 31 / 47) in 'Distribution.Simple.Command' Missing documentation for: CommandUI (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:79) CommandParse (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:498) helpCommandUI (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:594) ShowOrParseArgs (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:98) Command (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:510) commandAddAction (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:519) commandsRun (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:532) Name (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:99) liftOption (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:317) Description (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:100) OptFlags (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:128) ArgPlaceHolder (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:129) MkOptDescr (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:149) noArg (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:181) boolOpt (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:184) boolOpt' (libraries/Cabal/Cabal/./Distribution/Simple/Command.hs:191) 44% ( 4 / 9) in 'Distribution.PackageDescription.Configuration' Missing documentation for: freeVars (libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs:328) mapCondTree (libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs:167) mapTreeData (libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs:181) mapTreeConds (libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs:178) mapTreeConstrs (libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs:175) 90% ( 9 / 10) in 'Distribution.PackageDescription.Check' Missing documentation for: checkConfiguredPackage (libraries/Cabal/Cabal/./Distribution/PackageDescription/Check.hs:158) 32% ( 7 / 22) in 'Distribution.PackageDescription.Parse' Missing documentation for: writePackageDescription (libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs:1195) showPackageDescription (libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs:1200) ParseResult (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:93) LineNo (libraries/Cabal/Cabal/./Distribution/ParseUtils.hs:73) readHookedBuildInfo (libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs:554) parseHookedBuildInfo (libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs:1168) writeHookedBuildInfo (libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs:1219) showHookedBuildInfo (libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs:1223) pkgDescrFieldDescrs (libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs:90) libFieldDescrs (libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs:186) executableFieldDescrs (libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs:215) binfoFieldDescrs (libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs:397) sourceRepoFieldDescrs (libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs:511) testSuiteFieldDescrs (libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs:249) flagFieldDescrs (libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs:498) 100% ( 3 / 3) in 'Distribution.PackageDescription.PrettyPrint' 67% ( 6 / 9) in 'Distribution.Utils.NubList' Missing documentation for: Module header fromNubList (libraries/Cabal/Cabal/./Distribution/Utils/NubList.hs:25) fromNubListR (libraries/Cabal/Cabal/./Distribution/Utils/NubList.hs:81) 93% ( 43 / 46) in 'Distribution.Simple.PackageIndex' Missing documentation for: SearchResult (libraries/Cabal/Cabal/./Distribution/Simple/PackageIndex.hs:463) topologicalOrder (libraries/Cabal/Cabal/./Distribution/Simple/PackageIndex.hs:583) reverseTopologicalOrder (libraries/Cabal/Cabal/./Distribution/Simple/PackageIndex.hs:589) 0% ( 0 / 2) in 'Distribution.Compat.Environment' Missing documentation for: Module header getEnvironment (libraries/Cabal/Cabal/./Distribution/Compat/Environment.hs:13) 57% ( 4 / 7) in 'Distribution.Simple.Program.Find' Missing documentation for: ProgramSearchPathEntry (libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs:60) defaultProgramSearchPath (libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs:64) findProgramOnSearchPath (libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs:67) 85% ( 11 / 13) in 'Distribution.Simple.Program.Types' Missing documentation for: ProgramSearchPathEntry (libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs:60) ProgArg (libraries/Cabal/Cabal/./Distribution/Simple/Program/Types.hs:75) 40% ( 4 / 10) in 'Distribution.Simple.Program.Run' Missing documentation for: IOEncoding (libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs:61) emptyProgramInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs:64) simpleProgramInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs:76) programInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs:83) runProgramInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs:94) getProgramInvocationOutput (libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs:144) 60% ( 12 / 20) in 'Distribution.Simple.Program.HcPkg' Missing documentation for: initInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs:275) registerInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs:282) reregisterInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs:282) unregisterInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs:315) exposeInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs:323) hideInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs:331) dumpInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs:339) listInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs:350) 100% ( 2 / 2) in 'Distribution.Simple.Program.Ld' 67% ( 2 / 3) in 'Distribution.Simple.Program.Hpc' Missing documentation for: union (libraries/Cabal/Cabal/./Distribution/Simple/Program/Hpc.hs:78) 100% ( 4 / 4) in 'Distribution.Simple.Program.Script' 13% ( 4 / 31) in 'Distribution.Simple.Program.Builtin' Missing documentation for: ghcProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:111) ghcPkgProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:132) ghcjsProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:142) ghcjsPkgProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:148) lhcProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:158) lhcPkgProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:163) hmakeProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:173) jhcProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:183) haskellSuiteProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:224) haskellSuitePkgProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:234) uhcProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:194) gccProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:261) arProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:266) stripProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:269) happyProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:241) alexProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:251) hsc2hsProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:291) c2hsProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:301) cpphsProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:306) hscolourProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:315) haddockProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:325) greencardProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:335) ldProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:338) tarProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:341) cppProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:356) pkgConfigProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:359) hpcProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:199) 80% ( 24 / 30) in 'Distribution.Simple.Program.Db' Missing documentation for: emptyProgramDb (libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs:112) defaultProgramDb (libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs:115) addKnownPrograms (libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs:173) lookupKnownProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs:177) knownPrograms (libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs:182) userMaybeSpecifyPath (libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs:224) 46% ( 39 / 84) in 'Distribution.Simple.Program' Missing documentation for: ProgramSearchPathEntry (libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs:60) ProgArg (libraries/Cabal/Cabal/./Distribution/Simple/Program/Types.hs:75) emptyProgramInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs:64) simpleProgramInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs:76) programInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs:83) runProgramInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs:94) getProgramInvocationOutput (libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs:144) ProgramConfiguration (libraries/Cabal/Cabal/./Distribution/Simple/Program.hs:210) emptyProgramConfiguration (libraries/Cabal/Cabal/./Distribution/Simple/Program.hs:212) defaultProgramConfiguration (libraries/Cabal/Cabal/./Distribution/Simple/Program.hs:212) restoreProgramConfiguration (libraries/Cabal/Cabal/./Distribution/Simple/Program.hs:216) addKnownPrograms (libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs:173) lookupKnownProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs:177) knownPrograms (libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs:182) userMaybeSpecifyPath (libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs:224) ghcProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:111) ghcPkgProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:132) ghcjsProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:142) ghcjsPkgProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:148) lhcProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:158) lhcPkgProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:163) hmakeProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:173) jhcProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:183) uhcProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:194) gccProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:261) arProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:266) stripProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:269) happyProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:241) alexProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:251) hsc2hsProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:291) c2hsProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:301) cpphsProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:306) hscolourProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:315) haddockProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:325) greencardProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:335) ldProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:338) tarProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:341) cppProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:356) pkgConfigProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:359) hpcProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs:199) rawSystemProgram (libraries/Cabal/Cabal/./Distribution/Simple/Program.hs:194) rawSystemProgramStdout (libraries/Cabal/Cabal/./Distribution/Simple/Program.hs:198) rawSystemProgramConf (libraries/Cabal/Cabal/./Distribution/Simple/Program.hs:202) rawSystemProgramStdoutConf (libraries/Cabal/Cabal/./Distribution/Simple/Program.hs:206) findProgramOnPath (libraries/Cabal/Cabal/./Distribution/Simple/Program.hs:221) 15% ( 12 / 81) in 'Distribution.Simple.Setup' Missing documentation for: emptyGlobalFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:251) defaultGlobalFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:206) globalCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:212) emptyConfigFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:731) defaultConfigFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:342) configureCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:376) configAbsolutePaths (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:336) readPackageDbList (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:638) showPackageDbList (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:644) emptyCopyFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:866) defaultCopyFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:833) copyCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:840) emptyInstallFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:943) defaultInstallFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:896) installCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:905) HaddockFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1266) emptyHaddockFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1411) defaultHaddockFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1286) haddockCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1306) HscolourFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1171) emptyHscolourFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1181) defaultHscolourFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1184) hscolourCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1213) BuildFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1514) emptyBuildFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1595) defaultBuildFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1530) buildCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1540) buildVerbose (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1527) ReplFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1621) defaultReplFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1630) replCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1656) CleanFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1457) emptyCleanFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1494) defaultCleanFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1464) cleanCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1471) emptyRegisterFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1143) defaultRegisterFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1057) registerCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1068) unregisterCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1113) emptySDistFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1020) defaultSDistFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:977) sdistCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:986) TestFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1750) emptyTestFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1846) defaultTestFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1761) testCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1772) TestShowDetails (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1728) BenchmarkFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1874) emptyBenchmarkFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1933) defaultBenchmarkFlags (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1880) benchmarkCommand (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1887) configureOptions (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:400) configureCCompiler (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:2139) configureLinker (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:2143) buildOptions (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1579) haddockOptions (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:1330) installDirsOptions (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:669) defaultDistPref (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:113) toFlag (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:166) fromFlag (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:169) fromFlagOrDefault (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:173) flagToMaybe (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:177) flagToList (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:181) boolOpt (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:2043) boolOpt' (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:2047) trueArg (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:2051) falseArg (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:2051) optionVerbosity (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:2073) optionNumJobs (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:2084) 57% ( 4 / 7) in 'Distribution.Make' Missing documentation for: defaultMain (libraries/Cabal/Cabal/./Distribution/Make.hs:83) defaultMainArgs (libraries/Cabal/Cabal/./Distribution/Make.hs:86) defaultMainNoRead (libraries/Cabal/Cabal/./Distribution/Make.hs:90) 12% ( 1 / 8) in 'Distribution.Simple.Program.GHC' Missing documentation for: Module header GhcMode (libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs:213) GhcOptimisation (libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs:222) GhcDynLinkMode (libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs:228) ghcInvocation (libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs:239) renderGhcOptions (libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs:243) runGHC (libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs:234) 42% ( 15 / 36) in 'Distribution.Simple.LocalBuildInfo' Missing documentation for: Component (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:178) ComponentName (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:184) showComponentName (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:192) ComponentLocalBuildInfo (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:198) LibraryName (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:236) foldComponent (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:225) componentName (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:245) componentBuildInfo (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:241) componentEnabled (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:268) componentDisabledReason (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:275) ComponentDisabledReason (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:271) lookupComponent (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:288) getComponent (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:298) getComponentLocalBuildInfo (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:309) allComponentsInBuildOrder (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:372) componentsInBuildOrder (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:378) checkComponentsCyclic (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:401) withComponentsInBuildOrder (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:363) withComponentsLBI (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:347) withTestLBI (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:340) substPathTemplate (libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs:496) 40% ( 6 / 15) in 'Distribution.Simple.BuildPaths' Missing documentation for: defaultDistPref (libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs:113) srcPref (libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs:53) hscolourPref (libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs:56) haddockPref (libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs:59) cppHeaderName (libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs:67) haddockName (libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs:78) mkLibName (libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs:84) mkProfLibName (libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs:87) mkSharedLibName (libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs:93) 67% ( 2 / 3) in 'Distribution.Simple.Build.PathsModule' Missing documentation for: generate (libraries/Cabal/Cabal/./Distribution/Simple/Build/PathsModule.hs:51) 54% ( 7 / 13) in 'Distribution.Simple.BuildTarget' Missing documentation for: readBuildTargets (libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs:137) readUserBuildTargets (libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs:171) UserBuildTargetProblem (libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs:207) reportUserBuildTargetProblems (libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs:211) BuildTargetProblem (libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs:285) reportBuildTargetProblems (libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs:343) 71% ( 10 / 14) in 'Distribution.Simple.Test.Log' Missing documentation for: Module header TestLogs (libraries/Cabal/Cabal/./Distribution/Simple/Test/Log.hs:57) summarizeSuiteStart (libraries/Cabal/Cabal/./Distribution/Simple/Test/Log.hs:160) testSuiteLogPath (libraries/Cabal/Cabal/./Distribution/Simple/Test/Log.hs:106) 43% ( 3 / 7) in 'Distribution.Simple.JHC' Missing documentation for: configure (libraries/Cabal/Cabal/./Distribution/Simple/JHC.hs:68) getInstalledPackages (libraries/Cabal/Cabal/./Distribution/Simple/JHC.hs:104) installLib (libraries/Cabal/Cabal/./Distribution/Simple/JHC.hs:184) installExe (libraries/Cabal/Cabal/./Distribution/Simple/JHC.hs:190) 45% ( 5 / 11) in 'Distribution.Simple.LHC' Missing documentation for: configure (libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs:109) getInstalledPackages (libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs:227) registerPackage (libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs:783) hcPkgInfo (libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs:795) ghcOptions (libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs:606) ghcVerbosityOptions (libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs:600) 14% ( 1 / 7) in 'Distribution.Simple.UHC' Missing documentation for: configure (libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs:46) getInstalledPackages (libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs:90) buildLib (libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs:160) buildExe (libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs:183) installLib (libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs:237) registerPackage (libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs:259) 0% ( 0 / 13) in 'Distribution.Simple.HaskellSuite' Missing documentation for: Module header configure (libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs:29) hstoolVersion (libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs:88) numericVersion (libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs:91) getCompilerVersion (libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs:94) getExtensions (libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs:106) getLanguages (libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs:114) getInstalledPackages (libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs:124) buildLib (libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs:152) installLib (libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs:185) registerPackage (libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs:204) initPackageDB (libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs:220) packageDbOpt (libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs:225) 20% ( 3 / 15) in 'Distribution.Simple.GHC.Internal' Missing documentation for: getLanguages (libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs:208) getExtensions (libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs:231) targetPlatform (libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs:78) getGhcInfo (libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs:216) componentCcGhcOptions (libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs:327) componentGhcOptions (libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs:358) mkGHCiLibName (libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs:414) ghcLookupProperty (libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs:417) getHaskellObjects (libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs:425) mkGhcOptPackages (libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs:444) substTopDir (libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs:450) checkPackageDbEnvVar (libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs:479) 56% ( 5 / 9) in 'Distribution.Simple.Hpc' Missing documentation for: Way (libraries/Cabal/Cabal/./Distribution/Simple/Hpc.hs:45) htmlDir (libraries/Cabal/Cabal/./Distribution/Simple/Hpc.hs:77) mixDir (libraries/Cabal/Cabal/./Distribution/Simple/Hpc.hs:58) tixDir (libraries/Cabal/Cabal/./Distribution/Simple/Hpc.hs:64) 33% ( 1 / 3) in 'Distribution.Simple.Program.Strip' Missing documentation for: stripLib (libraries/Cabal/Cabal/./Distribution/Simple/Program/Strip.hs:47) stripExe (libraries/Cabal/Cabal/./Distribution/Simple/Program/Strip.hs:36) 100% ( 3 / 3) in 'Distribution.Simple.Program.Ar' 60% ( 12 / 20) in 'Distribution.Simple.GHC' Missing documentation for: getGhcInfo (libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs:244) configure (libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs:124) hcPkgInfo (libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs:1058) registerPackage (libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs:1070) componentGhcOptions (libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs:969) getLibDir (libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs:294) isDynamic (libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs:1104) pkgRoot (libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs:1082) 32% ( 6 / 19) in 'Distribution.Simple.GHCJS' Missing documentation for: Module header configure (libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs:84) buildLib (libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs:295) buildExe (libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs:545) replLib (libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs:295) replExe (libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs:545) installExe (libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs:779) libAbiHash (libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs:804) hcPkgInfo (libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs:880) registerPackage (libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs:835) componentGhcOptions (libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs:846) getLibDir (libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs:271) isDynamic (libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs:863) 60% ( 6 / 10) in 'Distribution.Simple.Register' Missing documentation for: register (libraries/Cabal/Cabal/./Distribution/Simple/Register.hs:98) unregister (libraries/Cabal/Cabal/./Distribution/Simple/Register.hs:443) registerPackage (libraries/Cabal/Cabal/./Distribution/Simple/Register.hs:240) generateRegistrationInfo (libraries/Cabal/Cabal/./Distribution/Simple/Register.hs:155) 100% ( 2 / 2) in 'Distribution.Simple.Install' 100% ( 3 / 3) in 'Distribution.Simple.Build.Macros' 0% ( 0 / 2) in 'Distribution.Compat.CreatePipe' Missing documentation for: Module header createPipe (libraries/Cabal/Cabal/./Distribution/Compat/CreatePipe.hs:24) 75% ( 6 / 8) in 'Distribution.Simple.Test.LibV09' Missing documentation for: Module header runTest (libraries/Cabal/Cabal/./Distribution/Simple/Test/LibV09.hs:43) 35% ( 6 / 17) in 'Distribution.Simple.PreProcess' Missing documentation for: mkSimplePreProcessor (libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs:132) runSimplePreProcessor (libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs:141) ppCpp (libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs:331) ppCpp' (libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs:334) ppGreenCard (libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs:311) ppC2hs (libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs:459) ppHsc2hs (libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs:380) ppHappy (libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs:581) ppAlex (libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs:589) ppUnlit (libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs:322) platformDefines (libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs:502) 75% ( 3 / 4) in 'Distribution.Simple.UserHooks' Missing documentation for: Args (libraries/Cabal/Cabal/./Distribution/Simple/UserHooks.hs:43) 100% ( 2 / 2) in 'Distribution.Simple.Bench' 93% ( 13 / 14) in 'Distribution.Simple.SrcDist' Missing documentation for: printPackageProblems (libraries/Cabal/Cabal/./Distribution/Simple/SrcDist.hs:454) 52% ( 11 / 21) in 'Distribution.Simple.Configure' Missing documentation for: getConfigStateFile (libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs:199) getInstalledPackages (libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs:827) configCompiler (libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs:1176) configCompilerAux (libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs:1184) configCompilerEx (libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs:1153) configCompilerAuxEx (libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs:1143) checkForeignDeps (libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs:1447) ConfigStateFileError (libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs:163) tryGetConfigStateFile (libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs:226) platformDefines (libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs:502) 67% ( 4 / 6) in 'Distribution.Simple.Build' Missing documentation for: repl (libraries/Cabal/Cabal/./Distribution/Simple/Build.hs:132) initialBuildSteps (libraries/Cabal/Cabal/./Distribution/Simple/Build.hs:528) 50% ( 2 / 4) in 'Distribution.Simple.Haddock' Missing documentation for: haddock (libraries/Cabal/Cabal/./Distribution/Simple/Haddock.hs:149) hscolour (libraries/Cabal/Cabal/./Distribution/Simple/Haddock.hs:640) 0% ( 0 / 2) in 'Distribution.Simple.Test.ExeV10' Missing documentation for: Module header runTest (libraries/Cabal/Cabal/./Distribution/Simple/Test/ExeV10.hs:35) 100% ( 2 / 2) in 'Distribution.Simple.Test' 91% ( 20 / 22) in 'Distribution.Simple' Missing documentation for: Args (libraries/Cabal/Cabal/./Distribution/Simple/UserHooks.hs:43) autoconfUserHooks (libraries/Cabal/Cabal/./Distribution/Simple.hs:566) Warning: Distribution.Compat.ReadP: could not find link destinations for: Parser P Warning: Distribution.Compiler: could not find link destinations for: classifyCompilerFlavor Warning: Distribution.System: could not find link destinations for: Compat Warning: Distribution.ReadE: could not find link destinations for: ErrorMsg Warning: Distribution.PackageDescription.Parse: could not find link destinations for: TestSuiteStanza Warning: Distribution.Simple.Setup: could not find link destinations for: programConfigurationPaths Warning: Distribution.Simple.BuildTarget: could not find link destinations for: matchInexactly findMatch None Unambiguous Ambiguous Warning: Distribution.Simple.Build.Macros: could not find link destinations for: generateToolVersionMacros Warning: Distribution.Simple.SrcDist: could not find link destinations for: CreateArchiveFun Haddock coverage: 20% ( 1 / 5) in 'SPARC.Cond' Missing documentation for: Module header condUnsigned (compiler/nativeGen/SPARC/Cond.hs:31) condToSigned (compiler/nativeGen/SPARC/Cond.hs:39) condToUnsigned (compiler/nativeGen/SPARC/Cond.hs:47) 17% ( 1 / 6) in 'X86.Cond' Missing documentation for: Module header Cond (compiler/nativeGen/X86/Cond.hs:11) condUnsigned (compiler/nativeGen/X86/Cond.hs:31) condToSigned (compiler/nativeGen/X86/Cond.hs:39) condToUnsigned (compiler/nativeGen/X86/Cond.hs:47) 50% ( 1 / 2) in 'PlatformConstants' Missing documentation for: PlatformConstants (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs:1) 5% ( 2 / 44) in 'ExtsCompat46' Missing documentation for: gtChar# (compiler/utils/ExtsCompat46.hs:99) geChar# (compiler/utils/ExtsCompat46.hs:101) eqChar# (compiler/utils/ExtsCompat46.hs:103) neChar# (compiler/utils/ExtsCompat46.hs:105) ltChar# (compiler/utils/ExtsCompat46.hs:107) leChar# (compiler/utils/ExtsCompat46.hs:109) ># (compiler/utils/ExtsCompat46.hs:114) >=# (compiler/utils/ExtsCompat46.hs:116) ==# (compiler/utils/ExtsCompat46.hs:118) /=# (compiler/utils/ExtsCompat46.hs:120) <# (compiler/utils/ExtsCompat46.hs:122) <=# (compiler/utils/ExtsCompat46.hs:124) gtWord# (compiler/utils/ExtsCompat46.hs:127) geWord# (compiler/utils/ExtsCompat46.hs:129) eqWord# (compiler/utils/ExtsCompat46.hs:131) neWord# (compiler/utils/ExtsCompat46.hs:133) ltWord# (compiler/utils/ExtsCompat46.hs:135) leWord# (compiler/utils/ExtsCompat46.hs:137) >## (compiler/utils/ExtsCompat46.hs:142) >=## (compiler/utils/ExtsCompat46.hs:144) ==## (compiler/utils/ExtsCompat46.hs:146) /=## (compiler/utils/ExtsCompat46.hs:148) <## (compiler/utils/ExtsCompat46.hs:150) <=## (compiler/utils/ExtsCompat46.hs:152) gtFloat# (compiler/utils/ExtsCompat46.hs:155) geFloat# (compiler/utils/ExtsCompat46.hs:157) eqFloat# (compiler/utils/ExtsCompat46.hs:159) neFloat# (compiler/utils/ExtsCompat46.hs:161) ltFloat# (compiler/utils/ExtsCompat46.hs:163) leFloat# (compiler/utils/ExtsCompat46.hs:165) gtAddr# (compiler/utils/ExtsCompat46.hs:168) geAddr# (compiler/utils/ExtsCompat46.hs:170) eqAddr# (compiler/utils/ExtsCompat46.hs:172) neAddr# (compiler/utils/ExtsCompat46.hs:174) ltAddr# (compiler/utils/ExtsCompat46.hs:176) leAddr# (compiler/utils/ExtsCompat46.hs:178) sameMutableArray# (compiler/utils/ExtsCompat46.hs:181) sameMutableByteArray# (compiler/utils/ExtsCompat46.hs:183) sameMutableArrayArray# (compiler/utils/ExtsCompat46.hs:185) sameMutVar# (compiler/utils/ExtsCompat46.hs:188) sameTVar# (compiler/utils/ExtsCompat46.hs:190) sameMVar# (compiler/utils/ExtsCompat46.hs:192) 14% ( 2 / 14) in 'Encoding' Missing documentation for: Module header utf8DecodeChar# (compiler/utils/Encoding.hs:49) utf8PrevChar (compiler/utils/Encoding.hs:103) utf8CharStart (compiler/utils/Encoding.hs:106) utf8DecodeChar (compiler/utils/Encoding.hs:95) utf8DecodeString (compiler/utils/Encoding.hs:113) utf8EncodeChar (compiler/utils/Encoding.hs:144) utf8EncodeString (compiler/utils/Encoding.hs:169) utf8EncodedLength (compiler/utils/Encoding.hs:176) countUTF8Chars (compiler/utils/Encoding.hs:127) zEncodeString (compiler/utils/Encoding.hs:233) zDecodeString (compiler/utils/Encoding.hs:297) 0% ( 0 / 9) in 'FastMutInt' Missing documentation for: Module header FastMutInt (compiler/utils/FastMutInt.hs:35) newFastMutInt (compiler/utils/FastMutInt.hs:27) readFastMutInt (compiler/utils/FastMutInt.hs:28) writeFastMutInt (compiler/utils/FastMutInt.hs:29) FastMutPtr (compiler/utils/FastMutInt.hs:50) newFastMutPtr (compiler/utils/FastMutInt.hs:31) readFastMutPtr (compiler/utils/FastMutInt.hs:32) writeFastMutPtr (compiler/utils/FastMutInt.hs:33) 0% ( 0 / 6) in 'FastBool' Missing documentation for: Module header FastBool (compiler/utils/FastBool.hs:20) fastBool (compiler/utils/FastBool.hs:67) isFastTrue (compiler/utils/FastBool.hs:68) fastOr (compiler/utils/FastBool.hs:69) fastAnd (compiler/utils/FastBool.hs:70) 0% ( 0 / 6) in 'FiniteMap' Missing documentation for: Module header insertList (compiler/utils/FiniteMap.hs:13) insertListWith (compiler/utils/FiniteMap.hs:16) deleteList (compiler/utils/FiniteMap.hs:23) foldRight (compiler/utils/FiniteMap.hs:26) foldRightWithKey (compiler/utils/FiniteMap.hs:28) 0% ( 0 / 28) in 'Config' Missing documentation for: Module header IntegerLibrary (compiler/stage2/build/Config.hs:6) cBuildPlatformString (compiler/stage2/build/Config.hs:11) cHostPlatformString (compiler/stage2/build/Config.hs:13) cTargetPlatformString (compiler/stage2/build/Config.hs:15) cProjectName (compiler/stage2/build/Config.hs:18) cProjectGitCommitId (compiler/stage2/build/Config.hs:20) cProjectVersion (compiler/stage2/build/Config.hs:22) cProjectVersionInt (compiler/stage2/build/Config.hs:24) cProjectPatchLevel (compiler/stage2/build/Config.hs:26) cProjectPatchLevel1 (compiler/stage2/build/Config.hs:28) cProjectPatchLevel2 (compiler/stage2/build/Config.hs:30) cBooterVersion (compiler/stage2/build/Config.hs:32) cStage (compiler/stage2/build/Config.hs:34) cIntegerLibrary (compiler/stage2/build/Config.hs:36) cIntegerLibraryType (compiler/stage2/build/Config.hs:38) cSupportsSplitObjs (compiler/stage2/build/Config.hs:40) cGhcWithInterpreter (compiler/stage2/build/Config.hs:42) cGhcWithNativeCodeGen (compiler/stage2/build/Config.hs:44) cGhcWithSMP (compiler/stage2/build/Config.hs:46) cGhcRTSWays (compiler/stage2/build/Config.hs:48) cGhcEnableTablesNextToCode (compiler/stage2/build/Config.hs:50) cLeadingUnderscore (compiler/stage2/build/Config.hs:52) cGHC_UNLIT_PGM (compiler/stage2/build/Config.hs:54) cGHC_SPLIT_PGM (compiler/stage2/build/Config.hs:56) cLibFFI (compiler/stage2/build/Config.hs:58) cGhcThreaded (compiler/stage2/build/Config.hs:60) cGhcDebugged (compiler/stage2/build/Config.hs:62) 54% ( 7 / 13) in 'Platform' Missing documentation for: ArmISAExt (compiler/utils/Platform.hs:96) ArmABI (compiler/utils/Platform.hs:104) target32Bit (compiler/utils/Platform.hs:110) isARM (compiler/utils/Platform.hs:63) platformUsesFrameworks (compiler/utils/Platform.hs:146) platformBinariesAreStaticLibs (compiler/utils/Platform.hs:153) 0% ( 0 / 5) in 'PprBase' Missing documentation for: Module header castFloatToWord8Array (compiler/nativeGen/PprBase.hs:30) castDoubleToWord8Array (compiler/nativeGen/PprBase.hs:33) floatToBytes (compiler/nativeGen/PprBase.hs:44) doubleToBytes (compiler/nativeGen/PprBase.hs:57) 0% ( 0 / 7) in 'Constants' Missing documentation for: Module header hiVersion (compiler/main/Constants.hs:11) mAX_TUPLE_SIZE (compiler/main/Constants.hs:16) mAX_CONTEXT_REDUCTION_DEPTH (compiler/main/Constants.hs:20) mAX_TYPE_FUNCTION_REDUCTION_DEPTH (compiler/main/Constants.hs:24) wORD64_SIZE (compiler/main/Constants.hs:28) tARGET_MAX_CHAR (compiler/main/Constants.hs:31) Warning: Couldn't find .haddock for export +# Warning: Couldn't find .haddock for export -# Warning: Couldn't find .haddock for export *# 23% ( 10 / 44) in 'FastTypes' Missing documentation for: FastInt (compiler/utils/FastTypes.hs:69) _ILIT (compiler/utils/FastTypes.hs:119) iBox (compiler/utils/FastTypes.hs:120) iUnbox (compiler/utils/FastTypes.hs:121) +# -# *# quotFastInt (compiler/utils/FastTypes.hs:123) negateFastInt (compiler/utils/FastTypes.hs:124) ==# (compiler/utils/ExtsCompat46.hs:118) /=# (compiler/utils/ExtsCompat46.hs:120) <# (compiler/utils/ExtsCompat46.hs:122) <=# (compiler/utils/ExtsCompat46.hs:124) >=# (compiler/utils/ExtsCompat46.hs:116) ># (compiler/utils/ExtsCompat46.hs:114) minFastInt (compiler/utils/FastTypes.hs:113) maxFastInt (compiler/utils/FastTypes.hs:113) shiftLFastInt (compiler/utils/FastTypes.hs:125) shiftR_FastInt (compiler/utils/FastTypes.hs:125) shiftRLFastInt (compiler/utils/FastTypes.hs:125) shiftRAFastInt (compiler/utils/FastTypes.hs:125) bitAndFastInt (compiler/utils/FastTypes.hs:127) bitOrFastInt (compiler/utils/FastTypes.hs:127) FastChar (compiler/utils/FastTypes.hs:97) _CLIT (compiler/utils/FastTypes.hs:129) cBox (compiler/utils/FastTypes.hs:130) cUnbox (compiler/utils/FastTypes.hs:131) fastOrd (compiler/utils/FastTypes.hs:132) fastChr (compiler/utils/FastTypes.hs:133) eqFastChar (compiler/utils/FastTypes.hs:134) FastPtr (compiler/utils/FastTypes.hs:108) pBox (compiler/utils/FastTypes.hs:136) pUnbox (compiler/utils/FastTypes.hs:137) castFastPtr (compiler/utils/FastTypes.hs:138) 0% ( 0 / 9) in 'FastFunctions' Missing documentation for: Module header unsafeChr inlinePerformIO (compiler/utils/FastFunctions.hs:31) unsafeDupableInterleaveIO indexWord8OffFastPtr (compiler/utils/FastFunctions.hs:44) indexWord8OffFastPtrAsFastChar (compiler/utils/FastFunctions.hs:45) indexWord8OffFastPtrAsFastInt (compiler/utils/FastFunctions.hs:46) global (compiler/utils/FastFunctions.hs:41) Global (compiler/utils/FastFunctions.hs:40) 25% ( 3 / 12) in 'Maybes' Missing documentation for: Module header MaybeErr (compiler/utils/Maybes.hs:105) failME (compiler/utils/Maybes.hs:123) isSuccess (compiler/utils/Maybes.hs:119) firstJust (compiler/utils/Maybes.hs:35) whenIsJust (compiler/utils/Maybes.hs:48) expectJust (compiler/utils/Maybes.hs:43) MaybeT (compiler/utils/Maybes.hs:64) liftMaybeT (compiler/utils/Maybes.hs:94) 86% ( 24 / 28) in 'MonadUtils' Missing documentation for: zipWith3M (compiler/utils/MonadUtils.hs:65) zipWith3M_ (compiler/utils/MonadUtils.hs:75) zipWithAndUnzipM (compiler/utils/MonadUtils.hs:79) mapAndUnzip4M (compiler/utils/MonadUtils.hs:98) 0% ( 0 / 12) in 'State' Missing documentation for: Module header State (compiler/utils/State.hs:9) (compiler/utils/State.hs:11) (compiler/utils/State.hs:15) (compiler/utils/State.hs:21) get (compiler/utils/State.hs:26) gets (compiler/utils/State.hs:29) put (compiler/utils/State.hs:32) modify (compiler/utils/State.hs:35) evalState (compiler/utils/State.hs:39) execState (compiler/utils/State.hs:44) runState (compiler/utils/State.hs:49) 67% ( 6 / 9) in 'Stream' Missing documentation for: Module header yield (compiler/utils/Stream.hs:61) liftIO (compiler/utils/Stream.hs:64) 40% ( 4 / 10) in 'Exception' Missing documentation for: Module header catchIO (compiler/utils/Exception.hs:12) handleIO (compiler/utils/Exception.hs:15) tryIO (compiler/utils/Exception.hs:18) (compiler/utils/Exception.hs:62) gtry (compiler/utils/Exception.hs:66) 62% ( 16 / 26) in 'Panic' Missing documentation for: Module header throwGhcException (compiler/utils/Panic.hs:174) throwGhcExceptionIO (compiler/utils/Panic.hs:177) handleGhcException (compiler/utils/Panic.hs:180) panicDoc (compiler/utils/Panic.hs:195) sorryDoc (compiler/utils/Panic.hs:195) panicDocFastInt (compiler/utils/Panic.hs:207) pgmErrorDoc (compiler/utils/Panic.hs:195) pushInterruptTargetThread (compiler/utils/Panic.hs:287) popInterruptTargetThread (compiler/utils/Panic.hs:303) 29% ( 34 /118) in 'Util' Missing documentation for: ghciSupported (compiler/utils/Util.hs:161) debugIsOn (compiler/utils/Util.hs:168) ncgDebugIsOn (compiler/utils/Util.hs:175) ghciTablesNextToCode (compiler/utils/Util.hs:182) isWindowsHost (compiler/utils/Util.hs:189) isDarwinHost (compiler/utils/Util.hs:196) zipEqual (compiler/utils/Util.hs:279) zipWithEqual (compiler/utils/Util.hs:280) zipWith3Equal (compiler/utils/Util.hs:281) zipWith4Equal (compiler/utils/Util.hs:282) zipWithAndUnzip (compiler/utils/Util.hs:358) unzipWith (compiler/utils/Util.hs:812) mapFst (compiler/utils/Util.hs:334) mapSnd (compiler/utils/Util.hs:335) chkAppend (compiler/utils/Util.hs:266) mapAndUnzip (compiler/utils/Util.hs:340) mapAndUnzip3 (compiler/utils/Util.hs:349) mapAccumL2 (compiler/utils/Util.hs:366) nOfThem (compiler/utils/Util.hs:372) dropWhileEndLE (compiler/utils/Util.hs:604) foldl2 (compiler/utils/Util.hs:539) count (compiler/utils/Util.hs:553) all2 (compiler/utils/Util.hs:544) lengthIs (compiler/utils/Util.hs:405) lengthAtLeast (compiler/utils/Util.hs:402) listLengthCmp (compiler/utils/Util.hs:408) equalLength (compiler/utils/Util.hs:419) compareLength (compiler/utils/Util.hs:424) isSingleton (compiler/utils/Util.hs:441) only (compiler/utils/Util.hs:449) singleton (compiler/utils/Util.hs:438) notNull (compiler/utils/Util.hs:445) snocView (compiler/utils/Util.hs:607) isIn (compiler/utils/Util.hs:459) isn'tIn (compiler/utils/Util.hs:459) fstOf3 (compiler/utils/Util.hs:217) sndOf3 (compiler/utils/Util.hs:218) thirdOf3 (compiler/utils/Util.hs:219) firstM (compiler/utils/Util.hs:230) first3M (compiler/utils/Util.hs:233) third3 (compiler/utils/Util.hs:224) uncurry3 (compiler/utils/Util.hs:227) takeList (compiler/utils/Util.hs:563) dropList (compiler/utils/Util.hs:570) splitAtList (compiler/utils/Util.hs:576) split (compiler/utils/Util.hs:617) dropTail (compiler/utils/Util.hs:584) sortWith (compiler/utils/Util.hs:493) minWith (compiler/utils/Util.hs:496) nubSort (compiler/utils/Util.hs:500) isEqual (compiler/utils/Util.hs:631) eqListBy (compiler/utils/Util.hs:642) eqMaybeBy (compiler/utils/Util.hs:647) thenCmp (compiler/utils/Util.hs:637) cmpList (compiler/utils/Util.hs:652) removeSpaces (compiler/utils/Util.hs:661) <&&> (compiler/utils/Util.hs:665) <||> (compiler/utils/Util.hs:669) fuzzyMatch (compiler/utils/Util.hs:777) transitiveClosure (compiler/utils/Util.hs:513) seqList (compiler/utils/Util.hs:815) looksLikeModuleName (compiler/utils/Util.hs:833) getCmd (compiler/utils/Util.hs:846) toCmdArgs (compiler/utils/Util.hs:852) toArgs (compiler/utils/Util.hs:860) readRational (compiler/utils/Util.hs:925) maybeRead (compiler/utils/Util.hs:941) maybeReadFuzzy (compiler/utils/Util.hs:946) doesDirNameExist (compiler/utils/Util.hs:957) getModificationUTCTime (compiler/utils/Util.hs:963) modificationTimeIfExists (compiler/utils/Util.hs:969) hSetTranslit (compiler/utils/Util.hs:980) global (compiler/utils/Util.hs:821) consIORef (compiler/utils/Util.hs:824) globalM (compiler/utils/Util.hs:828) Suffix (compiler/utils/Util.hs:1008) splitLongestPrefix (compiler/utils/Util.hs:998) escapeSpaces (compiler/utils/Util.hs:1005) Direction (compiler/utils/Util.hs:1014) reslash (compiler/utils/Util.hs:1016) makeRelativeTo (compiler/utils/Util.hs:1026) abstractConstr (compiler/utils/Util.hs:1047) abstractDataType (compiler/utils/Util.hs:1050) charToC (compiler/utils/Util.hs:1061) 51% ( 26 / 51) in 'FastString' Missing documentation for: fastStringToByteString (compiler/utils/FastString.hs:135) fastZStringToByteString (compiler/utils/FastString.hs:138) unsafeMkByteString (compiler/utils/FastString.hs:142) hashByteString (compiler/utils/FastString.hs:145) FastZString (compiler/utils/FastString.hs:152) hPutFZS (compiler/utils/FastString.hs:154) zString (compiler/utils/FastString.hs:157) lengthFZS (compiler/utils/FastString.hs:161) fsLit (compiler/utils/FastString.hs:634) mkFastStringBytes (compiler/utils/FastString.hs:362) mkFastString# (compiler/utils/FastString.hs:305) uniqueOfFS (compiler/utils/FastString.hs:534) appendFS (compiler/utils/FastString.hs:510) headFS (compiler/utils/FastString.hs:518) tailFS (compiler/utils/FastString.hs:524) concatFS (compiler/utils/FastString.hs:515) consFS (compiler/utils/FastString.hs:531) nilFS (compiler/utils/FastString.hs:537) getFastStringTable (compiler/utils/FastString.hs:543) LitString (compiler/utils/FastString.hs:567) sLit (compiler/utils/FastString.hs:630) mkLitString# (compiler/utils/FastString.hs:572) mkLitString (compiler/utils/FastString.hs:582) unpackLitString (compiler/utils/FastString.hs:596) lengthLS (compiler/utils/FastString.hs:604) 0% ( 0 / 9) in 'BufWrite' Missing documentation for: Module header BufHandle (compiler/utils/BufWrite.hs:40) newBufHandle (compiler/utils/BufWrite.hs:44) bPutChar (compiler/utils/BufWrite.hs:54) bPutStr (compiler/utils/BufWrite.hs:64) bPutFS (compiler/utils/BufWrite.hs:78) bPutFZS (compiler/utils/BufWrite.hs:81) bPutLitString (compiler/utils/BufWrite.hs:100) bFlush (compiler/utils/BufWrite.hs:114) 2% ( 1 / 54) in 'Pretty' Missing documentation for: Module header Doc (compiler/utils/Pretty.hs:412) Mode (compiler/utils/Pretty.hs:267) TextDetails (compiler/utils/Pretty.hs:431) empty (compiler/utils/Pretty.hs:210) isEmpty (compiler/utils/Pretty.hs:211) nest (compiler/utils/Pretty.hs:247) char (compiler/utils/Pretty.hs:217) text (compiler/utils/Pretty.hs:216) ftext (compiler/utils/Pretty.hs:535) ptext (compiler/utils/Pretty.hs:537) ztext (compiler/utils/Pretty.hs:539) int (compiler/utils/Pretty.hs:225) integer (compiler/utils/Pretty.hs:226) float (compiler/utils/Pretty.hs:227) double (compiler/utils/Pretty.hs:228) rational (compiler/utils/Pretty.hs:229) parens (compiler/utils/Pretty.hs:222) brackets (compiler/utils/Pretty.hs:222) braces (compiler/utils/Pretty.hs:222) quotes (compiler/utils/Pretty.hs:223) quote (compiler/utils/Pretty.hs:223) doubleQuotes (compiler/utils/Pretty.hs:223) semi (compiler/utils/Pretty.hs:219) comma (compiler/utils/Pretty.hs:219) colon (compiler/utils/Pretty.hs:219) space (compiler/utils/Pretty.hs:219) equals (compiler/utils/Pretty.hs:219) lparen (compiler/utils/Pretty.hs:220) rparen (compiler/utils/Pretty.hs:220) lbrack (compiler/utils/Pretty.hs:220) rbrack (compiler/utils/Pretty.hs:220) lbrace (compiler/utils/Pretty.hs:220) rbrace (compiler/utils/Pretty.hs:220) cparen (compiler/utils/Pretty.hs:385) <> (compiler/utils/Pretty.hs:233) <+> (compiler/utils/Pretty.hs:235) hcat (compiler/utils/Pretty.hs:234) hsep (compiler/utils/Pretty.hs:236) $$ (compiler/utils/Pretty.hs:238) $+$ (compiler/utils/Pretty.hs:573) vcat (compiler/utils/Pretty.hs:240) sep (compiler/utils/Pretty.hs:243) cat (compiler/utils/Pretty.hs:242) fsep (compiler/utils/Pretty.hs:245) fcat (compiler/utils/Pretty.hs:244) hang (compiler/utils/Pretty.hs:251) punctuate (compiler/utils/Pretty.hs:252) fullRender (compiler/utils/Pretty.hs:259) printDoc (compiler/utils/Pretty.hs:951) printDoc_ (compiler/utils/Pretty.hs:955) showDoc (compiler/utils/Pretty.hs:853) bufLeftRender (compiler/utils/Pretty.hs:1003) 32% ( 54 /169) in 'Outputable' Missing documentation for: SDoc (compiler/utils/Outputable.hs:262) runSDoc (compiler/utils/Outputable.hs:262) initSDocContext (compiler/utils/Outputable.hs:271) docToSDoc (compiler/utils/Outputable.hs:449) pprWithCommas (compiler/utils/Outputable.hs:848) quotedListWithOr (compiler/utils/Outputable.hs:871) empty (compiler/utils/Outputable.hs:452) char (compiler/utils/Outputable.hs:453) text (compiler/utils/Outputable.hs:454) ftext (compiler/utils/Outputable.hs:455) ptext (compiler/utils/Outputable.hs:456) ztext (compiler/utils/Outputable.hs:457) int (compiler/utils/Outputable.hs:458) intWithCommas (compiler/utils/Outputable.hs:884) integer (compiler/utils/Outputable.hs:459) float (compiler/utils/Outputable.hs:460) double (compiler/utils/Outputable.hs:461) rational (compiler/utils/Outputable.hs:462) parens (compiler/utils/Outputable.hs:479) cparen (compiler/utils/Outputable.hs:490) brackets (compiler/utils/Outputable.hs:479) braces (compiler/utils/Outputable.hs:479) quotes (compiler/utils/Outputable.hs:479) quote (compiler/utils/Outputable.hs:479) doubleQuotes (compiler/utils/Outputable.hs:479) angleBrackets (compiler/utils/Outputable.hs:479) paBrackets (compiler/utils/Outputable.hs:479) semi (compiler/utils/Outputable.hs:509) comma (compiler/utils/Outputable.hs:509) colon (compiler/utils/Outputable.hs:509) dcolon (compiler/utils/Outputable.hs:509) space (compiler/utils/Outputable.hs:509) equals (compiler/utils/Outputable.hs:509) dot (compiler/utils/Outputable.hs:509) arrow (compiler/utils/Outputable.hs:510) larrow (compiler/utils/Outputable.hs:510) darrow (compiler/utils/Outputable.hs:510) arrowt (compiler/utils/Outputable.hs:510) larrowt (compiler/utils/Outputable.hs:510) arrowtt (compiler/utils/Outputable.hs:510) larrowtt (compiler/utils/Outputable.hs:510) lparen (compiler/utils/Outputable.hs:511) rparen (compiler/utils/Outputable.hs:511) lbrack (compiler/utils/Outputable.hs:511) rbrack (compiler/utils/Outputable.hs:511) lbrace (compiler/utils/Outputable.hs:511) rbrace (compiler/utils/Outputable.hs:511) underscore (compiler/utils/Outputable.hs:509) blankLine (compiler/utils/Outputable.hs:511) forAllLit (compiler/utils/Outputable.hs:536) hang (compiler/utils/Outputable.hs:588) punctuate (compiler/utils/Outputable.hs:594) ppWhen (compiler/utils/Outputable.hs:603) ppUnless (compiler/utils/Outputable.hs:603) colType (compiler/utils/Outputable.hs:615) colCoerc (compiler/utils/Outputable.hs:621) colDataCon (compiler/utils/Outputable.hs:624) colBinder (compiler/utils/Outputable.hs:627) bold (compiler/utils/Outputable.hs:643) keyword (compiler/utils/Outputable.hs:646) printForC (compiler/utils/Outputable.hs:382) printForAsm (compiler/utils/Outputable.hs:387) printForUser (compiler/utils/Outputable.hs:370) printForUserPartWay (compiler/utils/Outputable.hs:375) pprCode (compiler/utils/Outputable.hs:392) mkCodeStyle (compiler/utils/Outputable.hs:395) showSDoc (compiler/utils/Outputable.hs:401) showSDocUnsafe (compiler/utils/Outputable.hs:406) showSDocOneLine (compiler/utils/Outputable.hs:435) showSDocForUser (compiler/utils/Outputable.hs:416) showSDocDebug (compiler/utils/Outputable.hs:424) showSDocDump (compiler/utils/Outputable.hs:421) showSDocDumpOneLine (compiler/utils/Outputable.hs:440) showSDocUnqual (compiler/utils/Outputable.hs:412) showPpr (compiler/utils/Outputable.hs:409) renderWithStyle (compiler/utils/Outputable.hs:427) pprInfixVar (compiler/utils/Outputable.hs:831) pprPrefixVar (compiler/utils/Outputable.hs:825) pprFastFilePath (compiler/utils/Outputable.hs:837) PprStyle (compiler/utils/Outputable.hs:116) CodeStyle (compiler/utils/Outputable.hs:134) reallyAlwaysQualify (compiler/utils/Outputable.hs:203) reallyAlwaysQualifyNames (compiler/utils/Outputable.hs:181) alwaysQualify (compiler/utils/Outputable.hs:203) alwaysQualifyModules (compiler/utils/Outputable.hs:191) neverQualify (compiler/utils/Outputable.hs:203) neverQualifyNames (compiler/utils/Outputable.hs:188) neverQualifyModules (compiler/utils/Outputable.hs:194) QualifyName (compiler/utils/Outputable.hs:171) queryQual (compiler/utils/Outputable.hs:339) sdocWithDynFlags (compiler/utils/Outputable.hs:318) sdocWithPlatform (compiler/utils/Outputable.hs:321) getPprStyle (compiler/utils/Outputable.hs:315) withPprStyle (compiler/utils/Outputable.hs:278) withPprStyleDoc (compiler/utils/Outputable.hs:281) pprDeeper (compiler/utils/Outputable.hs:284) pprDeeperList (compiler/utils/Outputable.hs:291) pprSetDepth (compiler/utils/Outputable.hs:307) codeStyle (compiler/utils/Outputable.hs:344) userStyle (compiler/utils/Outputable.hs:360) debugStyle (compiler/utils/Outputable.hs:356) dumpStyle (compiler/utils/Outputable.hs:352) asmStyle (compiler/utils/Outputable.hs:348) ifPprDebug (compiler/utils/Outputable.hs:364) qualName (compiler/utils/Outputable.hs:324) qualModule (compiler/utils/Outputable.hs:329) qualPackage (compiler/utils/Outputable.hs:334) defaultErrStyle (compiler/utils/Outputable.hs:227) defaultDumpStyle (compiler/utils/Outputable.hs:215) mkDumpStyle (compiler/utils/Outputable.hs:223) defaultUserStyle (compiler/utils/Outputable.hs:215) mkUserStyle (compiler/utils/Outputable.hs:241) cmdlineParserStyle (compiler/utils/Outputable.hs:238) Depth (compiler/utils/Outputable.hs:137) pprDebugAndThen (compiler/utils/Outputable.hs:1025) 0% ( 0 / 5) in 'Pair' Missing documentation for: Module header Pair (compiler/utils/Pair.hs:20) unPair (compiler/utils/Pair.hs:43) toPair (compiler/utils/Pair.hs:46) swap (compiler/utils/Pair.hs:49) 0% ( 0 / 15) in 'OrdList' Missing documentation for: Module header OrdList (compiler/utils/OrdList.hs:29) nilOL (compiler/utils/OrdList.hs:46) isNilOL (compiler/utils/OrdList.hs:47) unitOL (compiler/utils/OrdList.hs:49) appOL (compiler/utils/OrdList.hs:52) consOL (compiler/utils/OrdList.hs:51) snocOL (compiler/utils/OrdList.hs:50) concatOL (compiler/utils/OrdList.hs:53) lastOL (compiler/utils/OrdList.hs:54) mapOL (compiler/utils/OrdList.hs:87) fromOL (compiler/utils/OrdList.hs:78) toOL (compiler/utils/OrdList.hs:114) foldrOL (compiler/utils/OrdList.hs:98) foldlOL (compiler/utils/OrdList.hs:106) 0% ( 0 / 31) in 'Bag' Missing documentation for: Module header Bag (compiler/utils/Bag.hs:36) emptyBag (compiler/utils/Bag.hs:43) unitBag (compiler/utils/Bag.hs:46) unionBags (compiler/utils/Bag.hs:66) unionManyBags (compiler/utils/Bag.hs:61) mapBag (compiler/utils/Bag.hs:184) elemBag (compiler/utils/Bag.hs:55) lengthBag (compiler/utils/Bag.hs:49) filterBag (compiler/utils/Bag.hs:87) partitionBag (compiler/utils/Bag.hs:107) partitionBagWith (compiler/utils/Bag.hs:120) concatBag (compiler/utils/Bag.hs:101) foldBag (compiler/utils/Bag.hs:135) foldrBag (compiler/utils/Bag.hs:154) foldlBag (compiler/utils/Bag.hs:163) isEmptyBag (compiler/utils/Bag.hs:77) isSingletonBag (compiler/utils/Bag.hs:81) consBag (compiler/utils/Bag.hs:71) snocBag (compiler/utils/Bag.hs:72) anyBag (compiler/utils/Bag.hs:95) listToBag (compiler/utils/Bag.hs:251) bagToList (compiler/utils/Bag.hs:255) foldrBagM (compiler/utils/Bag.hs:172) foldlBagM (compiler/utils/Bag.hs:178) mapBagM (compiler/utils/Bag.hs:190) mapBagM_ (compiler/utils/Bag.hs:200) flatMapBagM (compiler/utils/Bag.hs:206) flatMapBagPairM (compiler/utils/Bag.hs:216) mapAndUnzipBagM (compiler/utils/Bag.hs:227) mapAccumBagLM (compiler/utils/Bag.hs:238) 3% ( 1 / 37) in 'Digraph' Missing documentation for: Module header Graph (compiler/utils/Digraph.hs:77) graphFromVerticesAndAdjacency (compiler/utils/Digraph.hs:95) graphFromEdgedVertices (compiler/utils/Digraph.hs:113) SCC (compiler/utils/Digraph.hs:217) Node (compiler/utils/Digraph.hs:85) flattenSCC (compiler/utils/Digraph.hs:227) flattenSCCs (compiler/utils/Digraph.hs:224) stronglyConnCompG (compiler/utils/Digraph.hs:247) topologicalSortG (compiler/utils/Digraph.hs:287) dfsTopSortG (compiler/utils/Digraph.hs:291) verticesG (compiler/utils/Digraph.hs:311) edgesG (compiler/utils/Digraph.hs:314) hasVertexG (compiler/utils/Digraph.hs:308) reachableG (compiler/utils/Digraph.hs:297) reachablesG (compiler/utils/Digraph.hs:302) transposeG (compiler/utils/Digraph.hs:318) outdegreeG (compiler/utils/Digraph.hs:321) indegreeG (compiler/utils/Digraph.hs:324) vertexGroupsG (compiler/utils/Digraph.hs:331) emptyG (compiler/utils/Digraph.hs:335) componentsG (compiler/utils/Digraph.hs:338) stronglyConnCompFromEdgedVertices (compiler/utils/Digraph.hs:263) stronglyConnCompFromEdgedVerticesR (compiler/utils/Digraph.hs:273) tabulate (compiler/utils/Digraph.hs:507) preArr (compiler/utils/Digraph.hs:510) components (compiler/utils/Digraph.hs:537) undirected (compiler/utils/Digraph.hs:540) back (compiler/utils/Digraph.hs:558) cross (compiler/utils/Digraph.hs:562) forward (compiler/utils/Digraph.hs:566) path (compiler/utils/Digraph.hs:579) bcc (compiler/utils/Digraph.hs:588) do_label (compiler/utils/Digraph.hs:593) bicomps (compiler/utils/Digraph.hs:599) collect (compiler/utils/Digraph.hs:603) 33% ( 7 / 21) in 'StringBuffer' Missing documentation for: Module header hGetStringBuffer (compiler/utils/StringBuffer.hs:95) hGetStringBufferBlock (compiler/utils/StringBuffer.hs:109) appendStringBuffers (compiler/utils/StringBuffer.hs:150) stringToStringBuffer (compiler/utils/StringBuffer.hs:165) nextChar (compiler/utils/StringBuffer.hs:181) currentChar (compiler/utils/StringBuffer.hs:190) prevChar (compiler/utils/StringBuffer.hs:193) atEnd (compiler/utils/StringBuffer.hs:213) stepOn (compiler/utils/StringBuffer.hs:204) offsetBytes (compiler/utils/StringBuffer.hs:207) byteDiff (compiler/utils/StringBuffer.hs:210) lexemeToString (compiler/utils/StringBuffer.hs:219) lexemeToFastString (compiler/utils/StringBuffer.hs:226) 0% ( 0 / 27) in 'DriverPhases' Missing documentation for: Module header HscSource (compiler/main/DriverPhases.hs:93) isHsBootOrSig (compiler/main/DriverPhases.hs:104) hscSourceString (compiler/main/DriverPhases.hs:98) Phase (compiler/main/DriverPhases.hs:109) happensBefore (compiler/main/DriverPhases.hs:171) eqPhase (compiler/main/DriverPhases.hs:144) anyHsc (compiler/main/DriverPhases.hs:137) isStopLn (compiler/main/DriverPhases.hs:140) startPhase (compiler/main/DriverPhases.hs:207) phaseInputExt (compiler/main/DriverPhases.hs:239) isHaskellishSuffix (compiler/main/DriverPhases.hs:291) isHaskellSrcSuffix (compiler/main/DriverPhases.hs:291) isObjectSuffix (compiler/main/DriverPhases.hs:300) isCishSuffix (compiler/main/DriverPhases.hs:291) isDynLibSuffix (compiler/main/DriverPhases.hs:300) isHaskellUserSrcSuffix (compiler/main/DriverPhases.hs:291) isHaskellSigSuffix (compiler/main/DriverPhases.hs:291) isSourceSuffix (compiler/main/DriverPhases.hs:304) isHaskellishFilename (compiler/main/DriverPhases.hs:307) isHaskellSrcFilename (compiler/main/DriverPhases.hs:307) isHaskellSigFilename (compiler/main/DriverPhases.hs:307) isObjectFilename (compiler/main/DriverPhases.hs:318) isCishFilename (compiler/main/DriverPhases.hs:307) isDynLibFilename (compiler/main/DriverPhases.hs:318) isHaskellUserSrcFilename (compiler/main/DriverPhases.hs:307) isSourceFilename (compiler/main/DriverPhases.hs:307) 0% ( 0 / 15) in 'Ctype' Missing documentation for: Module header is_ident (compiler/parser/Ctype.hs:42) is_symbol (compiler/parser/Ctype.hs:42) is_any (compiler/parser/Ctype.hs:42) is_space (compiler/parser/Ctype.hs:42) is_lower (compiler/parser/Ctype.hs:42) is_upper (compiler/parser/Ctype.hs:42) is_digit (compiler/parser/Ctype.hs:42) is_alphanum (compiler/parser/Ctype.hs:42) is_decdigit (compiler/parser/Ctype.hs:62) is_hexdigit (compiler/parser/Ctype.hs:66) is_octdigit (compiler/parser/Ctype.hs:72) is_bindigit (compiler/parser/Ctype.hs:75) hexDigit (compiler/parser/Ctype.hs:55) octDecDigit (compiler/parser/Ctype.hs:59) 0% ( 0 / 6) in 'PPC.Cond' Missing documentation for: Module header Cond (compiler/nativeGen/PPC/Cond.hs:13) condNegate (compiler/nativeGen/PPC/Cond.hs:28) condUnsigned (compiler/nativeGen/PPC/Cond.hs:42) condToSigned (compiler/nativeGen/PPC/Cond.hs:49) condToUnsigned (compiler/nativeGen/PPC/Cond.hs:56) 46% ( 11 / 24) in 'Lexeme' Missing documentation for: Module header isLexCon (compiler/basicTypes/Lexeme.hs:57) isLexVar (compiler/basicTypes/Lexeme.hs:57) isLexId (compiler/basicTypes/Lexeme.hs:57) isLexSym (compiler/basicTypes/Lexeme.hs:57) isLexConId (compiler/basicTypes/Lexeme.hs:58) isLexConSym (compiler/basicTypes/Lexeme.hs:58) isLexVarId (compiler/basicTypes/Lexeme.hs:58) isLexVarSym (compiler/basicTypes/Lexeme.hs:58) startsVarSym (compiler/basicTypes/Lexeme.hs:90) startsVarId (compiler/basicTypes/Lexeme.hs:90) startsConSym (compiler/basicTypes/Lexeme.hs:90) startsConId (compiler/basicTypes/Lexeme.hs:90) 14% ( 1 / 7) in 'Fingerprint' Missing documentation for: Module header Fingerprint fingerprint0 readHexFingerprint (compiler/utils/Fingerprint.hsc:37) fingerprintData fingerprintString 68% ( 45 / 66) in 'SrcLoc' Missing documentation for: SrcLoc (compiler/basicTypes/SrcLoc.hs:111) mkSrcLoc (compiler/basicTypes/SrcLoc.hs:124) mkRealSrcLoc (compiler/basicTypes/SrcLoc.hs:127) SrcSpan (compiler/basicTypes/SrcLoc.hs:272) realSrcLocSpan (compiler/basicTypes/SrcLoc.hs:294) realSrcSpanStart (compiler/basicTypes/SrcLoc.hs:418) realSrcSpanEnd (compiler/basicTypes/SrcLoc.hs:423) pprUserRealSpan (compiler/basicTypes/SrcLoc.hs:491) srcSpanFile (compiler/basicTypes/SrcLoc.hs:251) srcSpanStartLine (compiler/basicTypes/SrcLoc.hs:379) srcSpanEndLine (compiler/basicTypes/SrcLoc.hs:380) srcSpanStartCol (compiler/basicTypes/SrcLoc.hs:381) srcSpanEndCol (compiler/basicTypes/SrcLoc.hs:382) Located (compiler/basicTypes/SrcLoc.hs:527) RealLocated (compiler/basicTypes/SrcLoc.hs:528) noLoc (compiler/basicTypes/SrcLoc.hs:536) mkGeneralLocated (compiler/basicTypes/SrcLoc.hs:539) getLoc (compiler/basicTypes/SrcLoc.hs:533) unLoc (compiler/basicTypes/SrcLoc.hs:530) combineLocs (compiler/basicTypes/SrcLoc.hs:542) sortLocated (compiler/basicTypes/SrcLoc.hs:186) 8% ( 9 /108) in 'BasicTypes' Missing documentation for: Module header Version (compiler/basicTypes/BasicTypes.hs:249) bumpVersion (compiler/basicTypes/BasicTypes.hs:251) initialVersion (compiler/basicTypes/BasicTypes.hs:254) Alignment (compiler/basicTypes/BasicTypes.hs:144) FunctionOrData (compiler/basicTypes/BasicTypes.hs:234) WarningTxt (compiler/basicTypes/BasicTypes.hs:267) Fixity (compiler/basicTypes/BasicTypes.hs:298) FixityDirection (compiler/basicTypes/BasicTypes.hs:308) defaultFixity (compiler/basicTypes/BasicTypes.hs:321) maxPrecedence (compiler/basicTypes/BasicTypes.hs:317) minPrecedence (compiler/basicTypes/BasicTypes.hs:317) negateFixity (compiler/basicTypes/BasicTypes.hs:324) funTyFixity (compiler/basicTypes/BasicTypes.hs:324) compareFixity (compiler/basicTypes/BasicTypes.hs:339) RecFlag (compiler/basicTypes/BasicTypes.hs:404) isRec (compiler/basicTypes/BasicTypes.hs:408) isNonRec (compiler/basicTypes/BasicTypes.hs:412) boolToRecFlag (compiler/basicTypes/BasicTypes.hs:416) Origin (compiler/basicTypes/BasicTypes.hs:432) isGenerated (compiler/basicTypes/BasicTypes.hs:436) RuleName (compiler/basicTypes/BasicTypes.hs:284) pprRuleName (compiler/basicTypes/BasicTypes.hs:286) TopLevelFlag (compiler/basicTypes/BasicTypes.hs:363) isTopLevel (compiler/basicTypes/BasicTypes.hs:367) isNotTopLevel (compiler/basicTypes/BasicTypes.hs:367) OverlapMode (compiler/basicTypes/BasicTypes.hs:489) setOverlapModeMaybe (compiler/basicTypes/BasicTypes.hs:469) hasOverlappingFlag (compiler/basicTypes/BasicTypes.hs:481) hasOverlappableFlag (compiler/basicTypes/BasicTypes.hs:473) Boxity (compiler/basicTypes/BasicTypes.hs:387) isBoxed (compiler/basicTypes/BasicTypes.hs:392) TupleSort (compiler/basicTypes/BasicTypes.hs:568) tupleSortBoxity (compiler/basicTypes/BasicTypes.hs:574) boxityNormalTupleSort (compiler/basicTypes/BasicTypes.hs:579) tupleParens (compiler/basicTypes/BasicTypes.hs:583) hasNoOneShotInfo (compiler/basicTypes/BasicTypes.hs:172) isOneShotInfo (compiler/basicTypes/BasicTypes.hs:172) bestOneShot (compiler/basicTypes/BasicTypes.hs:179) worstOneShot (compiler/basicTypes/BasicTypes.hs:179) seqOccInfo (compiler/basicTypes/BasicTypes.hs:676) zapFragileOcc (compiler/basicTypes/BasicTypes.hs:719) isOneOcc (compiler/basicTypes/BasicTypes.hs:715) isDeadOcc (compiler/basicTypes/BasicTypes.hs:711) isStrongLoopBreaker (compiler/basicTypes/BasicTypes.hs:707) isWeakLoopBreaker (compiler/basicTypes/BasicTypes.hs:703) isNoOcc (compiler/basicTypes/BasicTypes.hs:672) strongLoopBreaker (compiler/basicTypes/BasicTypes.hs:699) weakLoopBreaker (compiler/basicTypes/BasicTypes.hs:699) InsideLam (compiler/basicTypes/BasicTypes.hs:685) insideLam (compiler/basicTypes/BasicTypes.hs:688) notInsideLam (compiler/basicTypes/BasicTypes.hs:688) OneBranch (compiler/basicTypes/BasicTypes.hs:693) oneBranch (compiler/basicTypes/BasicTypes.hs:695) notOneBranch (compiler/basicTypes/BasicTypes.hs:695) InterestingCxt (compiler/basicTypes/BasicTypes.hs:680) EP (compiler/basicTypes/BasicTypes.hs:613) DefMethSpec (compiler/basicTypes/BasicTypes.hs:751) SwapFlag (compiler/basicTypes/BasicTypes.hs:206) flipSwap (compiler/basicTypes/BasicTypes.hs:214) unSwap (compiler/basicTypes/BasicTypes.hs:222) isSwapped (compiler/basicTypes/BasicTypes.hs:218) CompilerPhase (compiler/basicTypes/BasicTypes.hs:864) PhaseNum (compiler/basicTypes/BasicTypes.hs:860) Activation (compiler/basicTypes/BasicTypes.hs:872) isActive (compiler/basicTypes/BasicTypes.hs:1063) isActiveIn (compiler/basicTypes/BasicTypes.hs:1069) isNeverActive (compiler/basicTypes/BasicTypes.hs:1075) isAlwaysActive (compiler/basicTypes/BasicTypes.hs:1075) isEarlyActive (compiler/basicTypes/BasicTypes.hs:1075) RuleMatchInfo (compiler/basicTypes/BasicTypes.hs:878) isConLike (compiler/basicTypes/BasicTypes.hs:962) isFunLike (compiler/basicTypes/BasicTypes.hs:966) InlineSpec (compiler/basicTypes/BasicTypes.hs:900) isEmptyInlineSpec (compiler/basicTypes/BasicTypes.hs:970) InlinePragma (compiler/basicTypes/BasicTypes.hs:883) defaultInlinePragma (compiler/basicTypes/BasicTypes.hs:974) alwaysInlinePragma (compiler/basicTypes/BasicTypes.hs:974) neverInlinePragma (compiler/basicTypes/BasicTypes.hs:974) dfunInlinePragma (compiler/basicTypes/BasicTypes.hs:974) isDefaultInlinePragma (compiler/basicTypes/BasicTypes.hs:995) isInlinePragma (compiler/basicTypes/BasicTypes.hs:1001) isInlinablePragma (compiler/basicTypes/BasicTypes.hs:1006) isAnyInlinePragma (compiler/basicTypes/BasicTypes.hs:1011) inlinePragmaSpec (compiler/basicTypes/BasicTypes.hs:985) inlinePragmaSat (compiler/basicTypes/BasicTypes.hs:1018) inlinePragmaActivation (compiler/basicTypes/BasicTypes.hs:1021) inlinePragmaRuleMatchInfo (compiler/basicTypes/BasicTypes.hs:1024) setInlinePragmaActivation (compiler/basicTypes/BasicTypes.hs:1027) setInlinePragmaRuleMatchInfo (compiler/basicTypes/BasicTypes.hs:1030) SuccessFlag (compiler/basicTypes/BasicTypes.hs:769) succeeded (compiler/basicTypes/BasicTypes.hs:779) failed (compiler/basicTypes/BasicTypes.hs:779) successIf (compiler/basicTypes/BasicTypes.hs:775) FractionalLit (compiler/basicTypes/BasicTypes.hs:1090) negateFractionalLit (compiler/basicTypes/BasicTypes.hs:1097) integralFractionalLit (compiler/basicTypes/BasicTypes.hs:1101) HValue (compiler/basicTypes/BasicTypes.hs:1116) SourceText (compiler/basicTypes/BasicTypes.hs:847) 13% ( 5 / 39) in 'Unique' Missing documentation for: Module header hasKey (compiler/basicTypes/Unique.hs:159) pprUnique (compiler/basicTypes/Unique.hs:218) mkUniqueGrimily (compiler/basicTypes/Unique.hs:99) getKey (compiler/basicTypes/Unique.hs:100) getKeyFastInt (compiler/basicTypes/Unique.hs:101) mkUnique (compiler/basicTypes/Unique.hs:129) unpkUnique (compiler/basicTypes/Unique.hs:97) incrUnique (compiler/basicTypes/Unique.hs:103) deriveUnique (compiler/basicTypes/Unique.hs:104) newTagUnique (compiler/basicTypes/Unique.hs:105) initTyVarUnique (compiler/basicTypes/Unique.hs:326) mkAlphaTyVarUnique (compiler/basicTypes/Unique.hs:283) mkPrimOpIdUnique (compiler/basicTypes/Unique.hs:289) mkTupleTyConUnique (compiler/basicTypes/Unique.hs:286) mkTupleDataConUnique (compiler/basicTypes/Unique.hs:288) mkPreludeMiscIdUnique (compiler/basicTypes/Unique.hs:290) mkPreludeDataConUnique (compiler/basicTypes/Unique.hs:287) mkPreludeTyConUnique (compiler/basicTypes/Unique.hs:285) mkPreludeClassUnique (compiler/basicTypes/Unique.hs:284) mkPArrDataConUnique (compiler/basicTypes/Unique.hs:291) mkVarOccUnique (compiler/basicTypes/Unique.hs:346) mkDataOccUnique (compiler/basicTypes/Unique.hs:346) mkTvOccUnique (compiler/basicTypes/Unique.hs:346) mkTcOccUnique (compiler/basicTypes/Unique.hs:346) mkRegSingleUnique (compiler/basicTypes/Unique.hs:337) mkRegPairUnique (compiler/basicTypes/Unique.hs:337) mkRegClassUnique (compiler/basicTypes/Unique.hs:337) mkRegSubUnique (compiler/basicTypes/Unique.hs:337) mkCostCentreUnique (compiler/basicTypes/Unique.hs:343) mkBuiltinUnique (compiler/basicTypes/Unique.hs:329) mkPseudoUniqueD (compiler/basicTypes/Unique.hs:329) mkPseudoUniqueE (compiler/basicTypes/Unique.hs:329) mkPseudoUniqueH (compiler/basicTypes/Unique.hs:329) 6% ( 3 / 51) in 'UniqFM' Missing documentation for: Module header UniqFM (compiler/utils/UniqFM.hs:215) emptyUFM (compiler/utils/UniqFM.hs:95) unitUFM (compiler/utils/UniqFM.hs:97) unitDirectlyUFM (compiler/utils/UniqFM.hs:98) listToUFM (compiler/utils/UniqFM.hs:100) listToUFM_Directly (compiler/utils/UniqFM.hs:101) listToUFM_C (compiler/utils/UniqFM.hs:103) addToUFM (compiler/utils/UniqFM.hs:107) addToUFM_C (compiler/utils/UniqFM.hs:113) addToUFM_Acc (compiler/utils/UniqFM.hs:118) addListToUFM (compiler/utils/UniqFM.hs:108) addListToUFM_C (compiler/utils/UniqFM.hs:131) addToUFM_Directly (compiler/utils/UniqFM.hs:110) addListToUFM_Directly (compiler/utils/UniqFM.hs:109) adjustUFM (compiler/utils/UniqFM.hs:135) alterUFM (compiler/utils/UniqFM.hs:125) adjustUFM_Directly (compiler/utils/UniqFM.hs:136) delFromUFM (compiler/utils/UniqFM.hs:138) delFromUFM_Directly (compiler/utils/UniqFM.hs:140) delListFromUFM (compiler/utils/UniqFM.hs:139) plusUFM (compiler/utils/UniqFM.hs:143) plusUFM_C (compiler/utils/UniqFM.hs:145) minusUFM (compiler/utils/UniqFM.hs:162) intersectUFM (compiler/utils/UniqFM.hs:164) intersectUFM_C (compiler/utils/UniqFM.hs:165) foldUFM (compiler/utils/UniqFM.hs:168) foldUFM_Directly (compiler/utils/UniqFM.hs:169) mapUFM (compiler/utils/UniqFM.hs:170) mapUFM_Directly (compiler/utils/UniqFM.hs:171) elemUFM (compiler/utils/UniqFM.hs:178) elemUFM_Directly (compiler/utils/UniqFM.hs:179) filterUFM (compiler/utils/UniqFM.hs:172) filterUFM_Directly (compiler/utils/UniqFM.hs:173) partitionUFM (compiler/utils/UniqFM.hs:174) sizeUFM (compiler/utils/UniqFM.hs:176) isNullUFM (compiler/utils/UniqFM.hs:96) lookupUFM (compiler/utils/UniqFM.hs:183) lookupUFM_Directly (compiler/utils/UniqFM.hs:184) lookupWithDefaultUFM (compiler/utils/UniqFM.hs:186) lookupWithDefaultUFM_Directly (compiler/utils/UniqFM.hs:188) eltsUFM (compiler/utils/UniqFM.hs:191) keysUFM (compiler/utils/UniqFM.hs:190) splitUFM (compiler/utils/UniqFM.hs:181) ufmToSet_Directly (compiler/utils/UniqFM.hs:192) ufmToList (compiler/utils/UniqFM.hs:193) joinUFM (compiler/utils/UniqFM.hs:291) pprUniqFM (compiler/utils/UniqFM.hs:311) 0% ( 0 / 17) in 'ListSetOps' Missing documentation for: Module header unionLists (compiler/utils/ListSetOps.hs:64) minusList (compiler/utils/ListSetOps.hs:70) insertList (compiler/utils/ListSetOps.hs:59) Assoc (compiler/utils/ListSetOps.hs:85) assoc (compiler/utils/ListSetOps.hs:87) assocMaybe (compiler/utils/ListSetOps.hs:90) assocUsing (compiler/utils/ListSetOps.hs:89) assocDefault (compiler/utils/ListSetOps.hs:88) assocDefaultUsing (compiler/utils/ListSetOps.hs:91) hasNoDups (compiler/utils/ListSetOps.hs:116) runs (compiler/utils/ListSetOps.hs:146) removeDups (compiler/utils/ListSetOps.hs:154) findDupsEq (compiler/utils/ListSetOps.hs:170) equivClasses (compiler/utils/ListSetOps.hs:127) equivClassesByUniq (compiler/utils/ListSetOps.hs:176) getNth (compiler/utils/ListSetOps.hs:46) 83% ( 15 / 18) in 'UniqSupply' Missing documentation for: Module header lazyThenUs (compiler/basicTypes/UniqSupply.hs:148) lazyMapUs (compiler/basicTypes/UniqSupply.hs:195) 32% ( 12 / 38) in 'Hoopl.Dataflow' Missing documentation for: Module header OldFact NewFact Fact ChangeFlag FwdPass FwdTransfer mkFTransfer mkFTransfer3 getFTransfer3 FwdRewrite getFRewrite3 noFwdRewrite (compiler/cmm/Hoopl/Dataflow.hs:58) wrapFR wrapFR2 BwdPass BwdTransfer mkBTransfer mkBTransfer3 getBTransfer3 wrapBR wrapBR2 BwdRewrite mkBRewrite3 (compiler/cmm/Hoopl/Dataflow.hs:81) getBRewrite3 noBwdRewrite (compiler/cmm/Hoopl/Dataflow.hs:78) 25% ( 2 / 8) in 'Hoopl' Missing documentation for: Module header deepFwdRw (compiler/cmm/Hoopl.hs:33) deepFwdRw3 (compiler/cmm/Hoopl.hs:29) deepBwdRw (compiler/cmm/Hoopl.hs:93) deepBwdRw3 (compiler/cmm/Hoopl.hs:88) thenFwdRw (compiler/cmm/Hoopl.hs:39) 7% ( 2 / 27) in 'UniqSet' Missing documentation for: Module header UniqSet (compiler/utils/UniqSet.hs:85) emptyUniqSet (compiler/utils/UniqSet.hs:48) unitUniqSet (compiler/utils/UniqSet.hs:49) mkUniqSet (compiler/utils/UniqSet.hs:50) addOneToUniqSet (compiler/utils/UniqSet.hs:52) addOneToUniqSet_C (compiler/utils/UniqSet.hs:53) addListToUniqSet (compiler/utils/UniqSet.hs:54) delOneFromUniqSet (compiler/utils/UniqSet.hs:56) delOneFromUniqSet_Directly (compiler/utils/UniqSet.hs:57) delListFromUniqSet (compiler/utils/UniqSet.hs:58) unionUniqSets (compiler/utils/UniqSet.hs:60) unionManyUniqSets (compiler/utils/UniqSet.hs:61) minusUniqSet (compiler/utils/UniqSet.hs:62) intersectUniqSets (compiler/utils/UniqSet.hs:63) foldUniqSet (compiler/utils/UniqSet.hs:65) mapUniqSet (compiler/utils/UniqSet.hs:66) elementOfUniqSet (compiler/utils/UniqSet.hs:67) elemUniqSet_Directly (compiler/utils/UniqSet.hs:68) filterUniqSet (compiler/utils/UniqSet.hs:69) sizeUniqSet (compiler/utils/UniqSet.hs:72) isEmptyUniqSet (compiler/utils/UniqSet.hs:73) lookupUniqSet (compiler/utils/UniqSet.hs:74) uniqSetToList (compiler/utils/UniqSet.hs:75) partitionUniqSet (compiler/utils/UniqSet.hs:70) 100% ( 7 / 7) in 'GraphBase' 96% ( 24 / 25) in 'GraphOps' Missing documentation for: addExclusions (compiler/utils/GraphOps.hs:219) 100% ( 3 / 3) in 'GraphPpr' 100% ( 5 / 5) in 'GraphColor' 100% ( 2 / 2) in 'RegClass' 28% ( 5 / 18) in 'Reg' Missing documentation for: regPair (compiler/nativeGen/Reg.hs:162) regSingle (compiler/nativeGen/Reg.hs:159) isRealReg (compiler/nativeGen/Reg.hs:184) takeRealReg (compiler/nativeGen/Reg.hs:190) isVirtualReg (compiler/nativeGen/Reg.hs:197) takeVirtualReg (compiler/nativeGen/Reg.hs:203) VirtualReg (compiler/nativeGen/Reg.hs:52) renameVirtualReg (compiler/nativeGen/Reg.hs:79) classOfVirtualReg (compiler/nativeGen/Reg.hs:89) getHiVirtualRegFromLo (compiler/nativeGen/Reg.hs:102) getHiVRegFromLo (compiler/nativeGen/Reg.hs:109) regNosOfRealReg (compiler/nativeGen/Reg.hs:141) realRegsAlias (compiler/nativeGen/Reg.hs:148) 0% ( 0 / 2) in 'RegAlloc.Graph.TrivColorable' Missing documentation for: Module header trivColorable (compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs:101) 86% ( 6 / 7) in 'RegAlloc.Graph.ArchBase' Missing documentation for: RegClass (compiler/nativeGen/RegAlloc/Graph/ArchBase.hs:31) 86% ( 6 / 7) in 'RegAlloc.Graph.ArchX86' Missing documentation for: squeese (compiler/nativeGen/RegAlloc/Graph/ArchX86.hs:143) 0% ( 0 / 33) in 'Binary' Missing documentation for: Module header Bin (compiler/utils/Binary.hs:121) Binary (compiler/utils/Binary.hs:131) BinHandle (compiler/utils/Binary.hs:100) SymbolTable (compiler/utils/Binary.hs:671) Dictionary (compiler/utils/Binary.hs:650) openBinMem (compiler/utils/Binary.hs:148) seekBin (compiler/utils/Binary.hs:163) seekBy (compiler/utils/Binary.hs:170) tellBin (compiler/utils/Binary.hs:160) castBin (compiler/utils/Binary.hs:124) writeBinMem (compiler/utils/Binary.hs:185) readBinMem (compiler/utils/Binary.hs:193) fingerprintBinMem (compiler/utils/Binary.hs:211) computeFingerprint (compiler/utils/Binary.hs:217) isEOFBin (compiler/utils/Binary.hs:179) putAt (compiler/utils/Binary.hs:142) getAt (compiler/utils/Binary.hs:145) putByte (compiler/utils/Binary.hs:268) getByte (compiler/utils/Binary.hs:271) lazyGet (compiler/utils/Binary.hs:593) lazyPut (compiler/utils/Binary.hs:583) ByteArray (compiler/utils/Binary.hs:531) getByteArray (compiler/utils/Binary.hs:518) putByteArray (compiler/utils/Binary.hs:510) UserData (compiler/utils/Binary.hs:609) getUserData (compiler/utils/Binary.hs:110) setUserData (compiler/utils/Binary.hs:113) newReadState (compiler/utils/Binary.hs:620) newWriteState (compiler/utils/Binary.hs:630) putDictionary (compiler/utils/Binary.hs:653) getDictionary (compiler/utils/Binary.hs:658) putFS (compiler/utils/Binary.hs:677) Warning: Module: modulePackageKey is exported separately but will be documented under Module. Consider exporting it together with its parent(s) for code clarity. Warning: Module: moduleName is exported separately but will be documented under Module. Consider exporting it together with its parent(s) for code clarity. 33% ( 25 / 76) in 'Module' Missing documentation for: Module header pprModuleName (compiler/basicTypes/Module.hs:198) moduleNameFS (compiler/basicTypes/Module.hs:205) moduleNameString (compiler/basicTypes/Module.hs:208) mkModuleName (compiler/basicTypes/Module.hs:211) mkModuleNameFS (compiler/basicTypes/Module.hs:214) fsToPackageKey (compiler/basicTypes/Module.hs:345) packageKeyFS (compiler/basicTypes/Module.hs:348) stringToPackageKey (compiler/basicTypes/Module.hs:351) packageKeyString (compiler/basicTypes/Module.hs:354) primPackageKey (compiler/basicTypes/Module.hs:379) integerPackageKey (compiler/basicTypes/Module.hs:379) basePackageKey (compiler/basicTypes/Module.hs:379) rtsPackageKey (compiler/basicTypes/Module.hs:379) thPackageKey (compiler/basicTypes/Module.hs:379) dphSeqPackageKey (compiler/basicTypes/Module.hs:379) dphParPackageKey (compiler/basicTypes/Module.hs:379) thisGhcPackageKey (compiler/basicTypes/Module.hs:379) interactivePackageKey (compiler/basicTypes/Module.hs:379) isInteractiveModule (compiler/basicTypes/Module.hs:403) wiredInPackageKeys (compiler/basicTypes/Module.hs:406) pprModule (compiler/basicTypes/Module.hs:271) mkModule (compiler/basicTypes/Module.hs:268) HasModule (compiler/basicTypes/Module.hs:291) ContainsModule (compiler/basicTypes/Module.hs:288) elemModuleEnv (compiler/basicTypes/Module.hs:430) extendModuleEnv (compiler/basicTypes/Module.hs:433) extendModuleEnvList (compiler/basicTypes/Module.hs:439) extendModuleEnvList_C (compiler/basicTypes/Module.hs:442) plusModuleEnv_C (compiler/basicTypes/Module.hs:446) delModuleEnvList (compiler/basicTypes/Module.hs:449) delModuleEnv (compiler/basicTypes/Module.hs:452) plusModuleEnv (compiler/basicTypes/Module.hs:455) lookupModuleEnv (compiler/basicTypes/Module.hs:458) lookupWithDefaultModuleEnv (compiler/basicTypes/Module.hs:461) mapModuleEnv (compiler/basicTypes/Module.hs:464) mkModuleEnv (compiler/basicTypes/Module.hs:467) emptyModuleEnv (compiler/basicTypes/Module.hs:470) moduleEnvKeys (compiler/basicTypes/Module.hs:473) moduleEnvElts (compiler/basicTypes/Module.hs:476) moduleEnvToList (compiler/basicTypes/Module.hs:479) unitModuleEnv (compiler/basicTypes/Module.hs:482) isEmptyModuleEnv (compiler/basicTypes/Module.hs:485) foldModuleEnv (compiler/basicTypes/Module.hs:488) extendModuleEnvWith (compiler/basicTypes/Module.hs:436) filterModuleEnv (compiler/basicTypes/Module.hs:427) emptyModuleSet (compiler/basicTypes/Module.hs:496) mkModuleSet (compiler/basicTypes/Module.hs:494) moduleSetElts (compiler/basicTypes/Module.hs:497) extendModuleSet (compiler/basicTypes/Module.hs:495) elemModuleSet (compiler/basicTypes/Module.hs:498) 44% ( 7 / 16) in 'PackageConfig' Missing documentation for: PackageConfig (compiler/main/PackageConfig.hs:42) InstalledPackageId (compiler/main/PackageConfig.hs:53) SourcePackageId (compiler/main/PackageConfig.hs:54) PackageName (compiler/main/PackageConfig.hs:55) defaultPackageConfig (compiler/main/PackageConfig.hs:97) installedPackageIdString (compiler/main/PackageConfig.hs:100) sourcePackageIdString (compiler/main/PackageConfig.hs:105) packageNameString (compiler/main/PackageConfig.hs:110) pprPackageConfig (compiler/main/PackageConfig.hs:115) 6% ( 1 / 16) in 'BooleanFormula' Missing documentation for: BooleanFormula (compiler/utils/BooleanFormula.hs:36) mkFalse (compiler/utils/BooleanFormula.hs:42) mkTrue (compiler/utils/BooleanFormula.hs:42) mkAnd (compiler/utils/BooleanFormula.hs:52) mkOr (compiler/utils/BooleanFormula.hs:65) mkVar (compiler/utils/BooleanFormula.hs:39) isFalse (compiler/utils/BooleanFormula.hs:114) isTrue (compiler/utils/BooleanFormula.hs:118) eval (compiler/utils/BooleanFormula.hs:122) simplify (compiler/utils/BooleanFormula.hs:129) isUnsatisfied (compiler/utils/BooleanFormula.hs:139) implies (compiler/utils/BooleanFormula.hs:157) impliesAtom (compiler/utils/BooleanFormula.hs:152) pprBooleanFormula (compiler/utils/BooleanFormula.hs:181) pprBooleanFormulaNice (compiler/utils/BooleanFormula.hs:188) 90% ( 9 / 10) in 'Serialized' Missing documentation for: Module header 11% ( 2 / 19) in 'ForeignCall' Missing documentation for: Module header ForeignCall (compiler/prelude/ForeignCall.hs:38) isSafeForeignCall (compiler/prelude/ForeignCall.hs:42) Safety (compiler/prelude/ForeignCall.hs:50) playSafe (compiler/prelude/ForeignCall.hs:74) playInterruptible (compiler/prelude/ForeignCall.hs:79) CExportSpec (compiler/prelude/ForeignCall.hs:91) CLabelString (compiler/prelude/ForeignCall.hs:185) isCLabelString (compiler/prelude/ForeignCall.hs:190) pprCLabelString (compiler/prelude/ForeignCall.hs:187) CCallSpec (compiler/prelude/ForeignCall.hs:98) isDynamicTarget (compiler/prelude/ForeignCall.hs:131) CCallConv (compiler/prelude/ForeignCall.hs:152) defaultCCallConv (compiler/prelude/ForeignCall.hs:163) ccallConvToInt (compiler/prelude/ForeignCall.hs:166) ccallConvAttribute (compiler/prelude/ForeignCall.hs:178) Header (compiler/prelude/ForeignCall.hs:225) 22% ( 2 / 9) in 'ObjLink' Missing documentation for: initObjLinker (compiler/ghci/ObjLink.hs:112) loadArchive (compiler/ghci/ObjLink.hs:84) loadObj (compiler/ghci/ObjLink.hs:90) unloadObj (compiler/ghci/ObjLink.hs:96) insertSymbol (compiler/ghci/ObjLink.hs:39) lookupSymbol (compiler/ghci/ObjLink.hs:46) resolveObjs (compiler/ghci/ObjLink.hs:102) 0% ( 0 / 4) in 'HsDoc' Missing documentation for: Module header HsDocString (compiler/hsSyn/HsDoc.hs:17) LHsDocString (compiler/hsSyn/HsDoc.hs:20) ppr_mbDoc (compiler/hsSyn/HsDoc.hs:25) 10% ( 2 / 21) in 'CmdLineParser' Missing documentation for: processArgs (compiler/main/CmdLineParser.hs:169) OptKind (compiler/main/CmdLineParser.hs:69) CmdLineP (compiler/main/CmdLineParser.hs:143) getCmdLineState (compiler/main/CmdLineParser.hs:159) putCmdLineState (compiler/main/CmdLineParser.hs:161) Flag (compiler/main/CmdLineParser.hs:44) defFlag (compiler/main/CmdLineParser.hs:50) defGhcFlag (compiler/main/CmdLineParser.hs:53) defGhciFlag (compiler/main/CmdLineParser.hs:56) defHiddenFlag (compiler/main/CmdLineParser.hs:59) errorsToGhcException (compiler/main/CmdLineParser.hs:300) EwM (compiler/main/CmdLineParser.hs:95) runEwM (compiler/main/CmdLineParser.hs:111) addErr (compiler/main/CmdLineParser.hs:117) addWarn (compiler/main/CmdLineParser.hs:120) getArg (compiler/main/CmdLineParser.hs:128) getCurLoc (compiler/main/CmdLineParser.hs:131) liftEwM (compiler/main/CmdLineParser.hs:134) deprecate (compiler/main/CmdLineParser.hs:123) 7% ( 1 / 15) in 'StaticFlags' Missing documentation for: Module header staticFlags (compiler/main/StaticFlags.hs:100) initStaticOpts (compiler/main/StaticFlags.hs:168) discardStaticFlags (compiler/main/StaticFlags.hs:158) opt_PprStyle_Debug (compiler/main/StaticFlags.hs:197) opt_NoDebugOutput (compiler/main/StaticFlags.hs:200) opt_NoStateHack (compiler/main/StaticFlags.hs:203) opt_CprOff (compiler/main/StaticFlags.hs:207) opt_NoOptCoercion (compiler/main/StaticFlags.hs:210) addOpt (compiler/main/StaticFlags.hs:171) removeOpt (compiler/main/StaticFlags.hs:174) v_opt_C_ready (compiler/main/StaticFlags.hs:97) flagsStatic (compiler/main/StaticFlags.hs:122) flagsStaticNames (compiler/main/StaticFlags.hs:145) 20% ( 61 /300) in 'DynFlags' Missing documentation for: DumpFlag (compiler/main/DynFlags.hs:236) WarningFlag (compiler/main/DynFlags.hs:473) ExtensionFlag (compiler/main/DynFlags.hs:545) Language (compiler/main/DynFlags.hs:525) PlatformConstants (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs:1) FatalMessager (compiler/main/DynFlags.hs:1587) LogAction (compiler/main/DynFlags.hs:1588) FlushOut (compiler/main/DynFlags.hs:1623) FlushErr (compiler/main/DynFlags.hs:1628) ProfAuto (compiler/main/DynFlags.hs:900) glasgowExtsFlags (compiler/main/DynFlags.hs:3407) lang_set (compiler/main/DynFlags.hs:1775) useUnicodeSyntax (compiler/main/DynFlags.hs:1782) whenGeneratingDynamicToo (compiler/main/DynFlags.hs:1338) ifGeneratingDynamicToo (compiler/main/DynFlags.hs:1341) whenCannotGenerateDynamicToo (compiler/main/DynFlags.hs:1344) dynamicTooMkDynamicDynFlags (compiler/main/DynFlags.hs:1361) FlagSpec (compiler/main/DynFlags.hs:2780) HasDynFlags (compiler/main/DynFlags.hs:893) ContainsDynFlags (compiler/main/DynFlags.hs:896) RtsOptsEnabled (compiler/main/DynFlags.hs:1155) isOneShot (compiler/main/DynFlags.hs:1093) isNoLink (compiler/main/DynFlags.hs:1107) PackageFlag (compiler/main/DynFlags.hs:1119) PackageArg (compiler/main/DynFlags.hs:1111) ModRenaming (compiler/main/DynFlags.hs:1116) PkgConfRef (compiler/main/DynFlags.hs:3656) showOpt (compiler/main/DynFlags.hs:2010) DynLibLoader (compiler/main/DynFlags.hs:1150) tablesNextToCode (compiler/main/DynFlags.hs:1138) mkTablesNextToCode (compiler/main/DynFlags.hs:1146) SigOf (compiler/main/DynFlags.hs:645) getSigOf (compiler/main/DynFlags.hs:649) Way (compiler/main/DynFlags.hs:1174) mkBuildTag (compiler/main/DynFlags.hs:1208) wayRTSOnly (compiler/main/DynFlags.hs:1222) addWay' (compiler/main/DynFlags.hs:3565) updateWays (compiler/main/DynFlags.hs:2145) wayGeneralFlags (compiler/main/DynFlags.hs:1245) wayUnsetGeneralFlags (compiler/main/DynFlags.hs:1264) Settings (compiler/main/DynFlags.hs:908) targetPlatform (compiler/main/DynFlags.hs:955) programName (compiler/main/DynFlags.hs:957) projectVersion (compiler/main/DynFlags.hs:959) ghcUsagePath (compiler/main/DynFlags.hs:961) ghciUsagePath (compiler/main/DynFlags.hs:963) topDir (compiler/main/DynFlags.hs:965) tmpDir (compiler/main/DynFlags.hs:967) rawSettings (compiler/main/DynFlags.hs:969) extraGccViaCFlags (compiler/main/DynFlags.hs:971) systemPackageConfig (compiler/main/DynFlags.hs:973) pgm_L (compiler/main/DynFlags.hs:975) pgm_P (compiler/main/DynFlags.hs:977) pgm_F (compiler/main/DynFlags.hs:979) pgm_c (compiler/main/DynFlags.hs:981) pgm_s (compiler/main/DynFlags.hs:983) pgm_a (compiler/main/DynFlags.hs:985) pgm_l (compiler/main/DynFlags.hs:987) pgm_dll (compiler/main/DynFlags.hs:989) pgm_T (compiler/main/DynFlags.hs:991) pgm_sysman (compiler/main/DynFlags.hs:993) pgm_windres (compiler/main/DynFlags.hs:995) pgm_libtool (compiler/main/DynFlags.hs:997) pgm_readelf (compiler/main/DynFlags.hs:999) pgm_lo (compiler/main/DynFlags.hs:1001) pgm_lc (compiler/main/DynFlags.hs:1003) opt_L (compiler/main/DynFlags.hs:1005) opt_P (compiler/main/DynFlags.hs:1007) opt_F (compiler/main/DynFlags.hs:1010) opt_c (compiler/main/DynFlags.hs:1012) opt_a (compiler/main/DynFlags.hs:1015) opt_l (compiler/main/DynFlags.hs:1017) opt_windres (compiler/main/DynFlags.hs:1020) opt_lo (compiler/main/DynFlags.hs:1022) opt_lc (compiler/main/DynFlags.hs:1024) defaultWays (compiler/main/DynFlags.hs:1575) interpWays (compiler/main/DynFlags.hs:1580) defaultFatalMessager (compiler/main/DynFlags.hs:1590) defaultLogAction (compiler/main/DynFlags.hs:1593) defaultLogActionHPrintDoc (compiler/main/DynFlags.hs:1611) defaultLogActionHPutStrDoc (compiler/main/DynFlags.hs:1616) defaultFlushOut (compiler/main/DynFlags.hs:1625) defaultFlushErr (compiler/main/DynFlags.hs:1630) setTmpDir (compiler/main/DynFlags.hs:3971) setPackageKey (compiler/main/DynFlags.hs:3730) flagsAll (compiler/main/DynFlags.hs:2220) flagsDynamic (compiler/main/DynFlags.hs:2224) flagsPackage (compiler/main/DynFlags.hs:2228) supportedLanguagesAndExtensions (compiler/main/DynFlags.hs:3052) languageExtensions (compiler/main/DynFlags.hs:1655) picCCOpts (compiler/main/DynFlags.hs:4005) picPOpts (compiler/main/DynFlags.hs:4032) StgToDo (compiler/main/DynFlags.hs:2032) getStgToDo (compiler/main/DynFlags.hs:2038) compilerInfo (compiler/main/DynFlags.hs:4046) rtsIsProfiled (compiler/main/DynFlags.hs:3446) dynamicGhc (compiler/main/DynFlags.hs:3457) sTD_HDR_SIZE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:1) pROF_HDR_SIZE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:3) bLOCK_SIZE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:5) bLOCKS_PER_MBLOCK (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:7) oFFSET_StgRegTable_rR1 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:9) oFFSET_StgRegTable_rR2 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:11) oFFSET_StgRegTable_rR3 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:13) oFFSET_StgRegTable_rR4 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:15) oFFSET_StgRegTable_rR5 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:17) oFFSET_StgRegTable_rR6 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:19) oFFSET_StgRegTable_rR7 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:21) oFFSET_StgRegTable_rR8 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:23) oFFSET_StgRegTable_rR9 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:25) oFFSET_StgRegTable_rR10 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:27) oFFSET_StgRegTable_rF1 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:29) oFFSET_StgRegTable_rF2 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:31) oFFSET_StgRegTable_rF3 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:33) oFFSET_StgRegTable_rF4 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:35) oFFSET_StgRegTable_rF5 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:37) oFFSET_StgRegTable_rF6 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:39) oFFSET_StgRegTable_rD1 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:41) oFFSET_StgRegTable_rD2 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:43) oFFSET_StgRegTable_rD3 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:45) oFFSET_StgRegTable_rD4 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:47) oFFSET_StgRegTable_rD5 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:49) oFFSET_StgRegTable_rD6 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:51) oFFSET_StgRegTable_rXMM1 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:53) oFFSET_StgRegTable_rXMM2 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:55) oFFSET_StgRegTable_rXMM3 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:57) oFFSET_StgRegTable_rXMM4 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:59) oFFSET_StgRegTable_rXMM5 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:61) oFFSET_StgRegTable_rXMM6 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:63) oFFSET_StgRegTable_rYMM1 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:65) oFFSET_StgRegTable_rYMM2 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:67) oFFSET_StgRegTable_rYMM3 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:69) oFFSET_StgRegTable_rYMM4 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:71) oFFSET_StgRegTable_rYMM5 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:73) oFFSET_StgRegTable_rYMM6 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:75) oFFSET_StgRegTable_rZMM1 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:77) oFFSET_StgRegTable_rZMM2 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:79) oFFSET_StgRegTable_rZMM3 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:81) oFFSET_StgRegTable_rZMM4 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:83) oFFSET_StgRegTable_rZMM5 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:85) oFFSET_StgRegTable_rZMM6 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:87) oFFSET_StgRegTable_rL1 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:89) oFFSET_StgRegTable_rSp (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:91) oFFSET_StgRegTable_rSpLim (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:93) oFFSET_StgRegTable_rHp (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:95) oFFSET_StgRegTable_rHpLim (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:97) oFFSET_StgRegTable_rCCCS (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:99) oFFSET_StgRegTable_rCurrentTSO (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:101) oFFSET_StgRegTable_rCurrentNursery (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:103) oFFSET_StgRegTable_rHpAlloc (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:105) oFFSET_stgEagerBlackholeInfo (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:107) oFFSET_stgGCEnter1 (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:109) oFFSET_stgGCFun (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:111) oFFSET_Capability_r (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:113) oFFSET_bdescr_start (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:115) oFFSET_bdescr_free (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:117) oFFSET_bdescr_blocks (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:119) sIZEOF_CostCentreStack (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:121) oFFSET_CostCentreStack_mem_alloc (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:123) oFFSET_CostCentreStack_scc_count (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:125) oFFSET_StgHeader_ccs (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:127) oFFSET_StgHeader_ldvw (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:129) sIZEOF_StgSMPThunkHeader (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:131) oFFSET_StgEntCounter_allocs (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:133) oFFSET_StgEntCounter_allocd (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:135) oFFSET_StgEntCounter_registeredp (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:137) oFFSET_StgEntCounter_link (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:139) oFFSET_StgEntCounter_entry_count (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:141) sIZEOF_StgUpdateFrame_NoHdr (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:143) sIZEOF_StgMutArrPtrs_NoHdr (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:145) oFFSET_StgMutArrPtrs_ptrs (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:147) oFFSET_StgMutArrPtrs_size (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:149) sIZEOF_StgSmallMutArrPtrs_NoHdr (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:151) oFFSET_StgSmallMutArrPtrs_ptrs (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:153) sIZEOF_StgArrWords_NoHdr (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:155) oFFSET_StgArrWords_bytes (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:157) oFFSET_StgTSO_alloc_limit (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:159) oFFSET_StgTSO_cccs (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:161) oFFSET_StgTSO_stackobj (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:163) oFFSET_StgStack_sp (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:165) oFFSET_StgStack_stack (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:167) oFFSET_StgUpdateFrame_updatee (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:169) oFFSET_StgFunInfoExtraFwd_arity (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:171) sIZEOF_StgFunInfoExtraRev (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:173) oFFSET_StgFunInfoExtraRev_arity (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:175) mAX_SPEC_SELECTEE_SIZE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:177) mAX_SPEC_AP_SIZE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:179) mIN_PAYLOAD_SIZE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:181) mIN_INTLIKE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:183) mAX_INTLIKE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:185) mIN_CHARLIKE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:187) mAX_CHARLIKE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:189) mUT_ARR_PTRS_CARD_BITS (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:191) mAX_Vanilla_REG (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:193) mAX_Float_REG (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:195) mAX_Double_REG (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:197) mAX_Long_REG (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:199) mAX_XMM_REG (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:201) mAX_Real_Vanilla_REG (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:203) mAX_Real_Float_REG (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:205) mAX_Real_Double_REG (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:207) mAX_Real_XMM_REG (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:209) mAX_Real_Long_REG (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:211) rESERVED_C_STACK_BYTES (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:213) rESERVED_STACK_WORDS (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:215) aP_STACK_SPLIM (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:217) wORD_SIZE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:219) dOUBLE_SIZE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:221) cINT_SIZE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:223) cLONG_SIZE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:225) cLONG_LONG_SIZE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:227) bITMAP_BITS_SHIFT (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:229) tAG_BITS (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:231) wORDS_BIGENDIAN (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:233) dYNAMIC_BY_DEFAULT (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:235) lDV_SHIFT (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:237) iLDV_CREATE_MASK (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:239) iLDV_STATE_CREATE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:241) iLDV_STATE_USE (compiler/./../includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs:243) bLOCK_SIZE_W (compiler/main/DynFlags.hs:4088) wORD_SIZE_IN_BITS (compiler/main/DynFlags.hs:4091) tAG_MASK (compiler/main/DynFlags.hs:4094) mAX_PTR_TAG (compiler/main/DynFlags.hs:4097) tARGET_MIN_INT (compiler/main/DynFlags.hs:4101) tARGET_MAX_INT (compiler/main/DynFlags.hs:4101) tARGET_MAX_WORD (compiler/main/DynFlags.hs:4101) unsafeGlobalDynFlags (compiler/main/DynFlags.hs:4213) setUnsafeGlobalDynFlags (compiler/main/DynFlags.hs:4216) isSseEnabled (compiler/main/DynFlags.hs:4233) isSse2Enabled (compiler/main/DynFlags.hs:4239) isSse4_2Enabled (compiler/main/DynFlags.hs:4250) isAvxEnabled (compiler/main/DynFlags.hs:4253) isAvx2Enabled (compiler/main/DynFlags.hs:4256) isAvx512cdEnabled (compiler/main/DynFlags.hs:4259) isAvx512erEnabled (compiler/main/DynFlags.hs:4262) isAvx512fEnabled (compiler/main/DynFlags.hs:4265) isAvx512pfEnabled (compiler/main/DynFlags.hs:4268) LinkerInfo (compiler/main/DynFlags.hs:4275) CompilerInfo (compiler/main/DynFlags.hs:4284) 13% ( 19 /150) in 'OccName' Missing documentation for: NameSpace (compiler/basicTypes/OccName.hs:145) nameSpacesRelated (compiler/basicTypes/OccName.hs:362) tcName (compiler/basicTypes/OccName.hs:172) clsName (compiler/basicTypes/OccName.hs:172) tcClsName (compiler/basicTypes/OccName.hs:172) dataName (compiler/basicTypes/OccName.hs:173) varName (compiler/basicTypes/OccName.hs:174) tvName (compiler/basicTypes/OccName.hs:174) srcDataName (compiler/basicTypes/OccName.hs:173) pprNameSpace (compiler/basicTypes/OccName.hs:211) pprNonVarNameSpace (compiler/basicTypes/OccName.hs:217) pprNameSpaceBrief (compiler/basicTypes/OccName.hs:221) OccName (compiler/basicTypes/OccName.hs:244) pprOccName (compiler/basicTypes/OccName.hs:283) mkOccName (compiler/basicTypes/OccName.hs:317) mkOccNameFS (compiler/basicTypes/OccName.hs:320) mkVarOcc (compiler/basicTypes/OccName.hs:323) mkVarOccFS (compiler/basicTypes/OccName.hs:326) mkDataOcc (compiler/basicTypes/OccName.hs:329) mkDataOccFS (compiler/basicTypes/OccName.hs:332) mkTyVarOcc (compiler/basicTypes/OccName.hs:335) mkTyVarOccFS (compiler/basicTypes/OccName.hs:338) mkTcOcc (compiler/basicTypes/OccName.hs:341) mkTcOccFS (compiler/basicTypes/OccName.hs:344) mkClsOcc (compiler/basicTypes/OccName.hs:347) mkClsOccFS (compiler/basicTypes/OccName.hs:350) mkDFunOcc (compiler/basicTypes/OccName.hs:711) setOccNameSpace (compiler/basicTypes/OccName.hs:497) demoteOccName (compiler/basicTypes/OccName.hs:355) isDerivedOccName (compiler/basicTypes/OccName.hs:593) mkDataConWrapperOcc (compiler/basicTypes/OccName.hs:600) mkWorkerOcc (compiler/basicTypes/OccName.hs:600) mkMatcherOcc (compiler/basicTypes/OccName.hs:600) mkBuilderOcc (compiler/basicTypes/OccName.hs:600) mkDefaultMethodOcc (compiler/basicTypes/OccName.hs:600) mkGenDefMethodOcc (compiler/basicTypes/OccName.hs:600) mkDerivedTyConOcc (compiler/basicTypes/OccName.hs:600) mkNewTyCoOcc (compiler/basicTypes/OccName.hs:600) mkClassOpAuxOcc (compiler/basicTypes/OccName.hs:600) mkCon2TagOcc (compiler/basicTypes/OccName.hs:600) mkTag2ConOcc (compiler/basicTypes/OccName.hs:600) mkMaxTagOcc (compiler/basicTypes/OccName.hs:600) mkClassDataConOcc (compiler/basicTypes/OccName.hs:600) mkDictOcc (compiler/basicTypes/OccName.hs:600) mkIPOcc (compiler/basicTypes/OccName.hs:600) mkSpecOcc (compiler/basicTypes/OccName.hs:600) mkForeignExportOcc (compiler/basicTypes/OccName.hs:600) mkRepEqOcc (compiler/basicTypes/OccName.hs:600) mkGenOcc1 (compiler/basicTypes/OccName.hs:600) mkGenOcc2 (compiler/basicTypes/OccName.hs:600) mkGenD (compiler/basicTypes/OccName.hs:600) mkGenR (compiler/basicTypes/OccName.hs:600) mkGen1R (compiler/basicTypes/OccName.hs:600) mkGenRCo (compiler/basicTypes/OccName.hs:600) mkGenC (compiler/basicTypes/OccName.hs:643) mkGenS (compiler/basicTypes/OccName.hs:646) mkDataTOcc (compiler/basicTypes/OccName.hs:600) mkDataCOcc (compiler/basicTypes/OccName.hs:600) mkDataConWorkerOcc (compiler/basicTypes/OccName.hs:600) mkSuperDictSelOcc (compiler/basicTypes/OccName.hs:689) mkLocalOcc (compiler/basicTypes/OccName.hs:695) mkMethodOcc (compiler/basicTypes/OccName.hs:760) mkInstTyCoOcc (compiler/basicTypes/OccName.hs:600) mkEqPredCoOcc (compiler/basicTypes/OccName.hs:600) mkVectOcc (compiler/basicTypes/OccName.hs:661) mkVectTyConOcc (compiler/basicTypes/OccName.hs:661) mkVectDataConOcc (compiler/basicTypes/OccName.hs:661) mkVectIsoOcc (compiler/basicTypes/OccName.hs:661) mkPDataTyConOcc (compiler/basicTypes/OccName.hs:661) mkPDataDataConOcc (compiler/basicTypes/OccName.hs:661) mkPDatasTyConOcc (compiler/basicTypes/OccName.hs:661) mkPDatasDataConOcc (compiler/basicTypes/OccName.hs:661) mkPReprTyConOcc (compiler/basicTypes/OccName.hs:661) mkPADFunOcc (compiler/basicTypes/OccName.hs:661) occNameFS (compiler/basicTypes/OccName.hs:246) occNameString (compiler/basicTypes/OccName.hs:494) occNameSpace (compiler/basicTypes/OccName.hs:245) isVarOcc (compiler/basicTypes/OccName.hs:500) isTvOcc (compiler/basicTypes/OccName.hs:500) isTcOcc (compiler/basicTypes/OccName.hs:500) isDataOcc (compiler/basicTypes/OccName.hs:500) isTcClsNameSpace (compiler/basicTypes/OccName.hs:193) isTvNameSpace (compiler/basicTypes/OccName.hs:197) isDataConNameSpace (compiler/basicTypes/OccName.hs:189) isVarNameSpace (compiler/basicTypes/OccName.hs:201) isValNameSpace (compiler/basicTypes/OccName.hs:206) OccEnv (compiler/basicTypes/OccName.hs:406) emptyOccEnv (compiler/basicTypes/OccName.hs:408) unitOccEnv (compiler/basicTypes/OccName.hs:409) extendOccEnv (compiler/basicTypes/OccName.hs:410) mapOccEnv (compiler/basicTypes/OccName.hs:422) lookupOccEnv (compiler/basicTypes/OccName.hs:412) mkOccEnv (compiler/basicTypes/OccName.hs:413) mkOccEnv_C (compiler/basicTypes/OccName.hs:414) extendOccEnvList (compiler/basicTypes/OccName.hs:411) elemOccEnv (compiler/basicTypes/OccName.hs:415) occEnvElts (compiler/basicTypes/OccName.hs:417) foldOccEnv (compiler/basicTypes/OccName.hs:416) plusOccEnv (compiler/basicTypes/OccName.hs:420) plusOccEnv_C (compiler/basicTypes/OccName.hs:421) extendOccEnv_C (compiler/basicTypes/OccName.hs:418) extendOccEnv_Acc (compiler/basicTypes/OccName.hs:419) filterOccEnv (compiler/basicTypes/OccName.hs:425) delListFromOccEnv (compiler/basicTypes/OccName.hs:424) delFromOccEnv (compiler/basicTypes/OccName.hs:423) alterOccEnv (compiler/basicTypes/OccName.hs:426) pprOccEnv (compiler/basicTypes/OccName.hs:451) OccSet (compiler/basicTypes/OccName.hs:454) emptyOccSet (compiler/basicTypes/OccName.hs:456) unitOccSet (compiler/basicTypes/OccName.hs:457) mkOccSet (compiler/basicTypes/OccName.hs:458) extendOccSet (compiler/basicTypes/OccName.hs:459) extendOccSetList (compiler/basicTypes/OccName.hs:460) unionOccSets (compiler/basicTypes/OccName.hs:461) unionManyOccSets (compiler/basicTypes/OccName.hs:462) minusOccSet (compiler/basicTypes/OccName.hs:463) elemOccSet (compiler/basicTypes/OccName.hs:464) occSetElts (compiler/basicTypes/OccName.hs:465) foldOccSet (compiler/basicTypes/OccName.hs:466) isEmptyOccSet (compiler/basicTypes/OccName.hs:467) intersectOccSet (compiler/basicTypes/OccName.hs:468) intersectsOccSet (compiler/basicTypes/OccName.hs:469) TidyOccEnv (compiler/basicTypes/OccName.hs:821) emptyTidyOccEnv (compiler/basicTypes/OccName.hs:824) tidyOccName (compiler/basicTypes/OccName.hs:832) initTidyOccEnv (compiler/basicTypes/OccName.hs:827) FastStringEnv (compiler/basicTypes/OccName.hs:124) emptyFsEnv (compiler/basicTypes/OccName.hs:127) lookupFsEnv (compiler/basicTypes/OccName.hs:128) extendFsEnv (compiler/basicTypes/OccName.hs:129) mkFsEnv (compiler/basicTypes/OccName.hs:130) 18% ( 2 / 11) in 'HsImpExp' Missing documentation for: Module header LImportDecl (compiler/hsSyn/HsImpExp.hs:34) simpleImportDecl (compiler/hsSyn/HsImpExp.hs:74) (compiler/hsSyn/HsImpExp.hs:87) LIE (compiler/hsSyn/HsImpExp.hs:129) ieName (compiler/hsSyn/HsImpExp.hs:174) ieNames (compiler/hsSyn/HsImpExp.hs:181) pprImpExp (compiler/hsSyn/HsImpExp.hs:191) (compiler/hsSyn/HsImpExp.hs:198) 5% ( 3 / 57) in 'ErrUtils' Missing documentation for: Module header MsgDoc (compiler/main/ErrUtils.hs:64) Validity (compiler/main/ErrUtils.hs:67) andValid (compiler/main/ErrUtils.hs:75) allValid (compiler/main/ErrUtils.hs:79) isValid (compiler/main/ErrUtils.hs:71) getInvalids (compiler/main/ErrUtils.hs:83) ErrMsg (compiler/main/ErrUtils.hs:93) WarnMsg (compiler/main/ErrUtils.hs:103) Severity (compiler/main/ErrUtils.hs:105) Messages (compiler/main/ErrUtils.hs:89) ErrorMessages (compiler/main/ErrUtils.hs:91) WarningMessages (compiler/main/ErrUtils.hs:90) errMsgSpan (compiler/main/ErrUtils.hs:94) errMsgContext (compiler/main/ErrUtils.hs:95) errMsgShortDoc (compiler/main/ErrUtils.hs:96) errMsgExtraInfo (compiler/main/ErrUtils.hs:98) mkLocMessage (compiler/main/ErrUtils.hs:120) pprMessageBag (compiler/main/ErrUtils.hs:117) pprErrMsgBag (compiler/main/ErrUtils.hs:186) pprErrMsgBagWithLoc (compiler/main/ErrUtils.hs:195) pprLocErrMsg (compiler/main/ErrUtils.hs:198) makeIntoWarning (compiler/main/ErrUtils.hs:137) isWarning (compiler/main/ErrUtils.hs:140) errorsFound (compiler/main/ErrUtils.hs:179) emptyMessages (compiler/main/ErrUtils.hs:169) isEmptyMessages (compiler/main/ErrUtils.hs:172) mkErrMsg (compiler/main/ErrUtils.hs:156) mkPlainErrMsg (compiler/main/ErrUtils.hs:158) mkLongErrMsg (compiler/main/ErrUtils.hs:154) mkWarnMsg (compiler/main/ErrUtils.hs:156) mkPlainWarnMsg (compiler/main/ErrUtils.hs:158) printBagOfErrors (compiler/main/ErrUtils.hs:182) warnIsErrorMsg (compiler/main/ErrUtils.hs:175) mkLongWarnMsg (compiler/main/ErrUtils.hs:154) ghcExit (compiler/main/ErrUtils.hs:220) doIfSet (compiler/main/ErrUtils.hs:226) doIfSet_dyn (compiler/main/ErrUtils.hs:230) dumpIfSet (compiler/main/ErrUtils.hs:237) mkDumpDoc (compiler/main/ErrUtils.hs:260) putMsg (compiler/main/ErrUtils.hs:403) printInfoForUser (compiler/main/ErrUtils.hs:406) printOutputForUser (compiler/main/ErrUtils.hs:410) logInfo (compiler/main/ErrUtils.hs:414) logOutput (compiler/main/ErrUtils.hs:417) errorMsg (compiler/main/ErrUtils.hs:371) warningMsg (compiler/main/ErrUtils.hs:375) fatalErrorMsg (compiler/main/ErrUtils.hs:379) fatalErrorMsg' (compiler/main/ErrUtils.hs:382) fatalErrorMsg'' (compiler/main/ErrUtils.hs:386) compilationProgressMsg (compiler/main/ErrUtils.hs:389) showPass (compiler/main/ErrUtils.hs:394) debugTraceMsg (compiler/main/ErrUtils.hs:399) prettyPrintGhcErrors (compiler/main/ErrUtils.hs:421) 61% ( 47 / 77) in 'Llvm.Types' Missing documentation for: (compiler/llvmGen/Llvm/Types.hs:61) ppParams (compiler/llvmGen/Llvm/Types.hs:80) LMAlign (compiler/llvmGen/Llvm/Types.hs:92) LMConst (compiler/llvmGen/Llvm/Types.hs:94) (compiler/llvmGen/Llvm/Types.hs:112) (compiler/llvmGen/Llvm/Types.hs:133) (compiler/llvmGen/Llvm/Types.hs:158) pprStaticArith (compiler/llvmGen/Llvm/Types.hs:176) i128 (compiler/llvmGen/Llvm/Types.hs:338) i64 (compiler/llvmGen/Llvm/Types.hs:338) i32 (compiler/llvmGen/Llvm/Types.hs:338) i16 (compiler/llvmGen/Llvm/Types.hs:338) i8 (compiler/llvmGen/Llvm/Types.hs:338) i1 (compiler/llvmGen/Llvm/Types.hs:338) i8Ptr (compiler/llvmGen/Llvm/Types.hs:338) (compiler/llvmGen/Llvm/Types.hs:375) LlvmFunctionDecls (compiler/llvmGen/Llvm/Types.hs:383) LlvmParameter (compiler/llvmGen/Llvm/Types.hs:385) (compiler/llvmGen/Llvm/Types.hs:422) (compiler/llvmGen/Llvm/Types.hs:510) (compiler/llvmGen/Llvm/Types.hs:568) (compiler/llvmGen/Llvm/Types.hs:631) (compiler/llvmGen/Llvm/Types.hs:679) (compiler/llvmGen/Llvm/Types.hs:723) (compiler/llvmGen/Llvm/Types.hs:758) narrowFp (compiler/llvmGen/Llvm/Types.hs:811) widenFp (compiler/llvmGen/Llvm/Types.hs:815) ppFloat (compiler/llvmGen/Llvm/Types.hs:819) ppCommaJoin (compiler/llvmGen/Llvm/Types.hs:835) ppSpaceJoin (compiler/llvmGen/Llvm/Types.hs:838) 85% ( 11 / 13) in 'Llvm.MetaData' Missing documentation for: Module header (compiler/llvmGen/Llvm/MetaData.hs:65) 73% ( 8 / 11) in 'Llvm.AbsSyn' Missing documentation for: LlvmBlocks (compiler/llvmGen/Llvm/AbsSyn.hs:25) LlvmFunctions (compiler/llvmGen/Llvm/AbsSyn.hs:66) SingleThreaded (compiler/llvmGen/Llvm/AbsSyn.hs:68) 100% ( 15 / 15) in 'Llvm.PpLlvm' 85% ( 70 / 82) in 'Llvm' Missing documentation for: LlvmFunctions (compiler/llvmGen/Llvm/AbsSyn.hs:66) LlvmFunctionDecls (compiler/llvmGen/Llvm/Types.hs:383) LlvmBlocks (compiler/llvmGen/Llvm/AbsSyn.hs:25) LlvmParameter (compiler/llvmGen/Llvm/Types.hs:385) LMAlign (compiler/llvmGen/Llvm/Types.hs:92) LMConst (compiler/llvmGen/Llvm/Types.hs:94) i64 (compiler/llvmGen/Llvm/Types.hs:338) i32 (compiler/llvmGen/Llvm/Types.hs:338) i16 (compiler/llvmGen/Llvm/Types.hs:338) i8 (compiler/llvmGen/Llvm/Types.hs:338) i1 (compiler/llvmGen/Llvm/Types.hs:338) i8Ptr (compiler/llvmGen/Llvm/Types.hs:338) 34% ( 23 / 68) in 'SMRep' Missing documentation for: Module header StgWord (compiler/cmm/SMRep.hs:99) fromStgWord (compiler/cmm/SMRep.hs:102) toStgWord (compiler/cmm/SMRep.hs:105) StgHalfWord (compiler/cmm/SMRep.hs:121) fromStgHalfWord (compiler/cmm/SMRep.hs:124) toStgHalfWord (compiler/cmm/SMRep.hs:127) hALF_WORD_SIZE (compiler/cmm/SMRep.hs:139) hALF_WORD_SIZE_IN_BITS (compiler/cmm/SMRep.hs:141) ClosureTypeInfo (compiler/cmm/SMRep.hs:186) ArgDescr (compiler/cmm/SMRep.hs:214) Liveness (compiler/cmm/SMRep.hs:208) ConstrDescription (compiler/cmm/SMRep.hs:195) mkHeapRep (compiler/cmm/SMRep.hs:225) blackHoleRep (compiler/cmm/SMRep.hs:246) indStaticRep (compiler/cmm/SMRep.hs:249) mkStackRep (compiler/cmm/SMRep.hs:243) mkRTSRep (compiler/cmm/SMRep.hs:240) arrPtrsRep (compiler/cmm/SMRep.hs:252) smallArrPtrsRep (compiler/cmm/SMRep.hs:255) arrWordsRep (compiler/cmm/SMRep.hs:258) isStaticRep (compiler/cmm/SMRep.hs:264) isConRep (compiler/cmm/SMRep.hs:274) isThunkRep (compiler/cmm/SMRep.hs:278) isFunRep (compiler/cmm/SMRep.hs:285) isStaticNoCafCon (compiler/cmm/SMRep.hs:289) isStackRep (compiler/cmm/SMRep.hs:269) arrWordsHdrSize (compiler/cmm/SMRep.hs:318) arrWordsHdrSizeW (compiler/cmm/SMRep.hs:322) arrPtrsHdrSize (compiler/cmm/SMRep.hs:327) arrPtrsHdrSizeW (compiler/cmm/SMRep.hs:331) thunkHdrSize (compiler/cmm/SMRep.hs:347) nonHdrSize (compiler/cmm/SMRep.hs:361) nonHdrSizeW (compiler/cmm/SMRep.hs:364) smallArrPtrsHdrSize (compiler/cmm/SMRep.hs:336) smallArrPtrsHdrSizeW (compiler/cmm/SMRep.hs:340) hdrSize (compiler/cmm/SMRep.hs:351) hdrSizeW (compiler/cmm/SMRep.hs:354) fixedHdrSize (compiler/cmm/SMRep.hs:299) rET_SMALL (compiler/cmm/SMRep.hs:468) rET_BIG (compiler/cmm/SMRep.hs:468) aRG_GEN (compiler/cmm/SMRep.hs:468) aRG_GEN_BIG (compiler/cmm/SMRep.hs:468) pprWord8String (compiler/cmm/SMRep.hs:544) stringToWord8s (compiler/cmm/SMRep.hs:541) 71% ( 5 / 7) in 'Bitmap' Missing documentation for: Module header seqBitmap (compiler/cmm/Bitmap.hs:86) 0% ( 0 / 60) in 'CmmType' Missing documentation for: Module header CmmType (compiler/cmm/CmmType.hs:51) b8 (compiler/cmm/CmmType.hs:111) b16 (compiler/cmm/CmmType.hs:111) b32 (compiler/cmm/CmmType.hs:111) b64 (compiler/cmm/CmmType.hs:111) b128 (compiler/cmm/CmmType.hs:111) b256 (compiler/cmm/CmmType.hs:111) b512 (compiler/cmm/CmmType.hs:111) f32 (compiler/cmm/CmmType.hs:111) f64 (compiler/cmm/CmmType.hs:111) bWord (compiler/cmm/CmmType.hs:123) bHalfWord (compiler/cmm/CmmType.hs:126) gcWord (compiler/cmm/CmmType.hs:129) cInt (compiler/cmm/CmmType.hs:132) cLong (compiler/cmm/CmmType.hs:132) cmmBits (compiler/cmm/CmmType.hs:105) cmmFloat (compiler/cmm/CmmType.hs:105) typeWidth (compiler/cmm/CmmType.hs:102) cmmEqType (compiler/cmm/CmmType.hs:82) cmmEqType_ignoring_ptrhood (compiler/cmm/CmmType.hs:85) isFloatType (compiler/cmm/CmmType.hs:138) isGcPtrType (compiler/cmm/CmmType.hs:138) isWord32 (compiler/cmm/CmmType.hs:145) isWord64 (compiler/cmm/CmmType.hs:145) isFloat64 (compiler/cmm/CmmType.hs:145) isFloat32 (compiler/cmm/CmmType.hs:145) Width (compiler/cmm/CmmType.hs:167) widthInBits (compiler/cmm/CmmType.hs:220) widthInBytes (compiler/cmm/CmmType.hs:230) widthInLog (compiler/cmm/CmmType.hs:252) widthFromBytes (compiler/cmm/CmmType.hs:240) wordWidth (compiler/cmm/CmmType.hs:191) halfWordWidth (compiler/cmm/CmmType.hs:197) cIntWidth (compiler/cmm/CmmType.hs:210) cLongWidth (compiler/cmm/CmmType.hs:210) halfWordMask (compiler/cmm/CmmType.hs:203) narrowU (compiler/cmm/CmmType.hs:264) narrowS (compiler/cmm/CmmType.hs:271) rEP_CostCentreStack_mem_alloc (compiler/cmm/CmmType.hs:341) rEP_CostCentreStack_scc_count (compiler/cmm/CmmType.hs:346) rEP_StgEntCounter_allocs (compiler/cmm/CmmType.hs:351) rEP_StgEntCounter_allocd (compiler/cmm/CmmType.hs:356) ForeignHint (compiler/cmm/CmmType.hs:330) Length (compiler/cmm/CmmType.hs:282) vec (compiler/cmm/CmmType.hs:284) vec2 (compiler/cmm/CmmType.hs:290) vec4 (compiler/cmm/CmmType.hs:290) vec8 (compiler/cmm/CmmType.hs:290) vec16 (compiler/cmm/CmmType.hs:290) vec2f64 (compiler/cmm/CmmType.hs:296) vec2b64 (compiler/cmm/CmmType.hs:296) vec4f32 (compiler/cmm/CmmType.hs:296) vec4b32 (compiler/cmm/CmmType.hs:296) vec8b16 (compiler/cmm/CmmType.hs:296) vec16b8 (compiler/cmm/CmmType.hs:296) cmmVec (compiler/cmm/CmmType.hs:304) vecLength (compiler/cmm/CmmType.hs:308) vecElemType (compiler/cmm/CmmType.hs:312) isVecType (compiler/cmm/CmmType.hs:319) 15% ( 8 / 55) in 'CmmMachOp' Missing documentation for: Module header pprMachOp (compiler/cmm/CmmMachOp.hs:143) maybeInvertComparison (compiler/cmm/CmmMachOp.hs:324) mo_wordAdd (compiler/cmm/CmmMachOp.hs:156) mo_wordSub (compiler/cmm/CmmMachOp.hs:156) mo_wordEq (compiler/cmm/CmmMachOp.hs:156) mo_wordNe (compiler/cmm/CmmMachOp.hs:156) mo_wordMul (compiler/cmm/CmmMachOp.hs:156) mo_wordSQuot (compiler/cmm/CmmMachOp.hs:156) mo_wordSRem (compiler/cmm/CmmMachOp.hs:156) mo_wordSNeg (compiler/cmm/CmmMachOp.hs:156) mo_wordUQuot (compiler/cmm/CmmMachOp.hs:156) mo_wordURem (compiler/cmm/CmmMachOp.hs:156) mo_wordSGe (compiler/cmm/CmmMachOp.hs:156) mo_wordSLe (compiler/cmm/CmmMachOp.hs:156) mo_wordSGt (compiler/cmm/CmmMachOp.hs:156) mo_wordSLt (compiler/cmm/CmmMachOp.hs:156) mo_wordUGe (compiler/cmm/CmmMachOp.hs:156) mo_wordULe (compiler/cmm/CmmMachOp.hs:156) mo_wordUGt (compiler/cmm/CmmMachOp.hs:156) mo_wordULt (compiler/cmm/CmmMachOp.hs:156) mo_wordAnd (compiler/cmm/CmmMachOp.hs:156) mo_wordOr (compiler/cmm/CmmMachOp.hs:156) mo_wordXor (compiler/cmm/CmmMachOp.hs:156) mo_wordNot (compiler/cmm/CmmMachOp.hs:156) mo_wordShl (compiler/cmm/CmmMachOp.hs:156) mo_wordSShr (compiler/cmm/CmmMachOp.hs:156) mo_wordUShr (compiler/cmm/CmmMachOp.hs:156) mo_u_8To32 (compiler/cmm/CmmMachOp.hs:165) mo_s_8To32 (compiler/cmm/CmmMachOp.hs:165) mo_u_16To32 (compiler/cmm/CmmMachOp.hs:165) mo_s_16To32 (compiler/cmm/CmmMachOp.hs:165) mo_u_8ToWord (compiler/cmm/CmmMachOp.hs:156) mo_s_8ToWord (compiler/cmm/CmmMachOp.hs:156) mo_u_16ToWord (compiler/cmm/CmmMachOp.hs:156) mo_s_16ToWord (compiler/cmm/CmmMachOp.hs:156) mo_u_32ToWord (compiler/cmm/CmmMachOp.hs:156) mo_s_32ToWord (compiler/cmm/CmmMachOp.hs:156) mo_32To8 (compiler/cmm/CmmMachOp.hs:165) mo_32To16 (compiler/cmm/CmmMachOp.hs:165) mo_WordTo8 (compiler/cmm/CmmMachOp.hs:156) mo_WordTo16 (compiler/cmm/CmmMachOp.hs:156) mo_WordTo32 (compiler/cmm/CmmMachOp.hs:156) mo_WordTo64 (compiler/cmm/CmmMachOp.hs:156) CallishMachOp (compiler/cmm/CmmMachOp.hs:517) callishMachOpHints (compiler/cmm/CmmMachOp.hs:601) pprCallishMachOp (compiler/cmm/CmmMachOp.hs:598) 10% ( 1 / 10) in 'CPrim' Missing documentation for: atomicReadLabel (compiler/nativeGen/CPrim.hs:85) atomicWriteLabel (compiler/nativeGen/CPrim.hs:94) atomicRMWLabel (compiler/nativeGen/CPrim.hs:60) cmpxchgLabel (compiler/nativeGen/CPrim.hs:76) popCntLabel (compiler/nativeGen/CPrim.hs:18) bSwapLabel (compiler/nativeGen/CPrim.hs:27) clzLabel (compiler/nativeGen/CPrim.hs:35) ctzLabel (compiler/nativeGen/CPrim.hs:44) word2FloatLabel (compiler/nativeGen/CPrim.hs:53) 14% ( 1 / 7) in 'BreakArray' Missing documentation for: BreakArray (compiler/main/BreakArray.hs:38) newBreakArray (compiler/main/BreakArray.hs:83) getBreak (compiler/main/BreakArray.hs:65) setBreakOn (compiler/main/BreakArray.hs:51) setBreakOff (compiler/main/BreakArray.hs:58) showBreakArray (compiler/main/BreakArray.hs:44) 26% ( 6 / 23) in 'IOEnv' Missing documentation for: Module header IOEnv (compiler/utils/IOEnv.hs:54) failM (compiler/utils/IOEnv.hs:82) failWithM (compiler/utils/IOEnv.hs:85) IOEnvFailure (compiler/utils/IOEnv.hs:88) getEnv (compiler/utils/IOEnv.hs:206) runIOEnv (compiler/utils/IOEnv.hs:110) unsafeInterleaveM (compiler/utils/IOEnv.hs:151) uninterruptibleMaskM_ (compiler/utils/IOEnv.hs:154) tryM (compiler/utils/IOEnv.hs:127) tryAllM (compiler/utils/IOEnv.hs:141) tryMostM (compiler/utils/IOEnv.hs:147) fixM (compiler/utils/IOEnv.hs:122) newMutVar (compiler/utils/IOEnv.hs:178) readMutVar (compiler/utils/IOEnv.hs:184) writeMutVar (compiler/utils/IOEnv.hs:181) updMutVar (compiler/utils/IOEnv.hs:187) 67% ( 6 / 9) in 'SPARC.Base' Missing documentation for: wordLength (compiler/nativeGen/SPARC/Base.hs:28) wordLengthInBits (compiler/nativeGen/SPARC/Base.hs:31) spillAreaLength (compiler/nativeGen/SPARC/Base.hs:36) 83% ( 5 / 6) in 'RegAlloc.Linear.StackMap' Missing documentation for: StackMap (compiler/nativeGen/RegAlloc/Linear/StackMap.hs:31) 35% ( 18 / 52) in 'Name' Missing documentation for: mkSystemNameAt (compiler/basicTypes/Name.hs:319) mkClonedInternalName (compiler/basicTypes/Name.hs:289) mkDerivedInternalName (compiler/basicTypes/Name.hs:294) mkSystemVarName (compiler/basicTypes/Name.hs:323) mkSysTvName (compiler/basicTypes/Name.hs:326) nameUnique (compiler/basicTypes/Name.hs:173) setNameUnique (compiler/basicTypes/Name.hs:337) nameOccName (compiler/basicTypes/Name.hs:174) nameModule (compiler/basicTypes/Name.hs:175) nameModule_maybe (compiler/basicTypes/Name.hs:215) setNameLoc (compiler/basicTypes/Name.hs:342) tidyNameOcc (compiler/basicTypes/Name.hs:345) nameSrcLoc (compiler/basicTypes/Name.hs:176) nameSrcSpan (compiler/basicTypes/Name.hs:177) pprNameDefnLoc (compiler/basicTypes/Name.hs:552) pprDefinedAt (compiler/basicTypes/Name.hs:549) isSystemName (compiler/basicTypes/Name.hs:194) isInternalName (compiler/basicTypes/Name.hs:192) isExternalName (compiler/basicTypes/Name.hs:193) isTyVarName (compiler/basicTypes/Name.hs:247) isTyConName (compiler/basicTypes/Name.hs:250) isDataConName (compiler/basicTypes/Name.hs:253) isValName (compiler/basicTypes/Name.hs:256) isVarName (compiler/basicTypes/Name.hs:259) isWiredInName (compiler/basicTypes/Name.hs:195) isBuiltInSyntax (compiler/basicTypes/Name.hs:204) wiredInNameTyThing_maybe (compiler/basicTypes/Name.hs:200) stableNameCmp (compiler/basicTypes/Name.hs:379) getSrcLoc (compiler/basicTypes/Name.hs:582) getSrcSpan (compiler/basicTypes/Name.hs:583) getOccString (compiler/basicTypes/Name.hs:584) pprInfixName (compiler/basicTypes/Name.hs:590) pprPrefixName (compiler/basicTypes/Name.hs:590) pprModulePrefix (compiler/basicTypes/Name.hs:514) 10% ( 3 / 29) in 'NameEnv' Missing documentation for: Module header NameEnv (compiler/basicTypes/NameEnv.hs:68) mkNameEnv (compiler/basicTypes/NameEnv.hs:71) emptyNameEnv (compiler/basicTypes/NameEnv.hs:70) unitNameEnv (compiler/basicTypes/NameEnv.hs:85) nameEnvElts (compiler/basicTypes/NameEnv.hs:72) nameEnvUniqueElts (compiler/basicTypes/NameEnv.hs:73) extendNameEnv_C (compiler/basicTypes/NameEnv.hs:75) extendNameEnv_Acc (compiler/basicTypes/NameEnv.hs:76) extendNameEnv (compiler/basicTypes/NameEnv.hs:77) extendNameEnvList (compiler/basicTypes/NameEnv.hs:80) extendNameEnvList_C (compiler/basicTypes/NameEnv.hs:81) foldNameEnv (compiler/basicTypes/NameEnv.hs:88) filterNameEnv (compiler/basicTypes/NameEnv.hs:89) anyNameEnv (compiler/basicTypes/NameEnv.hs:90) plusNameEnv (compiler/basicTypes/NameEnv.hs:78) plusNameEnv_C (compiler/basicTypes/NameEnv.hs:79) alterNameEnv (compiler/basicTypes/NameEnv.hs:74) lookupNameEnv (compiler/basicTypes/NameEnv.hs:86) lookupNameEnv_NF (compiler/basicTypes/NameEnv.hs:87) delFromNameEnv (compiler/basicTypes/NameEnv.hs:82) delListFromNameEnv (compiler/basicTypes/NameEnv.hs:83) elemNameEnv (compiler/basicTypes/NameEnv.hs:84) mapNameEnv (compiler/basicTypes/NameEnv.hs:91) disjointNameEnv (compiler/basicTypes/NameEnv.hs:92) depAnal (compiler/basicTypes/NameEnv.hs:43) 30% ( 14 / 47) in 'NameSet' Missing documentation for: Module header NameSet (compiler/basicTypes/NameSet.hs:45) emptyNameSet (compiler/basicTypes/NameSet.hs:47) unitNameSet (compiler/basicTypes/NameSet.hs:48) mkNameSet (compiler/basicTypes/NameSet.hs:51) unionNameSet (compiler/basicTypes/NameSet.hs:52) unionNameSets (compiler/basicTypes/NameSet.hs:53) minusNameSet (compiler/basicTypes/NameSet.hs:54) elemNameSet (compiler/basicTypes/NameSet.hs:55) nameSetElems (compiler/basicTypes/NameSet.hs:56) extendNameSet (compiler/basicTypes/NameSet.hs:50) extendNameSetList (compiler/basicTypes/NameSet.hs:49) delFromNameSet (compiler/basicTypes/NameSet.hs:58) delListFromNameSet (compiler/basicTypes/NameSet.hs:59) isEmptyNameSet (compiler/basicTypes/NameSet.hs:57) foldNameSet (compiler/basicTypes/NameSet.hs:60) filterNameSet (compiler/basicTypes/NameSet.hs:61) intersectNameSet (compiler/basicTypes/NameSet.hs:62) FreeVars (compiler/basicTypes/NameSet.hs:97) isEmptyFVs (compiler/basicTypes/NameSet.hs:108) emptyFVs (compiler/basicTypes/NameSet.hs:102) plusFVs (compiler/basicTypes/NameSet.hs:103) plusFV (compiler/basicTypes/NameSet.hs:99) mkFVs (compiler/basicTypes/NameSet.hs:104) addOneFV (compiler/basicTypes/NameSet.hs:100) unitFV (compiler/basicTypes/NameSet.hs:101) delFV (compiler/basicTypes/NameSet.hs:105) delFVs (compiler/basicTypes/NameSet.hs:106) emptyDUs (compiler/basicTypes/NameSet.hs:146) usesOnly (compiler/basicTypes/NameSet.hs:149) mkDUs (compiler/basicTypes/NameSet.hs:152) plusDU (compiler/basicTypes/NameSet.hs:155) duDefs (compiler/basicTypes/NameSet.hs:158) 62% ( 5 / 8) in 'Avail' Missing documentation for: Module header availsToNameSet (compiler/basicTypes/Avail.hs:57) availsToNameEnv (compiler/basicTypes/Avail.hs:61) 50% ( 1 / 2) in 'ConLike' Missing documentation for: Module header 36% ( 26 / 72) in 'RdrName' Missing documentation for: mkRdrUnqual (compiler/basicTypes/RdrName.hs:191) mkRdrQual (compiler/basicTypes/RdrName.hs:194) mkUnqual (compiler/basicTypes/RdrName.hs:203) mkVarUnqual (compiler/basicTypes/RdrName.hs:206) mkOrig (compiler/basicTypes/RdrName.hs:197) nameRdrName (compiler/basicTypes/RdrName.hs:217) getRdrName (compiler/basicTypes/RdrName.hs:214) rdrNameOcc (compiler/basicTypes/RdrName.hs:147) rdrNameSpace (compiler/basicTypes/RdrName.hs:153) demoteRdrName (compiler/basicTypes/RdrName.hs:184) isRdrDataCon (compiler/basicTypes/RdrName.hs:228) isRdrTyVar (compiler/basicTypes/RdrName.hs:229) isRdrTc (compiler/basicTypes/RdrName.hs:230) isQual (compiler/basicTypes/RdrName.hs:245) isQual_maybe (compiler/basicTypes/RdrName.hs:249) isUnqual (compiler/basicTypes/RdrName.hs:241) isOrig (compiler/basicTypes/RdrName.hs:253) isOrig_maybe (compiler/basicTypes/RdrName.hs:257) isExact (compiler/basicTypes/RdrName.hs:261) isExact_maybe (compiler/basicTypes/RdrName.hs:265) isSrcRdrName (compiler/basicTypes/RdrName.hs:236) emptyLocalRdrEnv (compiler/basicTypes/RdrName.hs:360) extendLocalRdrEnv (compiler/basicTypes/RdrName.hs:363) extendLocalRdrEnvList (compiler/basicTypes/RdrName.hs:370) lookupLocalRdrEnv (compiler/basicTypes/RdrName.hs:376) lookupLocalRdrOcc (compiler/basicTypes/RdrName.hs:380) elemLocalRdrEnv (compiler/basicTypes/RdrName.hs:383) inLocalRdrEnvScope (compiler/basicTypes/RdrName.hs:394) localRdrEnvElts (compiler/basicTypes/RdrName.hs:391) delLocalRdrEnvList (compiler/basicTypes/RdrName.hs:398) emptyGlobalRdrEnv (compiler/basicTypes/RdrName.hs:529) mkGlobalRdrEnv (compiler/basicTypes/RdrName.hs:658) plusGlobalRdrEnv (compiler/basicTypes/RdrName.hs:655) lookupGlobalRdrEnv (compiler/basicTypes/RdrName.hs:556) extendGlobalRdrEnv (compiler/basicTypes/RdrName.hs:693) pprGlobalRdrEnv (compiler/basicTypes/RdrName.hs:539) globalRdrEnvElts (compiler/basicTypes/RdrName.hs:532) lookupGRE_RdrName (compiler/basicTypes/RdrName.hs:561) lookupGRE_Name (compiler/basicTypes/RdrName.hs:567) getGRE_NameQualifier_maybes (compiler/basicTypes/RdrName.hs:572) gresFromAvail (compiler/basicTypes/RdrName.hs:516) isLocalGRE (compiler/basicTypes/RdrName.hs:582) ImportSpec (compiler/basicTypes/RdrName.hs:817) importSpecLoc (compiler/basicTypes/RdrName.hs:862) importSpecModule (compiler/basicTypes/RdrName.hs:866) isExplicitItem (compiler/basicTypes/RdrName.hs:869) 0% ( 2 /833) in 'PrelNames' Missing documentation for: Module header hasKey (compiler/basicTypes/Unique.hs:159) allNameStrings (compiler/prelude/PrelNames.hs:139) itName (compiler/prelude/PrelNames.hs:153) mkUnboundName (compiler/prelude/PrelNames.hs:158) isUnboundName (compiler/prelude/PrelNames.hs:161) basicKnownKeyNames (compiler/prelude/PrelNames.hs:182) genericTyConNames (compiler/prelude/PrelNames.hs:377) pRELUDE (compiler/prelude/PrelNames.hs:398) gHC_PRIM (compiler/prelude/PrelNames.hs:401) gHC_TYPES (compiler/prelude/PrelNames.hs:401) gHC_GENERICS (compiler/prelude/PrelNames.hs:401) gHC_MAGIC (compiler/prelude/PrelNames.hs:401) gHC_CLASSES (compiler/prelude/PrelNames.hs:401) gHC_BASE (compiler/prelude/PrelNames.hs:401) gHC_ENUM (compiler/prelude/PrelNames.hs:401) gHC_GHCI (compiler/prelude/PrelNames.hs:401) gHC_CSTRING (compiler/prelude/PrelNames.hs:401) gHC_SHOW (compiler/prelude/PrelNames.hs:401) gHC_READ (compiler/prelude/PrelNames.hs:401) gHC_NUM (compiler/prelude/PrelNames.hs:401) gHC_INTEGER_TYPE (compiler/prelude/PrelNames.hs:401) gHC_LIST (compiler/prelude/PrelNames.hs:401) gHC_TUPLE (compiler/prelude/PrelNames.hs:401) dATA_TUPLE (compiler/prelude/PrelNames.hs:401) dATA_EITHER (compiler/prelude/PrelNames.hs:401) dATA_STRING (compiler/prelude/PrelNames.hs:401) dATA_FOLDABLE (compiler/prelude/PrelNames.hs:401) dATA_TRAVERSABLE (compiler/prelude/PrelNames.hs:401) dATA_MONOID (compiler/prelude/PrelNames.hs:401) gHC_CONC (compiler/prelude/PrelNames.hs:401) gHC_IO (compiler/prelude/PrelNames.hs:401) gHC_IO_Exception (compiler/prelude/PrelNames.hs:401) gHC_ST (compiler/prelude/PrelNames.hs:401) gHC_ARR (compiler/prelude/PrelNames.hs:401) gHC_STABLE (compiler/prelude/PrelNames.hs:401) gHC_PTR (compiler/prelude/PrelNames.hs:401) gHC_ERR (compiler/prelude/PrelNames.hs:401) gHC_REAL (compiler/prelude/PrelNames.hs:401) gHC_FLOAT (compiler/prelude/PrelNames.hs:401) gHC_TOP_HANDLER (compiler/prelude/PrelNames.hs:401) sYSTEM_IO (compiler/prelude/PrelNames.hs:401) dYNAMIC (compiler/prelude/PrelNames.hs:401) tYPEABLE (compiler/prelude/PrelNames.hs:401) tYPEABLE_INTERNAL (compiler/prelude/PrelNames.hs:401) gENERICS (compiler/prelude/PrelNames.hs:401) rEAD_PREC (compiler/prelude/PrelNames.hs:401) lEX (compiler/prelude/PrelNames.hs:401) gHC_INT (compiler/prelude/PrelNames.hs:401) gHC_WORD (compiler/prelude/PrelNames.hs:401) mONAD (compiler/prelude/PrelNames.hs:401) mONAD_FIX (compiler/prelude/PrelNames.hs:401) mONAD_ZIP (compiler/prelude/PrelNames.hs:401) aRROW (compiler/prelude/PrelNames.hs:401) cONTROL_APPLICATIVE (compiler/prelude/PrelNames.hs:401) gHC_DESUGAR (compiler/prelude/PrelNames.hs:401) rANDOM (compiler/prelude/PrelNames.hs:401) gHC_EXTS (compiler/prelude/PrelNames.hs:401) cONTROL_EXCEPTION_BASE (compiler/prelude/PrelNames.hs:401) gHC_TYPELITS (compiler/prelude/PrelNames.hs:401) gHC_IP (compiler/prelude/PrelNames.hs:401) gHC_PARR' (compiler/prelude/PrelNames.hs:467) gHC_SRCLOC (compiler/prelude/PrelNames.hs:470) gHC_STACK (compiler/prelude/PrelNames.hs:473) gHC_STATICPTR (compiler/prelude/PrelNames.hs:476) gHC_FINGERPRINT_TYPE (compiler/prelude/PrelNames.hs:479) mAIN (compiler/prelude/PrelNames.hs:482) rOOT_MAIN (compiler/prelude/PrelNames.hs:482) mkInteractiveModule (compiler/prelude/PrelNames.hs:486) pRELUDE_NAME (compiler/prelude/PrelNames.hs:490) mAIN_NAME (compiler/prelude/PrelNames.hs:490) dATA_ARRAY_PARALLEL_NAME (compiler/prelude/PrelNames.hs:494) dATA_ARRAY_PARALLEL_PRIM_NAME (compiler/prelude/PrelNames.hs:494) mkPrimModule (compiler/prelude/PrelNames.hs:498) mkIntegerModule (compiler/prelude/PrelNames.hs:501) mkBaseModule (compiler/prelude/PrelNames.hs:504) mkBaseModule_ (compiler/prelude/PrelNames.hs:507) mkThisGhcModule (compiler/prelude/PrelNames.hs:510) mkThisGhcModule_ (compiler/prelude/PrelNames.hs:513) mkMainModule (compiler/prelude/PrelNames.hs:516) mkMainModule_ (compiler/prelude/PrelNames.hs:519) mkTupleModule (compiler/prelude/PrelNames.hs:530) main_RDR_Unqual (compiler/prelude/PrelNames.hs:543) forall_tv_RDR (compiler/prelude/PrelNames.hs:548) dot_tv_RDR (compiler/prelude/PrelNames.hs:548) eq_RDR (compiler/prelude/PrelNames.hs:552) ge_RDR (compiler/prelude/PrelNames.hs:552) ne_RDR (compiler/prelude/PrelNames.hs:552) le_RDR (compiler/prelude/PrelNames.hs:552) lt_RDR (compiler/prelude/PrelNames.hs:552) gt_RDR (compiler/prelude/PrelNames.hs:552) compare_RDR (compiler/prelude/PrelNames.hs:552) ltTag_RDR (compiler/prelude/PrelNames.hs:552) eqTag_RDR (compiler/prelude/PrelNames.hs:552) gtTag_RDR (compiler/prelude/PrelNames.hs:552) eqClass_RDR (compiler/prelude/PrelNames.hs:565) numClass_RDR (compiler/prelude/PrelNames.hs:565) ordClass_RDR (compiler/prelude/PrelNames.hs:565) enumClass_RDR (compiler/prelude/PrelNames.hs:565) monadClass_RDR (compiler/prelude/PrelNames.hs:565) map_RDR (compiler/prelude/PrelNames.hs:573) append_RDR (compiler/prelude/PrelNames.hs:573) foldr_RDR (compiler/prelude/PrelNames.hs:577) build_RDR (compiler/prelude/PrelNames.hs:577) returnM_RDR (compiler/prelude/PrelNames.hs:577) bindM_RDR (compiler/prelude/PrelNames.hs:577) failM_RDR (compiler/prelude/PrelNames.hs:577) left_RDR (compiler/prelude/PrelNames.hs:584) right_RDR (compiler/prelude/PrelNames.hs:584) fromEnum_RDR (compiler/prelude/PrelNames.hs:588) toEnum_RDR (compiler/prelude/PrelNames.hs:588) enumFrom_RDR (compiler/prelude/PrelNames.hs:592) enumFromTo_RDR (compiler/prelude/PrelNames.hs:592) enumFromThen_RDR (compiler/prelude/PrelNames.hs:592) enumFromThenTo_RDR (compiler/prelude/PrelNames.hs:592) ratioDataCon_RDR (compiler/prelude/PrelNames.hs:598) plusInteger_RDR (compiler/prelude/PrelNames.hs:598) timesInteger_RDR (compiler/prelude/PrelNames.hs:598) ioDataCon_RDR (compiler/prelude/PrelNames.hs:603) eqString_RDR (compiler/prelude/PrelNames.hs:606) unpackCString_RDR (compiler/prelude/PrelNames.hs:606) unpackCStringFoldr_RDR (compiler/prelude/PrelNames.hs:606) unpackCStringUtf8_RDR (compiler/prelude/PrelNames.hs:606) newStablePtr_RDR (compiler/prelude/PrelNames.hs:613) bindIO_RDR (compiler/prelude/PrelNames.hs:616) returnIO_RDR (compiler/prelude/PrelNames.hs:616) fromInteger_RDR (compiler/prelude/PrelNames.hs:620) fromRational_RDR (compiler/prelude/PrelNames.hs:620) minus_RDR (compiler/prelude/PrelNames.hs:620) times_RDR (compiler/prelude/PrelNames.hs:620) plus_RDR (compiler/prelude/PrelNames.hs:620) fromString_RDR (compiler/prelude/PrelNames.hs:627) fromList_RDR (compiler/prelude/PrelNames.hs:630) fromListN_RDR (compiler/prelude/PrelNames.hs:630) toList_RDR (compiler/prelude/PrelNames.hs:630) compose_RDR (compiler/prelude/PrelNames.hs:635) not_RDR (compiler/prelude/PrelNames.hs:638) getTag_RDR (compiler/prelude/PrelNames.hs:638) succ_RDR (compiler/prelude/PrelNames.hs:638) pred_RDR (compiler/prelude/PrelNames.hs:638) minBound_RDR (compiler/prelude/PrelNames.hs:638) maxBound_RDR (compiler/prelude/PrelNames.hs:638) and_RDR (compiler/prelude/PrelNames.hs:638) range_RDR (compiler/prelude/PrelNames.hs:638) inRange_RDR (compiler/prelude/PrelNames.hs:638) index_RDR (compiler/prelude/PrelNames.hs:638) unsafeIndex_RDR (compiler/prelude/PrelNames.hs:638) unsafeRangeSize_RDR (compiler/prelude/PrelNames.hs:638) readList_RDR (compiler/prelude/PrelNames.hs:654) readListDefault_RDR (compiler/prelude/PrelNames.hs:654) readListPrec_RDR (compiler/prelude/PrelNames.hs:654) readListPrecDefault_RDR (compiler/prelude/PrelNames.hs:654) readPrec_RDR (compiler/prelude/PrelNames.hs:654) parens_RDR (compiler/prelude/PrelNames.hs:654) choose_RDR (compiler/prelude/PrelNames.hs:654) lexP_RDR (compiler/prelude/PrelNames.hs:654) expectP_RDR (compiler/prelude/PrelNames.hs:654) punc_RDR (compiler/prelude/PrelNames.hs:666) ident_RDR (compiler/prelude/PrelNames.hs:666) symbol_RDR (compiler/prelude/PrelNames.hs:666) step_RDR (compiler/prelude/PrelNames.hs:671) alt_RDR (compiler/prelude/PrelNames.hs:671) reset_RDR (compiler/prelude/PrelNames.hs:671) prec_RDR (compiler/prelude/PrelNames.hs:671) pfail_RDR (compiler/prelude/PrelNames.hs:671) showList_RDR (compiler/prelude/PrelNames.hs:678) showList___RDR (compiler/prelude/PrelNames.hs:678) showsPrec_RDR (compiler/prelude/PrelNames.hs:678) showString_RDR (compiler/prelude/PrelNames.hs:678) showSpace_RDR (compiler/prelude/PrelNames.hs:678) showParen_RDR (compiler/prelude/PrelNames.hs:678) typeRep_RDR (compiler/prelude/PrelNames.hs:687) mkTyCon_RDR (compiler/prelude/PrelNames.hs:687) mkTyConApp_RDR (compiler/prelude/PrelNames.hs:687) undefined_RDR (compiler/prelude/PrelNames.hs:692) error_RDR (compiler/prelude/PrelNames.hs:695) u1DataCon_RDR (compiler/prelude/PrelNames.hs:699) par1DataCon_RDR (compiler/prelude/PrelNames.hs:699) rec1DataCon_RDR (compiler/prelude/PrelNames.hs:699) k1DataCon_RDR (compiler/prelude/PrelNames.hs:699) m1DataCon_RDR (compiler/prelude/PrelNames.hs:699) l1DataCon_RDR (compiler/prelude/PrelNames.hs:699) r1DataCon_RDR (compiler/prelude/PrelNames.hs:699) prodDataCon_RDR (compiler/prelude/PrelNames.hs:699) comp1DataCon_RDR (compiler/prelude/PrelNames.hs:699) unPar1_RDR (compiler/prelude/PrelNames.hs:699) unRec1_RDR (compiler/prelude/PrelNames.hs:699) unK1_RDR (compiler/prelude/PrelNames.hs:699) unComp1_RDR (compiler/prelude/PrelNames.hs:699) from_RDR (compiler/prelude/PrelNames.hs:699) from1_RDR (compiler/prelude/PrelNames.hs:699) to_RDR (compiler/prelude/PrelNames.hs:699) to1_RDR (compiler/prelude/PrelNames.hs:699) datatypeName_RDR (compiler/prelude/PrelNames.hs:699) moduleName_RDR (compiler/prelude/PrelNames.hs:699) isNewtypeName_RDR (compiler/prelude/PrelNames.hs:699) conName_RDR (compiler/prelude/PrelNames.hs:699) conFixity_RDR (compiler/prelude/PrelNames.hs:699) conIsRecord_RDR (compiler/prelude/PrelNames.hs:699) noArityDataCon_RDR (compiler/prelude/PrelNames.hs:699) arityDataCon_RDR (compiler/prelude/PrelNames.hs:699) selName_RDR (compiler/prelude/PrelNames.hs:699) prefixDataCon_RDR (compiler/prelude/PrelNames.hs:699) infixDataCon_RDR (compiler/prelude/PrelNames.hs:699) leftAssocDataCon_RDR (compiler/prelude/PrelNames.hs:699) rightAssocDataCon_RDR (compiler/prelude/PrelNames.hs:699) notAssocDataCon_RDR (compiler/prelude/PrelNames.hs:699) fmap_RDR (compiler/prelude/PrelNames.hs:749) pure_RDR (compiler/prelude/PrelNames.hs:749) ap_RDR (compiler/prelude/PrelNames.hs:749) foldable_foldr_RDR (compiler/prelude/PrelNames.hs:749) foldMap_RDR (compiler/prelude/PrelNames.hs:749) traverse_RDR (compiler/prelude/PrelNames.hs:749) mempty_RDR (compiler/prelude/PrelNames.hs:749) mappend_RDR (compiler/prelude/PrelNames.hs:749) varQual_RDR (compiler/prelude/PrelNames.hs:761) tcQual_RDR (compiler/prelude/PrelNames.hs:761) clsQual_RDR (compiler/prelude/PrelNames.hs:761) dataQual_RDR (compiler/prelude/PrelNames.hs:761) wildCardName (compiler/prelude/PrelNames.hs:783) runMainIOName (compiler/prelude/PrelNames.hs:786) orderingTyConName (compiler/prelude/PrelNames.hs:789) ltDataConName (compiler/prelude/PrelNames.hs:789) eqDataConName (compiler/prelude/PrelNames.hs:789) gtDataConName (compiler/prelude/PrelNames.hs:789) specTyConName (compiler/prelude/PrelNames.hs:795) eitherTyConName (compiler/prelude/PrelNames.hs:798) leftDataConName (compiler/prelude/PrelNames.hs:798) rightDataConName (compiler/prelude/PrelNames.hs:798) v1TyConName (compiler/prelude/PrelNames.hs:804) u1TyConName (compiler/prelude/PrelNames.hs:804) par1TyConName (compiler/prelude/PrelNames.hs:804) rec1TyConName (compiler/prelude/PrelNames.hs:804) k1TyConName (compiler/prelude/PrelNames.hs:804) m1TyConName (compiler/prelude/PrelNames.hs:804) sumTyConName (compiler/prelude/PrelNames.hs:804) prodTyConName (compiler/prelude/PrelNames.hs:804) compTyConName (compiler/prelude/PrelNames.hs:804) rTyConName (compiler/prelude/PrelNames.hs:804) pTyConName (compiler/prelude/PrelNames.hs:804) dTyConName (compiler/prelude/PrelNames.hs:804) cTyConName (compiler/prelude/PrelNames.hs:804) sTyConName (compiler/prelude/PrelNames.hs:804) rec0TyConName (compiler/prelude/PrelNames.hs:804) par0TyConName (compiler/prelude/PrelNames.hs:804) d1TyConName (compiler/prelude/PrelNames.hs:804) c1TyConName (compiler/prelude/PrelNames.hs:804) s1TyConName (compiler/prelude/PrelNames.hs:804) noSelTyConName (compiler/prelude/PrelNames.hs:804) repTyConName (compiler/prelude/PrelNames.hs:804) rep1TyConName (compiler/prelude/PrelNames.hs:804) unpackCStringName (compiler/prelude/PrelNames.hs:839) unpackCStringFoldrName (compiler/prelude/PrelNames.hs:839) unpackCStringUtf8Name (compiler/prelude/PrelNames.hs:839) eqStringName (compiler/prelude/PrelNames.hs:839) stringTyConName (compiler/prelude/PrelNames.hs:839) inlineIdName (compiler/prelude/PrelNames.hs:848) fmapName (compiler/prelude/PrelNames.hs:852) eqClassName (compiler/prelude/PrelNames.hs:852) eqName (compiler/prelude/PrelNames.hs:852) ordClassName (compiler/prelude/PrelNames.hs:852) geName (compiler/prelude/PrelNames.hs:852) functorClassName (compiler/prelude/PrelNames.hs:852) monadClassName (compiler/prelude/PrelNames.hs:861) thenMName (compiler/prelude/PrelNames.hs:861) bindMName (compiler/prelude/PrelNames.hs:861) returnMName (compiler/prelude/PrelNames.hs:861) failMName (compiler/prelude/PrelNames.hs:861) applicativeClassName (compiler/prelude/PrelNames.hs:869) foldableClassName (compiler/prelude/PrelNames.hs:869) traversableClassName (compiler/prelude/PrelNames.hs:869) joinMName (compiler/prelude/PrelNames.hs:878) apAName (compiler/prelude/PrelNames.hs:878) pureAName (compiler/prelude/PrelNames.hs:878) alternativeClassName (compiler/prelude/PrelNames.hs:878) joinMIdKey (compiler/prelude/PrelNames.hs:884) apAClassOpKey (compiler/prelude/PrelNames.hs:884) pureAClassOpKey (compiler/prelude/PrelNames.hs:884) alternativeClassKey (compiler/prelude/PrelNames.hs:884) groupWithName (compiler/prelude/PrelNames.hs:892) fromStringName (compiler/prelude/PrelNames.hs:896) otherwiseIdName (compiler/prelude/PrelNames.hs:896) foldrName (compiler/prelude/PrelNames.hs:896) buildName (compiler/prelude/PrelNames.hs:896) augmentName (compiler/prelude/PrelNames.hs:896) mapName (compiler/prelude/PrelNames.hs:896) appendName (compiler/prelude/PrelNames.hs:896) assertName (compiler/prelude/PrelNames.hs:896) breakpointName (compiler/prelude/PrelNames.hs:896) breakpointCondName (compiler/prelude/PrelNames.hs:896) breakpointAutoName (compiler/prelude/PrelNames.hs:896) opaqueTyConName (compiler/prelude/PrelNames.hs:896) breakpointJumpName (compiler/prelude/PrelNames.hs:913) breakpointCondJumpName (compiler/prelude/PrelNames.hs:919) breakpointAutoJumpName (compiler/prelude/PrelNames.hs:925) fstName (compiler/prelude/PrelNames.hs:933) sndName (compiler/prelude/PrelNames.hs:933) numClassName (compiler/prelude/PrelNames.hs:938) fromIntegerName (compiler/prelude/PrelNames.hs:938) minusName (compiler/prelude/PrelNames.hs:938) negateName (compiler/prelude/PrelNames.hs:938) integerTyConName (compiler/prelude/PrelNames.hs:944) mkIntegerName (compiler/prelude/PrelNames.hs:944) integerSDataConName (compiler/prelude/PrelNames.hs:944) integerToWord64Name (compiler/prelude/PrelNames.hs:944) integerToInt64Name (compiler/prelude/PrelNames.hs:944) word64ToIntegerName (compiler/prelude/PrelNames.hs:944) int64ToIntegerName (compiler/prelude/PrelNames.hs:944) plusIntegerName (compiler/prelude/PrelNames.hs:944) timesIntegerName (compiler/prelude/PrelNames.hs:944) smallIntegerName (compiler/prelude/PrelNames.hs:944) wordToIntegerName (compiler/prelude/PrelNames.hs:944) integerToWordName (compiler/prelude/PrelNames.hs:944) integerToIntName (compiler/prelude/PrelNames.hs:944) minusIntegerName (compiler/prelude/PrelNames.hs:944) negateIntegerName (compiler/prelude/PrelNames.hs:944) eqIntegerPrimName (compiler/prelude/PrelNames.hs:944) neqIntegerPrimName (compiler/prelude/PrelNames.hs:944) absIntegerName (compiler/prelude/PrelNames.hs:944) signumIntegerName (compiler/prelude/PrelNames.hs:944) leIntegerPrimName (compiler/prelude/PrelNames.hs:944) gtIntegerPrimName (compiler/prelude/PrelNames.hs:944) ltIntegerPrimName (compiler/prelude/PrelNames.hs:944) geIntegerPrimName (compiler/prelude/PrelNames.hs:944) compareIntegerName (compiler/prelude/PrelNames.hs:944) quotRemIntegerName (compiler/prelude/PrelNames.hs:944) divModIntegerName (compiler/prelude/PrelNames.hs:944) quotIntegerName (compiler/prelude/PrelNames.hs:944) remIntegerName (compiler/prelude/PrelNames.hs:944) divIntegerName (compiler/prelude/PrelNames.hs:944) modIntegerName (compiler/prelude/PrelNames.hs:944) floatFromIntegerName (compiler/prelude/PrelNames.hs:944) doubleFromIntegerName (compiler/prelude/PrelNames.hs:944) encodeFloatIntegerName (compiler/prelude/PrelNames.hs:944) encodeDoubleIntegerName (compiler/prelude/PrelNames.hs:944) decodeDoubleIntegerName (compiler/prelude/PrelNames.hs:944) gcdIntegerName (compiler/prelude/PrelNames.hs:944) lcmIntegerName (compiler/prelude/PrelNames.hs:944) andIntegerName (compiler/prelude/PrelNames.hs:944) orIntegerName (compiler/prelude/PrelNames.hs:944) xorIntegerName (compiler/prelude/PrelNames.hs:944) complementIntegerName (compiler/prelude/PrelNames.hs:944) shiftLIntegerName (compiler/prelude/PrelNames.hs:944) shiftRIntegerName (compiler/prelude/PrelNames.hs:944) rationalTyConName (compiler/prelude/PrelNames.hs:1010) ratioTyConName (compiler/prelude/PrelNames.hs:1010) ratioDataConName (compiler/prelude/PrelNames.hs:1010) realClassName (compiler/prelude/PrelNames.hs:1010) integralClassName (compiler/prelude/PrelNames.hs:1010) realFracClassName (compiler/prelude/PrelNames.hs:1010) fractionalClassName (compiler/prelude/PrelNames.hs:1010) fromRationalName (compiler/prelude/PrelNames.hs:1010) toIntegerName (compiler/prelude/PrelNames.hs:1010) toRationalName (compiler/prelude/PrelNames.hs:1010) fromIntegralName (compiler/prelude/PrelNames.hs:1010) realToFracName (compiler/prelude/PrelNames.hs:1010) floatingClassName (compiler/prelude/PrelNames.hs:1028) realFloatClassName (compiler/prelude/PrelNames.hs:1028) rationalToFloatName (compiler/prelude/PrelNames.hs:1033) rationalToDoubleName (compiler/prelude/PrelNames.hs:1033) ixClassName (compiler/prelude/PrelNames.hs:1038) typeableClassName (compiler/prelude/PrelNames.hs:1042) typeRepTyConName (compiler/prelude/PrelNames.hs:1042) mkTyConName (compiler/prelude/PrelNames.hs:1042) mkPolyTyConAppName (compiler/prelude/PrelNames.hs:1042) mkAppTyName (compiler/prelude/PrelNames.hs:1042) typeLitTypeRepName (compiler/prelude/PrelNames.hs:1042) dataClassName (compiler/prelude/PrelNames.hs:1059) assertErrorName (compiler/prelude/PrelNames.hs:1063) enumClassName (compiler/prelude/PrelNames.hs:1067) enumFromName (compiler/prelude/PrelNames.hs:1067) enumFromToName (compiler/prelude/PrelNames.hs:1067) enumFromThenName (compiler/prelude/PrelNames.hs:1067) enumFromThenToName (compiler/prelude/PrelNames.hs:1067) boundedClassName (compiler/prelude/PrelNames.hs:1067) concatName (compiler/prelude/PrelNames.hs:1077) filterName (compiler/prelude/PrelNames.hs:1077) zipName (compiler/prelude/PrelNames.hs:1077) isListClassName (compiler/prelude/PrelNames.hs:1083) fromListName (compiler/prelude/PrelNames.hs:1083) fromListNName (compiler/prelude/PrelNames.hs:1083) toListName (compiler/prelude/PrelNames.hs:1083) showClassName (compiler/prelude/PrelNames.hs:1090) readClassName (compiler/prelude/PrelNames.hs:1094) genClassName (compiler/prelude/PrelNames.hs:1098) gen1ClassName (compiler/prelude/PrelNames.hs:1098) datatypeClassName (compiler/prelude/PrelNames.hs:1098) constructorClassName (compiler/prelude/PrelNames.hs:1098) selectorClassName (compiler/prelude/PrelNames.hs:1098) genericClassNames (compiler/prelude/PrelNames.hs:1107) ghciIoClassName (compiler/prelude/PrelNames.hs:1111) ghciStepIoMName (compiler/prelude/PrelNames.hs:1111) ioTyConName (compiler/prelude/PrelNames.hs:1116) ioDataConName (compiler/prelude/PrelNames.hs:1116) thenIOName (compiler/prelude/PrelNames.hs:1116) bindIOName (compiler/prelude/PrelNames.hs:1116) returnIOName (compiler/prelude/PrelNames.hs:1116) failIOName (compiler/prelude/PrelNames.hs:1116) printName (compiler/prelude/PrelNames.hs:1126) int8TyConName (compiler/prelude/PrelNames.hs:1130) int16TyConName (compiler/prelude/PrelNames.hs:1130) int32TyConName (compiler/prelude/PrelNames.hs:1130) int64TyConName (compiler/prelude/PrelNames.hs:1130) word8TyConName (compiler/prelude/PrelNames.hs:1137) word16TyConName (compiler/prelude/PrelNames.hs:1137) word32TyConName (compiler/prelude/PrelNames.hs:1137) word64TyConName (compiler/prelude/PrelNames.hs:1137) ptrTyConName (compiler/prelude/PrelNames.hs:1144) funPtrTyConName (compiler/prelude/PrelNames.hs:1144) stablePtrTyConName (compiler/prelude/PrelNames.hs:1149) newStablePtrName (compiler/prelude/PrelNames.hs:1149) runSTRepName (compiler/prelude/PrelNames.hs:1154) monadFixClassName (compiler/prelude/PrelNames.hs:1158) mfixName (compiler/prelude/PrelNames.hs:1158) arrAName (compiler/prelude/PrelNames.hs:1163) composeAName (compiler/prelude/PrelNames.hs:1163) firstAName (compiler/prelude/PrelNames.hs:1163) appAName (compiler/prelude/PrelNames.hs:1163) choiceAName (compiler/prelude/PrelNames.hs:1163) loopAName (compiler/prelude/PrelNames.hs:1163) guardMName (compiler/prelude/PrelNames.hs:1172) liftMName (compiler/prelude/PrelNames.hs:1172) mzipName (compiler/prelude/PrelNames.hs:1172) toAnnotationWrapperName (compiler/prelude/PrelNames.hs:1179) monadPlusClassName (compiler/prelude/PrelNames.hs:1183) randomClassName (compiler/prelude/PrelNames.hs:1183) randomGenClassName (compiler/prelude/PrelNames.hs:1183) isStringClassName (compiler/prelude/PrelNames.hs:1183) knownNatClassName (compiler/prelude/PrelNames.hs:1191) knownSymbolClassName (compiler/prelude/PrelNames.hs:1193) ipClassName (compiler/prelude/PrelNames.hs:1197) callStackDataConName (compiler/prelude/PrelNames.hs:1201) callStackTyConName (compiler/prelude/PrelNames.hs:1201) srcLocDataConName (compiler/prelude/PrelNames.hs:1201) pLUGINS (compiler/prelude/PrelNames.hs:1210) pluginTyConName (compiler/prelude/PrelNames.hs:1212) staticPtrInfoTyConName (compiler/prelude/PrelNames.hs:1216) staticPtrInfoDataConName (compiler/prelude/PrelNames.hs:1220) staticPtrTyConName (compiler/prelude/PrelNames.hs:1224) staticPtrDataConName (compiler/prelude/PrelNames.hs:1228) fingerprintDataConName (compiler/prelude/PrelNames.hs:1232) varQual (compiler/prelude/PrelNames.hs:1246) tcQual (compiler/prelude/PrelNames.hs:1246) clsQual (compiler/prelude/PrelNames.hs:1246) mk_known_key_name (compiler/prelude/PrelNames.hs:1251) conName (compiler/prelude/PrelNames.hs:1255) boundedClassKey (compiler/prelude/PrelNames.hs:1268) enumClassKey (compiler/prelude/PrelNames.hs:1268) eqClassKey (compiler/prelude/PrelNames.hs:1268) floatingClassKey (compiler/prelude/PrelNames.hs:1268) fractionalClassKey (compiler/prelude/PrelNames.hs:1268) integralClassKey (compiler/prelude/PrelNames.hs:1268) monadClassKey (compiler/prelude/PrelNames.hs:1268) dataClassKey (compiler/prelude/PrelNames.hs:1268) functorClassKey (compiler/prelude/PrelNames.hs:1268) numClassKey (compiler/prelude/PrelNames.hs:1268) ordClassKey (compiler/prelude/PrelNames.hs:1268) readClassKey (compiler/prelude/PrelNames.hs:1268) realClassKey (compiler/prelude/PrelNames.hs:1268) realFloatClassKey (compiler/prelude/PrelNames.hs:1268) realFracClassKey (compiler/prelude/PrelNames.hs:1268) showClassKey (compiler/prelude/PrelNames.hs:1268) ixClassKey (compiler/prelude/PrelNames.hs:1268) typeableClassKey (compiler/prelude/PrelNames.hs:1290) typeable1ClassKey (compiler/prelude/PrelNames.hs:1290) typeable2ClassKey (compiler/prelude/PrelNames.hs:1290) typeable3ClassKey (compiler/prelude/PrelNames.hs:1290) typeable4ClassKey (compiler/prelude/PrelNames.hs:1290) typeable5ClassKey (compiler/prelude/PrelNames.hs:1290) typeable6ClassKey (compiler/prelude/PrelNames.hs:1290) typeable7ClassKey (compiler/prelude/PrelNames.hs:1290) monadFixClassKey (compiler/prelude/PrelNames.hs:1302) monadPlusClassKey (compiler/prelude/PrelNames.hs:1305) randomClassKey (compiler/prelude/PrelNames.hs:1305) randomGenClassKey (compiler/prelude/PrelNames.hs:1305) isStringClassKey (compiler/prelude/PrelNames.hs:1310) applicativeClassKey (compiler/prelude/PrelNames.hs:1313) foldableClassKey (compiler/prelude/PrelNames.hs:1313) traversableClassKey (compiler/prelude/PrelNames.hs:1313) genClassKey (compiler/prelude/PrelNames.hs:1318) gen1ClassKey (compiler/prelude/PrelNames.hs:1318) datatypeClassKey (compiler/prelude/PrelNames.hs:1318) constructorClassKey (compiler/prelude/PrelNames.hs:1318) selectorClassKey (compiler/prelude/PrelNames.hs:1318) knownNatClassNameKey (compiler/prelude/PrelNames.hs:1328) knownSymbolClassNameKey (compiler/prelude/PrelNames.hs:1332) ghciIoClassKey (compiler/prelude/PrelNames.hs:1335) ipClassNameKey (compiler/prelude/PrelNames.hs:1338) addrPrimTyConKey (compiler/prelude/PrelNames.hs:1349) arrayPrimTyConKey (compiler/prelude/PrelNames.hs:1349) arrayArrayPrimTyConKey (compiler/prelude/PrelNames.hs:1349) boolTyConKey (compiler/prelude/PrelNames.hs:1349) byteArrayPrimTyConKey (compiler/prelude/PrelNames.hs:1349) charPrimTyConKey (compiler/prelude/PrelNames.hs:1349) charTyConKey (compiler/prelude/PrelNames.hs:1349) doublePrimTyConKey (compiler/prelude/PrelNames.hs:1349) doubleTyConKey (compiler/prelude/PrelNames.hs:1349) floatPrimTyConKey (compiler/prelude/PrelNames.hs:1349) floatTyConKey (compiler/prelude/PrelNames.hs:1349) funTyConKey (compiler/prelude/PrelNames.hs:1349) intPrimTyConKey (compiler/prelude/PrelNames.hs:1349) intTyConKey (compiler/prelude/PrelNames.hs:1349) int8TyConKey (compiler/prelude/PrelNames.hs:1349) int16TyConKey (compiler/prelude/PrelNames.hs:1349) int32PrimTyConKey (compiler/prelude/PrelNames.hs:1349) int32TyConKey (compiler/prelude/PrelNames.hs:1349) int64PrimTyConKey (compiler/prelude/PrelNames.hs:1349) int64TyConKey (compiler/prelude/PrelNames.hs:1349) integerTyConKey (compiler/prelude/PrelNames.hs:1349) listTyConKey (compiler/prelude/PrelNames.hs:1349) foreignObjPrimTyConKey (compiler/prelude/PrelNames.hs:1349) weakPrimTyConKey (compiler/prelude/PrelNames.hs:1349) mutableArrayPrimTyConKey (compiler/prelude/PrelNames.hs:1349) mutableArrayArrayPrimTyConKey (compiler/prelude/PrelNames.hs:1349) mutableByteArrayPrimTyConKey (compiler/prelude/PrelNames.hs:1349) orderingTyConKey (compiler/prelude/PrelNames.hs:1349) mVarPrimTyConKey (compiler/prelude/PrelNames.hs:1349) ratioTyConKey (compiler/prelude/PrelNames.hs:1349) rationalTyConKey (compiler/prelude/PrelNames.hs:1349) realWorldTyConKey (compiler/prelude/PrelNames.hs:1349) stablePtrPrimTyConKey (compiler/prelude/PrelNames.hs:1349) stablePtrTyConKey (compiler/prelude/PrelNames.hs:1349) anyTyConKey (compiler/prelude/PrelNames.hs:1349) eqTyConKey (compiler/prelude/PrelNames.hs:1349) smallArrayPrimTyConKey (compiler/prelude/PrelNames.hs:1349) smallMutableArrayPrimTyConKey (compiler/prelude/PrelNames.hs:1349) statePrimTyConKey (compiler/prelude/PrelNames.hs:1399) stableNamePrimTyConKey (compiler/prelude/PrelNames.hs:1399) stableNameTyConKey (compiler/prelude/PrelNames.hs:1399) mutVarPrimTyConKey (compiler/prelude/PrelNames.hs:1399) ioTyConKey (compiler/prelude/PrelNames.hs:1399) wordPrimTyConKey (compiler/prelude/PrelNames.hs:1399) wordTyConKey (compiler/prelude/PrelNames.hs:1399) word8TyConKey (compiler/prelude/PrelNames.hs:1399) word16TyConKey (compiler/prelude/PrelNames.hs:1399) word32PrimTyConKey (compiler/prelude/PrelNames.hs:1399) word32TyConKey (compiler/prelude/PrelNames.hs:1399) word64PrimTyConKey (compiler/prelude/PrelNames.hs:1399) word64TyConKey (compiler/prelude/PrelNames.hs:1399) liftedConKey (compiler/prelude/PrelNames.hs:1399) unliftedConKey (compiler/prelude/PrelNames.hs:1399) anyBoxConKey (compiler/prelude/PrelNames.hs:1399) kindConKey (compiler/prelude/PrelNames.hs:1399) boxityConKey (compiler/prelude/PrelNames.hs:1399) typeConKey (compiler/prelude/PrelNames.hs:1399) threadIdPrimTyConKey (compiler/prelude/PrelNames.hs:1399) bcoPrimTyConKey (compiler/prelude/PrelNames.hs:1399) ptrTyConKey (compiler/prelude/PrelNames.hs:1399) funPtrTyConKey (compiler/prelude/PrelNames.hs:1399) tVarPrimTyConKey (compiler/prelude/PrelNames.hs:1399) eqPrimTyConKey (compiler/prelude/PrelNames.hs:1399) eqReprPrimTyConKey (compiler/prelude/PrelNames.hs:1399) voidPrimTyConKey (compiler/prelude/PrelNames.hs:1399) parrTyConKey (compiler/prelude/PrelNames.hs:1436) objectTyConKey (compiler/prelude/PrelNames.hs:1440) eitherTyConKey (compiler/prelude/PrelNames.hs:1443) superKindTyConKey (compiler/prelude/PrelNames.hs:1447) liftedTypeKindTyConKey (compiler/prelude/PrelNames.hs:1451) anyKindTyConKey (compiler/prelude/PrelNames.hs:1451) openTypeKindTyConKey (compiler/prelude/PrelNames.hs:1451) unliftedTypeKindTyConKey (compiler/prelude/PrelNames.hs:1451) constraintKindTyConKey (compiler/prelude/PrelNames.hs:1451) symCoercionTyConKey (compiler/prelude/PrelNames.hs:1460) transCoercionTyConKey (compiler/prelude/PrelNames.hs:1460) leftCoercionTyConKey (compiler/prelude/PrelNames.hs:1460) rightCoercionTyConKey (compiler/prelude/PrelNames.hs:1460) instCoercionTyConKey (compiler/prelude/PrelNames.hs:1460) unsafeCoercionTyConKey (compiler/prelude/PrelNames.hs:1460) csel1CoercionTyConKey (compiler/prelude/PrelNames.hs:1460) csel2CoercionTyConKey (compiler/prelude/PrelNames.hs:1460) cselRCoercionTyConKey (compiler/prelude/PrelNames.hs:1460) pluginTyConKey (compiler/prelude/PrelNames.hs:1474) unknownTyConKey (compiler/prelude/PrelNames.hs:1477) unknown1TyConKey (compiler/prelude/PrelNames.hs:1477) unknown2TyConKey (compiler/prelude/PrelNames.hs:1477) unknown3TyConKey (compiler/prelude/PrelNames.hs:1477) opaqueTyConKey (compiler/prelude/PrelNames.hs:1477) stringTyConKey (compiler/prelude/PrelNames.hs:1485) v1TyConKey (compiler/prelude/PrelNames.hs:1489) u1TyConKey (compiler/prelude/PrelNames.hs:1489) par1TyConKey (compiler/prelude/PrelNames.hs:1489) rec1TyConKey (compiler/prelude/PrelNames.hs:1489) k1TyConKey (compiler/prelude/PrelNames.hs:1489) m1TyConKey (compiler/prelude/PrelNames.hs:1489) sumTyConKey (compiler/prelude/PrelNames.hs:1489) prodTyConKey (compiler/prelude/PrelNames.hs:1489) compTyConKey (compiler/prelude/PrelNames.hs:1489) rTyConKey (compiler/prelude/PrelNames.hs:1489) pTyConKey (compiler/prelude/PrelNames.hs:1489) dTyConKey (compiler/prelude/PrelNames.hs:1489) cTyConKey (compiler/prelude/PrelNames.hs:1489) sTyConKey (compiler/prelude/PrelNames.hs:1489) rec0TyConKey (compiler/prelude/PrelNames.hs:1489) par0TyConKey (compiler/prelude/PrelNames.hs:1489) d1TyConKey (compiler/prelude/PrelNames.hs:1489) c1TyConKey (compiler/prelude/PrelNames.hs:1489) s1TyConKey (compiler/prelude/PrelNames.hs:1489) noSelTyConKey (compiler/prelude/PrelNames.hs:1489) repTyConKey (compiler/prelude/PrelNames.hs:1489) rep1TyConKey (compiler/prelude/PrelNames.hs:1489) typeNatKindConNameKey (compiler/prelude/PrelNames.hs:1524) typeSymbolKindConNameKey (compiler/prelude/PrelNames.hs:1524) typeNatAddTyFamNameKey (compiler/prelude/PrelNames.hs:1524) typeNatMulTyFamNameKey (compiler/prelude/PrelNames.hs:1524) typeNatExpTyFamNameKey (compiler/prelude/PrelNames.hs:1524) typeNatLeqTyFamNameKey (compiler/prelude/PrelNames.hs:1524) typeNatSubTyFamNameKey (compiler/prelude/PrelNames.hs:1524) typeSymbolCmpTyFamNameKey (compiler/prelude/PrelNames.hs:1524) typeNatCmpTyFamNameKey (compiler/prelude/PrelNames.hs:1524) ntTyConKey (compiler/prelude/PrelNames.hs:1539) coercibleTyConKey (compiler/prelude/PrelNames.hs:1541) proxyPrimTyConKey (compiler/prelude/PrelNames.hs:1544) specTyConKey (compiler/prelude/PrelNames.hs:1547) staticPtrTyConKey (compiler/prelude/PrelNames.hs:1553) staticPtrInfoTyConKey (compiler/prelude/PrelNames.hs:1556) typeRepTyConKey (compiler/prelude/PrelNames.hs:1559) callStackTyConKey (compiler/prelude/PrelNames.hs:1562) unitTyConKey (compiler/prelude/PrelNames.hs:1575) charDataConKey (compiler/prelude/PrelNames.hs:1586) consDataConKey (compiler/prelude/PrelNames.hs:1586) doubleDataConKey (compiler/prelude/PrelNames.hs:1586) falseDataConKey (compiler/prelude/PrelNames.hs:1586) floatDataConKey (compiler/prelude/PrelNames.hs:1586) intDataConKey (compiler/prelude/PrelNames.hs:1586) integerSDataConKey (compiler/prelude/PrelNames.hs:1586) nilDataConKey (compiler/prelude/PrelNames.hs:1586) ratioDataConKey (compiler/prelude/PrelNames.hs:1586) stableNameDataConKey (compiler/prelude/PrelNames.hs:1586) trueDataConKey (compiler/prelude/PrelNames.hs:1586) wordDataConKey (compiler/prelude/PrelNames.hs:1586) ioDataConKey (compiler/prelude/PrelNames.hs:1586) integerDataConKey (compiler/prelude/PrelNames.hs:1586) eqBoxDataConKey (compiler/prelude/PrelNames.hs:1586) coercibleDataConKey (compiler/prelude/PrelNames.hs:1586) crossDataConKey (compiler/prelude/PrelNames.hs:1607) inlDataConKey (compiler/prelude/PrelNames.hs:1607) inrDataConKey (compiler/prelude/PrelNames.hs:1607) genUnitDataConKey (compiler/prelude/PrelNames.hs:1607) parrDataConKey (compiler/prelude/PrelNames.hs:1614) leftDataConKey (compiler/prelude/PrelNames.hs:1617) rightDataConKey (compiler/prelude/PrelNames.hs:1617) ltDataConKey (compiler/prelude/PrelNames.hs:1621) eqDataConKey (compiler/prelude/PrelNames.hs:1621) gtDataConKey (compiler/prelude/PrelNames.hs:1621) staticPtrDataConKey (compiler/prelude/PrelNames.hs:1628) staticPtrInfoDataConKey (compiler/prelude/PrelNames.hs:1631) fingerprintDataConKey (compiler/prelude/PrelNames.hs:1634) callStackDataConKey (compiler/prelude/PrelNames.hs:1637) srcLocDataConKey (compiler/prelude/PrelNames.hs:1637) wildCardKey (compiler/prelude/PrelNames.hs:1649) absentErrorIdKey (compiler/prelude/PrelNames.hs:1649) augmentIdKey (compiler/prelude/PrelNames.hs:1649) appendIdKey (compiler/prelude/PrelNames.hs:1649) buildIdKey (compiler/prelude/PrelNames.hs:1649) errorIdKey (compiler/prelude/PrelNames.hs:1649) foldrIdKey (compiler/prelude/PrelNames.hs:1649) recSelErrorIdKey (compiler/prelude/PrelNames.hs:1649) seqIdKey (compiler/prelude/PrelNames.hs:1649) irrefutPatErrorIdKey (compiler/prelude/PrelNames.hs:1649) eqStringIdKey (compiler/prelude/PrelNames.hs:1649) noMethodBindingErrorIdKey (compiler/prelude/PrelNames.hs:1649) nonExhaustiveGuardsErrorIdKey (compiler/prelude/PrelNames.hs:1649) runtimeErrorIdKey (compiler/prelude/PrelNames.hs:1649) patErrorIdKey (compiler/prelude/PrelNames.hs:1649) voidPrimIdKey (compiler/prelude/PrelNames.hs:1649) realWorldPrimIdKey (compiler/prelude/PrelNames.hs:1649) recConErrorIdKey (compiler/prelude/PrelNames.hs:1649) unpackCStringUtf8IdKey (compiler/prelude/PrelNames.hs:1649) unpackCStringAppendIdKey (compiler/prelude/PrelNames.hs:1649) unpackCStringFoldrIdKey (compiler/prelude/PrelNames.hs:1649) unpackCStringIdKey (compiler/prelude/PrelNames.hs:1649) unsafeCoerceIdKey (compiler/prelude/PrelNames.hs:1680) concatIdKey (compiler/prelude/PrelNames.hs:1680) filterIdKey (compiler/prelude/PrelNames.hs:1680) zipIdKey (compiler/prelude/PrelNames.hs:1680) bindIOIdKey (compiler/prelude/PrelNames.hs:1680) returnIOIdKey (compiler/prelude/PrelNames.hs:1680) newStablePtrIdKey (compiler/prelude/PrelNames.hs:1680) printIdKey (compiler/prelude/PrelNames.hs:1680) failIOIdKey (compiler/prelude/PrelNames.hs:1680) nullAddrIdKey (compiler/prelude/PrelNames.hs:1680) voidArgIdKey (compiler/prelude/PrelNames.hs:1680) fstIdKey (compiler/prelude/PrelNames.hs:1680) sndIdKey (compiler/prelude/PrelNames.hs:1680) otherwiseIdKey (compiler/prelude/PrelNames.hs:1680) assertIdKey (compiler/prelude/PrelNames.hs:1680) runSTRepIdKey (compiler/prelude/PrelNames.hs:1680) mkIntegerIdKey (compiler/prelude/PrelNames.hs:1701) smallIntegerIdKey (compiler/prelude/PrelNames.hs:1701) wordToIntegerIdKey (compiler/prelude/PrelNames.hs:1701) integerToWordIdKey (compiler/prelude/PrelNames.hs:1701) integerToIntIdKey (compiler/prelude/PrelNames.hs:1701) integerToWord64IdKey (compiler/prelude/PrelNames.hs:1701) integerToInt64IdKey (compiler/prelude/PrelNames.hs:1701) word64ToIntegerIdKey (compiler/prelude/PrelNames.hs:1701) int64ToIntegerIdKey (compiler/prelude/PrelNames.hs:1701) plusIntegerIdKey (compiler/prelude/PrelNames.hs:1701) timesIntegerIdKey (compiler/prelude/PrelNames.hs:1701) minusIntegerIdKey (compiler/prelude/PrelNames.hs:1701) negateIntegerIdKey (compiler/prelude/PrelNames.hs:1701) eqIntegerPrimIdKey (compiler/prelude/PrelNames.hs:1701) neqIntegerPrimIdKey (compiler/prelude/PrelNames.hs:1701) absIntegerIdKey (compiler/prelude/PrelNames.hs:1701) signumIntegerIdKey (compiler/prelude/PrelNames.hs:1701) leIntegerPrimIdKey (compiler/prelude/PrelNames.hs:1701) gtIntegerPrimIdKey (compiler/prelude/PrelNames.hs:1701) ltIntegerPrimIdKey (compiler/prelude/PrelNames.hs:1701) geIntegerPrimIdKey (compiler/prelude/PrelNames.hs:1701) compareIntegerIdKey (compiler/prelude/PrelNames.hs:1701) quotRemIntegerIdKey (compiler/prelude/PrelNames.hs:1701) divModIntegerIdKey (compiler/prelude/PrelNames.hs:1701) quotIntegerIdKey (compiler/prelude/PrelNames.hs:1701) remIntegerIdKey (compiler/prelude/PrelNames.hs:1701) divIntegerIdKey (compiler/prelude/PrelNames.hs:1701) modIntegerIdKey (compiler/prelude/PrelNames.hs:1701) floatFromIntegerIdKey (compiler/prelude/PrelNames.hs:1701) doubleFromIntegerIdKey (compiler/prelude/PrelNames.hs:1701) encodeFloatIntegerIdKey (compiler/prelude/PrelNames.hs:1701) encodeDoubleIntegerIdKey (compiler/prelude/PrelNames.hs:1701) decodeDoubleIntegerIdKey (compiler/prelude/PrelNames.hs:1701) gcdIntegerIdKey (compiler/prelude/PrelNames.hs:1701) lcmIntegerIdKey (compiler/prelude/PrelNames.hs:1701) andIntegerIdKey (compiler/prelude/PrelNames.hs:1701) orIntegerIdKey (compiler/prelude/PrelNames.hs:1701) xorIntegerIdKey (compiler/prelude/PrelNames.hs:1701) complementIntegerIdKey (compiler/prelude/PrelNames.hs:1701) shiftLIntegerIdKey (compiler/prelude/PrelNames.hs:1701) shiftRIntegerIdKey (compiler/prelude/PrelNames.hs:1701) rootMainKey (compiler/prelude/PrelNames.hs:1759) runMainKey (compiler/prelude/PrelNames.hs:1759) thenIOIdKey (compiler/prelude/PrelNames.hs:1763) lazyIdKey (compiler/prelude/PrelNames.hs:1763) assertErrorIdKey (compiler/prelude/PrelNames.hs:1763) oneShotKey (compiler/prelude/PrelNames.hs:1763) breakpointIdKey (compiler/prelude/PrelNames.hs:1769) breakpointCondIdKey (compiler/prelude/PrelNames.hs:1769) breakpointAutoIdKey (compiler/prelude/PrelNames.hs:1769) breakpointJumpIdKey (compiler/prelude/PrelNames.hs:1769) breakpointCondJumpIdKey (compiler/prelude/PrelNames.hs:1769) breakpointAutoJumpIdKey (compiler/prelude/PrelNames.hs:1769) inlineIdKey (compiler/prelude/PrelNames.hs:1779) mapIdKey (compiler/prelude/PrelNames.hs:1782) groupWithIdKey (compiler/prelude/PrelNames.hs:1782) dollarIdKey (compiler/prelude/PrelNames.hs:1782) coercionTokenIdKey (compiler/prelude/PrelNames.hs:1787) rationalToFloatIdKey (compiler/prelude/PrelNames.hs:1790) rationalToDoubleIdKey (compiler/prelude/PrelNames.hs:1790) unmarshalObjectIdKey (compiler/prelude/PrelNames.hs:1795) marshalObjectIdKey (compiler/prelude/PrelNames.hs:1795) marshalStringIdKey (compiler/prelude/PrelNames.hs:1795) unmarshalStringIdKey (compiler/prelude/PrelNames.hs:1795) checkDotnetResNameIdKey (compiler/prelude/PrelNames.hs:1795) undefinedKey (compiler/prelude/PrelNames.hs:1803) magicDictKey (compiler/prelude/PrelNames.hs:1806) coerceKey (compiler/prelude/PrelNames.hs:1809) unboundKey (compiler/prelude/PrelNames.hs:1819) fromIntegerClassOpKey (compiler/prelude/PrelNames.hs:1822) minusClassOpKey (compiler/prelude/PrelNames.hs:1822) fromRationalClassOpKey (compiler/prelude/PrelNames.hs:1822) enumFromClassOpKey (compiler/prelude/PrelNames.hs:1822) enumFromThenClassOpKey (compiler/prelude/PrelNames.hs:1822) enumFromToClassOpKey (compiler/prelude/PrelNames.hs:1822) enumFromThenToClassOpKey (compiler/prelude/PrelNames.hs:1822) eqClassOpKey (compiler/prelude/PrelNames.hs:1822) geClassOpKey (compiler/prelude/PrelNames.hs:1822) negateClassOpKey (compiler/prelude/PrelNames.hs:1822) failMClassOpKey (compiler/prelude/PrelNames.hs:1822) bindMClassOpKey (compiler/prelude/PrelNames.hs:1822) thenMClassOpKey (compiler/prelude/PrelNames.hs:1822) returnMClassOpKey (compiler/prelude/PrelNames.hs:1822) fmapClassOpKey (compiler/prelude/PrelNames.hs:1822) mfixIdKey (compiler/prelude/PrelNames.hs:1845) arrAIdKey (compiler/prelude/PrelNames.hs:1849) composeAIdKey (compiler/prelude/PrelNames.hs:1849) firstAIdKey (compiler/prelude/PrelNames.hs:1849) appAIdKey (compiler/prelude/PrelNames.hs:1849) choiceAIdKey (compiler/prelude/PrelNames.hs:1849) loopAIdKey (compiler/prelude/PrelNames.hs:1849) fromStringClassOpKey (compiler/prelude/PrelNames.hs:1858) toAnnotationWrapperIdKey (compiler/prelude/PrelNames.hs:1862) fromIntegralIdKey (compiler/prelude/PrelNames.hs:1866) realToFracIdKey (compiler/prelude/PrelNames.hs:1866) toIntegerClassOpKey (compiler/prelude/PrelNames.hs:1866) toRationalClassOpKey (compiler/prelude/PrelNames.hs:1866) guardMIdKey (compiler/prelude/PrelNames.hs:1873) liftMIdKey (compiler/prelude/PrelNames.hs:1873) mzipIdKey (compiler/prelude/PrelNames.hs:1873) ghciStepIoMClassOpKey (compiler/prelude/PrelNames.hs:1879) isListClassKey (compiler/prelude/PrelNames.hs:1883) fromListClassOpKey (compiler/prelude/PrelNames.hs:1883) fromListNClassOpKey (compiler/prelude/PrelNames.hs:1883) toListClassOpKey (compiler/prelude/PrelNames.hs:1883) proxyHashKey (compiler/prelude/PrelNames.hs:1889) mkTyConKey (compiler/prelude/PrelNames.hs:1897) mkPolyTyConAppKey (compiler/prelude/PrelNames.hs:1897) mkAppTyKey (compiler/prelude/PrelNames.hs:1897) typeLitTypeRepKey (compiler/prelude/PrelNames.hs:1897) numericClassKeys (compiler/prelude/PrelNames.hs:1920) fractionalClassKeys (compiler/prelude/PrelNames.hs:1928) standardClassKeys (compiler/prelude/PrelNames.hs:1938) derivableClassKeys (compiler/prelude/PrelNames.hs:1953) int8X16PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:1) int16X8PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:3) int32X4PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:5) int64X2PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:7) int8X32PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:9) int16X16PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:11) int32X8PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:13) int64X4PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:15) int8X64PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:17) int16X32PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:19) int32X16PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:21) int64X8PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:23) word8X16PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:25) word16X8PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:27) word32X4PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:29) word64X2PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:31) word8X32PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:33) word16X16PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:35) word32X8PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:37) word64X4PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:39) word8X64PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:41) word16X32PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:43) word32X16PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:45) word64X8PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:47) floatX4PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:49) doubleX2PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:51) floatX8PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:53) doubleX4PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:55) floatX16PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:57) doubleX8PrimTyConKey (compiler/stage2/build/primop-vector-uniques.hs-incl:59) 60% ( 6 / 10) in 'ApiAnnotation' Missing documentation for: Module header ApiAnns (compiler/parser/ApiAnnotation.hs:124) ApiAnnKey (compiler/parser/ApiAnnotation.hs:127) AnnotationComment (compiler/parser/ApiAnnotation.hs:275) 5% ( 2 / 40) in 'Lexer' Missing documentation for: Module header Token (compiler/parser/Lexer.x:517) lexer (compiler/parser/Lexer.x:2224) pragState (compiler/parser/Lexer.x:2077) mkPState (compiler/parser/Lexer.x:2084) PState (compiler/parser/Lexer.x:1682) P (compiler/parser/Lexer.x:1736) ParseResult (compiler/parser/Lexer.x:1674) getSrcLoc (compiler/parser/Lexer.x:1794) getPState (compiler/parser/Lexer.x:1771) getDynFlags (compiler/main/DynFlags.hs:894) withThisPackage (compiler/parser/Lexer.x:1777) failLocMsgP (compiler/parser/Lexer.x:1765) failSpanMsgP (compiler/parser/Lexer.x:1768) srcParseFail (compiler/parser/Lexer.x:2207) getMessages (compiler/parser/Lexer.x:2153) popContext (compiler/parser/Lexer.x:2162) pushCurrentContext (compiler/parser/Lexer.x:2172) setLastToken (compiler/parser/Lexer.x:1800) setSrcLoc (compiler/parser/Lexer.x:1791) activeContext (compiler/parser/Lexer.x:1916) nextIsEOF (compiler/parser/Lexer.x:1897) getLexState (compiler/parser/Lexer.x:1908) popLexState (compiler/parser/Lexer.x:1905) pushLexState (compiler/parser/Lexer.x:1902) extension (compiler/parser/Lexer.x:1782) bangPatEnabled (compiler/parser/Lexer.x:2031) datatypeContextsEnabled (compiler/parser/Lexer.x:2043) traditionalRecordSyntaxEnabled (compiler/parser/Lexer.x:2061) explicitForallEnabled (compiler/parser/Lexer.x:2029) inRulePrag (compiler/parser/Lexer.x:2047) explicitNamespacesEnabled (compiler/parser/Lexer.x:2064) patternSynonymsEnabled (compiler/parser/Lexer.x:2072) sccProfilingOn (compiler/parser/Lexer.x:2059) hpcEnabled (compiler/parser/Lexer.x:2053) addWarning (compiler/parser/Lexer.x:2146) lexTokenStream (compiler/parser/Lexer.x:2501) addAnnotation (compiler/parser/Lexer.x:2599) 64% ( 25 / 39) in 'Packages' Missing documentation for: PackageState (compiler/main/Packages.hs:234) readPackageConfigs (compiler/main/Packages.hs:331) getPackageConfRefs (compiler/main/Packages.hs:337) resolvePackageConfig (compiler/main/Packages.hs:355) readPackageConfig (compiler/main/Packages.hs:364) listVisibleModuleNames (compiler/main/Packages.hs:1249) lookupModuleWithSuggestions (compiler/main/Packages.hs:1186) ModuleSuggestion (compiler/main/Packages.hs:1183) collectIncludeDirs (compiler/main/Packages.hs:1075) collectLibraryPaths (compiler/main/Packages.hs:1083) collectLinkOpts (compiler/main/Packages.hs:1092) packageHsLibs (compiler/main/Packages.hs:1100) packageKeyPackageIdString (compiler/main/Packages.hs:1328) pprFlag (compiler/main/Packages.hs:569) 18% ( 6 / 34) in 'SysTools' Missing documentation for: Module header initSysTools (compiler/main/SysTools.hs:178) runUnlit (compiler/main/SysTools.hs:387) runCpp (compiler/main/SysTools.hs:394) runCc (compiler/main/SysTools.hs:411) runPp (compiler/main/SysTools.hs:405) runSplit (compiler/main/SysTools.hs:569) runAs (compiler/main/SysTools.hs:574) runLink (compiler/main/SysTools.hs:923) runLibtool (compiler/main/SysTools.hs:983) runMkDLL (compiler/main/SysTools.hs:992) runWindres (compiler/main/SysTools.hs:999) getLinkerInfo (compiler/main/SysTools.hs:775) getCompilerInfo (compiler/main/SysTools.hs:871) linkDynLib (compiler/main/SysTools.hs:1552) askCc (compiler/main/SysTools.hs:472) touch (compiler/main/SysTools.hs:1022) copy (compiler/main/SysTools.hs:1026) copyWithHeader (compiler/main/SysTools.hs:1029) setTmpDir (compiler/main/DynFlags.hs:3971) newTempName (compiler/main/SysTools.hs:1116) newTempLibName (compiler/main/SysTools.hs:1131) cleanTempDirs (compiler/main/SysTools.hs:1084) cleanTempFiles (compiler/main/SysTools.hs:1092) cleanTempFilesExcept (compiler/main/SysTools.hs:1100) addFilesToClean (compiler/main/SysTools.hs:1202) getPkgFrameworkOpts (compiler/main/SysTools.hs:1734) getFrameworkOpts (compiler/main/SysTools.hs:1749) 93% ( 14 / 15) in 'Annotations' Missing documentation for: AnnPayload (compiler/main/Annotations.hs:40) 30% ( 18 / 60) in 'Var' Missing documentation for: CoVar (compiler/basicTypes/Var.hs:111) Id (compiler/basicTypes/Var.hs:94) DictId (compiler/basicTypes/Var.hs:107) DFunId (compiler/basicTypes/Var.hs:106) EvVar (compiler/basicTypes/Var.hs:105) EqVar (compiler/basicTypes/Var.hs:109) EvId (compiler/basicTypes/Var.hs:104) IpId (compiler/basicTypes/Var.hs:108) TyVar (compiler/basicTypes/Var.hs:96) TypeVar (compiler/basicTypes/Var.hs:99) KindVar (compiler/basicTypes/Var.hs:100) TKVar (compiler/basicTypes/Var.hs:98) varName (compiler/basicTypes/Var.hs:156) varUnique (compiler/basicTypes/Var.hs:246) setVarName (compiler/basicTypes/Var.hs:254) setVarUnique (compiler/basicTypes/Var.hs:249) setVarType (compiler/basicTypes/Var.hs:259) mkGlobalVar (compiler/basicTypes/Var.hs:341) mkLocalVar (compiler/basicTypes/Var.hs:345) mkCoVar (compiler/basicTypes/Var.hs:349) idInfo (compiler/basicTypes/Var.hs:331) idDetails (compiler/basicTypes/Var.hs:335) lazySetIdInfo (compiler/basicTypes/Var.hs:368) setIdDetails (compiler/basicTypes/Var.hs:371) isId (compiler/basicTypes/Var.hs:410) isTKVar (compiler/basicTypes/Var.hs:401) isTyVar (compiler/basicTypes/Var.hs:398) isTcTyVar (compiler/basicTypes/Var.hs:406) isLocalId (compiler/basicTypes/Var.hs:414) isGlobalId (compiler/basicTypes/Var.hs:424) mkTyVar (compiler/basicTypes/Var.hs:293) mkTcTyVar (compiler/basicTypes/Var.hs:299) mkKindVar (compiler/basicTypes/Var.hs:315) tyVarName (compiler/basicTypes/Var.hs:270) tyVarKind (compiler/basicTypes/Var.hs:273) tcTyVarDetails (compiler/basicTypes/Var.hs:308) setTcTyVarDetails (compiler/basicTypes/Var.hs:312) setTyVarName (compiler/basicTypes/Var.hs:279) setTyVarUnique (compiler/basicTypes/Var.hs:276) setTyVarKind (compiler/basicTypes/Var.hs:282) updateTyVarKind (compiler/basicTypes/Var.hs:285) updateTyVarKindM (compiler/basicTypes/Var.hs:288) 15% ( 4 / 26) in 'CostCentre' Missing documentation for: Module header CcName (compiler/profiling/CostCentre.hs:66) IsCafCC (compiler/profiling/CostCentre.hs:68) CollectedCCs (compiler/profiling/CostCentre.hs:181) noCCS (compiler/profiling/CostCentre.hs:188) currentCCS (compiler/profiling/CostCentre.hs:188) dontCareCCS (compiler/profiling/CostCentre.hs:188) noCCSAttached (compiler/profiling/CostCentre.hs:197) isCurrentCCS (compiler/profiling/CostCentre.hs:201) maybeSingletonCCS (compiler/profiling/CostCentre.hs:209) mkUserCC (compiler/profiling/CostCentre.hs:124) mkAutoCC (compiler/profiling/CostCentre.hs:130) mkAllCafsCC (compiler/profiling/CostCentre.hs:147) mkSingletonCCS (compiler/profiling/CostCentre.hs:213) isCafCCS (compiler/profiling/CostCentre.hs:205) isCafCC (compiler/profiling/CostCentre.hs:102) ccFromThisModule (compiler/profiling/CostCentre.hs:117) pprCostCentreCore (compiler/profiling/CostCentre.hs:251) costCentreUserName (compiler/profiling/CostCentre.hs:277) costCentreUserNameFS (compiler/profiling/CostCentre.hs:280) costCentreSrcSpan (compiler/profiling/CostCentre.hs:287) cmpCostCentre (compiler/profiling/CostCentre.hs:78) 4% ( 1 / 27) in 'Class' Missing documentation for: Module header Class (compiler/types/Class.hs:50) ClassOpItem (compiler/types/Class.hs:93) DefMeth (compiler/types/Class.hs:97) ClassATItem (compiler/types/Class.hs:102) ClassMinimalDef (compiler/types/Class.hs:108) FunDep (compiler/types/Class.hs:91) pprFundeps (compiler/types/Class.hs:288) pprFunDep (compiler/types/Class.hs:292) mkClass (compiler/types/Class.hs:156) classTyVars (compiler/types/Class.hs:59) classArity (compiler/types/Class.hs:207) classKey (compiler/types/Class.hs:57) className (compiler/types/Class.hs:56) classATs (compiler/types/Class.hs:231) classATItems (compiler/types/Class.hs:235) classTyCon (compiler/types/Class.hs:52) classMethods (compiler/types/Class.hs:224) classOpItems (compiler/types/Class.hs:228) classBigSig (compiler/types/Class.hs:242) classExtraBigSig (compiler/types/Class.hs:247) classTvsFds (compiler/types/Class.hs:238) classSCTheta (compiler/types/Class.hs:67) classAllSelIds (compiler/types/Class.hs:211) classSCSelId (compiler/types/Class.hs:216) classMinimalDef (compiler/types/Class.hs:78) 8% ( 3 / 36) in 'VarSet' Missing documentation for: Module header VarSet (compiler/basicTypes/VarSet.hs:38) IdSet (compiler/basicTypes/VarSet.hs:39) TyVarSet (compiler/basicTypes/VarSet.hs:40) CoVarSet (compiler/basicTypes/VarSet.hs:41) emptyVarSet (compiler/basicTypes/VarSet.hs:43) unitVarSet (compiler/basicTypes/VarSet.hs:52) mkVarSet (compiler/basicTypes/VarSet.hs:60) extendVarSet (compiler/basicTypes/VarSet.hs:53) extendVarSetList (compiler/basicTypes/VarSet.hs:54) extendVarSet_C (compiler/basicTypes/VarSet.hs:68) elemVarSet (compiler/basicTypes/VarSet.hs:55) varSetElems (compiler/basicTypes/VarSet.hs:51) subVarSet (compiler/basicTypes/VarSet.hs:83) unionVarSet (compiler/basicTypes/VarSet.hs:45) unionVarSets (compiler/basicTypes/VarSet.hs:46) intersectVarSet (compiler/basicTypes/VarSet.hs:44) intersectsVarSet (compiler/basicTypes/VarSet.hs:81) disjointVarSet (compiler/basicTypes/VarSet.hs:82) isEmptyVarSet (compiler/basicTypes/VarSet.hs:59) delVarSet (compiler/basicTypes/VarSet.hs:56) delVarSetList (compiler/basicTypes/VarSet.hs:57) delVarSetByKey (compiler/basicTypes/VarSet.hs:70) minusVarSet (compiler/basicTypes/VarSet.hs:58) foldVarSet (compiler/basicTypes/VarSet.hs:61) filterVarSet (compiler/basicTypes/VarSet.hs:67) fixVarSet (compiler/basicTypes/VarSet.hs:72) lookupVarSet (compiler/basicTypes/VarSet.hs:62) mapVarSet (compiler/basicTypes/VarSet.hs:65) sizeVarSet (compiler/basicTypes/VarSet.hs:66) seqVarSet (compiler/basicTypes/VarSet.hs:119) elemVarSetByKey (compiler/basicTypes/VarSet.hs:71) partitionVarSet (compiler/basicTypes/VarSet.hs:73) 31% ( 26 / 84) in 'VarEnv' Missing documentation for: Module header VarEnv (compiler/basicTypes/VarEnv.hs:358) IdEnv (compiler/basicTypes/VarEnv.hs:359) TyVarEnv (compiler/basicTypes/VarEnv.hs:360) CoVarEnv (compiler/basicTypes/VarEnv.hs:361) emptyVarEnv (compiler/basicTypes/VarEnv.hs:363) unitVarEnv (compiler/basicTypes/VarEnv.hs:366) mkVarEnv (compiler/basicTypes/VarEnv.hs:364) elemVarEnv (compiler/basicTypes/VarEnv.hs:394) varEnvElts (compiler/basicTypes/VarEnv.hs:386) varEnvKeys (compiler/basicTypes/VarEnv.hs:387) extendVarEnv (compiler/basicTypes/VarEnv.hs:368) extendVarEnv_C (compiler/basicTypes/VarEnv.hs:369) extendVarEnv_Acc (compiler/basicTypes/VarEnv.hs:370) extendVarEnvList (compiler/basicTypes/VarEnv.hs:372) plusVarEnv (compiler/basicTypes/VarEnv.hs:371) plusVarEnv_C (compiler/basicTypes/VarEnv.hs:382) plusVarEnv_CD (compiler/basicTypes/VarEnv.hs:383) alterVarEnv (compiler/basicTypes/VarEnv.hs:367) delVarEnvList (compiler/basicTypes/VarEnv.hs:378) delVarEnv (compiler/basicTypes/VarEnv.hs:379) minusVarEnv (compiler/basicTypes/VarEnv.hs:380) intersectsVarEnv (compiler/basicTypes/VarEnv.hs:381) lookupVarEnv (compiler/basicTypes/VarEnv.hs:390) lookupVarEnv_NF (compiler/basicTypes/VarEnv.hs:392) lookupWithDefaultVarEnv (compiler/basicTypes/VarEnv.hs:393) mapVarEnv (compiler/basicTypes/VarEnv.hs:384) zipVarEnv (compiler/basicTypes/VarEnv.hs:365) modifyVarEnv (compiler/basicTypes/VarEnv.hs:385) modifyVarEnv_Directly (compiler/basicTypes/VarEnv.hs:446) isEmptyVarEnv (compiler/basicTypes/VarEnv.hs:389) foldVarEnv (compiler/basicTypes/VarEnv.hs:396) elemVarEnvByKey (compiler/basicTypes/VarEnv.hs:395) lookupVarEnv_Directly (compiler/basicTypes/VarEnv.hs:374) filterVarEnv (compiler/basicTypes/VarEnv.hs:391) filterVarEnv_Directly (compiler/basicTypes/VarEnv.hs:375) restrictVarEnv (compiler/basicTypes/VarEnv.hs:377) partitionVarEnv (compiler/basicTypes/VarEnv.hs:376) emptyInScopeSet (compiler/basicTypes/VarEnv.hs:91) mkInScopeSet (compiler/basicTypes/VarEnv.hs:97) delInScopeSet (compiler/basicTypes/VarEnv.hs:112) extendInScopeSet (compiler/basicTypes/VarEnv.hs:100) extendInScopeSetList (compiler/basicTypes/VarEnv.hs:103) extendInScopeSetSet (compiler/basicTypes/VarEnv.hs:108) getInScopeVars (compiler/basicTypes/VarEnv.hs:94) lookupInScope_Directly (compiler/basicTypes/VarEnv.hs:123) unionInScope (compiler/basicTypes/VarEnv.hs:127) elemInScopeSet (compiler/basicTypes/VarEnv.hs:115) mkRnEnv2 (compiler/basicTypes/VarEnv.hs:202) delBndrL (compiler/basicTypes/VarEnv.hs:285) delBndrR (compiler/basicTypes/VarEnv.hs:285) delBndrsL (compiler/basicTypes/VarEnv.hs:291) delBndrsR (compiler/basicTypes/VarEnv.hs:291) addRnInScopeSet (compiler/basicTypes/VarEnv.hs:207) rnInScope (compiler/basicTypes/VarEnv.hs:212) rnInScopeSet (compiler/basicTypes/VarEnv.hs:215) lookupRnInScope (compiler/basicTypes/VarEnv.hs:312) emptyTidyEnv (compiler/basicTypes/VarEnv.hs:347) 9% ( 4 / 43) in 'CoAxiom' Missing documentation for: Branched (compiler/types/CoAxiom.hs:130) Unbranched (compiler/types/CoAxiom.hs:129) BranchIndex (compiler/types/CoAxiom.hs:125) BranchList (compiler/types/CoAxiom.hs:132) toBranchList (compiler/types/CoAxiom.hs:137) fromBranchList (compiler/types/CoAxiom.hs:142) toBranchedList (compiler/types/CoAxiom.hs:147) toUnbranchedList (compiler/types/CoAxiom.hs:152) brListLength (compiler/types/CoAxiom.hs:157) brListNth (compiler/types/CoAxiom.hs:162) brListMap (compiler/types/CoAxiom.hs:169) brListFoldr (compiler/types/CoAxiom.hs:173) brListMapM (compiler/types/CoAxiom.hs:177) brListFoldlM_ (compiler/types/CoAxiom.hs:183) brListZipWith (compiler/types/CoAxiom.hs:193) CoAxBranch (compiler/types/CoAxiom.hs:249) toBranchedAxiom (compiler/types/CoAxiom.hs:263) toUnbranchedAxiom (compiler/types/CoAxiom.hs:267) coAxiomName (compiler/types/CoAxiom.hs:282) coAxiomArity (compiler/types/CoAxiom.hs:278) coAxiomBranches (compiler/types/CoAxiom.hs:288) coAxiomTyCon (compiler/types/CoAxiom.hs:301) isImplicitCoAxiom (compiler/types/CoAxiom.hs:319) coAxiomNumPats (compiler/types/CoAxiom.hs:271) coAxiomNthBranch (compiler/types/CoAxiom.hs:274) coAxiomSingleBranch_maybe (compiler/types/CoAxiom.hs:291) coAxiomRole (compiler/types/CoAxiom.hs:285) coAxiomSingleBranch (compiler/types/CoAxiom.hs:298) coAxBranchTyVars (compiler/types/CoAxiom.hs:304) coAxBranchRoles (compiler/types/CoAxiom.hs:313) coAxBranchLHS (compiler/types/CoAxiom.hs:307) coAxBranchRHS (compiler/types/CoAxiom.hs:310) coAxBranchSpan (compiler/types/CoAxiom.hs:316) coAxBranchIncomps (compiler/types/CoAxiom.hs:322) placeHolderIncomps (compiler/types/CoAxiom.hs:326) Role (compiler/types/CoAxiom.hs:439) fsFromRole (compiler/types/CoAxiom.hs:446) BuiltInSynFamily (compiler/types/CoAxiom.hs:519) trivialBuiltInFamily (compiler/types/CoAxiom.hs:527) 73% ( 84 /115) in 'TyCon' Missing documentation for: Module header TyConParent (compiler/types/TyCon.hs:649) isNoParent (compiler/types/TyCon.hs:713) Role (compiler/types/CoAxiom.hs:439) mkTupleTyCon (compiler/types/TyCon.hs:1062) isFunTyCon (compiler/types/TyCon.hs:1167) isDecomposableTyCon (compiler/types/TyCon.hs:1336) promotableTyCon_maybe (compiler/types/TyCon.hs:1454) promoteTyCon (compiler/types/TyCon.hs:1459) isProductTyCon (compiler/types/TyCon.hs:1302) isDataProductTyCon_maybe (compiler/types/TyCon.hs:1314) isOpenTypeFamilyTyCon (compiler/types/TyCon.hs:1380) isClosedSynFamilyTyCon_maybe (compiler/types/TyCon.hs:1385) isBuiltInSynFamTyCon_maybe (compiler/types/TyCon.hs:1390) isDistinctAlgRhs (compiler/types/TyCon.hs:1275) tyConAssoc_maybe (compiler/types/TyCon.hs:1405) tyConCType_maybe (compiler/types/TyCon.hs:1507) tyConSingleAlgDataCon_maybe (compiler/types/TyCon.hs:1689) tyConParent (compiler/types/TyCon.hs:1715) tyConTuple_maybe (compiler/types/TyCon.hs:1710) tyConFamInstSig_maybe (compiler/types/TyCon.hs:1727) unwrapNewTyConEtad_maybe (compiler/types/TyCon.hs:1296) newTyConCo (compiler/types/TyCon.hs:1637) pprPromotionQuote (compiler/types/TyCon.hs:1782) PrimElemRep (compiler/types/TyCon.hs:940) isVoidRep (compiler/types/TyCon.hs:959) isGcPtrRep (compiler/types/TyCon.hs:963) primElemRepSizeB (compiler/types/TyCon.hs:980) RecTcChecker (compiler/types/TyCon.hs:1838) initRecTc (compiler/types/TyCon.hs:1840) checkRecTc (compiler/types/TyCon.hs:1843) 28% ( 17 / 60) in 'TypeRep' Missing documentation for: Module header TyLit (compiler/types/TypeRep.hs:143) KindOrType (compiler/types/TypeRep.hs:148) mkTyVarTy (compiler/types/TypeRep.hs:270) mkTyVarTys (compiler/types/TypeRep.hs:273) isLiftedTypeKind (compiler/types/TypeRep.hs:282) isTypeVar (compiler/types/TypeRep.hs:291) isKindVar (compiler/types/TypeRep.hs:294) pprType (compiler/types/TypeRep.hs:511) pprParendType (compiler/types/TypeRep.hs:511) pprTypeApp (compiler/types/TypeRep.hs:702) pprTvBndr (compiler/types/TypeRep.hs:657) pprTvBndrs (compiler/types/TypeRep.hs:654) pprTyThing (compiler/types/TypeRep.hs:366) pprTyThingCategory (compiler/types/TypeRep.hs:369) pprSigmaType (compiler/types/TypeRep.hs:635) pprSigmaTypeExtraCts (compiler/types/TypeRep.hs:638) pprTheta (compiler/types/TypeRep.hs:527) pprForAll (compiler/types/TypeRep.hs:650) pprUserForAll (compiler/types/TypeRep.hs:641) pprThetaArrowTy (compiler/types/TypeRep.hs:531) pprClassPred (compiler/types/TypeRep.hs:523) pprKind (compiler/types/TypeRep.hs:518) pprParendKind (compiler/types/TypeRep.hs:518) pprTyLit (compiler/types/TypeRep.hs:515) suppressKinds (compiler/types/TypeRep.hs:779) TyPrec (compiler/types/TypeRep.hs:497) maybeParen (compiler/types/TypeRep.hs:505) pprTcApp (compiler/types/TypeRep.hs:725) pprPrefixApp (compiler/types/TypeRep.hs:821) pprArrowChain (compiler/types/TypeRep.hs:828) ppr_type (compiler/types/TypeRep.hs:575) tyVarsOfTypes (compiler/types/TypeRep.hs:318) closeOverKinds (compiler/types/TypeRep.hs:321) varSetElemsKvsFirst (compiler/types/TypeRep.hs:328) tidyType (compiler/types/TypeRep.hs:905) tidyTypes (compiler/types/TypeRep.hs:901) tidyOpenTypes (compiler/types/TypeRep.hs:930) tidyOpenKind (compiler/types/TypeRep.hs:939) tidyTyVarBndr (compiler/types/TypeRep.hs:851) tidyOpenTyVars (compiler/types/TypeRep.hs:880) tidyTyVarOcc (compiler/types/TypeRep.hs:894) tidyKind (compiler/types/TypeRep.hs:942) 10% ( 17 /169) in 'TysPrim' Missing documentation for: tyVarList (compiler/prelude/TysPrim.hs:208) alphaTyVars (compiler/prelude/TysPrim.hs:218) betaTyVars (compiler/prelude/TysPrim.hs:221) alphaTyVar (compiler/prelude/TysPrim.hs:224) betaTyVar (compiler/prelude/TysPrim.hs:224) gammaTyVar (compiler/prelude/TysPrim.hs:224) deltaTyVar (compiler/prelude/TysPrim.hs:224) alphaTy (compiler/prelude/TysPrim.hs:229) betaTy (compiler/prelude/TysPrim.hs:229) gammaTy (compiler/prelude/TysPrim.hs:229) deltaTy (compiler/prelude/TysPrim.hs:229) openAlphaTy (compiler/prelude/TysPrim.hs:239) openBetaTy (compiler/prelude/TysPrim.hs:239) openAlphaTyVar (compiler/prelude/TysPrim.hs:236) openBetaTyVar (compiler/prelude/TysPrim.hs:236) openAlphaTyVars (compiler/prelude/TysPrim.hs:235) kKiVar (compiler/prelude/TysPrim.hs:243) superKindTyConName (compiler/prelude/TysPrim.hs:313) anyKindTyConName (compiler/prelude/TysPrim.hs:313) liftedTypeKindTyConName (compiler/prelude/TysPrim.hs:313) openTypeKindTyConName (compiler/prelude/TysPrim.hs:313) unliftedTypeKindTyConName (compiler/prelude/TysPrim.hs:313) constraintKindTyConName (compiler/prelude/TysPrim.hs:313) funTyCon (compiler/prelude/TysPrim.hs:257) funTyConName (compiler/prelude/TysPrim.hs:254) primTyCons (compiler/prelude/TysPrim.hs:102) charPrimTyCon (compiler/prelude/TysPrim.hs:397) charPrimTy (compiler/prelude/TysPrim.hs:395) intPrimTyCon (compiler/prelude/TysPrim.hs:402) intPrimTy (compiler/prelude/TysPrim.hs:400) wordPrimTyCon (compiler/prelude/TysPrim.hs:417) wordPrimTy (compiler/prelude/TysPrim.hs:415) addrPrimTyCon (compiler/prelude/TysPrim.hs:432) addrPrimTy (compiler/prelude/TysPrim.hs:430) floatPrimTyCon (compiler/prelude/TysPrim.hs:437) floatPrimTy (compiler/prelude/TysPrim.hs:435) doublePrimTyCon (compiler/prelude/TysPrim.hs:442) doublePrimTy (compiler/prelude/TysPrim.hs:440) voidPrimTyCon (compiler/prelude/TysPrim.hs:489) voidPrimTy (compiler/prelude/TysPrim.hs:486) statePrimTyCon (compiler/prelude/TysPrim.hs:483) mkStatePrimTy (compiler/prelude/TysPrim.hs:480) realWorldTyCon (compiler/prelude/TysPrim.hs:525) realWorldTy (compiler/prelude/TysPrim.hs:527) realWorldStatePrimTy (compiler/prelude/TysPrim.hs:529) proxyPrimTyCon (compiler/prelude/TysPrim.hs:495) mkProxyPrimTy (compiler/prelude/TysPrim.hs:492) arrayPrimTyCon (compiler/prelude/TysPrim.hs:543) mkArrayPrimTy (compiler/prelude/TysPrim.hs:555) byteArrayPrimTyCon (compiler/prelude/TysPrim.hs:543) byteArrayPrimTy (compiler/prelude/TysPrim.hs:557) arrayArrayPrimTyCon (compiler/prelude/TysPrim.hs:543) mkArrayArrayPrimTy (compiler/prelude/TysPrim.hs:559) smallArrayPrimTyCon (compiler/prelude/TysPrim.hs:543) mkSmallArrayPrimTy (compiler/prelude/TysPrim.hs:561) mutableArrayPrimTyCon (compiler/prelude/TysPrim.hs:543) mkMutableArrayPrimTy (compiler/prelude/TysPrim.hs:563) mutableByteArrayPrimTyCon (compiler/prelude/TysPrim.hs:543) mkMutableByteArrayPrimTy (compiler/prelude/TysPrim.hs:565) mutableArrayArrayPrimTyCon (compiler/prelude/TysPrim.hs:543) mkMutableArrayArrayPrimTy (compiler/prelude/TysPrim.hs:567) smallMutableArrayPrimTyCon (compiler/prelude/TysPrim.hs:543) mkSmallMutableArrayPrimTy (compiler/prelude/TysPrim.hs:569) mutVarPrimTyCon (compiler/prelude/TysPrim.hs:580) mkMutVarPrimTy (compiler/prelude/TysPrim.hs:583) mVarPrimTyCon (compiler/prelude/TysPrim.hs:594) mkMVarPrimTy (compiler/prelude/TysPrim.hs:597) tVarPrimTyCon (compiler/prelude/TysPrim.hs:608) mkTVarPrimTy (compiler/prelude/TysPrim.hs:611) stablePtrPrimTyCon (compiler/prelude/TysPrim.hs:622) mkStablePtrPrimTy (compiler/prelude/TysPrim.hs:625) stableNamePrimTyCon (compiler/prelude/TysPrim.hs:636) mkStableNamePrimTy (compiler/prelude/TysPrim.hs:639) bcoPrimTyCon (compiler/prelude/TysPrim.hs:652) bcoPrimTy (compiler/prelude/TysPrim.hs:650) weakPrimTyCon (compiler/prelude/TysPrim.hs:663) mkWeakPrimTy (compiler/prelude/TysPrim.hs:666) threadIdPrimTyCon (compiler/prelude/TysPrim.hs:688) threadIdPrimTy (compiler/prelude/TysPrim.hs:686) int32PrimTyCon (compiler/prelude/TysPrim.hs:407) int32PrimTy (compiler/prelude/TysPrim.hs:405) word32PrimTyCon (compiler/prelude/TysPrim.hs:422) word32PrimTy (compiler/prelude/TysPrim.hs:420) int64PrimTyCon (compiler/prelude/TysPrim.hs:412) int64PrimTy (compiler/prelude/TysPrim.hs:410) word64PrimTyCon (compiler/prelude/TysPrim.hs:427) word64PrimTy (compiler/prelude/TysPrim.hs:425) eqPrimTyCon (compiler/prelude/TysPrim.hs:501) eqReprPrimTyCon (compiler/prelude/TysPrim.hs:511) anyTy (compiler/prelude/TysPrim.hs:766) anyTyCon (compiler/prelude/TysPrim.hs:769) anyTypeOfKind (compiler/prelude/TysPrim.hs:776) int8X16PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:3) int8X16PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:5) int16X8PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:9) int16X8PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:11) int32X4PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:15) int32X4PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:17) int64X2PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:21) int64X2PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:23) int8X32PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:27) int8X32PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:29) int16X16PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:33) int16X16PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:35) int32X8PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:39) int32X8PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:41) int64X4PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:45) int64X4PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:47) int8X64PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:51) int8X64PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:53) int16X32PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:57) int16X32PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:59) int32X16PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:63) int32X16PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:65) int64X8PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:69) int64X8PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:71) word8X16PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:75) word8X16PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:77) word16X8PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:81) word16X8PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:83) word32X4PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:87) word32X4PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:89) word64X2PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:93) word64X2PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:95) word8X32PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:99) word8X32PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:101) word16X16PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:105) word16X16PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:107) word32X8PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:111) word32X8PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:113) word64X4PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:117) word64X4PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:119) word8X64PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:123) word8X64PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:125) word16X32PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:129) word16X32PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:131) word32X16PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:135) word32X16PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:137) word64X8PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:141) word64X8PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:143) floatX4PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:147) floatX4PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:149) doubleX2PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:153) doubleX2PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:155) floatX8PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:159) floatX8PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:161) doubleX4PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:165) doubleX4PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:167) floatX16PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:171) floatX16PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:173) doubleX8PrimTy (compiler/stage2/build/primop-vector-tys.hs-incl:177) doubleX8PrimTyCon (compiler/stage2/build/primop-vector-tys.hs-incl:179) Warning: Couldn't find .haddock for export typeKind 62% ( 34 / 55) in 'Kind' Missing documentation for: Module header typeKind pprKind (compiler/types/TypeRep.hs:518) pprParendKind (compiler/types/TypeRep.hs:518) kindAppResult (compiler/types/Kind.hs:101) splitKindFunTy_maybe (compiler/types/Kind.hs:111) isLiftedTypeKind (compiler/types/TypeRep.hs:282) returnsConstraintKind (compiler/types/Kind.hs:162) isKindVar (compiler/types/TypeRep.hs:294) isSuperKindTyCon (compiler/types/Kind.hs:134) isLiftedTypeKindCon (compiler/types/Kind.hs:134) isConstraintKindCon (compiler/types/Kind.hs:134) isAnyKindCon (compiler/types/Kind.hs:134) okArrowArgKind (compiler/types/Kind.hs:177) okArrowResultKind (compiler/types/Kind.hs:177) isSubOpenTypeKindKey (compiler/types/Kind.hs:197) tcIsSubKind (compiler/types/Kind.hs:258) tcIsSubKindCon (compiler/types/Kind.hs:264) defaultKind (compiler/types/Kind.hs:271) kiVarsOfKind (compiler/types/Kind.hs:297) kiVarsOfKinds (compiler/types/Kind.hs:300) Cannot find documentation for: $kind_subtyping 47% (106 /225) in 'Type' Missing documentation for: KindOrType (compiler/types/TypeRep.hs:148) TyVar (compiler/basicTypes/Var.hs:96) isTyVar (compiler/basicTypes/Var.hs:398) mkTyVarTy (compiler/types/TypeRep.hs:270) mkTyVarTys (compiler/types/TypeRep.hs:273) mkAppTys (compiler/types/Type.hs:375) mkFunTys (compiler/types/Type.hs:463) splitFunTys (compiler/types/Type.hs:482) tyConAppTyCon (compiler/types/Type.hs:550) tyConAppArgs (compiler/types/Type.hs:561) tyConAppArgN (compiler/types/Type.hs:564) mkForAllTy (compiler/types/Type.hs:748) mkPiKinds (compiler/types/Type.hs:756) applyTysD (compiler/types/Type.hs:844) applyTysX (compiler/types/Type.hs:861) mkNumLitTy (compiler/types/Type.hs:435) mkStrLitTy (compiler/types/Type.hs:444) isDictLikeTy (compiler/types/Type.hs:970) mkCoerciblePred (compiler/types/Type.hs:941) mkPrimEqPred (compiler/types/Type.hs:948) mkReprPrimEqPred (compiler/types/Type.hs:955) mkClassPred (compiler/types/Type.hs:964) isClassPred (compiler/types/Type.hs:901) isEqPred (compiler/types/Type.hs:901) isIPPred (compiler/types/Type.hs:901) isIPPred_maybe (compiler/types/Type.hs:920) isIPTyCon (compiler/types/Type.hs:913) isIPClass (compiler/types/Type.hs:916) PredTree (compiler/types/Type.hs:1025) eqRelRole (compiler/types/Type.hs:1021) classifyPredType (compiler/types/Type.hs:1030) getClassPredTys (compiler/types/Type.hs:1046) getClassPredTys_maybe (compiler/types/Type.hs:1051) getEqPredTys (compiler/types/Type.hs:1056) getEqPredTys_maybe (compiler/types/Type.hs:1065) getEqPredRole (compiler/types/Type.hs:1073) funTyCon (compiler/prelude/TysPrim.hs:257) isTypeVar (compiler/types/TypeRep.hs:291) isKindVar (compiler/types/TypeRep.hs:294) allDistinctTyVars (compiler/types/Type.hs:323) isForAllTy (compiler/types/Type.hs:776) isTyVarTy (compiler/types/Type.hs:314) isFunTy (compiler/types/Type.hs:466) isDictTy (compiler/types/Type.hs:967) isPredTy (compiler/types/Type.hs:880) isVoidTy (compiler/types/Type.hs:729) isUnboxedTupleType (compiler/types/Type.hs:1173) SimpleKind (compiler/types/Type.hs:1682) MetaKindVar (compiler/types/Type.hs:1678) typeKind (compiler/types/Type.hs:1692) tyVarsOfTypes (compiler/types/TypeRep.hs:318) closeOverKinds (compiler/types/TypeRep.hs:321) typeSize (compiler/types/Type.hs:1098) varSetElemsKvsFirst (compiler/types/TypeRep.hs:328) eqTypeX (compiler/types/Type.hs:1255) eqTypes (compiler/types/Type.hs:1258) cmpType (compiler/types/Type.hs:1280) cmpTypes (compiler/types/Type.hs:1286) eqPred (compiler/types/Type.hs:1261) eqPredX (compiler/types/Type.hs:1264) cmpPred (compiler/types/Type.hs:1291) eqKind (compiler/types/Type.hs:1242) eqTyVarBndrs (compiler/types/Type.hs:1267) seqType (compiler/types/Type.hs:1221) seqTypes (compiler/types/Type.hs:1229) UnaryType (compiler/types/Type.hs:646) RepType (compiler/types/Type.hs:648) flattenRepType (compiler/types/Type.hs:651) typeRepArity (compiler/types/Type.hs:723) emptyTvSubstEnv (compiler/types/Type.hs:1403) emptyTvSubst (compiler/types/Type.hs:1419) mkTvSubst (compiler/types/Type.hs:1426) zipTopTvSubst (compiler/types/Type.hs:1503) notElemTvSubst (compiler/types/Type.hs:1438) getTvSubstEnv (compiler/types/Type.hs:1429) setTvSubstEnv (compiler/types/Type.hs:1441) zapTvSubstEnv (compiler/types/Type.hs:1444) getTvInScope (compiler/types/Type.hs:1432) extendTvInScope (compiler/types/Type.hs:1447) extendTvInScopeList (compiler/types/Type.hs:1450) extendTvSubst (compiler/types/Type.hs:1453) extendTvSubstList (compiler/types/Type.hs:1456) isInScope (compiler/types/Type.hs:1435) zipTyEnv (compiler/types/Type.hs:1510) isEmptyTvSubst (compiler/types/Type.hs:1422) unionTvSubst (compiler/types/Type.hs:1460) substTyVar (compiler/types/Type.hs:1614) substTyVars (compiler/types/Type.hs:1624) substTyVarBndr (compiler/types/Type.hs:1631) cloneTyVarBndr (compiler/types/Type.hs:1659) lookupTyVar (compiler/types/Type.hs:1627) substKiWith (compiler/types/Type.hs:1557) substKisWith (compiler/types/Type.hs:1566) pprType (compiler/types/TypeRep.hs:511) pprParendType (compiler/types/TypeRep.hs:511) pprTypeApp (compiler/types/TypeRep.hs:702) pprTyThingCategory (compiler/types/TypeRep.hs:369) pprTyThing (compiler/types/TypeRep.hs:366) pprTvBndr (compiler/types/TypeRep.hs:657) pprTvBndrs (compiler/types/TypeRep.hs:654) pprForAll (compiler/types/TypeRep.hs:650) pprUserForAll (compiler/types/TypeRep.hs:641) pprSigmaType (compiler/types/TypeRep.hs:635) pprTheta (compiler/types/TypeRep.hs:527) pprThetaArrowTy (compiler/types/TypeRep.hs:531) pprClassPred (compiler/types/TypeRep.hs:523) pprKind (compiler/types/TypeRep.hs:518) pprParendKind (compiler/types/TypeRep.hs:518) TyPrec (compiler/types/TypeRep.hs:497) maybeParen (compiler/types/TypeRep.hs:505) pprSigmaTypeExtraCts (compiler/types/TypeRep.hs:638) tidyType (compiler/types/TypeRep.hs:905) tidyTypes (compiler/types/TypeRep.hs:901) tidyOpenTypes (compiler/types/TypeRep.hs:930) tidyOpenKind (compiler/types/TypeRep.hs:939) tidyTyVarBndr (compiler/types/TypeRep.hs:851) tidyOpenTyVars (compiler/types/TypeRep.hs:880) tidyTyVarOcc (compiler/types/TypeRep.hs:894) tidyKind (compiler/types/TypeRep.hs:942) 0% ( 0 / 15) in 'Unify' Missing documentation for: Module header tcMatchTy (compiler/types/Unify.hs:76) tcMatchTys (compiler/types/Unify.hs:92) tcMatchTyX (compiler/types/Unify.hs:109) ruleMatchTyX (compiler/types/Unify.hs:132) tcMatchPreds (compiler/types/Unify.hs:121) MatchEnv (compiler/types/Unify.hs:69) matchList (compiler/types/Unify.hs:242) typesCantMatch (compiler/types/Unify.hs:322) tcUnifyTy (compiler/types/Unify.hs:442) tcUnifyTys (compiler/types/Unify.hs:451) BindFlag (compiler/types/Unify.hs:699) UnifyResultM (compiler/types/Unify.hs:464) UnifyResult (compiler/types/Unify.hs:463) tcUnifyTysFG (compiler/types/Unify.hs:471) 37% ( 46 /123) in 'Coercion' Missing documentation for: CoVar (compiler/basicTypes/Var.hs:111) LeftOrRight (compiler/types/Coercion.hs:206) pickLR (compiler/types/Coercion.hs:218) Role (compiler/types/CoAxiom.hs:439) ltRole (compiler/types/Coercion.hs:1187) coVarKind (compiler/types/Coercion.hs:821) coVarRole (compiler/types/Coercion.hs:828) coercionType (compiler/types/Coercion.hs:1887) isReflCo (compiler/types/Coercion.hs:849) isReflCo_maybe (compiler/types/Coercion.hs:853) mkReflCo (compiler/types/Coercion.hs:922) mkCoVarCo (compiler/types/Coercion.hs:914) mkAxInstCo (compiler/types/Coercion.hs:925) mkUnbranchedAxInstCo (compiler/types/Coercion.hs:944) mkAxInstLHS (compiler/types/Coercion.hs:948) mkAxInstRHS (compiler/types/Coercion.hs:948) mkUnbranchedAxInstRHS (compiler/types/Coercion.hs:965) mkPiCo (compiler/types/Coercion.hs:1220) mkPiCos (compiler/types/Coercion.hs:1217) mkCoCast (compiler/types/Coercion.hs:1225) mkNthCo (compiler/types/Coercion.hs:1061) mkNthCoRole (compiler/types/Coercion.hs:1054) mkLRCo (compiler/types/Coercion.hs:1072) mkUnivCo (compiler/types/Coercion.hs:1092) mkSubCo (compiler/types/Coercion.hs:1101) mkPhantomCo (compiler/types/Coercion.hs:1156) downgradeRole (compiler/types/Coercion.hs:1122) mkAxiomRuleCo (compiler/types/Coercion.hs:1097) modifyStepResultCo (compiler/types/Coercion.hs:1282) splitForAllCo_maybe (compiler/types/Coercion.hs:814) nthRole (compiler/types/Coercion.hs:1181) tyConRolesX (compiler/types/Coercion.hs:1177) setNominalRole_maybe (compiler/types/Coercion.hs:1132) mkCoVar (compiler/basicTypes/Var.hs:349) isCoVar (compiler/types/Coercion.hs:540) isCoVarType (compiler/types/Coercion.hs:543) coVarName (compiler/types/Coercion.hs:531) setCoVarName (compiler/types/Coercion.hs:537) setCoVarUnique (compiler/types/Coercion.hs:534) tyCoVarsOfCo (compiler/types/Coercion.hs:550) tyCoVarsOfCos (compiler/types/Coercion.hs:567) coVarsOfCo (compiler/types/Coercion.hs:570) coercionSize (compiler/types/Coercion.hs:590) emptyCvSubstEnv (compiler/types/Coercion.hs:1427) CvSubst (compiler/types/Coercion.hs:1430) emptyCvSubst (compiler/types/Coercion.hs:1442) lookupTyVar (compiler/types/Coercion.hs:1576) lookupCoVar (compiler/types/Coercion.hs:1579) isEmptyCvSubst (compiler/types/Coercion.hs:1445) zapCvSubstEnv (compiler/types/Coercion.hs:1451) getCvInScope (compiler/types/Coercion.hs:1448) substCoVar (compiler/types/Coercion.hs:1566) substCoVars (compiler/types/Coercion.hs:1573) substCoWithTy (compiler/types/Coercion.hs:1511) substCoWithTys (compiler/types/Coercion.hs:1514) cvTvSubst (compiler/types/Coercion.hs:1454) tvCvSubst (compiler/types/Coercion.hs:1457) mkCvSubst (compiler/types/Coercion.hs:1501) zipOpenCvSubst (compiler/types/Coercion.hs:1504) substTy (compiler/types/Coercion.hs:1532) extendTvSubst (compiler/types/Coercion.hs:1460) extendCvSubstAndInScope (compiler/types/Coercion.hs:1470) extendTvSubstAndInScope (compiler/types/Coercion.hs:1464) substTyVarBndr (compiler/types/Coercion.hs:1496) substCoVarBndr (compiler/types/Coercion.hs:1477) liftCoSubstTyVar (compiler/types/Coercion.hs:1704) liftCoSubstWith (compiler/types/Coercion.hs:1643) coreEqCoercion2 (compiler/types/Coercion.hs:1370) seqCo (compiler/types/Coercion.hs:1846) pprCo (compiler/types/Coercion.hs:665) pprParendCo (compiler/types/Coercion.hs:665) pprCoAxiom (compiler/types/Coercion.hs:750) pprCoAxBranch (compiler/types/Coercion.hs:755) pprCoAxBranchHdr (compiler/types/Coercion.hs:762) tidyCo (compiler/types/Coercion.hs:615) tidyCos (compiler/types/Coercion.hs:645) applyCo (compiler/types/Coercion.hs:2000) 27% ( 3 / 11) in 'PlaceHolder' Missing documentation for: Module header placeHolderKind (compiler/hsSyn/PlaceHolder.hs:44) placeHolderFixity (compiler/hsSyn/PlaceHolder.hs:47) placeHolderType (compiler/hsSyn/PlaceHolder.hs:50) placeHolderTypeTc (compiler/hsSyn/PlaceHolder.hs:53) placeHolderNames (compiler/hsSyn/PlaceHolder.hs:56) placeHolderNamesTc (compiler/hsSyn/PlaceHolder.hs:59) DataId (compiler/hsSyn/PlaceHolder.hs:95) 0% ( 0 / 13) in 'HsLit' Missing documentation for: Module header HsLit (compiler/hsSyn/HsLit.hs:41) (compiler/hsSyn/HsLit.hs:62) HsOverLit (compiler/hsSyn/HsLit.hs:78) OverLitVal (compiler/hsSyn/HsLit.hs:89) overLitType (compiler/hsSyn/HsLit.hs:95) (compiler/hsSyn/HsLit.hs:130) (compiler/hsSyn/HsLit.hs:133) (compiler/hsSyn/HsLit.hs:139) (compiler/hsSyn/HsLit.hs:142) (compiler/hsSyn/HsLit.hs:153) (compiler/hsSyn/HsLit.hs:170) (compiler/hsSyn/HsLit.hs:174) 68% ( 44 / 65) in 'DataCon' Missing documentation for: Module header DataConRep (compiler/basicTypes/DataCon.hs:403) HsBang (compiler/basicTypes/DataCon.hs:454) HsSrcBang (compiler/basicTypes/DataCon.hs:476) HsImplBang (compiler/basicTypes/DataCon.hs:478) StrictnessMark (compiler/basicTypes/DataCon.hs:485) buildAlgTyCon (compiler/basicTypes/DataCon.hs:1032) eqSpecPreds (compiler/basicTypes/DataCon.hs:698) dataConOrigResTy (compiler/basicTypes/DataCon.hs:892) dataConImplBangs (compiler/basicTypes/DataCon.hs:843) dataConBoxer (compiler/basicTypes/DataCon.hs:851) isTupleDataCon (compiler/basicTypes/DataCon.hs:982) isUnboxedTupleCon (compiler/basicTypes/DataCon.hs:985) classDataCon (compiler/basicTypes/DataCon.hs:992) dataConCannotMatch (compiler/basicTypes/DataCon.hs:997) isBanged (compiler/basicTypes/DataCon.hs:604) isMarkedStrict (compiler/basicTypes/DataCon.hs:610) eqHsBang (compiler/basicTypes/DataCon.hs:596) promoteKind (compiler/basicTypes/DataCon.hs:1114) promoteDataCon (compiler/basicTypes/DataCon.hs:1071) promoteDataCon_maybe (compiler/basicTypes/DataCon.hs:1075) 0% ( 0 /100) in 'Demand' Missing documentation for: Module header StrDmd (compiler/basicTypes/Demand.hs:92) UseDmd (compiler/basicTypes/Demand.hs:233) Count (compiler/basicTypes/Demand.hs:264) countOnce (compiler/basicTypes/Demand.hs:284) countMany (compiler/basicTypes/Demand.hs:284) Demand (compiler/basicTypes/Demand.hs:1024) CleanDemand (compiler/basicTypes/Demand.hs:636) mkProdDmd (compiler/basicTypes/Demand.hs:668) mkOnceUsedDmd (compiler/basicTypes/Demand.hs:657) mkManyUsedDmd (compiler/basicTypes/Demand.hs:657) mkHeadStrict (compiler/basicTypes/Demand.hs:650) oneifyDmd (compiler/basicTypes/Demand.hs:653) getUsage (compiler/basicTypes/Demand.hs:661) toCleanDmd (compiler/basicTypes/Demand.hs:1245) absDmd (compiler/basicTypes/Demand.hs:522) topDmd (compiler/basicTypes/Demand.hs:530) botDmd (compiler/basicTypes/Demand.hs:536) seqDmd (compiler/basicTypes/Demand.hs:533) lubDmd (compiler/basicTypes/Demand.hs:539) bothDmd (compiler/basicTypes/Demand.hs:543) apply1Dmd (compiler/basicTypes/Demand.hs:525) apply2Dmd (compiler/basicTypes/Demand.hs:525) isTopDmd (compiler/basicTypes/Demand.hs:547) isBotDmd (compiler/basicTypes/Demand.hs:551) isAbsDmd (compiler/basicTypes/Demand.hs:555) isSeqDmd (compiler/basicTypes/Demand.hs:559) peelUseCall (compiler/basicTypes/Demand.hs:356) cleanUseDmd_maybe (compiler/basicTypes/Demand.hs:580) strictenDmd (compiler/basicTypes/Demand.hs:1227) bothCleanDmd (compiler/basicTypes/Demand.hs:646) addCaseBndrDmd (compiler/basicTypes/Demand.hs:360) DmdType (compiler/basicTypes/Demand.hs:1028) dmdTypeDepth (compiler/basicTypes/Demand.hs:1174) lubDmdType (compiler/basicTypes/Demand.hs:1100) bothDmdType (compiler/basicTypes/Demand.hs:1133) nopDmdType (compiler/basicTypes/Demand.hs:1158) botDmdType (compiler/basicTypes/Demand.hs:1158) mkDmdType (compiler/basicTypes/Demand.hs:1171) addDemand (compiler/basicTypes/Demand.hs:1387) removeDmdTyArgs (compiler/basicTypes/Demand.hs:1178) BothDmdArg (compiler/basicTypes/Demand.hs:1122) mkBothDmdArg (compiler/basicTypes/Demand.hs:1124) toBothDmdArg (compiler/basicTypes/Demand.hs:1127) DmdEnv (compiler/basicTypes/Demand.hs:1026) emptyDmdEnv (compiler/basicTypes/Demand.hs:1151) peelFV (compiler/basicTypes/Demand.hs:1379) findIdDemand (compiler/basicTypes/Demand.hs:1390) DmdResult (compiler/basicTypes/Demand.hs:813) CPRResult (compiler/basicTypes/Demand.hs:815) isBotRes (compiler/basicTypes/Demand.hs:889) isTopRes (compiler/basicTypes/Demand.hs:885) topRes (compiler/basicTypes/Demand.hs:867) botRes (compiler/basicTypes/Demand.hs:867) cprProdRes (compiler/basicTypes/Demand.hs:875) vanillaCprProdRes (compiler/basicTypes/Demand.hs:880) cprSumRes (compiler/basicTypes/Demand.hs:871) appIsBottom (compiler/basicTypes/Demand.hs:1702) isBottomingSig (compiler/basicTypes/Demand.hs:1559) pprIfaceStrictSig (compiler/basicTypes/Demand.hs:1538) trimCPRInfo (compiler/basicTypes/Demand.hs:893) returnsCPR_maybe (compiler/basicTypes/Demand.hs:906) StrictSig (compiler/basicTypes/Demand.hs:1531) mkStrictSig (compiler/basicTypes/Demand.hs:1542) mkClosedStrictSig (compiler/basicTypes/Demand.hs:1545) nopSig (compiler/basicTypes/Demand.hs:1562) botSig (compiler/basicTypes/Demand.hs:1562) cprProdSig (compiler/basicTypes/Demand.hs:1566) isNopSig (compiler/basicTypes/Demand.hs:1556) splitStrictSig (compiler/basicTypes/Demand.hs:1548) increaseStrictSigArity (compiler/basicTypes/Demand.hs:1551) seqDemand (compiler/basicTypes/Demand.hs:564) seqDemandList (compiler/basicTypes/Demand.hs:567) seqDmdType (compiler/basicTypes/Demand.hs:1196) seqStrictSig (compiler/basicTypes/Demand.hs:1569) evalDmd (compiler/basicTypes/Demand.hs:664) cleanEvalDmd (compiler/basicTypes/Demand.hs:679) cleanEvalProdDmd (compiler/basicTypes/Demand.hs:682) isStrictDmd (compiler/basicTypes/Demand.hs:571) splitDmdTy (compiler/basicTypes/Demand.hs:1204) splitFVs (compiler/basicTypes/Demand.hs:584) deferAfterIO (compiler/basicTypes/Demand.hs:1219) postProcessUnsat (compiler/basicTypes/Demand.hs:1282) postProcessDmdTypeM (compiler/basicTypes/Demand.hs:1262) splitProdDmd_maybe (compiler/basicTypes/Demand.hs:769) peelCallDmd (compiler/basicTypes/Demand.hs:1305) mkCallDmd (compiler/basicTypes/Demand.hs:675) dmdTransformSig (compiler/basicTypes/Demand.hs:1572) dmdTransformDataConSig (compiler/basicTypes/Demand.hs:1580) dmdTransformDictSelSig (compiler/basicTypes/Demand.hs:1604) argOneShots (compiler/basicTypes/Demand.hs:1663) argsOneShots (compiler/basicTypes/Demand.hs:1646) trimToType (compiler/basicTypes/Demand.hs:702) TypeShape (compiler/basicTypes/Demand.hs:693) isSingleUsed (compiler/basicTypes/Demand.hs:685) reuseEnv (compiler/basicTypes/Demand.hs:1293) killUsageDemand (compiler/basicTypes/Demand.hs:1730) killUsageSig (compiler/basicTypes/Demand.hs:1736) zapUsageDemand (compiler/basicTypes/Demand.hs:1726) strictifyDictDmd (compiler/basicTypes/Demand.hs:1777) 39% ( 18 / 46) in 'Literal' Missing documentation for: Module header mkLitInteger (compiler/basicTypes/Literal.hs:253) hashLiteral (compiler/basicTypes/Literal.hs:471) absentLiteralOf (compiler/basicTypes/Literal.hs:381) pprLiteral (compiler/basicTypes/Literal.hs:436) litIsLifted (compiler/basicTypes/Literal.hs:358) inIntRange (compiler/basicTypes/Literal.hs:256) inWordRange (compiler/basicTypes/Literal.hs:256) tARGET_MAX_INT (compiler/main/DynFlags.hs:4101) inCharRange (compiler/basicTypes/Literal.hs:260) litFitsInChar (compiler/basicTypes/Literal.hs:353) word2IntLit (compiler/basicTypes/Literal.hs:285) int2WordLit (compiler/basicTypes/Literal.hs:285) narrow8IntLit (compiler/basicTypes/Literal.hs:278) narrow16IntLit (compiler/basicTypes/Literal.hs:278) narrow32IntLit (compiler/basicTypes/Literal.hs:278) narrow8WordLit (compiler/basicTypes/Literal.hs:278) narrow16WordLit (compiler/basicTypes/Literal.hs:278) narrow32WordLit (compiler/basicTypes/Literal.hs:278) char2IntLit (compiler/basicTypes/Literal.hs:278) int2CharLit (compiler/basicTypes/Literal.hs:278) float2IntLit (compiler/basicTypes/Literal.hs:278) int2FloatLit (compiler/basicTypes/Literal.hs:278) double2IntLit (compiler/basicTypes/Literal.hs:278) int2DoubleLit (compiler/basicTypes/Literal.hs:278) nullAddrLit (compiler/basicTypes/Literal.hs:329) float2DoubleLit (compiler/basicTypes/Literal.hs:278) double2FloatLit (compiler/basicTypes/Literal.hs:278) 66% ( 95 /145) in 'CoreSyn' Missing documentation for: CoreProgram (compiler/coreSyn/CoreSyn.hs:1264) TaggedExpr (compiler/coreSyn/CoreSyn.hs:1290) TaggedAlt (compiler/coreSyn/CoreSyn.hs:1292) TaggedBind (compiler/coreSyn/CoreSyn.hs:1289) TaggedArg (compiler/coreSyn/CoreSyn.hs:1291) deTagExpr (compiler/coreSyn/CoreSyn.hs:1302) mkWord64LitWord64 (compiler/coreSyn/CoreSyn.hs:1374) mkInt64LitInt64 (compiler/coreSyn/CoreSyn.hs:1377) mkConApp2 (compiler/coreSyn/CoreSyn.hs:1348) varsToCoreExprs (compiler/coreSyn/CoreSyn.hs:1438) isId (compiler/basicTypes/Var.hs:410) cmpAlt (compiler/coreSyn/CoreSyn.hs:1214) ltAlt (compiler/coreSyn/CoreSyn.hs:1217) rhssOfBind (compiler/coreSyn/CoreSyn.hs:1460) rhssOfAlts (compiler/coreSyn/CoreSyn.hs:1464) mkNoCount (compiler/coreSyn/CoreSyn.hs:624) mkNoScope (compiler/coreSyn/CoreSyn.hs:630) UnfoldingSource (compiler/coreSyn/CoreSyn.hs:903) mkOtherCon (compiler/coreSyn/CoreSyn.hs:1029) unSaturatedOk (compiler/coreSyn/CoreSyn.hs:1012) needSaturated (compiler/coreSyn/CoreSyn.hs:1012) boringCxtOk (compiler/coreSyn/CoreSyn.hs:1016) boringCxtNotOk (compiler/coreSyn/CoreSyn.hs:1016) expandUnfolding_maybe (compiler/coreSyn/CoreSyn.hs:1105) isExpandableUnfolding (compiler/coreSyn/CoreSyn.hs:1101) isCompulsoryUnfolding (compiler/coreSyn/CoreSyn.hs:1124) isStableUnfolding (compiler/coreSyn/CoreSyn.hs:1128) hasStableCoreUnfolding_maybe (compiler/coreSyn/CoreSyn.hs:1112) isClosedUnfolding (compiler/coreSyn/CoreSyn.hs:1135) canUnfold (compiler/coreSyn/CoreSyn.hs:1149) neverUnfoldGuidance (compiler/coreSyn/CoreSyn.hs:1145) isStableSource (compiler/coreSyn/CoreSyn.hs:1045) seqExpr (compiler/coreSyn/CoreSyn.hs:1588) seqExprs (compiler/coreSyn/CoreSyn.hs:1600) seqUnfolding (compiler/coreSyn/CoreSyn.hs:1032) collectAnnArgsTicks (compiler/coreSyn/CoreSyn.hs:1677) deAnnotate (compiler/coreSyn/CoreSyn.hs:1687) deAnnotate' (compiler/coreSyn/CoreSyn.hs:1690) deAnnAlt (compiler/coreSyn/CoreSyn.hs:1709) RuleName (compiler/basicTypes/BasicTypes.hs:284) RuleFun (compiler/coreSyn/CoreSyn.hs:773) IdUnfoldingFun (compiler/coreSyn/CoreSyn.hs:776) InScopeEnv (compiler/coreSyn/CoreSyn.hs:774) seqRules (compiler/coreSyn/CoreSyn.hs:1629) ruleName (compiler/coreSyn/CoreSyn.hs:795) ruleActivation (compiler/coreSyn/CoreSyn.hs:798) isBuiltinRule (compiler/coreSyn/CoreSyn.hs:781) isLocalRule (compiler/coreSyn/CoreSyn.hs:806) isAutoRule (compiler/coreSyn/CoreSyn.hs:785) CoreVect (compiler/coreSyn/CoreSyn.hs:824) 57% ( 43 / 76) in 'IdInfo' Missing documentation for: Module header pprIdDetails (compiler/basicTypes/IdInfo.hs:151) coVarDetails (compiler/basicTypes/IdInfo.hs:145) hasNoOneShotInfo (compiler/basicTypes/BasicTypes.hs:172) setOneShotInfo (compiler/basicTypes/IdInfo.hs:265) setArityInfo (compiler/basicTypes/IdInfo.hs:258) ppArityInfo (compiler/basicTypes/IdInfo.hs:321) setCallArityInfo (compiler/basicTypes/IdInfo.hs:260) strictnessInfo (compiler/basicTypes/IdInfo.hs:199) setStrictnessInfo (compiler/basicTypes/IdInfo.hs:271) setDemandInfo (compiler/basicTypes/IdInfo.hs:268) pprStrictness (compiler/basicTypes/IdInfo.hs:352) setUnfoldingInfo (compiler/basicTypes/IdInfo.hs:250) setUnfoldingInfoLazily (compiler/basicTypes/IdInfo.hs:245) setInlinePragInfo (compiler/basicTypes/IdInfo.hs:239) isDeadOcc (compiler/basicTypes/BasicTypes.hs:711) isStrongLoopBreaker (compiler/basicTypes/BasicTypes.hs:707) isWeakLoopBreaker (compiler/basicTypes/BasicTypes.hs:703) setOccInfo (compiler/basicTypes/IdInfo.hs:241) InsideLam (compiler/basicTypes/BasicTypes.hs:685) OneBranch (compiler/basicTypes/BasicTypes.hs:693) insideLam (compiler/basicTypes/BasicTypes.hs:688) notInsideLam (compiler/basicTypes/BasicTypes.hs:688) oneBranch (compiler/basicTypes/BasicTypes.hs:695) notOneBranch (compiler/basicTypes/BasicTypes.hs:695) isEmptySpecInfo (compiler/basicTypes/IdInfo.hs:396) specInfoRules (compiler/basicTypes/IdInfo.hs:404) seqSpecInfo (compiler/basicTypes/IdInfo.hs:412) setSpecInfo (compiler/basicTypes/IdInfo.hs:237) ppCafInfo (compiler/basicTypes/IdInfo.hs:452) mayHaveCafRefs (compiler/basicTypes/IdInfo.hs:442) setCafInfo (compiler/basicTypes/IdInfo.hs:262) TickBoxId (compiler/basicTypes/IdInfo.hs:512) 30% ( 35 /118) in 'Id' Missing documentation for: Id (compiler/basicTypes/Var.hs:94) isId (compiler/basicTypes/Var.hs:410) mkLocalIdWithInfo (compiler/basicTypes/Id.hs:252) mkSysLocalM (compiler/basicTypes/Id.hs:269) mkUserLocalM (compiler/basicTypes/Id.hs:277) mkDerivedLocalM (compiler/basicTypes/Id.hs:280) mkWiredInIdName (compiler/basicTypes/Id.hs:284) idName (compiler/basicTypes/Id.hs:160) idType (compiler/basicTypes/Id.hs:166) idUnique (compiler/basicTypes/Id.hs:163) idInfo (compiler/basicTypes/Var.hs:331) idDetails (compiler/basicTypes/Var.hs:335) idRepArity (compiler/basicTypes/Id.hs:522) setIdName (compiler/basicTypes/Id.hs:169) setIdUnique (compiler/basicTypes/Id.hs:172) setIdExported (compiler/basicTypes/Id.hs:180) setIdNotExported (compiler/basicTypes/Id.hs:183) localiseId (compiler/basicTypes/Id.hs:186) setIdInfo (compiler/basicTypes/Id.hs:200) lazySetIdInfo (compiler/basicTypes/Id.hs:197) modifyIdInfo (compiler/basicTypes/Id.hs:204) maybeModifyIdInfo (compiler/basicTypes/Id.hs:208) zapLamIdInfo (compiler/basicTypes/Id.hs:736) zapIdDemandInfo (compiler/basicTypes/Id.hs:742) zapIdUsageInfo (compiler/basicTypes/Id.hs:745) zapFragileIdInfo (compiler/basicTypes/Id.hs:739) zapIdStrictness (compiler/basicTypes/Id.hs:535) transferPolyIdInfo (compiler/basicTypes/Id.hs:798) isDeadBinder (compiler/basicTypes/Id.hs:482) isLocalId (compiler/basicTypes/Var.hs:414) isGlobalId (compiler/basicTypes/Var.hs:424) isRecordSelector (compiler/basicTypes/Id.hs:364) isNaughtyRecordSelector (compiler/basicTypes/Id.hs:365) isClassOpId_maybe (compiler/basicTypes/Id.hs:371) isDFunId (compiler/basicTypes/Id.hs:369) isPrimOpId (compiler/basicTypes/Id.hs:366) isPrimOpId_maybe (compiler/basicTypes/Id.hs:372) isFCallId (compiler/basicTypes/Id.hs:367) isFCallId_maybe (compiler/basicTypes/Id.hs:373) isDataConWorkId (compiler/basicTypes/Id.hs:368) isDataConWorkId_maybe (compiler/basicTypes/Id.hs:374) isDataConId_maybe (compiler/basicTypes/Id.hs:421) isConLikeId (compiler/basicTypes/Id.hs:638) idIsFrom (compiler/basicTypes/Id.hs:464) DictId (compiler/basicTypes/Var.hs:107) isDictId (compiler/basicTypes/Id.hs:497) dfunNSilent (compiler/basicTypes/Id.hs:396) isEvVar (compiler/basicTypes/Id.hs:494) idInlinePragma (compiler/basicTypes/Id.hs:620) setInlinePragma (compiler/basicTypes/Id.hs:623) modifyInlinePragma (compiler/basicTypes/Id.hs:626) idInlineActivation (compiler/basicTypes/Id.hs:629) setInlineActivation (compiler/basicTypes/Id.hs:632) idRuleMatchInfo (compiler/basicTypes/Id.hs:635) isProbablyOneShotLambda (compiler/basicTypes/Id.hs:701) setOneShotLambda (compiler/basicTypes/Id.hs:707) clearOneShotLambda (compiler/basicTypes/Id.hs:710) updOneShotInfo (compiler/basicTypes/Id.hs:716) setIdOneShotInfo (compiler/basicTypes/Id.hs:713) isStateHackType (compiler/basicTypes/Id.hs:667) typeOneShot (compiler/basicTypes/Id.hs:662) idArity (compiler/basicTypes/Id.hs:510) idCallArity (compiler/basicTypes/Id.hs:516) idUnfolding (compiler/basicTypes/Id.hs:553) realIdUnfolding (compiler/basicTypes/Id.hs:561) idSpecialisation (compiler/basicTypes/Id.hs:582) idCoreRules (compiler/basicTypes/Id.hs:585) idHasRules (compiler/basicTypes/Id.hs:588) idCafInfo (compiler/basicTypes/Id.hs:596) idOneShotInfo (compiler/basicTypes/Id.hs:646) idOccInfo (compiler/basicTypes/Id.hs:604) setIdUnfoldingLazily (compiler/basicTypes/Id.hs:565) setIdUnfolding (compiler/basicTypes/Id.hs:568) setIdArity (compiler/basicTypes/Id.hs:513) setIdCallArity (compiler/basicTypes/Id.hs:519) setIdSpecialisation (compiler/basicTypes/Id.hs:591) setIdCafInfo (compiler/basicTypes/Id.hs:599) setIdOccInfo (compiler/basicTypes/Id.hs:607) zapIdOccInfo (compiler/basicTypes/Id.hs:610) setIdDemandInfo (compiler/basicTypes/Id.hs:574) setIdStrictness (compiler/basicTypes/Id.hs:532) idDemandInfo (compiler/basicTypes/Id.hs:571) idStrictness (compiler/basicTypes/Id.hs:529) 0% ( 0 / 18) in 'UnVarGraph' Missing documentation for: Module header UnVarSet (compiler/utils/UnVarGraph.hs:46) emptyUnVarSet (compiler/utils/UnVarGraph.hs:52) mkUnVarSet (compiler/utils/UnVarGraph.hs:65) varEnvDom (compiler/utils/UnVarGraph.hs:68) unionUnVarSet (compiler/utils/UnVarGraph.hs:71) unionUnVarSets (compiler/utils/UnVarGraph.hs:74) delUnVarSet (compiler/utils/UnVarGraph.hs:62) elemUnVarSet (compiler/utils/UnVarGraph.hs:55) isEmptyUnVarSet (compiler/utils/UnVarGraph.hs:59) UnVarGraph (compiler/utils/UnVarGraph.hs:85) emptyUnVarGraph (compiler/utils/UnVarGraph.hs:87) unionUnVarGraph (compiler/utils/UnVarGraph.hs:90) unionUnVarGraphs (compiler/utils/UnVarGraph.hs:106) completeGraph (compiler/utils/UnVarGraph.hs:113) completeBipartiteGraph (compiler/utils/UnVarGraph.hs:110) neighbors (compiler/utils/UnVarGraph.hs:116) delNode (compiler/utils/UnVarGraph.hs:122) 78% ( 14 / 18) in 'Vectorise.Vect' Missing documentation for: VVar (compiler/vectorise/Vectorise/Vect.hs:30) VExpr (compiler/vectorise/Vectorise/Vect.hs:31) VBind (compiler/vectorise/Vectorise/Vect.hs:32) vCaseDEFAULT (compiler/vectorise/Vectorise/Vect.hs:116) 0% ( 0 / 7) in 'PprCore' Missing documentation for: Module header pprCoreExpr (compiler/coreSyn/PprCore.hs:46) pprParendExpr (compiler/coreSyn/PprCore.hs:47) pprCoreBinding (compiler/coreSyn/PprCore.hs:45) pprCoreBindings (compiler/coreSyn/PprCore.hs:44) pprCoreAlt (compiler/coreSyn/PprCore.hs:225) pprRules (compiler/coreSyn/PprCore.hs:472) 11% ( 7 / 65) in 'HsTypes' Missing documentation for: Module header HsType (compiler/hsSyn/HsTypes.hs:253) LHsType (compiler/hsSyn/HsTypes.hs:149) HsKind (compiler/hsSyn/HsTypes.hs:154) LHsKind (compiler/hsSyn/HsTypes.hs:155) HsTyOp (compiler/hsSyn/HsTypes.hs:436) LHsTyOp (compiler/hsSyn/HsTypes.hs:435) HsTyVarBndr (compiler/hsSyn/HsTypes.hs:229) LHsTyVarBndr (compiler/hsSyn/HsTypes.hs:160) LHsTyVarBndrs (compiler/hsSyn/HsTypes.hs:162) HsWithBndrs (compiler/hsSyn/HsTypes.hs:197) HsTupleSort (compiler/hsSyn/HsTypes.hs:538) HsExplicitFlag (compiler/hsSyn/HsTypes.hs:544) HsContext (compiler/hsSyn/HsTypes.hs:147) LHsContext (compiler/hsSyn/HsTypes.hs:142) HsQuasiQuote (compiler/hsSyn/HsTypes.hs:88) HsTyWrapper (compiler/hsSyn/HsTypes.hs:431) HsTyLit (compiler/hsSyn/HsTypes.hs:426) hsIPNameFS (compiler/hsSyn/HsTypes.hs:218) LBangType (compiler/hsSyn/HsTypes.hs:110) BangType (compiler/hsSyn/HsTypes.hs:111) HsBang (compiler/basicTypes/DataCon.hs:454) HsSrcBang (compiler/basicTypes/DataCon.hs:476) HsImplBang (compiler/basicTypes/DataCon.hs:478) getBangType (compiler/hsSyn/HsTypes.hs:113) getBangStrictness (compiler/hsSyn/HsTypes.hs:117) ConDeclField (compiler/hsSyn/HsTypes.hs:551) LConDeclField (compiler/hsSyn/HsTypes.hs:546) pprConDeclFields (compiler/hsSyn/HsTypes.hs:845) mkHsQTvs (compiler/hsSyn/HsTypes.hs:170) hsQTvBndrs (compiler/hsSyn/HsTypes.hs:180) mkExplicitHsForAllTy (compiler/hsSyn/HsTypes.hs:566) mkQualifiedHsForAllTy (compiler/hsSyn/HsTypes.hs:567) flattenTopLevelHsForAllTy (compiler/hsSyn/HsTypes.hs:609) flattenHsForAllTyKeepAnns (compiler/hsSyn/HsTypes.hs:614) hsExplicitTvs (compiler/hsSyn/HsTypes.hs:648) hsTyVarName (compiler/hsSyn/HsTypes.hs:654) mkHsWithBndrs (compiler/hsSyn/HsTypes.hs:207) hsLKiTyVarNames (compiler/hsSyn/HsTypes.hs:665) hsLTyVarName (compiler/hsSyn/HsTypes.hs:658) hsLTyVarNames (compiler/hsSyn/HsTypes.hs:661) hsLTyVarLocName (compiler/hsSyn/HsTypes.hs:670) hsLTyVarLocNames (compiler/hsSyn/HsTypes.hs:673) splitLHsInstDeclTy_maybe (compiler/hsSyn/HsTypes.hs:713) splitHsClassTy_maybe (compiler/hsSyn/HsTypes.hs:732) splitLHsClassTy_maybe (compiler/hsSyn/HsTypes.hs:735) splitHsFunType (compiler/hsSyn/HsTypes.hs:758) splitHsAppTys (compiler/hsSyn/HsTypes.hs:685) hsTyGetAppHead_maybe (compiler/hsSyn/HsTypes.hs:694) mkHsAppTys (compiler/hsSyn/HsTypes.hs:704) mkHsOpTy (compiler/hsSyn/HsTypes.hs:438) isWildcardTy (compiler/hsSyn/HsTypes.hs:677) isNamedWildcardTy (compiler/hsSyn/HsTypes.hs:681) pprParendHsType (compiler/hsSyn/HsTypes.hs:869) pprHsForAll (compiler/hsSyn/HsTypes.hs:804) pprHsContext (compiler/hsSyn/HsTypes.hs:825) pprHsContextNoArrow (compiler/hsSyn/HsTypes.hs:828) pprHsContextMaybe (compiler/hsSyn/HsTypes.hs:831) 19% ( 21 /110) in 'TysWiredIn' Missing documentation for: wiredInTyCons (compiler/prelude/TysWiredIn.hs:137) isBuiltInOcc_maybe (compiler/prelude/TysWiredIn.hs:338) boolTy (compiler/prelude/TysWiredIn.hs:638) boolTyCon (compiler/prelude/TysWiredIn.hs:641) boolTyCon_RDR (compiler/prelude/TysWiredIn.hs:216) boolTyConName (compiler/prelude/TysWiredIn.hs:187) trueDataCon (compiler/prelude/TysWiredIn.hs:646) trueDataConId (compiler/prelude/TysWiredIn.hs:650) true_RDR (compiler/prelude/TysWiredIn.hs:216) falseDataCon (compiler/prelude/TysWiredIn.hs:646) falseDataConId (compiler/prelude/TysWiredIn.hs:650) false_RDR (compiler/prelude/TysWiredIn.hs:216) promotedBoolTyCon (compiler/prelude/TysWiredIn.hs:844) promotedFalseDataCon (compiler/prelude/TysWiredIn.hs:844) promotedTrueDataCon (compiler/prelude/TysWiredIn.hs:844) ltDataCon (compiler/prelude/TysWiredIn.hs:658) ltDataConId (compiler/prelude/TysWiredIn.hs:663) eqDataCon (compiler/prelude/TysWiredIn.hs:658) eqDataConId (compiler/prelude/TysWiredIn.hs:663) gtDataCon (compiler/prelude/TysWiredIn.hs:658) gtDataConId (compiler/prelude/TysWiredIn.hs:663) promotedOrderingTyCon (compiler/prelude/TysWiredIn.hs:851) promotedLTDataCon (compiler/prelude/TysWiredIn.hs:851) promotedEQDataCon (compiler/prelude/TysWiredIn.hs:851) promotedGTDataCon (compiler/prelude/TysWiredIn.hs:851) charTyCon (compiler/prelude/TysWiredIn.hs:537) charDataCon (compiler/prelude/TysWiredIn.hs:541) charTyCon_RDR (compiler/prelude/TysWiredIn.hs:216) charTy (compiler/prelude/TysWiredIn.hs:534) stringTy (compiler/prelude/TysWiredIn.hs:544) charTyConName (compiler/prelude/TysWiredIn.hs:181) doubleTyCon (compiler/prelude/TysWiredIn.hs:580) doubleDataCon (compiler/prelude/TysWiredIn.hs:585) doubleTy (compiler/prelude/TysWiredIn.hs:577) doubleTyConName (compiler/prelude/TysWiredIn.hs:197) floatTyCon (compiler/prelude/TysWiredIn.hs:570) floatDataCon (compiler/prelude/TysWiredIn.hs:574) floatTy (compiler/prelude/TysWiredIn.hs:567) floatTyConName (compiler/prelude/TysWiredIn.hs:197) intTyCon (compiler/prelude/TysWiredIn.hs:550) intDataCon (compiler/prelude/TysWiredIn.hs:554) intTyCon_RDR (compiler/prelude/TysWiredIn.hs:216) intDataCon_RDR (compiler/prelude/TysWiredIn.hs:216) intTyConName (compiler/prelude/TysWiredIn.hs:181) intTy (compiler/prelude/TysWiredIn.hs:547) wordTyCon (compiler/prelude/TysWiredIn.hs:560) wordDataCon (compiler/prelude/TysWiredIn.hs:564) wordTyConName (compiler/prelude/TysWiredIn.hs:197) wordTy (compiler/prelude/TysWiredIn.hs:557) listTyCon (compiler/prelude/TysWiredIn.hs:688) nilDataCon (compiler/prelude/TysWiredIn.hs:698) nilDataConName (compiler/prelude/TysWiredIn.hs:192) consDataCon (compiler/prelude/TysWiredIn.hs:701) consDataConName (compiler/prelude/TysWiredIn.hs:192) listTyCon_RDR (compiler/prelude/TysWiredIn.hs:216) consDataCon_RDR (compiler/prelude/TysWiredIn.hs:216) listTyConName (compiler/prelude/TysWiredIn.hs:192) mkListTy (compiler/prelude/TysWiredIn.hs:685) mkPromotedListTy (compiler/prelude/TysWiredIn.hs:692) mkTupleTy (compiler/prelude/TysWiredIn.hs:757) tupleTyCon (compiler/prelude/TysWiredIn.hs:400) tupleCon (compiler/prelude/TysWiredIn.hs:412) promotedTupleTyCon (compiler/prelude/TysWiredIn.hs:406) promotedTupleDataCon (compiler/prelude/TysWiredIn.hs:409) unitTyCon (compiler/prelude/TysWiredIn.hs:453) unitDataCon (compiler/prelude/TysWiredIn.hs:455) unitDataConId (compiler/prelude/TysWiredIn.hs:457) pairTyCon (compiler/prelude/TysWiredIn.hs:460) unboxedUnitTyCon (compiler/prelude/TysWiredIn.hs:463) unboxedUnitDataCon (compiler/prelude/TysWiredIn.hs:465) unboxedSingletonTyCon (compiler/prelude/TysWiredIn.hs:468) unboxedSingletonDataCon (compiler/prelude/TysWiredIn.hs:470) unboxedPairTyCon (compiler/prelude/TysWiredIn.hs:473) unboxedPairDataCon (compiler/prelude/TysWiredIn.hs:475) unitTy (compiler/prelude/TysWiredIn.hs:766) typeNatKindCon (compiler/prelude/TysWiredIn.hs:302) typeNatKind (compiler/prelude/TysWiredIn.hs:308) typeSymbolKindCon (compiler/prelude/TysWiredIn.hs:302) typeSymbolKind (compiler/prelude/TysWiredIn.hs:308) parrTyCon_RDR (compiler/prelude/TysWiredIn.hs:216) parrTyConName (compiler/prelude/TysWiredIn.hs:210) eqTyCon_RDR (compiler/prelude/TysWiredIn.hs:216) eqTyCon (compiler/prelude/TysWiredIn.hs:486) eqTyConName (compiler/prelude/TysWiredIn.hs:172) eqBoxDataCon (compiler/prelude/TysWiredIn.hs:503) coercibleTyCon (compiler/prelude/TysWiredIn.hs:512) coercibleDataCon (compiler/prelude/TysWiredIn.hs:523) coercibleClass (compiler/prelude/TysWiredIn.hs:531) mkWiredInTyConName (compiler/prelude/TysWiredIn.hs:159) 0% ( 0 / 19) in 'PrimOp' Missing documentation for: Module header PrimOp (compiler/stage2/build/primop-data-decl.hs-incl:1) PrimOpVecCat (compiler/prelude/PrimOp.hs:85) allThePrimOps (compiler/prelude/PrimOp.hs:91) primOpType (compiler/prelude/PrimOp.hs:545) primOpSig (compiler/prelude/PrimOp.hs:566) primOpTag (compiler/prelude/PrimOp.hs:61) maxPrimOpTag (compiler/stage2/build/primop-tag.hs-incl:1) primOpOcc (compiler/prelude/PrimOp.hs:555) tagToEnumKey (compiler/prelude/PrimOp.hs:95) primOpOutOfLine (compiler/prelude/PrimOp.hs:305) primOpCodeSize (compiler/prelude/PrimOp.hs:526) primOpOkForSpeculation (compiler/prelude/PrimOp.hs:469) primOpOkForSideEffects (compiler/prelude/PrimOp.hs:479) primOpIsCheap (compiler/prelude/PrimOp.hs:493) primOpFixity (compiler/prelude/PrimOp.hs:160) getPrimOpResultInfo (compiler/prelude/PrimOp.hs:586) PrimOpResultInfo (compiler/prelude/PrimOp.hs:578) PrimCall (compiler/prelude/PrimOp.hs:662) 10% ( 9 / 94) in 'CLabel' Missing documentation for: Module header CLabel (compiler/cmm/CLabel.hs:155) mkClosureLabel (compiler/cmm/CLabel.hs:386) mkSRTLabel (compiler/cmm/CLabel.hs:370) mkTopSRTLabel (compiler/cmm/CLabel.hs:367) mkInfoTableLabel (compiler/cmm/CLabel.hs:387) mkEntryLabel (compiler/cmm/CLabel.hs:388) mkSlowEntryLabel (compiler/cmm/CLabel.hs:364) mkConEntryLabel (compiler/cmm/CLabel.hs:407) mkStaticConEntryLabel (compiler/cmm/CLabel.hs:408) mkRednCountsLabel (compiler/cmm/CLabel.hs:371) mkConInfoTableLabel (compiler/cmm/CLabel.hs:394) mkStaticInfoTableLabel (compiler/cmm/CLabel.hs:395) mkLargeSRTLabel (compiler/cmm/CLabel.hs:501) mkApEntryLabel (compiler/cmm/CLabel.hs:462) mkApInfoTableLabel (compiler/cmm/CLabel.hs:461) mkClosureTableLabel (compiler/cmm/CLabel.hs:389) mkLocalClosureLabel (compiler/cmm/CLabel.hs:377) mkLocalInfoTableLabel (compiler/cmm/CLabel.hs:378) mkLocalEntryLabel (compiler/cmm/CLabel.hs:379) mkLocalConEntryLabel (compiler/cmm/CLabel.hs:391) mkLocalStaticConEntryLabel (compiler/cmm/CLabel.hs:393) mkLocalConInfoTableLabel (compiler/cmm/CLabel.hs:390) mkLocalStaticInfoTableLabel (compiler/cmm/CLabel.hs:392) mkLocalClosureTableLabel (compiler/cmm/CLabel.hs:380) mkReturnPtLabel (compiler/cmm/CLabel.hs:508) mkReturnInfoLabel (compiler/cmm/CLabel.hs:509) mkAltLabel (compiler/cmm/CLabel.hs:510) mkDefaultLabel (compiler/cmm/CLabel.hs:511) mkBitmapLabel (compiler/cmm/CLabel.hs:502) mkStringLitLabel (compiler/cmm/CLabel.hs:551) mkAsmTempLabel (compiler/cmm/CLabel.hs:554) mkAsmTempDerivedLabel (compiler/cmm/CLabel.hs:557) mkAsmTempEndLabel (compiler/cmm/CLabel.hs:560) mkPlainModuleInitLabel (compiler/cmm/CLabel.hs:562) mkSplitMarkerLabel (compiler/cmm/CLabel.hs:413) mkDirty_MUT_VAR_Label (compiler/cmm/CLabel.hs:413) mkUpdInfoLabel (compiler/cmm/CLabel.hs:413) mkBHUpdInfoLabel (compiler/cmm/CLabel.hs:413) mkIndStaticInfoLabel (compiler/cmm/CLabel.hs:413) mkMainCapabilityLabel (compiler/cmm/CLabel.hs:413) mkMAP_FROZEN_infoLabel (compiler/cmm/CLabel.hs:413) mkMAP_FROZEN0_infoLabel (compiler/cmm/CLabel.hs:413) mkMAP_DIRTY_infoLabel (compiler/cmm/CLabel.hs:413) mkSMAP_FROZEN_infoLabel (compiler/cmm/CLabel.hs:413) mkSMAP_FROZEN0_infoLabel (compiler/cmm/CLabel.hs:413) mkSMAP_DIRTY_infoLabel (compiler/cmm/CLabel.hs:413) mkEMPTY_MVAR_infoLabel (compiler/cmm/CLabel.hs:413) mkArrWords_infoLabel (compiler/cmm/CLabel.hs:413) mkTopTickyCtrLabel (compiler/cmm/CLabel.hs:413) mkCAFBlackHoleInfoTableLabel (compiler/cmm/CLabel.hs:413) mkCAFBlackHoleEntryLabel (compiler/cmm/CLabel.hs:413) mkRtsPrimOpLabel (compiler/cmm/CLabel.hs:453) mkRtsSlowFastTickyCtrLabel (compiler/cmm/CLabel.hs:526) mkSelectorInfoLabel (compiler/cmm/CLabel.hs:456) mkSelectorEntryLabel (compiler/cmm/CLabel.hs:457) mkCmmInfoLabel (compiler/cmm/CLabel.hs:439) mkCmmEntryLabel (compiler/cmm/CLabel.hs:439) mkCmmRetInfoLabel (compiler/cmm/CLabel.hs:439) mkCmmRetLabel (compiler/cmm/CLabel.hs:439) mkCmmCodeLabel (compiler/cmm/CLabel.hs:439) mkCmmDataLabel (compiler/cmm/CLabel.hs:439) mkCmmClosureLabel (compiler/cmm/CLabel.hs:439) mkRtsApFastLabel (compiler/cmm/CLabel.hs:523) mkPrimCallLabel (compiler/cmm/CLabel.hs:468) mkCCLabel (compiler/cmm/CLabel.hs:518) mkCCSLabel (compiler/cmm/CLabel.hs:519) DynamicLinkerLabelInfo (compiler/cmm/CLabel.hs:349) mkDynamicLinkerLabel (compiler/cmm/CLabel.hs:536) dynamicLinkerLabelInfo (compiler/cmm/CLabel.hs:539) mkPicBaseLabel (compiler/cmm/CLabel.hs:543) mkDeadStripPreventer (compiler/cmm/CLabel.hs:548) mkHpcTicksLabel (compiler/cmm/CLabel.hs:531) hasCAF (compiler/cmm/CLabel.hs:607) needsCDecl (compiler/cmm/CLabel.hs:636) isCFunctionLabel (compiler/cmm/CLabel.hs:805) isGcPtrLabel (compiler/cmm/CLabel.hs:810) labelDynamic (compiler/cmm/CLabel.hs:861) toClosureLbl (compiler/cmm/CLabel.hs:568) toSlowEntryLbl (compiler/cmm/CLabel.hs:573) toEntryLbl (compiler/cmm/CLabel.hs:577) toInfoLbl (compiler/cmm/CLabel.hs:587) toRednCountsLbl (compiler/cmm/CLabel.hs:598) hasHaskellName (compiler/cmm/CLabel.hs:601) pprCLabel (compiler/cmm/CLabel.hs:983) 0% ( 0 / 18) in 'BlockId' Missing documentation for: Module header BlockId (compiler/cmm/BlockId.hs:35) mkBlockId (compiler/cmm/BlockId.hs:43) BlockSet (compiler/cmm/BlockId.hs:65) BlockEnv (compiler/cmm/BlockId.hs:56) IsSet setInsertList setDeleteList setUnions IsMap mapInsertList mapDeleteList mapUnions emptyBlockSet (compiler/cmm/BlockId.hs:70) emptyBlockMap (compiler/cmm/BlockId.hs:61) blockLbl (compiler/cmm/BlockId.hs:49) infoTblLbl (compiler/cmm/BlockId.hs:52) retPtLbl (compiler/cmm/BlockId.hs:46) Warning: CmmExpr: foldRegsDefd is exported separately but will be documented under DefinerOfRegs. Consider exporting it together with its parent(s) for code clarity. Warning: CmmExpr: foldRegsUsed is exported separately but will be documented under UserOfRegs. Consider exporting it together with its parent(s) for code clarity. 9% ( 4 / 44) in 'CmmExpr' Missing documentation for: Module header CmmExpr (compiler/cmm/CmmExpr.hs:48) cmmExprType (compiler/cmm/CmmExpr.hs:200) cmmExprWidth (compiler/cmm/CmmExpr.hs:229) maybeInvertCmmExpr (compiler/cmm/CmmExpr.hs:235) CmmReg (compiler/cmm/CmmExpr.hs:71) cmmRegType (compiler/cmm/CmmExpr.hs:259) CmmLit (compiler/cmm/CmmExpr.hs:168) cmmLitType (compiler/cmm/CmmExpr.hs:210) LocalReg (compiler/cmm/CmmExpr.hs:244) localRegType (compiler/cmm/CmmExpr.hs:263) GlobalReg (compiler/cmm/CmmExpr.hs:413) isArgReg (compiler/cmm/CmmExpr.hs:577) globalRegType (compiler/cmm/CmmExpr.hs:562) spReg (compiler/cmm/CmmExpr.hs:552) hpReg (compiler/cmm/CmmExpr.hs:552) spLimReg (compiler/cmm/CmmExpr.hs:552) nodeReg (compiler/cmm/CmmExpr.hs:552) node (compiler/cmm/CmmExpr.hs:559) baseReg (compiler/cmm/CmmExpr.hs:552) VGcPtr (compiler/cmm/CmmExpr.hs:378) vgcFlag (compiler/cmm/CmmExpr.hs:384) DefinerOfRegs (compiler/cmm/CmmExpr.hs:311) UserOfRegs (compiler/cmm/CmmExpr.hs:304) filterRegsUsed (compiler/cmm/CmmExpr.hs:318) foldLocalRegsDefd (compiler/cmm/CmmExpr.hs:314) foldLocalRegsUsed (compiler/cmm/CmmExpr.hs:307) LocalRegSet (compiler/cmm/CmmExpr.hs:279) GlobalRegSet (compiler/cmm/CmmExpr.hs:280) emptyRegSet (compiler/cmm/CmmExpr.hs:282) elemRegSet (compiler/cmm/CmmExpr.hs:284) extendRegSet (compiler/cmm/CmmExpr.hs:285) deleteFromRegSet (compiler/cmm/CmmExpr.hs:286) mkRegSet (compiler/cmm/CmmExpr.hs:287) plusRegSet (compiler/cmm/CmmExpr.hs:288) minusRegSet (compiler/cmm/CmmExpr.hs:288) timesRegSet (compiler/cmm/CmmExpr.hs:288) sizeRegSet (compiler/cmm/CmmExpr.hs:289) nullRegSet (compiler/cmm/CmmExpr.hs:283) regSetToList (compiler/cmm/CmmExpr.hs:290) 0% ( 0 / 3) in 'PprCmmExpr' Missing documentation for: Module header pprExpr (compiler/cmm/PprCmmExpr.hs:73) pprLit (compiler/cmm/PprCmmExpr.hs:188) 100% ( 12 / 12) in 'LlvmCodeGen.Regs' 0% ( 0 / 3) in 'CmmLex' Missing documentation for: Module header CmmToken (compiler/cmm/CmmLex.x:126) cmmlex (compiler/cmm/CmmLex.x:309) 0% ( 0 / 6) in 'CodeGen.Platform.ARM' Missing documentation for: Module header callerSaves (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:353) activeStgRegs (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:449) haveRegBase (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:624) globalRegMaybe (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:634) freeReg (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:826) 0% ( 0 / 6) in 'CodeGen.Platform.ARM64' Missing documentation for: Module header callerSaves (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:353) activeStgRegs (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:449) haveRegBase (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:624) globalRegMaybe (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:634) freeReg (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:826) 0% ( 0 / 6) in 'CodeGen.Platform.PPC' Missing documentation for: Module header callerSaves (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:353) activeStgRegs (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:449) haveRegBase (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:624) globalRegMaybe (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:634) freeReg (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:826) 0% ( 0 / 6) in 'CodeGen.Platform.PPC_Darwin' Missing documentation for: Module header callerSaves (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:353) activeStgRegs (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:449) haveRegBase (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:624) globalRegMaybe (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:634) freeReg (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:826) 0% ( 0 / 6) in 'CodeGen.Platform.SPARC' Missing documentation for: Module header callerSaves (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:353) activeStgRegs (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:449) haveRegBase (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:624) globalRegMaybe (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:634) freeReg (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:826) 0% ( 0 / 7) in 'CodeGen.Platform.X86' Missing documentation for: Module header callerSaves (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:353) activeStgRegs (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:449) haveRegBase (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:624) globalRegMaybe (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:634) freeReg (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:826) freeRegBase (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:856) 0% ( 0 / 7) in 'CodeGen.Platform.X86_64' Missing documentation for: Module header callerSaves (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:353) activeStgRegs (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:449) haveRegBase (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:624) globalRegMaybe (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:634) freeReg (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:826) freeRegBase (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:856) 0% ( 0 / 6) in 'CodeGen.Platform.NoRegs' Missing documentation for: Module header callerSaves (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:353) activeStgRegs (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:449) haveRegBase (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:624) globalRegMaybe (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:634) freeReg (compiler/codeGen/CodeGen/Platform/../../../../includes/CodeGen.Platform.hs:826) 33% ( 2 / 6) in 'CodeGen.Platform' Missing documentation for: Module header haveRegBase (compiler/codeGen/CodeGen/Platform.hs:64) globalRegMaybe (compiler/codeGen/CodeGen/Platform.hs:82) freeReg (compiler/codeGen/CodeGen/Platform.hs:100) 24% ( 6 / 25) in 'CmmNode' Missing documentation for: Module header CmmNode (compiler/cmm/CmmNode.hs:45) CmmFormal (compiler/cmm/CmmNode.hs:240) CmmActual (compiler/cmm/CmmNode.hs:239) UpdFrameOffset (compiler/cmm/CmmNode.hs:242) ForeignConvention (compiler/cmm/CmmNode.hs:271) ForeignTarget (compiler/cmm/CmmNode.hs:284) foreignTargetHints (compiler/cmm/CmmNode.hs:292) CmmReturnInfo (compiler/cmm/CmmNode.hs:279) mapExp (compiler/cmm/CmmNode.hs:455) mapExpDeep (compiler/cmm/CmmNode.hs:469) wrapRecExp (compiler/cmm/CmmNode.hs:447) foldExp (compiler/cmm/CmmNode.hs:539) foldExpDeep (compiler/cmm/CmmNode.hs:553) wrapRecExpf (compiler/cmm/CmmNode.hs:534) mapExpM (compiler/cmm/CmmNode.hs:486) mapExpDeepM (compiler/cmm/CmmNode.hs:521) wrapRecExpM (compiler/cmm/CmmNode.hs:479) mapSuccessors (compiler/cmm/CmmNode.hs:558) 26% ( 10 / 38) in 'Cmm' Missing documentation for: Module header CmmProgram (compiler/cmm/Cmm.hs:54) CmmGroup (compiler/cmm/Cmm.hs:57) GenCmmGroup (compiler/cmm/Cmm.hs:56) CmmDecl (compiler/cmm/Cmm.hs:90) CmmGraph (compiler/cmm/Cmm.hs:102) GenCmmGraph (compiler/cmm/Cmm.hs:103) CmmBlock (compiler/cmm/Cmm.hs:104) RawCmmDecl (compiler/cmm/Cmm.hs:92) RawCmmGroup (compiler/cmm/Cmm.hs:58) Section (compiler/cmm/Cmm.hs:166) CmmStatics (compiler/cmm/Cmm.hs:183) CmmStatic (compiler/cmm/Cmm.hs:175) GenBasicBlock (compiler/cmm/Cmm.hs:194) ListGraph (compiler/cmm/Cmm.hs:201) pprBBlock (compiler/cmm/Cmm.hs:209) CmmReplGraph (compiler/cmm/Cmm.hs:106) GenCmmReplGraph (compiler/cmm/Cmm.hs:107) CmmFwdRewrite (compiler/cmm/Cmm.hs:108) CmmBwdRewrite (compiler/cmm/Cmm.hs:109) CmmTopInfo (compiler/cmm/Cmm.hs:115) CmmStackInfo (compiler/cmm/Cmm.hs:122) topInfoTable (compiler/cmm/Cmm.hs:118) ClosureTypeInfo (compiler/cmm/SMRep.hs:186) C_SRT (compiler/cmm/Cmm.hs:154) needsSRT (compiler/cmm/Cmm.hs:158) ProfilingInfo (compiler/cmm/Cmm.hs:147) ConstrDescription (compiler/cmm/SMRep.hs:195) 75% ( 6 / 8) in 'Size' Missing documentation for: Size (compiler/nativeGen/Size.hs:44) sizeInBytes (compiler/nativeGen/Size.hs:104) 84% ( 26 / 31) in 'SPARC.Regs' Missing documentation for: Module header realRegSqueeze (compiler/nativeGen/SPARC/Regs.hs:110) classOfRealReg (compiler/nativeGen/SPARC/Regs.hs:69) callClobberedRegs (compiler/nativeGen/SPARC/Regs.hs:238) regDotColor (compiler/nativeGen/SPARC/Regs.hs:261) 11% ( 9 / 85) in 'CmmUtils' Missing documentation for: Module header primRepCmmType (compiler/cmm/CmmUtils.hs:94) primRepForeignHint (compiler/cmm/CmmUtils.hs:121) typeCmmType (compiler/cmm/CmmUtils.hs:118) typeForeignHint (compiler/cmm/CmmUtils.hs:133) zeroCLit (compiler/cmm/CmmUtils.hs:150) mkIntCLit (compiler/cmm/CmmUtils.hs:144) mkWordCLit (compiler/cmm/CmmUtils.hs:156) packHalfWordsCLit (compiler/cmm/CmmUtils.hs:185) mkByteStringCLit (compiler/cmm/CmmUtils.hs:159) mkDataLits (compiler/cmm/CmmUtils.hs:166) mkRODataLits (compiler/cmm/CmmUtils.hs:171) mkStgWordCLit (compiler/cmm/CmmUtils.hs:182) mkIntExpr (compiler/cmm/CmmUtils.hs:147) zeroExpr (compiler/cmm/CmmUtils.hs:153) mkLblExpr (compiler/cmm/CmmUtils.hs:204) cmmRegOff (compiler/cmm/CmmUtils.hs:236) cmmOffset (compiler/cmm/CmmUtils.hs:219) cmmLabelOff (compiler/cmm/CmmUtils.hs:248) cmmOffsetLit (compiler/cmm/CmmUtils.hs:240) cmmOffsetExpr (compiler/cmm/CmmUtils.hs:207) cmmRegOffB (compiler/cmm/CmmUtils.hs:279) cmmOffsetB (compiler/cmm/CmmUtils.hs:282) cmmLabelOffB (compiler/cmm/CmmUtils.hs:288) cmmOffsetLitB (compiler/cmm/CmmUtils.hs:291) cmmOffsetExprB (compiler/cmm/CmmUtils.hs:285) cmmRegOffW (compiler/cmm/CmmUtils.hs:305) cmmOffsetW (compiler/cmm/CmmUtils.hs:302) cmmLabelOffW (compiler/cmm/CmmUtils.hs:311) cmmOffsetLitW (compiler/cmm/CmmUtils.hs:308) cmmOffsetExprW (compiler/cmm/CmmUtils.hs:297) cmmLoadIndex (compiler/cmm/CmmUtils.hs:275) cmmLoadIndexW (compiler/cmm/CmmUtils.hs:314) cmmNegate (compiler/cmm/CmmUtils.hs:336) cmmULtWord (compiler/cmm/CmmUtils.hs:318) cmmUGeWord (compiler/cmm/CmmUtils.hs:318) cmmUGtWord (compiler/cmm/CmmUtils.hs:318) cmmSubWord (compiler/cmm/CmmUtils.hs:318) cmmNeWord (compiler/cmm/CmmUtils.hs:318) cmmEqWord (compiler/cmm/CmmUtils.hs:318) cmmOrWord (compiler/cmm/CmmUtils.hs:318) cmmAndWord (compiler/cmm/CmmUtils.hs:318) cmmUShrWord (compiler/cmm/CmmUtils.hs:318) cmmAddWord (compiler/cmm/CmmUtils.hs:318) cmmMulWord (compiler/cmm/CmmUtils.hs:318) cmmQuotWord (compiler/cmm/CmmUtils.hs:318) cmmToWord (compiler/cmm/CmmUtils.hs:343) isTrivialCmmExpr (compiler/cmm/CmmUtils.hs:357) hasNoGlobalRegs (compiler/cmm/CmmUtils.hs:365) blankWord (compiler/cmm/CmmUtils.hs:340) cmmTagMask (compiler/cmm/CmmUtils.hs:381) cmmPointerMask (compiler/cmm/CmmUtils.hs:381) cmmUntag (compiler/cmm/CmmUtils.hs:387) cmmIsTagged (compiler/cmm/CmmUtils.hs:393) cmmConstrTag1 (compiler/cmm/CmmUtils.hs:396) mkLiveness (compiler/cmm/CmmUtils.hs:439) modifyGraph (compiler/cmm/CmmUtils.hs:465) ofBlockMap (compiler/cmm/CmmUtils.hs:471) toBlockMap (compiler/cmm/CmmUtils.hs:468) insertBlock (compiler/cmm/CmmUtils.hs:474) ofBlockList (compiler/cmm/CmmUtils.hs:522) toBlockList (compiler/cmm/CmmUtils.hs:480) bodyToBlockList (compiler/cmm/CmmUtils.hs:527) foldGraphBlocks (compiler/cmm/CmmUtils.hs:542) mapGraphNodes (compiler/cmm/CmmUtils.hs:530) postorderDfs (compiler/cmm/CmmUtils.hs:545) mapGraphNodes1 (compiler/cmm/CmmUtils.hs:538) analFwd (compiler/cmm/CmmUtils.hs:552) analBwd (compiler/cmm/CmmUtils.hs:553) analRewFwd (compiler/cmm/CmmUtils.hs:559) analRewBwd (compiler/cmm/CmmUtils.hs:563) dataflowPassFwd (compiler/cmm/CmmUtils.hs:572) dataflowPassBwd (compiler/cmm/CmmUtils.hs:603) dataflowAnalFwd (compiler/cmm/CmmUtils.hs:580) dataflowAnalBwd (compiler/cmm/CmmUtils.hs:596) dataflowAnalFwdBlocks (compiler/cmm/CmmUtils.hs:587) 78% ( 7 / 9) in 'Debug' Missing documentation for: Module header cmmDebugLabels (compiler/cmm/Debug.hs:220) 85% ( 45 / 53) in 'LlvmCodeGen.Base' Missing documentation for: LlvmCmmDecl (compiler/llvmGen/LlvmCodeGen/Base.hs:69) LlvmBasicBlock (compiler/llvmGen/LlvmCodeGen/Base.hs:70) UnresStatic (compiler/llvmGen/LlvmCodeGen/Base.hs:87) minSupportLlvmVersion (compiler/llvmGen/LlvmCodeGen/Base.hs:191) maxSupportLlvmVersion (compiler/llvmGen/LlvmCodeGen/Base.hs:194) getDynFlags (compiler/main/DynFlags.hs:894) strDisplayName_llvm (compiler/llvmGen/LlvmCodeGen/Base.hs:406) strProcedureName_llvm (compiler/llvmGen/LlvmCodeGen/Base.hs:424) 100% ( 2 / 2) in 'LlvmCodeGen.Data' 100% ( 6 / 6) in 'LlvmCodeGen.Ppr' 100% ( 2 / 2) in 'LlvmMangler' 50% ( 1 / 2) in 'CgUtils' Missing documentation for: Module header 0% ( 0 / 6) in 'PprCmmDecl' Missing documentation for: Module header writeCmms (compiler/cmm/PprCmmDecl.hs:64) pprCmms (compiler/cmm/PprCmmDecl.hs:58) pprCmmGroup (compiler/cmm/PprCmmDecl.hs:86) pprSection (compiler/cmm/PprCmmDecl.hs:156) pprStatic (compiler/cmm/PprCmmDecl.hs:147) 67% ( 2 / 3) in 'PprCmm' Missing documentation for: Module header 100% ( 2 / 2) in 'LlvmCodeGen.CodeGen' 100% ( 3 / 3) in 'LlvmCodeGen' 0% ( 0 / 5) in 'CmmContFlowOpt' Missing documentation for: Module header cmmCfgOpts (compiler/cmm/CmmContFlowOpt.hs:133) cmmCfgOptsProc (compiler/cmm/CmmContFlowOpt.hs:136) removeUnreachableBlocksProc (compiler/cmm/CmmContFlowOpt.hs:380) replaceLabels (compiler/cmm/CmmContFlowOpt.hs:347) 0% ( 0 / 2) in 'CmmCommonBlockElim' Missing documentation for: Module header elimCommonBlocks (compiler/cmm/CmmCommonBlockElim.hs:55) 20% ( 1 / 5) in 'CmmCallConv' Missing documentation for: Module header ParamLocation (compiler/cmm/CmmCallConv.hs:24) assignStack (compiler/cmm/CmmCallConv.hs:121) realArgRegsCover (compiler/cmm/CmmCallConv.hs:211) 45% ( 5 / 11) in 'CmmLive' Missing documentation for: Module header CmmLocalLive (compiler/cmm/CmmLive.hs:35) CmmGlobalLive (compiler/cmm/CmmLive.hs:36) cmmGlobalLiveness (compiler/cmm/CmmLive.hs:62) kill (compiler/cmm/CmmLive.hs:78) gen_kill (compiler/cmm/CmmLive.hs:82) 0% ( 0 / 3) in 'CmmLint' Missing documentation for: Module header cmmLint (compiler/cmm/CmmLint.hs:37) cmmLintGraph (compiler/cmm/CmmLint.hs:41) 0% ( 0 / 5) in 'CmmOpt' Missing documentation for: Module header constantFoldNode (compiler/cmm/CmmOpt.hs:32) constantFoldExpr (compiler/cmm/CmmOpt.hs:35) cmmMachOpFold (compiler/cmm/CmmOpt.hs:47) cmmMachOpFoldM (compiler/cmm/CmmOpt.hs:57) 26% ( 9 / 34) in 'MkGraph' Missing documentation for: Module header CgStmt (compiler/cmm/MkGraph.hs:67) <*> (compiler/cmm/MkGraph.hs:146) catAGraphs (compiler/cmm/MkGraph.hs:149) stackStubExpr (compiler/cmm/MkGraph.hs:282) mkNop (compiler/cmm/MkGraph.hs:179) mkAssign (compiler/cmm/MkGraph.hs:191) mkStore (compiler/cmm/MkGraph.hs:195) mkUnsafeCall (compiler/cmm/MkGraph.hs:267) mkFinalCall (compiler/cmm/MkGraph.hs:238) mkCallReturnsTo (compiler/cmm/MkGraph.hs:245) mkJumpReturnsTo (compiler/cmm/MkGraph.hs:258) mkJump (compiler/cmm/MkGraph.hs:199) mkJumpExtra (compiler/cmm/MkGraph.hs:216) mkCbranch (compiler/cmm/MkGraph.hs:223) mkSwitch (compiler/cmm/MkGraph.hs:226) mkReturn (compiler/cmm/MkGraph.hs:229) mkComment (compiler/cmm/MkGraph.hs:182) mkCallEntry (compiler/cmm/MkGraph.hs:374) mkBranch (compiler/cmm/MkGraph.hs:235) copyInOflow (compiler/cmm/MkGraph.hs:290) copyOutOflow (compiler/cmm/MkGraph.hs:326) noExtraStack (compiler/cmm/MkGraph.hs:400) toCall (compiler/cmm/MkGraph.hs:403) Transfer (compiler/cmm/MkGraph.hs:324) 50% ( 6 / 12) in 'Instruction' Missing documentation for: Module header GenBasicBlock (compiler/cmm/Cmm.hs:194) ListGraph (compiler/cmm/Cmm.hs:201) NatCmm (compiler/nativeGen/Instruction.hs:43) NatCmmDecl (compiler/nativeGen/Instruction.hs:49) NatBasicBlock (compiler/nativeGen/Instruction.hs:56) 67% ( 18 / 27) in 'RegAlloc.Liveness' Missing documentation for: Module header RegSet (compiler/nativeGen/RegAlloc/Liveness.hs:64) RegMap (compiler/nativeGen/RegAlloc/Liveness.hs:66) emptyRegMap (compiler/nativeGen/RegAlloc/Liveness.hs:68) BlockMap (compiler/nativeGen/RegAlloc/Liveness.hs:71) emptyBlockMap (compiler/cmm/BlockId.hs:61) mapSCCM (compiler/nativeGen/RegAlloc/Liveness.hs:260) mapGenBlockTop (compiler/nativeGen/RegAlloc/Liveness.hs:271) regLiveness (compiler/nativeGen/RegAlloc/Liveness.hs:711) 100% ( 7 / 7) in 'RegAlloc.Linear.Base' 75% ( 3 / 4) in 'RegAlloc.Linear.Stats' Missing documentation for: Module header 31% ( 5 / 16) in 'RegAlloc.Linear.State' Missing documentation for: spillR (compiler/nativeGen/RegAlloc/Linear/State.hs:107) loadR (compiler/nativeGen/RegAlloc/Linear/State.hs:118) getFreeRegsR (compiler/nativeGen/RegAlloc/Linear/State.hs:125) setFreeRegsR (compiler/nativeGen/RegAlloc/Linear/State.hs:129) getAssigR (compiler/nativeGen/RegAlloc/Linear/State.hs:133) setAssigR (compiler/nativeGen/RegAlloc/Linear/State.hs:137) getBlockAssigR (compiler/nativeGen/RegAlloc/Linear/State.hs:141) setBlockAssigR (compiler/nativeGen/RegAlloc/Linear/State.hs:145) setDeltaR (compiler/nativeGen/RegAlloc/Linear/State.hs:149) getDeltaR (compiler/nativeGen/RegAlloc/Linear/State.hs:153) getUniqueR (compiler/nativeGen/RegAlloc/Linear/State.hs:156) 100% ( 4 / 4) in 'RegAlloc.Graph.Spill' 100% ( 2 / 2) in 'RegAlloc.Graph.SpillClean' 90% ( 9 / 10) in 'RegAlloc.Graph.SpillCost' Missing documentation for: Module header 100% ( 3 / 3) in 'RegAlloc.Graph.Coalesce' 0% ( 0 / 2) in 'CmmSink' Missing documentation for: Module header cmmSink (compiler/cmm/CmmSink.hs:147) 60% ( 6 / 10) in 'RegAlloc.Linear.SPARC.FreeRegs' Missing documentation for: FreeRegs (compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs:32) (compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs:38) bitMask (compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs:177) showFreeRegs (compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs:181) 4% ( 1 / 27) in 'CmmInfo' Missing documentation for: Module header mkEmptyContInfoTable (compiler/cmm/CmmInfo.hs:57) cmmToRawCmm (compiler/cmm/CmmInfo.hs:64) mkInfoTable (compiler/cmm/CmmInfo.hs:108) closureInfoPtr (compiler/cmm/CmmInfo.hs:417) entryCode (compiler/cmm/CmmInfo.hs:421) getConstrTag (compiler/cmm/CmmInfo.hs:428) cmmGetClosureType (compiler/cmm/CmmInfo.hs:438) infoTable (compiler/cmm/CmmInfo.hs:446) infoTableConstrTag (compiler/cmm/CmmInfo.hs:454) infoTableSrtBitmap (compiler/cmm/CmmInfo.hs:459) infoTableClosureType (compiler/cmm/CmmInfo.hs:465) infoTablePtrs (compiler/cmm/CmmInfo.hs:471) infoTableNonPtrs (compiler/cmm/CmmInfo.hs:475) funInfoTable (compiler/cmm/CmmInfo.hs:479) funInfoArity (compiler/cmm/CmmInfo.hs:491) stdInfoTableSizeW (compiler/cmm/CmmInfo.hs:512) fixedInfoTableSizeW (compiler/cmm/CmmInfo.hs:522) profInfoTableSizeW (compiler/cmm/CmmInfo.hs:525) maxStdInfoTableSizeW (compiler/cmm/CmmInfo.hs:528) maxRetInfoTableSizeW (compiler/cmm/CmmInfo.hs:534) stdInfoTableSizeB (compiler/cmm/CmmInfo.hs:539) stdSrtBitmapOffset (compiler/cmm/CmmInfo.hs:542) stdClosureTypeOffset (compiler/cmm/CmmInfo.hs:547) stdPtrsOffset (compiler/cmm/CmmInfo.hs:551) stdNonPtrsOffset (compiler/cmm/CmmInfo.hs:551) 0% ( 0 / 9) in 'CmmBuildInfoTables' Missing documentation for: Module header CAFSet (compiler/cmm/CmmBuildInfoTables.hs:87) CAFEnv (compiler/cmm/CmmBuildInfoTables.hs:88) cafAnal (compiler/cmm/CmmBuildInfoTables.hs:109) doSRTs (compiler/cmm/CmmBuildInfoTables.hs:319) TopSRT (compiler/cmm/CmmBuildInfoTables.hs:117) emptySRT (compiler/cmm/CmmBuildInfoTables.hs:129) isEmptySRT (compiler/cmm/CmmBuildInfoTables.hs:134) srtToData (compiler/cmm/CmmBuildInfoTables.hs:150) 0% ( 0 / 8) in 'CmmProcPoint' Missing documentation for: Module header ProcPointSet (compiler/cmm/CmmProcPoint.hs:115) Status (compiler/cmm/CmmProcPoint.hs:117) callProcPoints (compiler/cmm/CmmProcPoint.hs:175) minimalProcPointSet (compiler/cmm/CmmProcPoint.hs:183) splitAtProcPoints (compiler/cmm/CmmProcPoint.hs:239) procPointAnalysis (compiler/cmm/CmmProcPoint.hs:131) attachContInfoTables (compiler/cmm/CmmProcPoint.hs:399) 0% ( 0 / 3) in 'PprC' Missing documentation for: Module header writeCs (compiler/cmm/PprC.hs:75) pprStringInCStyle (compiler/cmm/PprC.hs:1155) 100% ( 2 / 2) in 'StaticPtrTable' 0% ( 0 / 2) in 'ProfInit' Missing documentation for: Module header profilingInitCode (compiler/profiling/ProfInit.hs:24) 7% ( 5 / 71) in 'X86.Regs' Missing documentation for: Module header realRegSqueeze (compiler/nativeGen/X86/Regs.hs:94) Imm (compiler/nativeGen/X86/Regs.hs:123) strImmLit (compiler/nativeGen/X86/Regs.hs:135) litToImm (compiler/nativeGen/X86/Regs.hs:139) AddrMode (compiler/nativeGen/X86/Regs.hs:156) addrOffset (compiler/nativeGen/X86/Regs.hs:165) spRel (compiler/nativeGen/X86/Regs.hs:198) argRegs (compiler/nativeGen/X86/Regs.hs:244) allArgRegs (compiler/nativeGen/X86/Regs.hs:417) allIntArgRegs (compiler/nativeGen/X86/Regs.hs:423) instrClobberedRegs (compiler/nativeGen/X86/Regs.hs:438) EABase (compiler/nativeGen/X86/Regs.hs:160) EAIndex (compiler/nativeGen/X86/Regs.hs:161) addrModeRegs (compiler/nativeGen/X86/Regs.hs:183) eax (compiler/nativeGen/X86/Regs.hs:301) ebx (compiler/nativeGen/X86/Regs.hs:301) ecx (compiler/nativeGen/X86/Regs.hs:301) edx (compiler/nativeGen/X86/Regs.hs:301) esi (compiler/nativeGen/X86/Regs.hs:301) edi (compiler/nativeGen/X86/Regs.hs:301) ebp (compiler/nativeGen/X86/Regs.hs:301) esp (compiler/nativeGen/X86/Regs.hs:301) fake0 (compiler/nativeGen/X86/Regs.hs:301) fake1 (compiler/nativeGen/X86/Regs.hs:301) fake2 (compiler/nativeGen/X86/Regs.hs:301) fake3 (compiler/nativeGen/X86/Regs.hs:301) fake4 (compiler/nativeGen/X86/Regs.hs:301) fake5 (compiler/nativeGen/X86/Regs.hs:301) firstfake (compiler/nativeGen/X86/Regs.hs:211) rax (compiler/nativeGen/X86/Regs.hs:343) rbx (compiler/nativeGen/X86/Regs.hs:343) rcx (compiler/nativeGen/X86/Regs.hs:343) rdx (compiler/nativeGen/X86/Regs.hs:343) rsi (compiler/nativeGen/X86/Regs.hs:343) rdi (compiler/nativeGen/X86/Regs.hs:343) rbp (compiler/nativeGen/X86/Regs.hs:343) rsp (compiler/nativeGen/X86/Regs.hs:343) r8 (compiler/nativeGen/X86/Regs.hs:343) r9 (compiler/nativeGen/X86/Regs.hs:343) r10 (compiler/nativeGen/X86/Regs.hs:343) r11 (compiler/nativeGen/X86/Regs.hs:343) r12 (compiler/nativeGen/X86/Regs.hs:343) r13 (compiler/nativeGen/X86/Regs.hs:343) r14 (compiler/nativeGen/X86/Regs.hs:343) r15 (compiler/nativeGen/X86/Regs.hs:343) xmm0 (compiler/nativeGen/X86/Regs.hs:343) xmm1 (compiler/nativeGen/X86/Regs.hs:343) xmm2 (compiler/nativeGen/X86/Regs.hs:343) xmm3 (compiler/nativeGen/X86/Regs.hs:343) xmm4 (compiler/nativeGen/X86/Regs.hs:343) xmm5 (compiler/nativeGen/X86/Regs.hs:343) xmm6 (compiler/nativeGen/X86/Regs.hs:343) xmm7 (compiler/nativeGen/X86/Regs.hs:343) xmm8 (compiler/nativeGen/X86/Regs.hs:343) xmm9 (compiler/nativeGen/X86/Regs.hs:343) xmm10 (compiler/nativeGen/X86/Regs.hs:343) xmm11 (compiler/nativeGen/X86/Regs.hs:343) xmm12 (compiler/nativeGen/X86/Regs.hs:343) xmm13 (compiler/nativeGen/X86/Regs.hs:343) xmm14 (compiler/nativeGen/X86/Regs.hs:343) xmm15 (compiler/nativeGen/X86/Regs.hs:343) xmm (compiler/nativeGen/X86/Regs.hs:397) ripRel (compiler/nativeGen/X86/Regs.hs:381) allFPArgRegs (compiler/nativeGen/X86/Regs.hs:429) allocatableRegs (compiler/nativeGen/X86/Regs.hs:448) 0% ( 0 / 3) in 'X86.RegInfo' Missing documentation for: Module header mkVirtualReg (compiler/nativeGen/X86/RegInfo.hs:23) regDotColor (compiler/nativeGen/X86/RegInfo.hs:31) 14% ( 1 / 7) in 'RegAlloc.Linear.X86.FreeRegs' Missing documentation for: FreeRegs (compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs:15) noFreeRegs (compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs:18) releaseReg (compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs:21) initFreeRegs (compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs:28) getFreeRegs (compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs:32) allocateReg (compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs:45) 14% ( 1 / 7) in 'RegAlloc.Linear.X86_64.FreeRegs' Missing documentation for: FreeRegs (compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs:15) noFreeRegs (compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs:18) releaseReg (compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs:21) initFreeRegs (compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs:28) getFreeRegs (compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs:32) allocateReg (compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs:45) 91% ( 68 / 75) in 'Dwarf.Constants' Missing documentation for: dW_FORM_addr (compiler/nativeGen/Dwarf/Constants.hs:62) dW_FORM_data4 (compiler/nativeGen/Dwarf/Constants.hs:62) dW_FORM_string (compiler/nativeGen/Dwarf/Constants.hs:62) dW_FORM_flag (compiler/nativeGen/Dwarf/Constants.hs:62) dW_FORM_block1 (compiler/nativeGen/Dwarf/Constants.hs:62) dW_FORM_ref4 (compiler/nativeGen/Dwarf/Constants.hs:62) dwarfSection (compiler/nativeGen/Dwarf/Constants.hs:124) 3% ( 1 / 33) in 'PPC.Regs' Missing documentation for: Module header realRegSqueeze (compiler/nativeGen/PPC/Regs.hs:98) mkVirtualReg (compiler/nativeGen/PPC/Regs.hs:119) regDotColor (compiler/nativeGen/PPC/Regs.hs:128) Imm (compiler/nativeGen/PPC/Regs.hs:138) strImmLit (compiler/nativeGen/PPC/Regs.hs:153) litToImm (compiler/nativeGen/PPC/Regs.hs:157) AddrMode (compiler/nativeGen/PPC/Regs.hs:175) addrOffset (compiler/nativeGen/PPC/Regs.hs:180) spRel (compiler/nativeGen/PPC/Regs.hs:201) argRegs (compiler/nativeGen/PPC/Regs.hs:211) allArgRegs (compiler/nativeGen/PPC/Regs.hs:224) callClobberedRegs (compiler/nativeGen/PPC/Regs.hs:229) allMachRegNos (compiler/nativeGen/PPC/Regs.hs:237) classOfRealReg (compiler/nativeGen/PPC/Regs.hs:242) showReg (compiler/nativeGen/PPC/Regs.hs:250) allFPArgRegs (compiler/nativeGen/PPC/Regs.hs:260) fits16Bits (compiler/nativeGen/PPC/Regs.hs:267) makeImmediate (compiler/nativeGen/PPC/Regs.hs:270) fReg (compiler/nativeGen/PPC/Regs.hs:297) r0 (compiler/nativeGen/PPC/Regs.hs:300) sp (compiler/nativeGen/PPC/Regs.hs:300) r3 (compiler/nativeGen/PPC/Regs.hs:300) r4 (compiler/nativeGen/PPC/Regs.hs:300) r27 (compiler/nativeGen/PPC/Regs.hs:300) r28 (compiler/nativeGen/PPC/Regs.hs:300) r30 (compiler/nativeGen/PPC/Regs.hs:300) tmpReg (compiler/nativeGen/PPC/Regs.hs:321) f1 (compiler/nativeGen/PPC/Regs.hs:300) f20 (compiler/nativeGen/PPC/Regs.hs:300) f21 (compiler/nativeGen/PPC/Regs.hs:300) allocatableRegs (compiler/nativeGen/PPC/Regs.hs:315) 14% ( 1 / 7) in 'TargetReg' Missing documentation for: targetVirtualRegSqueeze (compiler/nativeGen/TargetReg.hs:40) targetRealRegSqueeze (compiler/nativeGen/TargetReg.hs:57) targetClassOfRealReg (compiler/nativeGen/TargetReg.hs:73) targetMkVirtualReg (compiler/nativeGen/TargetReg.hs:89) targetRegDotColor (compiler/nativeGen/TargetReg.hs:105) targetClassOfReg (compiler/nativeGen/TargetReg.hs:122) 0% ( 0 / 13) in 'X86.Instr' Missing documentation for: Module header Instr (compiler/nativeGen/X86/Instr.hs:164) Operand (compiler/nativeGen/X86/Instr.hs:352) PrefetchVariant (compiler/nativeGen/X86/Instr.hs:349) JumpDest (compiler/nativeGen/X86/Instr.hs:991) getJumpDestBlockId (compiler/nativeGen/X86/Instr.hs:993) canShortcut (compiler/nativeGen/X86/Instr.hs:997) shortcutStatics (compiler/nativeGen/X86/Instr.hs:1017) shortcutJump (compiler/nativeGen/X86/Instr.hs:1005) i386_insert_ffrees (compiler/nativeGen/X86/Instr.hs:856) allocMoreStack (compiler/nativeGen/X86/Instr.hs:949) maxSpillSlots (compiler/nativeGen/X86/Instr.hs:748) archWordSize (compiler/nativeGen/X86/Instr.hs:48) 0% ( 0 / 9) in 'X86.Ppr' Missing documentation for: Module header pprNatCmmDecl (compiler/nativeGen/X86/Ppr.hs:54) pprBasicBlock (compiler/nativeGen/X86/Ppr.hs:103) pprSectionHeader (compiler/nativeGen/X86/Ppr.hs:388) pprData (compiler/nativeGen/X86/Ppr.hs:131) pprInstr (compiler/nativeGen/X86/Ppr.hs:502) pprSize (compiler/nativeGen/X86/Ppr.hs:306) pprImm (compiler/nativeGen/X86/Ppr.hs:340) pprDataItem (compiler/nativeGen/X86/Ppr.hs:438) 89% ( 8 / 9) in 'RegAlloc.Graph.Stats' Missing documentation for: addSRM (compiler/nativeGen/RegAlloc/Graph/Stats.hs:340) 100% ( 2 / 2) in 'RegAlloc.Graph.Main' 14% ( 1 / 7) in 'RegAlloc.Linear.PPC.FreeRegs' Missing documentation for: FreeRegs (compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs:27) noFreeRegs (compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs:30) releaseReg (compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs:33) initFreeRegs (compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs:41) getFreeRegs (compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs:44) allocateReg (compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs:54) 14% ( 1 / 7) in 'PPC.Instr' Missing documentation for: Module header archWordSize (compiler/nativeGen/PPC/Instr.hs:52) RI (compiler/nativeGen/PPC/Instr.hs:159) Instr (compiler/nativeGen/PPC/Instr.hs:163) allocMoreStack (compiler/nativeGen/PPC/Instr.hs:89) makeFarBranches (compiler/nativeGen/PPC/Instr.hs:588) 0% ( 0 / 6) in 'PPC.RegInfo' Missing documentation for: Module header JumpDest (compiler/nativeGen/PPC/RegInfo.hs:31) getJumpDestBlockId (compiler/nativeGen/PPC/RegInfo.hs:33) canShortcut (compiler/nativeGen/PPC/RegInfo.hs:36) shortcutJump (compiler/nativeGen/PPC/RegInfo.hs:39) shortcutStatics (compiler/nativeGen/PPC/RegInfo.hs:44) 0% ( 0 / 9) in 'PPC.Ppr' Missing documentation for: Module header pprNatCmmDecl (compiler/nativeGen/PPC/Ppr.hs:50) pprBasicBlock (compiler/nativeGen/PPC/Ppr.hs:84) pprSectionHeader (compiler/nativeGen/PPC/Ppr.hs:270) pprData (compiler/nativeGen/PPC/Ppr.hs:102) pprInstr (compiler/nativeGen/PPC/Ppr.hs:325) pprSize (compiler/nativeGen/PPC/Ppr.hs:205) pprImm (compiler/nativeGen/PPC/Ppr.hs:227) pprDataItem (compiler/nativeGen/PPC/Ppr.hs:293) 0% ( 0 / 22) in 'NCGMonad' Missing documentation for: Module header NatM_State (compiler/nativeGen/NCGMonad.hs:61) mkNatM_State (compiler/nativeGen/NCGMonad.hs:81) NatM (compiler/nativeGen/NCGMonad.hs:76) initNat (compiler/nativeGen/NCGMonad.hs:86) addImportNat (compiler/nativeGen/NCGMonad.hs:145) getUniqueNat (compiler/nativeGen/NCGMonad.hs:124) mapAccumLNat (compiler/nativeGen/NCGMonad.hs:112) setDeltaNat (compiler/nativeGen/NCGMonad.hs:137) getDeltaNat (compiler/nativeGen/NCGMonad.hs:133) getThisModuleNat (compiler/nativeGen/NCGMonad.hs:141) getBlockIdNat (compiler/nativeGen/NCGMonad.hs:150) getNewLabelNat (compiler/nativeGen/NCGMonad.hs:156) getNewRegNat (compiler/nativeGen/NCGMonad.hs:162) getNewRegPairNat (compiler/nativeGen/NCGMonad.hs:169) getPicBaseMaybeNat (compiler/nativeGen/NCGMonad.hs:179) getPicBaseNat (compiler/nativeGen/NCGMonad.hs:184) getDynFlags (compiler/main/DynFlags.hs:894) getModLoc (compiler/nativeGen/NCGMonad.hs:194) getFileId (compiler/nativeGen/NCGMonad.hs:198) getDebugBlock (compiler/nativeGen/NCGMonad.hs:206) DwarfFiles (compiler/nativeGen/NCGMonad.hs:74) 0% ( 0 / 9) in 'PIC' Missing documentation for: Module header cmmMakeDynamicReference (compiler/nativeGen/PIC.hs:108) CmmMakeDynamicReferenceM (compiler/nativeGen/PIC.hs:100) ReferenceKind (compiler/nativeGen/PIC.hs:94) needImportedSymbols (compiler/nativeGen/PIC.hs:422) pprImportedSymbol (compiler/nativeGen/PIC.hs:497) pprGotDeclaration (compiler/nativeGen/PIC.hs:456) initializePicBase_ppc (compiler/nativeGen/PIC.hs:690) initializePicBase_x86 (compiler/nativeGen/PIC.hs:750) 25% ( 1 / 4) in 'X86.CodeGen' Missing documentation for: Module header cmmTopCodeGen (compiler/nativeGen/X86/CodeGen.hs:90) generateJumpTableForInstr (compiler/nativeGen/X86/CodeGen.hs:2642) 50% ( 2 / 4) in 'PPC.CodeGen' Missing documentation for: Module header generateJumpTableForInstr (compiler/nativeGen/PPC/CodeGen.hs:1236) 75% ( 3 / 4) in 'SPARC.Imm' Missing documentation for: Module header 67% ( 2 / 3) in 'SPARC.AddrMode' Missing documentation for: Module header 80% ( 4 / 5) in 'SPARC.Stack' Missing documentation for: Module header 88% ( 7 / 8) in 'SPARC.Instr' Missing documentation for: Module header 56% ( 5 / 9) in 'SPARC.Ppr' Missing documentation for: Module header pprNatCmmDecl (compiler/nativeGen/SPARC/Ppr.hs:54) pprBasicBlock (compiler/nativeGen/SPARC/Ppr.hs:88) pprData (compiler/nativeGen/SPARC/Ppr.hs:105) 0% ( 0 / 7) in 'SPARC.ShortcutJump' Missing documentation for: Module header JumpDest (compiler/nativeGen/SPARC/ShortcutJump.hs:23) getJumpDestBlockId (compiler/nativeGen/SPARC/ShortcutJump.hs:27) canShortcut (compiler/nativeGen/SPARC/ShortcutJump.hs:32) shortcutJump (compiler/nativeGen/SPARC/ShortcutJump.hs:36) shortcutStatics (compiler/nativeGen/SPARC/ShortcutJump.hs:41) shortBlockId (compiler/nativeGen/SPARC/ShortcutJump.hs:63) 100% ( 2 / 2) in 'SPARC.CodeGen.Expand' 100% ( 2 / 2) in 'SPARC.CodeGen.Sanity' 78% ( 7 / 9) in 'SPARC.CodeGen.Base' Missing documentation for: Module header mangleIndexTree (compiler/nativeGen/SPARC/CodeGen/Base.hs:110) 0% ( 0 / 3) in 'RegAlloc.Linear.FreeRegs' Missing documentation for: Module header FR (compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs:40) maxSpillSlots (compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs:70) 100% ( 2 / 2) in 'RegAlloc.Linear.JoinToTargets' 50% ( 2 / 4) in 'RegAlloc.Linear.Main' Missing documentation for: Module header regAlloc (compiler/nativeGen/RegAlloc/Linear/Main.hs:140) 50% ( 1 / 2) in 'SPARC.CodeGen.Amode' Missing documentation for: Module header 0% ( 0 / 4) in 'SPARC.CodeGen.CondCode' Missing documentation for: Module header getCondCode (compiler/nativeGen/SPARC/CodeGen/CondCode.hs:25) condIntCode (compiler/nativeGen/SPARC/CodeGen/CondCode.hs:67) condFltCode (compiler/nativeGen/SPARC/CodeGen/CondCode.hs:86) 100% ( 4 / 4) in 'SPARC.CodeGen.Gen64' 100% ( 3 / 3) in 'SPARC.CodeGen.Gen32' 50% ( 2 / 4) in 'SPARC.CodeGen' Missing documentation for: Module header generateJumpTableForInstr (compiler/nativeGen/SPARC/CodeGen.hs:339) 95% ( 18 / 19) in 'Dwarf.Types' Missing documentation for: Module header 50% ( 1 / 2) in 'Dwarf' Missing documentation for: Module header 0% ( 0 / 2) in 'AsmCodeGen' Missing documentation for: Module header nativeCodeGen (compiler/nativeGen/AsmCodeGen.hs:161) 9% ( 3 / 33) in 'StgSyn' Missing documentation for: Module header GenStgArg (compiler/stgSyn/StgSyn.hs:101) GenStgLiveVars (compiler/stgSyn/StgSyn.hs:180) GenStgBinding (compiler/stgSyn/StgSyn.hs:89) GenStgExpr (compiler/stgSyn/StgSyn.hs:182) GenStgRhs (compiler/stgSyn/StgSyn.hs:401) GenStgAlt (compiler/stgSyn/StgSyn.hs:504) AltType (compiler/stgSyn/StgSyn.hs:513) UpdateFlag (compiler/stgSyn/StgSyn.hs:552) isUpdatable (compiler/stgSyn/StgSyn.hs:560) StgBinderInfo (compiler/stgSyn/StgSyn.hs:460) noBinderInfo (compiler/stgSyn/StgSyn.hs:467) stgSatOcc (compiler/stgSyn/StgSyn.hs:467) stgUnsatOcc (compiler/stgSyn/StgSyn.hs:467) satCallsOnly (compiler/stgSyn/StgSyn.hs:472) combineStgBinderInfo (compiler/stgSyn/StgSyn.hs:476) StgArg (compiler/stgSyn/StgSyn.hs:530) StgLiveVars (compiler/stgSyn/StgSyn.hs:531) StgBinding (compiler/stgSyn/StgSyn.hs:529) StgExpr (compiler/stgSyn/StgSyn.hs:532) StgRhs (compiler/stgSyn/StgSyn.hs:533) StgAlt (compiler/stgSyn/StgSyn.hs:534) StgOp (compiler/stgSyn/StgSyn.hs:577) SRT (compiler/stgSyn/StgSyn.hs:602) stgBindHasCafRefs (compiler/stgSyn/StgSyn.hs:444) stgArgHasCafRefs (compiler/stgSyn/StgSyn.hs:454) stgRhsArity (compiler/stgSyn/StgSyn.hs:438) pprStgBinding (compiler/stgSyn/StgSyn.hs:645) pprStgBindings (compiler/stgSyn/StgSyn.hs:648) pprStgLVs (compiler/stgSyn/StgSyn.hs:775) 0% ( 0 / 2) in 'SCCfinal' Missing documentation for: Module header stgMassageForProfiling (compiler/profiling/SCCfinal.hs:44) 0% ( 0 / 2) in 'StgStats' Missing documentation for: Module header showStgStats (compiler/simplStg/StgStats.hs:78) 0% ( 0 / 2) in 'StgLint' Missing documentation for: Module header lintStgBindings (compiler/stgSyn/StgLint.hs:64) 19% ( 5 / 26) in 'Vectorise.Builtins.Base' Missing documentation for: mAX_DPH_PROD (compiler/vectorise/Vectorise/Builtins/Base.hs:50) mAX_DPH_SUM (compiler/vectorise/Vectorise/Builtins/Base.hs:53) mAX_DPH_COMBINE (compiler/vectorise/Vectorise/Builtins/Base.hs:56) mAX_DPH_SCALAR_ARGS (compiler/vectorise/Vectorise/Builtins/Base.hs:59) aLL_DPH_PRIM_TYCONS (compiler/vectorise/Vectorise/Builtins/Base.hs:64) selTy (compiler/vectorise/Vectorise/Builtins/Base.hs:120) selsTy (compiler/vectorise/Vectorise/Builtins/Base.hs:123) selReplicate (compiler/vectorise/Vectorise/Builtins/Base.hs:129) selTags (compiler/vectorise/Vectorise/Builtins/Base.hs:132) selElements (compiler/vectorise/Vectorise/Builtins/Base.hs:135) selsLength (compiler/vectorise/Vectorise/Builtins/Base.hs:126) sumTyCon (compiler/vectorise/Vectorise/Builtins/Base.hs:138) prodTyCon (compiler/vectorise/Vectorise/Builtins/Base.hs:141) prodDataCon (compiler/vectorise/Vectorise/Builtins/Base.hs:148) replicatePD_PrimVar (compiler/vectorise/Vectorise/Builtins/Base.hs:154) emptyPD_PrimVar (compiler/vectorise/Vectorise/Builtins/Base.hs:158) packByTagPD_PrimVar (compiler/vectorise/Vectorise/Builtins/Base.hs:162) combinePDVar (compiler/vectorise/Vectorise/Builtins/Base.hs:166) combinePD_PrimVar (compiler/vectorise/Vectorise/Builtins/Base.hs:169) scalarZip (compiler/vectorise/Vectorise/Builtins/Base.hs:174) closureCtrFun (compiler/vectorise/Vectorise/Builtins/Base.hs:177) 50% ( 1 / 2) in 'Vectorise.Type.Classify' Missing documentation for: Module header 0% ( 0 / 3) in 'LibFFI' Missing documentation for: Module header ForeignCallToken (compiler/ghci/LibFFI.hsc:27) prepForeignCall (compiler/ghci/LibFFI.hsc:29) 22% ( 49 /225) in 'TcType' Missing documentation for: Module header TcType (compiler/typecheck/TcType.hs:226) TcSigmaType (compiler/typecheck/TcType.hs:235) TcRhoType (compiler/typecheck/TcType.hs:236) TcTauType (compiler/typecheck/TcType.hs:237) TcPredType (compiler/typecheck/TcType.hs:233) TcThetaType (compiler/typecheck/TcType.hs:234) TcTyVar (compiler/typecheck/TcType.hs:224) TcTyVarSet (compiler/typecheck/TcType.hs:239) TcKind (compiler/typecheck/TcType.hs:238) TcCoVar (compiler/typecheck/TcType.hs:225) TcLevel (compiler/typecheck/TcType.hs:417) topTcLevel (compiler/typecheck/TcType.hs:483) pushTcLevel (compiler/typecheck/TcType.hs:486) strictlyDeeperThan (compiler/typecheck/TcType.hs:489) sameDepthAs (compiler/typecheck/TcType.hs:493) fskTcLevel (compiler/typecheck/TcType.hs:479) UserTypeCtxt (compiler/typecheck/TcType.hs:368) pprUserTypeCtxt (compiler/typecheck/TcType.hs:530) pprSigCtxt (compiler/typecheck/TcType.hs:550) TcTyVarDetails (compiler/typecheck/TcType.hs:311) pprTcTyVarDetails (compiler/typecheck/TcType.hs:514) vanillaSkolemTv (compiler/typecheck/TcType.hs:328) superSkolemTv (compiler/typecheck/TcType.hs:328) MetaDetails (compiler/typecheck/TcType.hs:334) MetaInfo (compiler/typecheck/TcType.hs:342) isImmutableTyVar (compiler/typecheck/TcType.hs:678) isSkolemTyVar (compiler/typecheck/TcType.hs:683) isMetaTyVar (compiler/typecheck/TcType.hs:683) isMetaTyVarTy (compiler/typecheck/TcType.hs:753) isTyVarTy (compiler/types/Type.hs:314) isSigTyVar (compiler/typecheck/TcType.hs:785) isOverlappableTyVar (compiler/typecheck/TcType.hs:683) isTyConableTyVar (compiler/typecheck/TcType.hs:683) isFmvTyVar (compiler/typecheck/TcType.hs:683) isReturnTyVar (compiler/typecheck/TcType.hs:683) isAmbiguousTyVar (compiler/typecheck/TcType.hs:683) metaTvRef (compiler/typecheck/TcType.hs:792) metaTyVarInfo (compiler/typecheck/TcType.hs:757) isFlexi (compiler/typecheck/TcType.hs:799) isIndirect (compiler/typecheck/TcType.hs:799) isRuntimeUnkSkol (compiler/typecheck/TcType.hs:806) isTypeVar (compiler/types/TypeRep.hs:291) isKindVar (compiler/types/TypeRep.hs:294) metaTyVarTcLevel (compiler/typecheck/TcType.hs:764) setMetaTyVarTcLevel (compiler/typecheck/TcType.hs:778) metaTyVarTcLevel_maybe (compiler/typecheck/TcType.hs:771) isTouchableMetaTyVar (compiler/typecheck/TcType.hs:661) isTouchableOrFmv (compiler/typecheck/TcType.hs:649) isFloatedTouchableMetaTyVar (compiler/typecheck/TcType.hs:671) canUnifyWithPolyType (compiler/typecheck/TcType.hs:1270) mkPhiTy (compiler/typecheck/TcType.hs:823) mkSigmaTy (compiler/typecheck/TcType.hs:820) mkTcEqPred (compiler/typecheck/TcType.hs:826) tcSplitForAllTys (compiler/typecheck/TcType.hs:902) tcSplitPhiTy (compiler/typecheck/TcType.hs:923) tcSplitPredFunTy_maybe (compiler/typecheck/TcType.hs:914) tcSplitFunTy_maybe (compiler/typecheck/TcType.hs:987) tcSplitFunTys (compiler/typecheck/TcType.hs:980) tcFunArgTy (compiler/typecheck/TcType.hs:1017) tcFunResultTy (compiler/typecheck/TcType.hs:1020) tcSplitFunTysN (compiler/typecheck/TcType.hs:999) tcSplitTyConApp (compiler/typecheck/TcType.hs:965) tcSplitTyConApp_maybe (compiler/typecheck/TcType.hs:970) tcTyConAppTyCon (compiler/typecheck/TcType.hs:955) tcTyConAppArgs (compiler/typecheck/TcType.hs:960) tcSplitAppTy_maybe (compiler/typecheck/TcType.hs:1024) tcSplitAppTy (compiler/typecheck/TcType.hs:1028) tcSplitAppTys (compiler/typecheck/TcType.hs:1033) tcInstHeadTyNotSynonym (compiler/typecheck/TcType.hs:1072) tcInstHeadTyAppAllTyVars (compiler/typecheck/TcType.hs:1081) tcGetTyVar_maybe (compiler/typecheck/TcType.hs:1042) tcGetTyVar (compiler/typecheck/TcType.hs:1047) tcSplitSigmaTy (compiler/typecheck/TcType.hs:932) tcDeepSplitSigmaTy_maybe (compiler/typecheck/TcType.hs:938) eqTypes (compiler/types/Type.hs:1258) eqPred (compiler/types/Type.hs:1261) cmpType (compiler/types/Type.hs:1280) cmpTypes (compiler/types/Type.hs:1286) cmpPred (compiler/types/Type.hs:1291) eqTypeX (compiler/types/Type.hs:1255) pickyEqType (compiler/typecheck/TcType.hs:1133) tcEqType (compiler/typecheck/TcType.hs:1106) tcEqKind (compiler/typecheck/TcType.hs:1103) isSigmaTy (compiler/typecheck/TcType.hs:1368) isRhoTy (compiler/typecheck/TcType.hs:1377) isOverloadedTy (compiler/typecheck/TcType.hs:1383) isDoubleTy (compiler/typecheck/TcType.hs:1391) isFloatTy (compiler/typecheck/TcType.hs:1391) isIntTy (compiler/typecheck/TcType.hs:1391) isWordTy (compiler/typecheck/TcType.hs:1391) isIntegerTy (compiler/typecheck/TcType.hs:1391) isBoolTy (compiler/typecheck/TcType.hs:1391) isUnitTy (compiler/typecheck/TcType.hs:1391) isCharTy (compiler/typecheck/TcType.hs:1391) isTauTy (compiler/typecheck/TcType.hs:858) isTauTyCon (compiler/typecheck/TcType.hs:867) tcIsTyVarTy (compiler/typecheck/TcType.hs:1050) tcIsForAllTy (compiler/typecheck/TcType.hs:909) isPredTy (compiler/types/Type.hs:880) isTyVarClassPred (compiler/typecheck/TcType.hs:1308) deNoteType (compiler/typecheck/TcType.hs:1462) occurCheckExpand (compiler/typecheck/TcType.hs:1199) OccCheckResult (compiler/typecheck/TcType.hs:1179) orphNamesOfType (compiler/typecheck/TcType.hs:1492) orphNamesOfDFunHead (compiler/typecheck/TcType.hs:1511) orphNamesOfCo (compiler/typecheck/TcType.hs:1522) orphNamesOfTypes (compiler/typecheck/TcType.hs:1508) orphNamesOfCoCon (compiler/typecheck/TcType.hs:1542) getDFunTyKey (compiler/typecheck/TcType.hs:874) evVarPred_maybe (compiler/typecheck/TcType.hs:1313) evVarPred (compiler/typecheck/TcType.hs:1317) mkMinimalBySCs (compiler/typecheck/TcType.hs:1328) transSuperClasses (compiler/typecheck/TcType.hs:1342) immSuperClasses (compiler/typecheck/TcType.hs:1354) exactTyVarsOfType (compiler/typecheck/TcType.hs:624) exactTyVarsOfTypes (compiler/typecheck/TcType.hs:638) isFFIArgumentTy (compiler/typecheck/TcType.hs:1581) isFFIImportResultTy (compiler/typecheck/TcType.hs:1590) isFFIExportResultTy (compiler/typecheck/TcType.hs:1594) isFFIExternalTy (compiler/typecheck/TcType.hs:1586) isFFIDynTy (compiler/typecheck/TcType.hs:1597) isFFIPrimArgumentTy (compiler/typecheck/TcType.hs:1621) isFFIPrimResultTy (compiler/typecheck/TcType.hs:1630) isFFILabelTy (compiler/typecheck/TcType.hs:1614) isFFITy (compiler/typecheck/TcType.hs:1577) isFunPtrTy (compiler/typecheck/TcType.hs:1636) tcSplitIOType_maybe (compiler/typecheck/TcType.hs:1565) typeKind (compiler/types/Type.hs:1692) isLiftedTypeKind (compiler/types/TypeRep.hs:282) tcIsSubKind (compiler/types/Kind.hs:258) defaultKind (compiler/types/Kind.hs:271) mkForAllTy (compiler/types/Type.hs:748) mkFunTys (compiler/types/Type.hs:463) mkAppTys (compiler/types/Type.hs:375) mkTyVarTy (compiler/types/TypeRep.hs:270) mkTyVarTys (compiler/types/TypeRep.hs:273) isClassPred (compiler/types/Type.hs:901) isEqPred (compiler/types/Type.hs:901) isIPPred (compiler/types/Type.hs:901) mkClassPred (compiler/types/Type.hs:964) isDictLikeTy (compiler/types/Type.hs:970) tcSplitDFunTy (compiler/typecheck/TcType.hs:1054) tcSplitDFunHead (compiler/typecheck/TcType.hs:1069) emptyTvSubst (compiler/types/Type.hs:1419) zipTopTvSubst (compiler/types/Type.hs:1503) notElemTvSubst (compiler/types/Type.hs:1438) unionTvSubst (compiler/types/Type.hs:1460) getTvSubstEnv (compiler/types/Type.hs:1429) setTvSubstEnv (compiler/types/Type.hs:1441) getTvInScope (compiler/types/Type.hs:1432) extendTvInScope (compiler/types/Type.hs:1447) lookupTyVar (compiler/types/Type.hs:1627) extendTvSubst (compiler/types/Type.hs:1453) substTyVarBndr (compiler/types/Type.hs:1631) extendTvSubstList (compiler/types/Type.hs:1456) isInScope (compiler/types/Type.hs:1435) mkTvSubst (compiler/types/Type.hs:1426) zipTyEnv (compiler/types/Type.hs:1510) substTyVar (compiler/types/Type.hs:1614) substTyVars (compiler/types/Type.hs:1624) isUnboxedTupleType (compiler/types/Type.hs:1173) tyVarsOfTypes (compiler/types/TypeRep.hs:318) closeOverKinds (compiler/types/TypeRep.hs:321) tcTyVarsOfType (compiler/typecheck/TcType.hs:1467) tcTyVarsOfTypes (compiler/typecheck/TcType.hs:1479) pprKind (compiler/types/TypeRep.hs:518) pprParendKind (compiler/types/TypeRep.hs:518) pprSigmaType (compiler/types/TypeRep.hs:635) pprType (compiler/types/TypeRep.hs:511) pprParendType (compiler/types/TypeRep.hs:511) pprTypeApp (compiler/types/TypeRep.hs:702) pprTyThingCategory (compiler/types/TypeRep.hs:369) pprTheta (compiler/types/TypeRep.hs:527) pprThetaArrowTy (compiler/types/TypeRep.hs:531) pprClassPred (compiler/types/TypeRep.hs:523) 13% ( 8 / 62) in 'StgCmmClosure' Missing documentation for: Module header DynTag (compiler/codeGen/StgCmmClosure.hs:295) tagForCon (compiler/codeGen/StgCmmClosure.hs:319) isSmallFamily (compiler/codeGen/StgCmmClosure.hs:311) ConTagZ (compiler/codeGen/StgCmmClosure.hs:293) dataConTagZ (compiler/codeGen/StgCmmClosure.hs:316) idPrimRep (compiler/codeGen/StgCmmClosure.hs:125) isVoidRep (compiler/types/TyCon.hs:959) isGcPtrRep (compiler/types/TyCon.hs:963) addIdReps (compiler/codeGen/StgCmmClosure.hs:130) addArgReps (compiler/codeGen/StgCmmClosure.hs:133) argPrimRep (compiler/codeGen/StgCmmClosure.hs:136) LambdaFormInfo (compiler/codeGen/StgCmmClosure.hs:149) StandardFormInfo (compiler/codeGen/StgCmmClosure.hs:187) mkLFThunk (compiler/codeGen/StgCmmClosure.hs:236) mkLFReEntrant (compiler/codeGen/StgCmmClosure.hs:226) mkConLFInfo (compiler/codeGen/StgCmmClosure.hs:257) mkSelectorLFInfo (compiler/codeGen/StgCmmClosure.hs:261) mkApLFInfo (compiler/codeGen/StgCmmClosure.hs:267) mkLFImported (compiler/codeGen/StgCmmClosure.hs:273) mkLFArgument (compiler/codeGen/StgCmmClosure.hs:213) mkLFLetNoEscape (compiler/codeGen/StgCmmClosure.hs:222) lfDynTag (compiler/codeGen/StgCmmClosure.hs:332) maybeIsLFCon (compiler/codeGen/StgCmmClosure.hs:345) isLFThunk (compiler/codeGen/StgCmmClosure.hs:350) isLFReEntrant (compiler/codeGen/StgCmmClosure.hs:354) lfUpdatable (compiler/codeGen/StgCmmClosure.hs:838) CgLoc (compiler/codeGen/StgCmmClosure.hs:96) SelfLoopInfo (compiler/codeGen/StgCmmClosure.hs:110) CallMethod (compiler/codeGen/StgCmmClosure.hs:478) nodeMustPointToIt (compiler/codeGen/StgCmmClosure.hs:382) isKnownFun (compiler/codeGen/StgCmmClosure.hs:113) funTag (compiler/codeGen/StgCmmClosure.hs:857) tagForArity (compiler/codeGen/StgCmmClosure.hs:327) getCallMethod (compiler/codeGen/StgCmmClosure.hs:493) ClosureInfo (compiler/codeGen/StgCmmClosure.hs:689) mkClosureInfo (compiler/codeGen/StgCmmClosure.hs:717) closureLFInfo (compiler/codeGen/StgCmmClosure.hs:696) closureName (compiler/codeGen/StgCmmClosure.hs:691) closureInfoLabel (compiler/codeGen/StgCmmClosure.hs:700) staticClosureLabel (compiler/codeGen/StgCmmClosure.hs:872) closureSlowEntryLabel (compiler/codeGen/StgCmmClosure.hs:875) closureLocalEntryLabel (compiler/codeGen/StgCmmClosure.hs:878) closureUpdReqd (compiler/codeGen/StgCmmClosure.hs:835) closureSingleEntry (compiler/codeGen/StgCmmClosure.hs:842) closureReEntrant (compiler/codeGen/StgCmmClosure.hs:846) closureFunInfo (compiler/codeGen/StgCmmClosure.hs:850) isToplevClosure (compiler/codeGen/StgCmmClosure.hs:861) blackHoleOnEntry (compiler/codeGen/StgCmmClosure.hs:764) isStaticClosure (compiler/codeGen/StgCmmClosure.hs:832) mkDataConInfoTable (compiler/codeGen/StgCmmClosure.hs:982) cafBlackHoleInfoTable (compiler/codeGen/StgCmmClosure.hs:1007) indStaticInfoTable (compiler/codeGen/StgCmmClosure.hs:1014) staticClosureNeedsLink (compiler/codeGen/StgCmmClosure.hs:1021) 4% ( 3 / 73) in 'StgCmmMonad' Missing documentation for: Module header FCode (compiler/codeGen/StgCmmMonad.hs:115) initC (compiler/codeGen/StgCmmMonad.hs:132) runC (compiler/codeGen/StgCmmMonad.hs:136) thenC (compiler/codeGen/StgCmmMonad.hs:142) thenFC (compiler/codeGen/StgCmmMonad.hs:153) listCs (compiler/codeGen/StgCmmMonad.hs:147) returnFC (compiler/codeGen/StgCmmMonad.hs:139) fixC (compiler/codeGen/StgCmmMonad.hs:161) newUnique (compiler/codeGen/StgCmmMonad.hs:477) newUniqSupply (compiler/codeGen/StgCmmMonad.hs:470) newLabelC (compiler/codeGen/StgCmmMonad.hs:742) emitLabel (compiler/codeGen/StgCmmMonad.hs:715) emit (compiler/codeGen/StgCmmMonad.hs:746) emitDecl (compiler/codeGen/StgCmmMonad.hs:751) emitProc (compiler/codeGen/StgCmmMonad.hs:789) emitProcWithConvention (compiler/codeGen/StgCmmMonad.hs:782) emitProcWithStackFrame (compiler/codeGen/StgCmmMonad.hs:759) emitOutOfLine (compiler/codeGen/StgCmmMonad.hs:756) emitAssign (compiler/codeGen/StgCmmMonad.hs:735) emitStore (compiler/codeGen/StgCmmMonad.hs:738) emitComment (compiler/codeGen/StgCmmMonad.hs:719) emitTick (compiler/codeGen/StgCmmMonad.hs:726) emitUnwind (compiler/codeGen/StgCmmMonad.hs:729) getCmm (compiler/codeGen/StgCmmMonad.hs:817) aGraphToGraph (compiler/codeGen/StgCmmMonad.hs:873) getCodeR (compiler/codeGen/StgCmmMonad.hs:662) getCode (compiler/codeGen/StgCmmMonad.hs:669) getHeapUsage (compiler/codeGen/StgCmmMonad.hs:695) mkCmmIfThenElse (compiler/codeGen/StgCmmMonad.hs:828) mkCmmIfThen (compiler/codeGen/StgCmmMonad.hs:844) mkCmmIfGoto (compiler/codeGen/StgCmmMonad.hs:838) mkCall (compiler/codeGen/StgCmmMonad.hs:853) mkCmmCall (compiler/codeGen/StgCmmMonad.hs:864) forkClosureBody (compiler/codeGen/StgCmmMonad.hs:589) forkLneBody (compiler/codeGen/StgCmmMonad.hs:609) forkAlts (compiler/codeGen/StgCmmMonad.hs:638) codeOnly (compiler/codeGen/StgCmmMonad.hs:625) ConTagZ (compiler/codeGen/StgCmmClosure.hs:293) Sequel (compiler/codeGen/StgCmmMonad.hs:216) ReturnKind (compiler/codeGen/StgCmmMonad.hs:231) withSequel (compiler/codeGen/StgCmmMonad.hs:521) getSequel (compiler/codeGen/StgCmmMonad.hs:526) setTickyCtrLabel (compiler/codeGen/StgCmmMonad.hs:558) getTickyCtrLabel (compiler/codeGen/StgCmmMonad.hs:553) withUpdFrameOff (compiler/codeGen/StgCmmMonad.hs:540) getUpdFrameOff (compiler/codeGen/StgCmmMonad.hs:545) initUpdFrameOff (compiler/codeGen/StgCmmMonad.hs:316) HeapUsage (compiler/codeGen/StgCmmMonad.hs:339) VirtualHpOffset (compiler/codeGen/StgCmmMonad.hs:347) initHpUsage (compiler/codeGen/StgCmmMonad.hs:414) getHpUsage (compiler/codeGen/StgCmmMonad.hs:430) setHpUsage (compiler/codeGen/StgCmmMonad.hs:435) heapHWM (compiler/codeGen/StgCmmMonad.hs:411) setVirtHp (compiler/codeGen/StgCmmMonad.hs:440) getVirtHp (compiler/codeGen/StgCmmMonad.hs:445) setRealHp (compiler/codeGen/StgCmmMonad.hs:450) getModuleName (compiler/codeGen/StgCmmMonad.hs:515) getState (compiler/codeGen/StgCmmMonad.hs:424) setState (compiler/codeGen/StgCmmMonad.hs:427) getSelfLoop (compiler/codeGen/StgCmmMonad.hs:488) withSelfLoop (compiler/codeGen/StgCmmMonad.hs:493) getInfoDown (compiler/codeGen/StgCmmMonad.hs:485) getDynFlags (compiler/main/DynFlags.hs:894) getThisPackage (compiler/codeGen/StgCmmMonad.hs:501) CgIdInfo (compiler/codeGen/StgCmmMonad.hs:194) getBinds (compiler/codeGen/StgCmmMonad.hs:455) setBinds (compiler/codeGen/StgCmmMonad.hs:460) CgInfoDownwards (compiler/codeGen/StgCmmMonad.hs:178) CgState (compiler/codeGen/StgCmmMonad.hs:324) 56% ( 15 / 27) in 'StgCmmExtCode' Missing documentation for: unEC (compiler/codeGen/StgCmmExtCode.hs:78) newBlockId (compiler/codeGen/StgCmmExtCode.hs:164) emit (compiler/codeGen/StgCmmExtCode.hs:219) emitLabel (compiler/codeGen/StgCmmExtCode.hs:222) emitAssign (compiler/codeGen/StgCmmExtCode.hs:225) emitStore (compiler/codeGen/StgCmmExtCode.hs:228) getCode (compiler/codeGen/StgCmmExtCode.hs:231) getCodeR (compiler/codeGen/StgCmmExtCode.hs:236) getCodeScoped (compiler/codeGen/StgCmmExtCode.hs:241) emitOutOfLine (compiler/codeGen/StgCmmExtCode.hs:246) withUpdFrameOff (compiler/codeGen/StgCmmExtCode.hs:249) getUpdFrameOff (compiler/codeGen/StgCmmExtCode.hs:253) 2% ( 1 / 53) in 'StgCmmUtils' Missing documentation for: Module header cgLit (compiler/codeGen/StgCmmUtils.hs:84) mkSimpleLit (compiler/codeGen/StgCmmUtils.hs:98) emitDataLits (compiler/codeGen/StgCmmUtils.hs:315) mkDataLits (compiler/cmm/CmmUtils.hs:166) emitRODataLits (compiler/codeGen/StgCmmUtils.hs:319) mkRODataLits (compiler/cmm/CmmUtils.hs:171) emitRtsCall (compiler/codeGen/StgCmmUtils.hs:178) emitRtsCallWithResult (compiler/codeGen/StgCmmUtils.hs:181) emitRtsCallGen (compiler/codeGen/StgCmmUtils.hs:187) assignTemp (compiler/codeGen/StgCmmUtils.hs:341) newTemp (compiler/codeGen/StgCmmUtils.hs:356) newUnboxedTupleRegs (compiler/codeGen/StgCmmUtils.hs:360) emitMultiAssign (compiler/codeGen/StgCmmUtils.hs:387) emitCmmLitSwitch (compiler/codeGen/StgCmmUtils.hs:641) emitSwitch (compiler/codeGen/StgCmmUtils.hs:458) tagToClosure (compiler/codeGen/StgCmmUtils.hs:166) mkTaggedObjectLoad (compiler/codeGen/StgCmmUtils.hs:147) callerSaveVolatileRegs (compiler/codeGen/StgCmmUtils.hs:242) get_GlobalReg_addr (compiler/codeGen/StgCmmUtils.hs:272) cmmAndWord (compiler/cmm/CmmUtils.hs:318) cmmOrWord (compiler/cmm/CmmUtils.hs:318) cmmNegate (compiler/cmm/CmmUtils.hs:336) cmmEqWord (compiler/cmm/CmmUtils.hs:318) cmmNeWord (compiler/cmm/CmmUtils.hs:318) cmmUGtWord (compiler/cmm/CmmUtils.hs:318) cmmSubWord (compiler/cmm/CmmUtils.hs:318) cmmMulWord (compiler/cmm/CmmUtils.hs:318) cmmAddWord (compiler/cmm/CmmUtils.hs:318) cmmUShrWord (compiler/cmm/CmmUtils.hs:318) cmmOffsetExprW (compiler/cmm/CmmUtils.hs:297) cmmOffsetExprB (compiler/cmm/CmmUtils.hs:285) cmmRegOffW (compiler/cmm/CmmUtils.hs:305) cmmRegOffB (compiler/cmm/CmmUtils.hs:279) cmmLabelOffW (compiler/cmm/CmmUtils.hs:311) cmmLabelOffB (compiler/cmm/CmmUtils.hs:288) cmmOffsetW (compiler/cmm/CmmUtils.hs:302) cmmOffsetB (compiler/cmm/CmmUtils.hs:282) cmmOffsetLitW (compiler/cmm/CmmUtils.hs:308) cmmOffsetLitB (compiler/cmm/CmmUtils.hs:291) cmmLoadIndexW (compiler/cmm/CmmUtils.hs:314) cmmConstrTag1 (compiler/cmm/CmmUtils.hs:396) cmmUntag (compiler/cmm/CmmUtils.hs:387) cmmIsTagged (compiler/cmm/CmmUtils.hs:393) addToMem (compiler/codeGen/StgCmmUtils.hs:126) addToMemE (compiler/codeGen/StgCmmUtils.hs:132) addToMemLblE (compiler/codeGen/StgCmmUtils.hs:123) addToMemLbl (compiler/codeGen/StgCmmUtils.hs:120) mkWordCLit (compiler/cmm/CmmUtils.hs:156) newStringCLit (compiler/codeGen/StgCmmUtils.hs:323) newByteStringCLit (compiler/codeGen/StgCmmUtils.hs:328) blankWord (compiler/cmm/CmmUtils.hs:340) 23% ( 5 / 22) in 'StgCmmProf' Missing documentation for: Module header initCostCentres (compiler/codeGen/StgCmmProf.hs:208) ccType (compiler/codeGen/StgCmmProf.hs:60) ccsType (compiler/codeGen/StgCmmProf.hs:57) mkCCostCentre (compiler/codeGen/StgCmmProf.hs:69) mkCCostCentreStack (compiler/codeGen/StgCmmProf.hs:72) enterCostCentreThunk (compiler/codeGen/StgCmmProf.hs:175) enterCostCentreFun (compiler/codeGen/StgCmmProf.hs:181) costCentreFrom (compiler/codeGen/StgCmmProf.hs:75) curCCS (compiler/codeGen/StgCmmProf.hs:63) storeCurCCS (compiler/codeGen/StgCmmProf.hs:66) emitSetCCC (compiler/codeGen/StgCmmProf.hs:275) saveCurrentCostCentre (compiler/codeGen/StgCmmProf.hs:127) restoreCurrentCostCentre (compiler/codeGen/StgCmmProf.hs:137) ldvEnter (compiler/codeGen/StgCmmProf.hs:340) ldvEnterClosure (compiler/codeGen/StgCmmProf.hs:333) ldvRecordCreate (compiler/codeGen/StgCmmProf.hs:323) 0% ( 0 / 21) in 'StgCmmEnv' Missing documentation for: Module header CgIdInfo (compiler/codeGen/StgCmmMonad.hs:194) litIdInfo (compiler/codeGen/StgCmmEnv.hs:77) lneIdInfo (compiler/codeGen/StgCmmEnv.hs:84) rhsIdInfo (compiler/codeGen/StgCmmEnv.hs:93) mkRhsInit (compiler/codeGen/StgCmmEnv.hs:99) idInfoToAmode (compiler/codeGen/StgCmmEnv.hs:103) NonVoid (compiler/codeGen/StgCmmEnv.hs:55) unsafe_stripNV (compiler/codeGen/StgCmmEnv.hs:59) nonVoidIds (compiler/codeGen/StgCmmEnv.hs:65) addBindC (compiler/codeGen/StgCmmEnv.hs:126) addBindsC (compiler/codeGen/StgCmmEnv.hs:131) bindArgsToRegs (compiler/codeGen/StgCmmEnv.hs:204) bindToReg (compiler/codeGen/StgCmmEnv.hs:186) rebindToReg (compiler/codeGen/StgCmmEnv.hs:194) bindArgToReg (compiler/codeGen/StgCmmEnv.hs:201) idToReg (compiler/codeGen/StgCmmEnv.hs:207) getArgAmode (compiler/codeGen/StgCmmEnv.hs:167) getNonVoidArgAmodes (compiler/codeGen/StgCmmEnv.hs:172) getCgIdInfo (compiler/codeGen/StgCmmEnv.hs:139) maybeLetNoEscape (compiler/codeGen/StgCmmEnv.hs:113) 0% ( 0 / 8) in 'StgCmmArgRep' Missing documentation for: Module header ArgRep (compiler/codeGen/StgCmmArgRep.hs:43) toArgRep (compiler/codeGen/StgCmmArgRep.hs:65) argRepSizeW (compiler/codeGen/StgCmmArgRep.hs:85) argRepString (compiler/codeGen/StgCmmArgRep.hs:54) isNonV (compiler/codeGen/StgCmmArgRep.hs:81) idArgRep (compiler/codeGen/StgCmmArgRep.hs:96) slowCallPattern (compiler/codeGen/StgCmmArgRep.hs:125) 0% ( 0 / 34) in 'StgCmmTicky' Missing documentation for: Module header withNewTickyCounterFun (compiler/codeGen/StgCmmTicky.hs:148) withNewTickyCounterLNE (compiler/codeGen/StgCmmTicky.hs:148) withNewTickyCounterThunk (compiler/codeGen/StgCmmTicky.hs:155) withNewTickyCounterStdThunk (compiler/codeGen/StgCmmTicky.hs:155) tickyDynAlloc (compiler/codeGen/StgCmmTicky.hs:414) tickyAllocHeap (compiler/codeGen/StgCmmTicky.hs:453) tickyAllocPrim (compiler/codeGen/StgCmmTicky.hs:490) tickyAllocThunk (compiler/codeGen/StgCmmTicky.hs:499) tickyAllocPAP (compiler/codeGen/StgCmmTicky.hs:506) tickyHeapCheck (compiler/codeGen/StgCmmTicky.hs:512) tickyStackCheck (compiler/codeGen/StgCmmTicky.hs:515) tickyUnknownCall (compiler/codeGen/StgCmmTicky.hs:370) tickyDirectCall (compiler/codeGen/StgCmmTicky.hs:355) tickyPushUpdateFrame (compiler/codeGen/StgCmmTicky.hs:225) tickyUpdateFrameOmitted (compiler/codeGen/StgCmmTicky.hs:225) tickyEnterDynCon (compiler/codeGen/StgCmmTicky.hs:238) tickyEnterStaticCon (compiler/codeGen/StgCmmTicky.hs:238) tickyEnterViaNode (compiler/codeGen/StgCmmTicky.hs:238) tickyEnterFun (compiler/codeGen/StgCmmTicky.hs:277) tickyEnterThunk (compiler/codeGen/StgCmmTicky.hs:243) tickyEnterStdThunk (compiler/codeGen/StgCmmTicky.hs:260) tickyEnterLNE (compiler/codeGen/StgCmmTicky.hs:289) tickyUpdateBhCaf (compiler/codeGen/StgCmmTicky.hs:270) tickyBlackHole (compiler/codeGen/StgCmmTicky.hs:263) tickyUnboxedTupleReturn (compiler/codeGen/StgCmmTicky.hs:341) tickyVectoredReturn (compiler/codeGen/StgCmmTicky.hs:346) tickyReturnOldCon (compiler/codeGen/StgCmmTicky.hs:333) tickyReturnNewCon (compiler/codeGen/StgCmmTicky.hs:333) tickyKnownCallTooFewArgs (compiler/codeGen/StgCmmTicky.hs:361) tickyKnownCallExact (compiler/codeGen/StgCmmTicky.hs:364) tickyKnownCallExtraArgs (compiler/codeGen/StgCmmTicky.hs:367) tickySlowCall (compiler/codeGen/StgCmmTicky.hs:375) tickySlowCallPat (compiler/codeGen/StgCmmTicky.hs:384) 20% ( 3 / 15) in 'StgCmmLayout' Missing documentation for: Module header mkArgDescr (compiler/codeGen/StgCmmLayout.hs:452) adjustHpBackwards (compiler/codeGen/StgCmmLayout.hs:129) emitClosureProcAndInfoTable (compiler/codeGen/StgCmmLayout.hs:513) emitClosureAndInfoTable (compiler/codeGen/StgCmmLayout.hs:538) slowCall (compiler/codeGen/StgCmmLayout.hs:183) directCall (compiler/codeGen/StgCmmLayout.hs:173) mkVirtHeapOffsets (compiler/codeGen/StgCmmLayout.hs:390) getHpRelOffset (compiler/codeGen/StgCmmLayout.hs:383) ArgRep (compiler/codeGen/StgCmmArgRep.hs:43) toArgRep (compiler/codeGen/StgCmmArgRep.hs:65) argRepSizeW (compiler/codeGen/StgCmmArgRep.hs:85) 12% ( 2 / 17) in 'StgCmmHeap' Missing documentation for: Module header getVirtHp (compiler/codeGen/StgCmmMonad.hs:445) setVirtHp (compiler/codeGen/StgCmmMonad.hs:440) setRealHp (compiler/codeGen/StgCmmMonad.hs:450) getHpRelOffset (compiler/codeGen/StgCmmLayout.hs:383) entryHeapCheck (compiler/codeGen/StgCmmHeap.hs:338) altHeapCheck (compiler/codeGen/StgCmmHeap.hs:411) noEscapeHeapCheck (compiler/codeGen/StgCmmHeap.hs:438) altHeapCheckReturnsTo (compiler/codeGen/StgCmmHeap.hs:428) heapStackCheckGen (compiler/codeGen/StgCmmHeap.hs:543) mkStaticClosureFields (compiler/codeGen/StgCmmHeap.hs:169) mkStaticClosure (compiler/codeGen/StgCmmHeap.hs:218) allocDynClosure (compiler/codeGen/StgCmmHeap.hs:61) allocDynClosureCmm (compiler/codeGen/StgCmmHeap.hs:74) emitSetDynHdr (compiler/codeGen/StgCmmHeap.hs:145) 9% ( 1 / 11) in 'StgCmmForeign' Missing documentation for: Module header emitPrimCall (compiler/codeGen/StgCmmForeign.hs:201) emitCCall (compiler/codeGen/StgCmmForeign.hs:188) emitForeignCall (compiler/codeGen/StgCmmForeign.hs:206) emitSaveThreadState (compiler/codeGen/StgCmmForeign.hs:278) saveThreadState (compiler/codeGen/StgCmmForeign.hs:289) emitLoadThreadState (compiler/codeGen/StgCmmForeign.hs:354) loadThreadState (compiler/codeGen/StgCmmForeign.hs:367) emitOpenNursery (compiler/codeGen/StgCmmForeign.hs:395) emitCloseNursery (compiler/codeGen/StgCmmForeign.hs:303) 0% ( 0 / 3) in 'CmmLayoutStack' Missing documentation for: Module header cmmLayoutStack (compiler/cmm/CmmLayoutStack.hs:191) setInfoTableStackMap (compiler/cmm/CmmLayoutStack.hs:929) 14% ( 1 / 7) in 'ByteCodeItbls' Missing documentation for: ItblEnv (compiler/ghci/ByteCodeItbls.hs:50) ItblPtr (compiler/ghci/ByteCodeItbls.hs:39) itblCode (compiler/ghci/ByteCodeItbls.hs:41) mkITbls (compiler/ghci/ByteCodeItbls.hs:59) peekItbl (compiler/ghci/ByteCodeItbls.hs:329) StgInfoTable (compiler/ghci/ByteCodeItbls.hs:289) 20% ( 1 / 5) in 'ByteCodeInstr' Missing documentation for: BCInstr (compiler/ghci/ByteCodeInstr.hs:54) ProtoBCO (compiler/ghci/ByteCodeInstr.hs:38) bciStackUse (compiler/ghci/ByteCodeInstr.hs:276) BreakInfo (compiler/ghci/ByteCodeInstr.hs:147) 0% ( 0 / 5) in 'InteractiveEvalTypes' Missing documentation for: Module header RunResult (compiler/main/InteractiveEvalTypes.hs:29) Status (compiler/main/InteractiveEvalTypes.hs:34) Resume (compiler/main/InteractiveEvalTypes.hs:40) History (compiler/main/InteractiveEvalTypes.hs:60) 17% ( 2 / 12) in 'ByteCodeAsm' Missing documentation for: assembleBCOs (compiler/ghci/ByteCodeAsm.hs:125) assembleBCO (compiler/ghci/ByteCodeAsm.hs:131) CompiledByteCode (compiler/ghci/ByteCodeAsm.hs:65) UnlinkedBCO (compiler/ghci/ByteCodeAsm.hs:73) BCOPtr (compiler/ghci/ByteCodeAsm.hs:83) BCONPtr (compiler/ghci/ByteCodeAsm.hs:90) SizedSeq (compiler/ghci/ByteCodeAsm.hs:194) sizeSS (compiler/ghci/ByteCodeAsm.hs:208) ssElts (compiler/ghci/ByteCodeAsm.hs:205) iNTERP_STACK_CHECK_THRESH (compiler/ghci/ByteCodeAsm.hs:554) 12% ( 1 / 8) in 'ByteCodeLink' Missing documentation for: ClosureEnv (compiler/ghci/ByteCodeLink.hs:52) emptyClosureEnv (compiler/ghci/ByteCodeLink.hs:54) extendClosureEnv (compiler/ghci/ByteCodeLink.hs:57) linkBCO (compiler/ghci/ByteCodeLink.hs:72) lookupStaticPtr (compiler/ghci/ByteCodeLink.hs:183) lookupName (compiler/ghci/ByteCodeLink.hs:201) lookupIE (compiler/ghci/ByteCodeLink.hs:214) 25% ( 1 / 4) in 'StgCmmPrim' Missing documentation for: Module header cgOpApp (compiler/codeGen/StgCmmPrim.hs:68) cgPrimOp (compiler/codeGen/StgCmmPrim.hs:254) 76% ( 22 / 29) in 'CoreFVs' Missing documentation for: varTypeTyVars (compiler/coreSyn/CoreFVs.hs:402) idUnfoldingVars (compiler/coreSyn/CoreFVs.hs:426) idFreeVars (compiler/coreSyn/CoreFVs.hs:406) idRuleAndUnfoldingVars (compiler/coreSyn/CoreFVs.hs:418) idRuleVars (compiler/coreSyn/CoreFVs.hs:423) idRuleRhsVars (compiler/coreSyn/CoreFVs.hs:286) stableUnfoldingVars (compiler/coreSyn/CoreFVs.hs:434) 61% ( 38 / 62) in 'CoreUtils' Missing documentation for: mkTicks (compiler/coreSyn/CoreUtils.hs:320) mkTickNoHNF (compiler/coreSyn/CoreUtils.hs:331) tickHNFArgs (compiler/coreSyn/CoreUtils.hs:337) isDefaultAlt (compiler/coreSyn/CoreUtils.hs:462) filterAlts (compiler/coreSyn/CoreUtils.hs:511) exprIsDupable (compiler/coreSyn/CoreUtils.hs:727) exprIsTrivial (compiler/coreSyn/CoreUtils.hs:660) getIdFromTrivialExpr (compiler/coreSyn/CoreUtils.hs:679) exprIsBottom (compiler/coreSyn/CoreUtils.hs:695) exprIsCheap (compiler/coreSyn/CoreUtils.hs:858) exprIsExpandable (compiler/coreSyn/CoreUtils.hs:861) exprIsCheap' (compiler/coreSyn/CoreUtils.hs:864) CheapAppFun (compiler/coreSyn/CoreUtils.hs:956) exprIsWorkFree (compiler/coreSyn/CoreUtils.hs:787) isCheapApp (compiler/coreSyn/CoreUtils.hs:962) isExpandableApp (compiler/coreSyn/CoreUtils.hs:968) coreBindsSize (compiler/coreSyn/CoreUtils.hs:1731) CoreStats (compiler/coreSyn/CoreUtils.hs:1670) coreBindsStats (compiler/coreSyn/CoreUtils.hs:1693) eqExpr (compiler/coreSyn/CoreUtils.hs:1471) tryEtaReduce (compiler/coreSyn/CoreUtils.hs:1869) dataConRepInstPat (compiler/coreSyn/CoreUtils.hs:1330) dataConRepFSInstPat (compiler/coreSyn/CoreUtils.hs:1331) stripTicksT (compiler/coreSyn/CoreUtils.hs:382) 0% ( 0 / 2) in 'SAT' Missing documentation for: Module header doStaticArgs (compiler/simplCore/SAT.hs:75) 0% ( 0 / 4) in 'OccurAnal' Missing documentation for: Module header occurAnalysePgm (compiler/simplCore/OccurAnal.hs:56) occurAnalyseExpr (compiler/simplCore/OccurAnal.hs:103) occurAnalyseExpr_NoBinderSwap (compiler/simplCore/OccurAnal.hs:107) 31% ( 13 / 42) in 'InstEnv' Missing documentation for: Module header DFunId (compiler/basicTypes/Var.hs:106) InstMatch (compiler/types/InstEnv.hs:735) ClsInstLookupResult (compiler/types/InstEnv.hs:737) OverlapMode (compiler/basicTypes/BasicTypes.hs:489) setOverlapModeMaybe (compiler/basicTypes/BasicTypes.hs:469) ClsInst (compiler/types/InstEnv.hs:63) DFunInstType (compiler/types/InstEnv.hs:730) pprInstance (compiler/types/InstEnv.hs:179) pprInstanceHdr (compiler/types/InstEnv.hs:187) pprInstances (compiler/types/InstEnv.hs:199) instanceHead (compiler/types/InstEnv.hs:202) instanceSig (compiler/types/InstEnv.hs:209) mkLocalInstance (compiler/types/InstEnv.hs:213) mkImportedInstance (compiler/types/InstEnv.hs:254) instanceDFunId (compiler/types/InstEnv.hs:163) tidyClsInstDFun (compiler/types/InstEnv.hs:166) instanceRoughTcs (compiler/types/InstEnv.hs:170) InstEnv (compiler/types/InstEnv.hs:417) emptyInstEnv (compiler/types/InstEnv.hs:451) extendInstEnv (compiler/types/InstEnv.hs:499) deleteFromInstEnv (compiler/types/InstEnv.hs:505) extendInstEnvList (compiler/types/InstEnv.hs:496) lookupInstEnv' (compiler/types/InstEnv.hs:776) instEnvElts (compiler/types/InstEnv.hs:454) classInstances (compiler/types/InstEnv.hs:471) instanceBindFun (compiler/types/InstEnv.hs:1005) instanceCantMatch (compiler/types/InstEnv.hs:279) roughMatchTcs (compiler/types/InstEnv.hs:272) 0% ( 0 / 9) in 'FunDeps' Missing documentation for: Module header FDEq (compiler/typecheck/FunDeps.hs:104) Equation (compiler/typecheck/FunDeps.hs:98) pprEquation (compiler/typecheck/FunDeps.hs:198) improveFromInstEnv (compiler/typecheck/FunDeps.hs:203) improveFromAnother (compiler/typecheck/FunDeps.hs:174) checkInstCoverage (compiler/typecheck/FunDeps.hs:377) checkFunDeps (compiler/typecheck/FunDeps.hs:575) pprFundeps (compiler/types/Class.hs:288) 0% ( 0 / 18) in 'TrieMap' Missing documentation for: Module header CoreMap (compiler/coreSyn/TrieMap.hs:270) emptyCoreMap (compiler/coreSyn/TrieMap.hs:329) extendCoreMap (compiler/coreSyn/TrieMap.hs:323) lookupCoreMap (compiler/coreSyn/TrieMap.hs:320) foldCoreMap (compiler/coreSyn/TrieMap.hs:326) TypeMap (compiler/coreSyn/TrieMap.hs:623) emptyTypeMap (compiler/coreSyn/TrieMap.hs:640) extendTypeMap (compiler/coreSyn/TrieMap.hs:655) lookupTypeMap (compiler/coreSyn/TrieMap.hs:643) foldTypeMap (compiler/coreSyn/TrieMap.hs:637) CoercionMap (compiler/coreSyn/TrieMap.hs:458) MaybeMap (compiler/coreSyn/TrieMap.hs:143) ListMap (compiler/coreSyn/TrieMap.hs:172) TrieMap (compiler/coreSyn/TrieMap.hs:55) insertTM (compiler/coreSyn/TrieMap.hs:67) deleteTM (compiler/coreSyn/TrieMap.hs:70) lookupTypeMapTyCon (compiler/coreSyn/TrieMap.hs:648) 10% ( 4 / 40) in 'FamInstEnv' Missing documentation for: Module header FamInst (compiler/types/FamInstEnv.hs:82) FamFlavor (compiler/types/FamInstEnv.hs:109) famInstAxiom (compiler/types/FamInstEnv.hs:114) famInstTyCon (compiler/types/FamInstEnv.hs:127) famInstRHS (compiler/types/FamInstEnv.hs:123) famInstsRepTyCons (compiler/types/FamInstEnv.hs:131) famInstRepTyCon_maybe (compiler/types/FamInstEnv.hs:135) dataFamInstRepTyCon (compiler/types/FamInstEnv.hs:141) pprFamInst (compiler/types/FamInstEnv.hs:164) pprFamInsts (compiler/types/FamInstEnv.hs:209) mkImportedFamInst (compiler/types/FamInstEnv.hs:232) FamInstEnvs (compiler/types/FamInstEnv.hs:310) FamInstEnv (compiler/types/FamInstEnv.hs:307) emptyFamInstEnv (compiler/types/FamInstEnv.hs:326) emptyFamInstEnvs (compiler/types/FamInstEnv.hs:323) extendFamInstEnv (compiler/types/FamInstEnv.hs:358) deleteFromFamInstEnv (compiler/types/FamInstEnv.hs:365) extendFamInstEnvList (compiler/types/FamInstEnv.hs:355) famInstEnvElts (compiler/types/FamInstEnv.hs:329) familyInstances (compiler/types/FamInstEnv.hs:332) mkCoAxBranch (compiler/types/FamInstEnv.hs:517) mkBranchedCoAxiom (compiler/types/FamInstEnv.hs:535) mkUnbranchedCoAxiom (compiler/types/FamInstEnv.hs:545) mkSingleCoAxiom (compiler/types/FamInstEnv.hs:554) computeAxiomIncomps (compiler/types/FamInstEnv.hs:486) FamInstMatch (compiler/types/FamInstEnv.hs:592) lookupFamInstEnv (compiler/types/FamInstEnv.hs:602) lookupFamInstEnvConflicts (compiler/types/FamInstEnv.hs:613) isDominatedBy (compiler/types/FamInstEnv.hs:764) topNormaliseType (compiler/types/FamInstEnv.hs:877) normaliseType (compiler/types/FamInstEnv.hs:945) normaliseTcApp (compiler/types/FamInstEnv.hs:912) reduceTyFamApp_maybe (compiler/types/FamInstEnv.hs:783) chooseBranch (compiler/types/FamInstEnv.hs:833) flattenTys (compiler/types/FamInstEnv.hs:995) 67% ( 2 / 3) in 'OptCoercion' Missing documentation for: Module header 66% ( 43 / 65) in 'CoreSubst' Missing documentation for: Module header substRulesForImportedIds (compiler/coreSyn/CoreSubst.hs:764) substExpr (compiler/coreSyn/CoreSubst.hs:448) substIdOcc (compiler/coreSyn/CoreSubst.hs:747) substTickish (compiler/coreSyn/CoreSubst.hs:817) substVarSet (compiler/coreSyn/CoreSubst.hs:808) emptySubst (compiler/coreSyn/CoreSubst.hs:267) mkEmptySubst (compiler/coreSyn/CoreSubst.hs:270) mkGblSubst (compiler/coreSyn/CoreSubst.hs:273) isEmptySubst (compiler/coreSyn/CoreSubst.hs:263) extendSubstWithVar (compiler/coreSyn/CoreSubst.hs:330) isInScope (compiler/coreSyn/CoreSubst.hs:387) setInScope (compiler/coreSyn/CoreSubst.hs:416) delBndr (compiler/coreSyn/CoreSubst.hs:363) delBndrs (compiler/coreSyn/CoreSubst.hs:370) cloneBndr (compiler/coreSyn/CoreSubst.hs:615) cloneBndrs (compiler/coreSyn/CoreSubst.hs:609) simpleOptPgm (compiler/coreSyn/CoreSubst.hs:955) simpleOptExpr (compiler/coreSyn/CoreSubst.hs:923) simpleOptExprWith (compiler/coreSyn/CoreSubst.hs:951) exprIsLiteral_maybe (compiler/coreSyn/CoreSubst.hs:1437) exprIsLambda_maybe (compiler/coreSyn/CoreSubst.hs:1462) 56% ( 5 / 9) in 'CoreArity' Missing documentation for: typeArity (compiler/coreSyn/CoreArity.hs:101) exprBotStrictness_maybe (compiler/coreSyn/CoreArity.hs:133) exprEtaExpandArity (compiler/coreSyn/CoreArity.hs:480) CheapFun (compiler/coreSyn/CoreArity.hs:686) 16% ( 4 / 25) in 'CoreUnfold' Missing documentation for: Module header mkImplicitUnfolding (compiler/coreSyn/CoreUnfold.hs:81) mkUnfolding (compiler/coreSyn/CoreUnfold.hs:232) mkCoreUnfolding (compiler/coreSyn/CoreUnfold.hs:218) mkTopUnfolding (compiler/coreSyn/CoreUnfold.hs:78) mkSimpleUnfolding (compiler/coreSyn/CoreUnfold.hs:92) mkWorkerUnfolding (compiler/coreSyn/CoreUnfold.hs:116) mkInlineUnfolding (compiler/coreSyn/CoreUnfold.hs:129) mkInlinableUnfolding (compiler/coreSyn/CoreUnfold.hs:145) mkWwInlineRule (compiler/coreSyn/CoreUnfold.hs:102) mkCompulsoryUnfolding (compiler/coreSyn/CoreUnfold.hs:109) mkDFunUnfolding (compiler/coreSyn/CoreUnfold.hs:95) specUnfolding (compiler/coreSyn/CoreUnfold.hs:152) ArgSummary (compiler/coreSyn/CoreUnfold.hs:989) couldBeSmallEnoughToInline (compiler/coreSyn/CoreUnfold.hs:900) inlineBoringOk (compiler/coreSyn/CoreUnfold.hs:305) certainlyWillInline (compiler/coreSyn/CoreUnfold.hs:916) smallEnoughToInline (compiler/coreSyn/CoreUnfold.hs:909) callSiteInline (compiler/coreSyn/CoreUnfold.hs:981) CallCtxt (compiler/coreSyn/CoreUnfold.hs:1003) exprIsLiteral_maybe (compiler/coreSyn/CoreSubst.hs:1437) 0% ( 0 / 2) in 'LiberateCase' Missing documentation for: Module header liberateCase (compiler/simplCore/LiberateCase.hs:121) 0% ( 0 / 6) in 'CoreTidy' Missing documentation for: Module header tidyExpr (compiler/coreSyn/CoreTidy.hs:56) tidyVarOcc (compiler/coreSyn/CoreTidy.hs:123) tidyRule (compiler/coreSyn/CoreTidy.hs:97) tidyRules (compiler/coreSyn/CoreTidy.hs:90) tidyUnfolding (compiler/coreSyn/CoreTidy.hs:210) 57% ( 13 / 23) in 'Rules' Missing documentation for: emptyRuleBase (compiler/specialise/Rules.hs:325) mkRuleBase (compiler/specialise/Rules.hs:328) extendRuleBaseList (compiler/specialise/Rules.hs:331) unionRuleBase (compiler/specialise/Rules.hs:335) pprRuleBase (compiler/specialise/Rules.hs:342) extendSpecInfo (compiler/specialise/Rules.hs:266) addSpecInfo (compiler/specialise/Rules.hs:270) addIdSpecialisations (compiler/specialise/Rules.hs:274) getRules (compiler/specialise/Rules.hs:285) pprRulesForUser (compiler/specialise/Rules.hs:241) 0% ( 0 / 3) in 'CallArity' Missing documentation for: Module header callArityAnalProgram (compiler/simplCore/CallArity.hs:402) callArityRHS (compiler/simplCore/CallArity.hs:422) 0% ( 0 / 2) in 'CSE' Missing documentation for: Module header cseProgram (compiler/simplCore/CSE.hs:156) 10% ( 7 / 67) in 'TcEvidence' Missing documentation for: Module header HsWrapper (compiler/typecheck/TcEvidence.hs:546) <.> (compiler/typecheck/TcEvidence.hs:582) mkWpTyApps (compiler/typecheck/TcEvidence.hs:600) mkWpEvApps (compiler/typecheck/TcEvidence.hs:603) mkWpEvVarApps (compiler/typecheck/TcEvidence.hs:606) mkWpTyLams (compiler/typecheck/TcEvidence.hs:609) mkWpLams (compiler/typecheck/TcEvidence.hs:612) mkWpLet (compiler/typecheck/TcEvidence.hs:615) mkWpCast (compiler/typecheck/TcEvidence.hs:594) mkWpFun (compiler/typecheck/TcEvidence.hs:587) idHsWrapper (compiler/typecheck/TcEvidence.hs:628) isIdHsWrapper (compiler/typecheck/TcEvidence.hs:631) pprHsWrapper (compiler/typecheck/TcEvidence.hs:1026) TcEvBinds (compiler/typecheck/TcEvidence.hs:643) EvBindsVar (compiler/typecheck/TcEvidence.hs:653) EvBindMap (compiler/typecheck/TcEvidence.hs:663) emptyEvBindMap (compiler/typecheck/TcEvidence.hs:668) extendEvBinds (compiler/typecheck/TcEvidence.hs:671) lookupEvBind (compiler/typecheck/TcEvidence.hs:675) evBindMapBinds (compiler/typecheck/TcEvidence.hs:678) EvBind (compiler/typecheck/TcEvidence.hs:684) emptyTcEvBinds (compiler/typecheck/TcEvidence.hs:970) isEmptyTcEvBinds (compiler/typecheck/TcEvidence.hs:973) EvTerm (compiler/typecheck/TcEvidence.hs:686) mkEvCast (compiler/typecheck/TcEvidence.hs:953) evVarsOfTerm (compiler/typecheck/TcEvidence.hs:986) mkEvTupleSelectors (compiler/typecheck/TcEvidence.hs:959) mkEvScSelectors (compiler/typecheck/TcEvidence.hs:964) EvLit (compiler/typecheck/TcEvidence.hs:732) evTermCoercion (compiler/typecheck/TcEvidence.hs:978) TcCoercion (compiler/typecheck/TcEvidence.hs:136) LeftOrRight (compiler/types/Coercion.hs:206) pickLR (compiler/types/Coercion.hs:218) mkTcReflCo (compiler/typecheck/TcEvidence.hs:176) mkTcNomReflCo (compiler/typecheck/TcEvidence.hs:179) mkTcRepReflCo (compiler/typecheck/TcEvidence.hs:182) mkTcTyConAppCo (compiler/typecheck/TcEvidence.hs:188) mkTcAppCo (compiler/typecheck/TcEvidence.hs:258) mkTcAppCos (compiler/typecheck/TcEvidence.hs:338) mkTcFunCo (compiler/typecheck/TcEvidence.hs:185) mkTcAxInstCo (compiler/typecheck/TcEvidence.hs:233) mkTcUnbranchedAxInstCo (compiler/typecheck/TcEvidence.hs:254) mkTcForAllCo (compiler/typecheck/TcEvidence.hs:341) mkTcForAllCos (compiler/typecheck/TcEvidence.hs:346) mkTcSymCo (compiler/typecheck/TcEvidence.hs:317) mkTcTransCo (compiler/typecheck/TcEvidence.hs:322) mkTcNthCo (compiler/typecheck/TcEvidence.hs:327) mkTcLRCo (compiler/typecheck/TcEvidence.hs:331) mkTcSubCo (compiler/typecheck/TcEvidence.hs:199) mkTcAxiomRuleCo (compiler/typecheck/TcEvidence.hs:251) mkTcPhantomCo (compiler/typecheck/TcEvidence.hs:335) tcCoercionKind (compiler/typecheck/TcEvidence.hs:359) coVarsOfTcCo (compiler/typecheck/TcEvidence.hs:422) isEqVar (compiler/typecheck/TcEvidence.hs:158) mkTcCoVarCo (compiler/typecheck/TcEvidence.hs:350) isTcReflCo (compiler/typecheck/TcEvidence.hs:168) getTcCoVar_maybe (compiler/typecheck/TcEvidence.hs:172) tcCoercionRole (compiler/typecheck/TcEvidence.hs:399) eqVarRole (compiler/typecheck/TcEvidence.hs:389) 10% ( 7 / 72) in 'HsBinds' Missing documentation for: Module header HsLocalBinds (compiler/hsSyn/HsBinds.hs:68) HsValBinds (compiler/hsSyn/HsBinds.hs:87) LHsBind (compiler/hsSyn/HsBinds.hs:111) LHsBinds (compiler/hsSyn/HsBinds.hs:112) HsBind (compiler/hsSyn/HsBinds.hs:113) LHsBindsLR (compiler/hsSyn/HsBinds.hs:115) LHsBindLR (compiler/hsSyn/HsBinds.hs:116) HsBindLR (compiler/hsSyn/HsBinds.hs:118) ABExport (compiler/hsSyn/HsBinds.hs:234) (compiler/hsSyn/HsBinds.hs:358) (compiler/hsSyn/HsBinds.hs:363) pprLHsBinds (compiler/hsSyn/HsBinds.hs:378) pprLHsBindsForUser (compiler/hsSyn/HsBinds.hs:383) pprDeclList (compiler/hsSyn/HsBinds.hs:401) emptyLocalBinds (compiler/hsSyn/HsBinds.hs:413) isEmptyLocalBinds (compiler/hsSyn/HsBinds.hs:416) isEmptyValBinds (compiler/hsSyn/HsBinds.hs:421) emptyValBindsIn (compiler/hsSyn/HsBinds.hs:425) emptyValBindsOut (compiler/hsSyn/HsBinds.hs:425) emptyLHsBinds (compiler/hsSyn/HsBinds.hs:429) isEmptyLHsBinds (compiler/hsSyn/HsBinds.hs:432) plusHsValBinds (compiler/hsSyn/HsBinds.hs:436) getTypeSigNames (compiler/hsSyn/HsBinds.hs:444) (compiler/hsSyn/HsBinds.hs:477) ppr_monobind (compiler/hsSyn/HsBinds.hs:480) (compiler/hsSyn/HsBinds.hs:507) (compiler/hsSyn/HsBinds.hs:513) pprTicks (compiler/hsSyn/HsBinds.hs:530) HsIPBinds (compiler/hsSyn/HsBinds.hs:548) isEmptyIPBinds (compiler/hsSyn/HsBinds.hs:556) (compiler/hsSyn/HsBinds.hs:580) (compiler/hsSyn/HsBinds.hs:584) LSig (compiler/hsSyn/HsBinds.hs:603) LFixitySig (compiler/hsSyn/HsBinds.hs:730) FixitySig (compiler/hsSyn/HsBinds.hs:731) LTcSpecPrag (compiler/hsSyn/HsBinds.hs:741) TcSpecPrag (compiler/hsSyn/HsBinds.hs:743) noSpecPrags (compiler/hsSyn/HsBinds.hs:752) hasSpecPrags (compiler/hsSyn/HsBinds.hs:755) isDefaultMethod (compiler/hsSyn/HsBinds.hs:759) isFixityLSig (compiler/hsSyn/HsBinds.hs:764) isVanillaLSig (compiler/hsSyn/HsBinds.hs:768) isTypeLSig (compiler/hsSyn/HsBinds.hs:774) isSpecLSig (compiler/hsSyn/HsBinds.hs:780) isSpecInstLSig (compiler/hsSyn/HsBinds.hs:784) isPragLSig (compiler/hsSyn/HsBinds.hs:788) isInlineLSig (compiler/hsSyn/HsBinds.hs:794) isMinimalLSig (compiler/hsSyn/HsBinds.hs:799) hsSigDoc (compiler/hsSyn/HsBinds.hs:803) (compiler/hsSyn/HsBinds.hs:820) ppr_sig (compiler/hsSyn/HsBinds.hs:823) pprPatSynSig (compiler/hsSyn/HsBinds.hs:840) (compiler/hsSyn/HsBinds.hs:852) pragBrackets (compiler/hsSyn/HsBinds.hs:857) pprVarSig (compiler/hsSyn/HsBinds.hs:860) pprSpec (compiler/hsSyn/HsBinds.hs:865) pprTcSpecPrags (compiler/hsSyn/HsBinds.hs:871) (compiler/hsSyn/HsBinds.hs:875) pprMinimalSig (compiler/hsSyn/HsBinds.hs:878) HsPatSynDetails (compiler/hsSyn/HsBinds.hs:889) (compiler/hsSyn/HsBinds.hs:894) (compiler/hsSyn/HsBinds.hs:898) (compiler/hsSyn/HsBinds.hs:920) HsPatSynDir (compiler/hsSyn/HsBinds.hs:924) 39% ( 7 / 18) in 'PatSyn' Missing documentation for: Module header patSynArgs (compiler/basicTypes/PatSyn.hs:286) patSynTyDetails (compiler/basicTypes/PatSyn.hs:289) patSynType (compiler/basicTypes/PatSyn.hs:269) patSynMatcher (compiler/basicTypes/PatSyn.hs:305) patSynBuilder (compiler/basicTypes/PatSyn.hs:308) patSynExTyVars (compiler/basicTypes/PatSyn.hs:296) patSynSig (compiler/basicTypes/PatSyn.hs:299) patSynInstArgTys (compiler/basicTypes/PatSyn.hs:317) patSynInstResTy (compiler/basicTypes/PatSyn.hs:334) tidyPatSynIds (compiler/basicTypes/PatSyn.hs:311) 9% ( 2 / 22) in 'HsPat' Missing documentation for: Module header InPat (compiler/hsSyn/HsPat.hs:56) OutPat (compiler/hsSyn/HsPat.hs:57) LPat (compiler/hsSyn/HsPat.hs:59) HsConDetails (compiler/hsSyn/HsPat.hs:217) HsConPatDetails (compiler/hsSyn/HsPat.hs:223) hsConPatArgs (compiler/hsSyn/HsPat.hs:225) HsRecFields (compiler/hsSyn/HsPat.hs:235) LHsRecField (compiler/hsSyn/HsPat.hs:256) hsRecFields (compiler/hsSyn/HsPat.hs:278) mkPrefixConPat (compiler/hsSyn/HsPat.hs:374) mkCharLitPat (compiler/hsSyn/HsPat.hs:384) mkNilPat (compiler/hsSyn/HsPat.hs:381) isStrictHsBind (compiler/hsSyn/HsPat.hs:426) looksLazyPatBind (compiler/hsSyn/HsPat.hs:432) isStrictLPat (compiler/hsSyn/HsPat.hs:420) hsPatNeedsParens (compiler/hsSyn/HsPat.hs:497) isIrrefutableHsPat (compiler/hsSyn/HsPat.hs:449) pprParendLPat (compiler/hsSyn/HsPat.hs:301) pprConArgs (compiler/hsSyn/HsPat.hs:346) 28% ( 31 /110) in 'HsDecls' Missing documentation for: LHsDecl (compiler/hsSyn/HsDecls.hs:120) HsDataDefn (compiler/hsSyn/HsDecls.hs:792) LTyClDecl (compiler/hsSyn/HsDecls.hs:460) TyClGroup (compiler/hsSyn/HsDecls.hs:537) tyClGroupConcat (compiler/hsSyn/HsDecls.hs:543) mkTyClGroup (compiler/hsSyn/HsDecls.hs:546) tcdName (compiler/hsSyn/HsDecls.hs:632) tyFamInstDeclName (compiler/hsSyn/HsDecls.hs:618) tyFamInstDeclLName (compiler/hsSyn/HsDecls.hs:622) countTyClDecls (compiler/hsSyn/HsDecls.hs:639) pprTyClDeclFlavour (compiler/hsSyn/HsDecls.hs:776) tyClDeclLName (compiler/hsSyn/HsDecls.hs:628) tyClDeclTyVars (compiler/hsSyn/HsDecls.hs:635) FamilyDecl (compiler/hsSyn/HsDecls.hs:550) LFamilyDecl (compiler/hsSyn/HsDecls.hs:549) InstDecl (compiler/hsSyn/HsDecls.hs:1134) LInstDecl (compiler/hsSyn/HsDecls.hs:1133) NewOrData (compiler/hsSyn/HsDecls.hs:839) FamilyInfo (compiler/hsSyn/HsDecls.hs:558) TyFamInstDecl (compiler/hsSyn/HsDecls.hs:1069) LTyFamInstDecl (compiler/hsSyn/HsDecls.hs:1068) instDeclDataFamInsts (compiler/hsSyn/HsDecls.hs:1241) DataFamInstDecl (compiler/hsSyn/HsDecls.hs:1084) LDataFamInstDecl (compiler/hsSyn/HsDecls.hs:1083) pprDataFamInstFlavour (compiler/hsSyn/HsDecls.hs:1199) TyFamInstEqn (compiler/hsSyn/HsDecls.hs:1050) LTyFamInstEqn (compiler/hsSyn/HsDecls.hs:1038) TyFamDefltEqn (compiler/hsSyn/HsDecls.hs:1051) LTyFamDefltEqn (compiler/hsSyn/HsDecls.hs:1044) HsTyPats (compiler/hsSyn/HsDecls.hs:1046) LClsInstDecl (compiler/hsSyn/HsDecls.hs:1105) ClsInstDecl (compiler/hsSyn/HsDecls.hs:1106) DerivDecl (compiler/hsSyn/HsDecls.hs:1260) LDerivDecl (compiler/hsSyn/HsDecls.hs:1258) LRuleDecls (compiler/hsSyn/HsDecls.hs:1439) RuleDecls (compiler/hsSyn/HsDecls.hs:1442) RuleDecl (compiler/hsSyn/HsDecls.hs:1449) LRuleDecl (compiler/hsSyn/HsDecls.hs:1447) RuleBndr (compiler/hsSyn/HsDecls.hs:1475) LRuleBndr (compiler/hsSyn/HsDecls.hs:1474) collectRuleBndrSigTys (compiler/hsSyn/HsDecls.hs:1486) flattenRuleDecls (compiler/hsSyn/HsDecls.hs:1471) VectDecl (compiler/hsSyn/HsDecls.hs:1525) LVectDecl (compiler/hsSyn/HsDecls.hs:1523) lvectDeclName (compiler/hsSyn/HsDecls.hs:1571) lvectInstDecl (compiler/hsSyn/HsDecls.hs:1583) DefaultDecl (compiler/hsSyn/HsDecls.hs:1291) LDefaultDecl (compiler/hsSyn/HsDecls.hs:1289) SpliceExplicitFlag (compiler/hsSyn/HsDecls.hs:305) SpliceDecl (compiler/hsSyn/HsDecls.hs:310) LSpliceDecl (compiler/hsSyn/HsDecls.hs:309) ForeignDecl (compiler/hsSyn/HsDecls.hs:1322) LForeignDecl (compiler/hsSyn/HsDecls.hs:1320) ForeignImport (compiler/hsSyn/HsDecls.hs:1357) ForeignExport (compiler/hsSyn/HsDecls.hs:1390) noForeignImportCoercionYet (compiler/hsSyn/HsDecls.hs:1348) noForeignExportCoercionYet (compiler/hsSyn/HsDecls.hs:1351) CImportSpec (compiler/hsSyn/HsDecls.hs:1381) LConDecl (compiler/hsSyn/HsDecls.hs:844) ResType (compiler/hsSyn/HsDecls.hs:922) HsConDeclDetails (compiler/hsSyn/HsDecls.hs:914) hsConDeclArgTys (compiler/hsSyn/HsDecls.hs:917) DocDecl (compiler/hsSyn/HsDecls.hs:1630) LDocDecl (compiler/hsSyn/HsDecls.hs:1628) docDeclDoc (compiler/hsSyn/HsDecls.hs:1641) WarnDecl (compiler/hsSyn/HsDecls.hs:1669) LWarnDecl (compiler/hsSyn/HsDecls.hs:1667) WarnDecls (compiler/hsSyn/HsDecls.hs:1661) LWarnDecls (compiler/hsSyn/HsDecls.hs:1658) AnnDecl (compiler/hsSyn/HsDecls.hs:1689) LAnnDecl (compiler/hsSyn/HsDecls.hs:1687) AnnProvenance (compiler/hsSyn/HsDecls.hs:1705) annProvenanceName_maybe (compiler/hsSyn/HsDecls.hs:1712) RoleAnnotDecl (compiler/hsSyn/HsDecls.hs:1736) LRoleAnnotDecl (compiler/hsSyn/HsDecls.hs:1732) roleAnnotDeclName (compiler/hsSyn/HsDecls.hs:1753) emptyRdrGroup (compiler/hsSyn/HsDecls.hs:195) emptyRnGroup (compiler/hsSyn/HsDecls.hs:195) appendGroups (compiler/hsSyn/HsDecls.hs:207) 12% ( 13 /110) in 'HsExpr' Missing documentation for: LHsExpr (compiler/hsSyn/HsExpr.hs:54) noPostTcExpr (compiler/hsSyn/HsExpr.hs:68) noPostTcTable (compiler/hsSyn/HsExpr.hs:71) noSyntaxExpr (compiler/hsSyn/HsExpr.hs:84) CmdSyntaxTable (compiler/hsSyn/HsExpr.hs:89) tupArgPresent (compiler/hsSyn/HsExpr.hs:515) (compiler/hsSyn/HsExpr.hs:556) pprLExpr (compiler/hsSyn/HsExpr.hs:562) pprExpr (compiler/hsSyn/HsExpr.hs:565) isQuietHsExpr (compiler/hsSyn/HsExpr.hs:569) pprBinds (compiler/hsSyn/HsExpr.hs:579) ppr_lexpr (compiler/hsSyn/HsExpr.hs:584) ppr_expr (compiler/hsSyn/HsExpr.hs:587) pprDebugParendExpr (compiler/hsSyn/HsExpr.hs:785) pprParendExpr (compiler/hsSyn/HsExpr.hs:791) hsExprNeedsParens (compiler/hsSyn/HsExpr.hs:798) isAtomicHsExpr (compiler/hsSyn/HsExpr.hs:820) LHsCmd (compiler/hsSyn/HsExpr.hs:841) HsCmd (compiler/hsSyn/HsExpr.hs:843) HsArrAppType (compiler/hsSyn/HsExpr.hs:928) HsCmdTop (compiler/hsSyn/HsExpr.hs:939) (compiler/hsSyn/HsExpr.hs:947) pprLCmd (compiler/hsSyn/HsExpr.hs:953) pprCmd (compiler/hsSyn/HsExpr.hs:956) isQuietHsCmd (compiler/hsSyn/HsExpr.hs:960) ppr_lcmd (compiler/hsSyn/HsExpr.hs:970) ppr_cmd (compiler/hsSyn/HsExpr.hs:973) pprCmdArg (compiler/hsSyn/HsExpr.hs:1025) (compiler/hsSyn/HsExpr.hs:1031) HsRecordBinds (compiler/hsSyn/HsExpr.hs:1042) MatchGroup (compiler/hsSyn/HsExpr.hs:1066) Match (compiler/hsSyn/HsExpr.hs:1082) isEmptyMatchGroup (compiler/hsSyn/HsExpr.hs:1121) matchGroupArity (compiler/hsSyn/HsExpr.hs:1124) hsLMatchPats (compiler/hsSyn/HsExpr.hs:1131) LGRHS (compiler/hsSyn/HsExpr.hs:1149) pprMatches (compiler/hsSyn/HsExpr.hs:1159) pprFunBind (compiler/hsSyn/HsExpr.hs:1166) pprPatBind (compiler/hsSyn/HsExpr.hs:1171) pprMatch (compiler/hsSyn/HsExpr.hs:1176) pprGRHSs (compiler/hsSyn/HsExpr.hs:1211) pprGRHS (compiler/hsSyn/HsExpr.hs:1218) pp_rhs (compiler/hsSyn/HsExpr.hs:1226) LStmt (compiler/hsSyn/HsExpr.hs:1237) LStmtLR (compiler/hsSyn/HsExpr.hs:1238) Stmt (compiler/hsSyn/HsExpr.hs:1240) CmdLStmt (compiler/hsSyn/HsExpr.hs:1242) CmdStmt (compiler/hsSyn/HsExpr.hs:1243) ExprLStmt (compiler/hsSyn/HsExpr.hs:1244) ExprStmt (compiler/hsSyn/HsExpr.hs:1245) GuardLStmt (compiler/hsSyn/HsExpr.hs:1247) GuardStmt (compiler/hsSyn/HsExpr.hs:1248) GhciLStmt (compiler/hsSyn/HsExpr.hs:1249) GhciStmt (compiler/hsSyn/HsExpr.hs:1250) TransForm (compiler/hsSyn/HsExpr.hs:1361) ParStmtBlock (compiler/hsSyn/HsExpr.hs:1366) (compiler/hsSyn/HsExpr.hs:1511) (compiler/hsSyn/HsExpr.hs:1515) pprStmt (compiler/hsSyn/HsExpr.hs:1519) pprTransformStmt (compiler/hsSyn/HsExpr.hs:1537) pprTransStmt (compiler/hsSyn/HsExpr.hs:1543) pprBy (compiler/hsSyn/HsExpr.hs:1549) pprDo (compiler/hsSyn/HsExpr.hs:1553) ppr_do_stmts (compiler/hsSyn/HsExpr.hs:1564) pprComp (compiler/hsSyn/HsExpr.hs:1572) pprQuals (compiler/hsSyn/HsExpr.hs:1581) HsSplice (compiler/hsSyn/HsExpr.hs:1594) PendingSplice (compiler/hsSyn/HsExpr.hs:1601) PendingRnSplice (compiler/hsSyn/HsExpr.hs:1608) PendingTcSplice (compiler/hsSyn/HsExpr.hs:1616) (compiler/hsSyn/HsExpr.hs:1680) (compiler/hsSyn/HsExpr.hs:1683) pprUntypedSplice (compiler/hsSyn/HsExpr.hs:1686) pprTypedSplice (compiler/hsSyn/HsExpr.hs:1689) pprSplice (compiler/hsSyn/HsExpr.hs:1692) HsBracket (compiler/hsSyn/HsExpr.hs:1706) isTypedBracket (compiler/hsSyn/HsExpr.hs:1717) (compiler/hsSyn/HsExpr.hs:1721) pprHsBracket (compiler/hsSyn/HsExpr.hs:1725) thBrackets (compiler/hsSyn/HsExpr.hs:1735) thTyBrackets (compiler/hsSyn/HsExpr.hs:1739) (compiler/hsSyn/HsExpr.hs:1742) ArithSeqInfo (compiler/hsSyn/HsExpr.hs:1757) (compiler/hsSyn/HsExpr.hs:1769) pp_dotdot (compiler/hsSyn/HsExpr.hs:1776) HsMatchContext (compiler/hsSyn/HsExpr.hs:1787) HsStmtContext (compiler/hsSyn/HsExpr.hs:1807) isListCompExpr (compiler/hsSyn/HsExpr.hs:1822) isMonadCompExpr (compiler/hsSyn/HsExpr.hs:1831) matchSeparator (compiler/hsSyn/HsExpr.hs:1837) pprMatchContext (compiler/hsSyn/HsExpr.hs:1850) pprMatchContextNoun (compiler/hsSyn/HsExpr.hs:1859) pprAStmtContext (compiler/hsSyn/HsExpr.hs:1875) pprStmtContext (compiler/hsSyn/HsExpr.hs:1875) matchContextErrString (compiler/hsSyn/HsExpr.hs:1911) pprMatchInCtxt (compiler/hsSyn/HsExpr.hs:1933) pprStmtInCtxt (compiler/hsSyn/HsExpr.hs:1938) 1% ( 1 /120) in 'HsUtils' Missing documentation for: Module header mkHsPar (compiler/hsSyn/HsUtils.hs:119) mkHsApp (compiler/hsSyn/HsUtils.hs:152) mkHsConApp (compiler/hsSyn/HsUtils.hs:164) mkSimpleHsAlt (compiler/hsSyn/HsUtils.hs:171) mkSimpleMatch (compiler/hsSyn/HsUtils.hs:122) unguardedGRHSs (compiler/hsSyn/HsUtils.hs:131) unguardedRHS (compiler/hsSyn/HsUtils.hs:134) mkMatchGroup (compiler/hsSyn/HsUtils.hs:137) mkMatchGroupName (compiler/hsSyn/HsUtils.hs:143) mkMatch (compiler/hsSyn/HsUtils.hs:567) mkHsLam (compiler/hsSyn/HsUtils.hs:155) mkHsIf (compiler/hsSyn/HsUtils.hs:231) mkHsWrap (compiler/hsSyn/HsUtils.hs:476) mkLHsWrap (compiler/hsSyn/HsUtils.hs:473) mkHsWrapCo (compiler/hsSyn/HsUtils.hs:480) mkHsWrapCoR (compiler/hsSyn/HsUtils.hs:484) mkLHsWrapCo (compiler/hsSyn/HsUtils.hs:488) coToHsWrapper (compiler/hsSyn/HsUtils.hs:495) mkHsDictLet (compiler/hsSyn/HsUtils.hs:512) mkHsLams (compiler/hsSyn/HsUtils.hs:160) mkHsOpApp (compiler/hsSyn/HsUtils.hs:281) mkHsDo (compiler/hsSyn/HsUtils.hs:201) mkHsComp (compiler/hsSyn/HsUtils.hs:202) mkHsWrapPat (compiler/hsSyn/HsUtils.hs:503) mkHsWrapPatCo (compiler/hsSyn/HsUtils.hs:508) mkLHsPar (compiler/hsSyn/HsUtils.hs:183) mkHsCmdCast (compiler/hsSyn/HsUtils.hs:491) nlHsTyApp (compiler/hsSyn/HsUtils.hs:176) nlHsTyApps (compiler/hsSyn/HsUtils.hs:179) nlHsVar (compiler/hsSyn/HsUtils.hs:323) nlHsLit (compiler/hsSyn/HsUtils.hs:326) nlHsApp (compiler/hsSyn/HsUtils.hs:335) nlHsApps (compiler/hsSyn/HsUtils.hs:341) nlHsIntLit (compiler/hsSyn/HsUtils.hs:338) nlHsVarApps (compiler/hsSyn/HsUtils.hs:344) nlHsDo (compiler/hsSyn/HsUtils.hs:378) nlHsOpApp (compiler/hsSyn/HsUtils.hs:382) nlHsLam (compiler/hsSyn/HsUtils.hs:385) nlHsPar (compiler/hsSyn/HsUtils.hs:386) nlHsIf (compiler/hsSyn/HsUtils.hs:387) nlHsCase (compiler/hsSyn/HsUtils.hs:388) nlList (compiler/hsSyn/HsUtils.hs:390) mkLHsTupleExpr (compiler/hsSyn/HsUtils.hs:414) mkLHsVarTuple (compiler/hsSyn/HsUtils.hs:419) missingTupArg (compiler/hsSyn/HsUtils.hs:425) toHsType (compiler/hsSyn/HsUtils.hs:438) toHsKind (compiler/hsSyn/HsUtils.hs:469) mkFunBind (compiler/hsSyn/HsUtils.hs:524) mkVarBind (compiler/hsSyn/HsUtils.hs:546) mkHsVarBind (compiler/hsSyn/HsUtils.hs:543) mk_easy_FunBind (compiler/hsSyn/HsUtils.hs:561) mkTopFunBind (compiler/hsSyn/HsUtils.hs:533) mkPatSynBind (compiler/hsSyn/HsUtils.hs:550) mkHsIntegral (compiler/hsSyn/HsUtils.hs:198) mkHsFractional (compiler/hsSyn/HsUtils.hs:199) mkHsIsString (compiler/hsSyn/HsUtils.hs:200) mkHsString (compiler/hsSyn/HsUtils.hs:307) mkNPat (compiler/hsSyn/HsUtils.hs:205) mkNPlusKPat (compiler/hsSyn/HsUtils.hs:206) nlVarPat (compiler/hsSyn/HsUtils.hs:329) nlLitPat (compiler/hsSyn/HsUtils.hs:332) nlConVarPat (compiler/hsSyn/HsUtils.hs:349) nlConPat (compiler/hsSyn/HsUtils.hs:355) nlConPatName (compiler/hsSyn/HsUtils.hs:358) nlInfixConPat (compiler/hsSyn/HsUtils.hs:352) nlNullaryConPat (compiler/hsSyn/HsUtils.hs:361) nlWildConPat (compiler/hsSyn/HsUtils.hs:364) nlWildPat (compiler/hsSyn/HsUtils.hs:369) nlWildPatName (compiler/hsSyn/HsUtils.hs:372) nlWildPatId (compiler/hsSyn/HsUtils.hs:375) nlTuplePat (compiler/hsSyn/HsUtils.hs:422) mkParPat (compiler/hsSyn/HsUtils.hs:189) mkHsAppTy (compiler/hsSyn/HsUtils.hs:149) userHsTyVarBndrs (compiler/hsSyn/HsUtils.hs:311) nlHsAppTy (compiler/hsSyn/HsUtils.hs:398) nlHsTyVar (compiler/hsSyn/HsUtils.hs:399) nlHsFunTy (compiler/hsSyn/HsUtils.hs:400) nlHsTyConApp (compiler/hsSyn/HsUtils.hs:406) mkTransformStmt (compiler/hsSyn/HsUtils.hs:237) mkTransformByStmt (compiler/hsSyn/HsUtils.hs:239) mkBodyStmt (compiler/hsSyn/HsUtils.hs:209) mkBindStmt (compiler/hsSyn/HsUtils.hs:211) mkLastStmt (compiler/hsSyn/HsUtils.hs:208) emptyTransStmt (compiler/hsSyn/HsUtils.hs:246) mkGroupUsingStmt (compiler/hsSyn/HsUtils.hs:241) mkGroupByUsingStmt (compiler/hsSyn/HsUtils.hs:243) emptyRecStmt (compiler/hsSyn/HsUtils.hs:213) emptyRecStmtName (compiler/hsSyn/HsUtils.hs:214) emptyRecStmtId (compiler/hsSyn/HsUtils.hs:215) mkRecStmt (compiler/hsSyn/HsUtils.hs:216) mkHsSpliceTy (compiler/hsSyn/HsUtils.hs:296) mkHsSpliceE (compiler/hsSyn/HsUtils.hs:290) mkHsSpliceTE (compiler/hsSyn/HsUtils.hs:293) mkHsSplice (compiler/hsSyn/HsUtils.hs:284) mkHsQuasiQuote (compiler/hsSyn/HsUtils.hs:299) unqualQuasiQuote (compiler/hsSyn/HsUtils.hs:302) noRebindableInfo (compiler/hsSyn/HsUtils.hs:223) collectLocalBinders (compiler/hsSyn/HsUtils.hs:601) collectHsValBinders (compiler/hsSyn/HsUtils.hs:607) collectHsBindListBinders (compiler/hsSyn/HsUtils.hs:619) collectHsIdBinders (compiler/hsSyn/HsUtils.hs:607) collectHsBindsBinders (compiler/hsSyn/HsUtils.hs:616) collectHsBindBinders (compiler/hsSyn/HsUtils.hs:612) collectMethodBinders (compiler/hsSyn/HsUtils.hs:645) collectPatBinders (compiler/hsSyn/HsUtils.hs:676) collectPatsBinders (compiler/hsSyn/HsUtils.hs:679) collectLStmtsBinders (compiler/hsSyn/HsUtils.hs:654) collectStmtsBinders (compiler/hsSyn/HsUtils.hs:657) collectLStmtBinders (compiler/hsSyn/HsUtils.hs:660) collectStmtBinders (compiler/hsSyn/HsUtils.hs:663) hsTyClForeignBinders (compiler/hsSyn/HsUtils.hs:746) hsPatSynBinders (compiler/hsSyn/HsUtils.hs:785) hsForeignDeclsBinders (compiler/hsSyn/HsUtils.hs:778) hsGroupBinders (compiler/hsSyn/HsUtils.hs:740) hsDataFamInstBinders (compiler/hsSyn/HsUtils.hs:808) lStmtsImplicits (compiler/hsSyn/HsUtils.hs:874) hsValBindsImplicits (compiler/hsSyn/HsUtils.hs:892) lPatImplicits (compiler/hsSyn/HsUtils.hs:904) 85% ( 11 / 13) in 'HsSyn' Missing documentation for: Module header Fixity (compiler/basicTypes/BasicTypes.hs:298) 100% ( 2 / 2) in 'HscStats' 0% ( 0 / 6) in 'HaddockUtils' Missing documentation for: Module header addFieldDoc (compiler/parser/HaddockUtils.hs:12) addFieldDocs (compiler/parser/HaddockUtils.hs:16) addConDoc (compiler/parser/HaddockUtils.hs:21) addConDocs (compiler/parser/HaddockUtils.hs:25) addConDocFirst (compiler/parser/HaddockUtils.hs:30) 0% ( 0 / 56) in 'IfaceType' Missing documentation for: Module header IfExtName (compiler/iface/IfaceType.hs:79) IfLclName (compiler/iface/IfaceType.hs:77) IfaceType (compiler/iface/IfaceType.hs:100) IfacePredType (compiler/iface/IfaceType.hs:110) IfaceKind (compiler/iface/IfaceType.hs:98) IfaceTyCon (compiler/iface/IfaceType.hs:131) IfaceCoercion (compiler/iface/IfaceType.hs:136) IfaceTyLit (compiler/iface/IfaceType.hs:113) IfaceTcArgs (compiler/iface/IfaceType.hs:122) IfaceContext (compiler/iface/IfaceType.hs:111) IfaceBndr (compiler/iface/IfaceType.hs:82) IfaceOneShot (compiler/iface/IfaceType.hs:90) IfaceLamBndr (compiler/iface/IfaceType.hs:94) IfaceTvBndr (compiler/iface/IfaceType.hs:87) IfaceIdBndr (compiler/iface/IfaceType.hs:86) toIfaceType (compiler/iface/IfaceType.hs:903) toIfaceTypes (compiler/iface/IfaceType.hs:936) toIfaceKind (compiler/iface/IfaceType.hs:899) toIfaceTyVar (compiler/iface/IfaceType.hs:914) toIfaceContext (compiler/iface/IfaceType.hs:940) toIfaceBndr (compiler/iface/IfaceType.hs:894) toIfaceIdBndr (compiler/iface/IfaceType.hs:889) toIfaceTvBndrs (compiler/iface/IfaceType.hs:891) toIfaceTyCon (compiler/iface/IfaceType.hs:921) toIfaceTyCon_name (compiler/iface/IfaceType.hs:928) toIfaceTcArgs (compiler/iface/IfaceType.hs:274) tcArgsIfaceTypes (compiler/iface/IfaceType.hs:285) toIfaceCoercion (compiler/iface/IfaceType.hs:944) pprIfaceType (compiler/iface/IfaceType.hs:391) pprParendIfaceType (compiler/iface/IfaceType.hs:391) pprIfaceContext (compiler/iface/IfaceType.hs:702) pprIfaceContextArr (compiler/iface/IfaceType.hs:698) pprIfaceContextMaybe (compiler/iface/IfaceType.hs:705) pprIfaceIdBndr (compiler/iface/IfaceType.hs:348) pprIfaceLamBndr (compiler/iface/IfaceType.hs:344) pprIfaceTvBndr (compiler/iface/IfaceType.hs:351) pprIfaceTvBndrs (compiler/iface/IfaceType.hs:356) pprIfaceBndrs (compiler/iface/IfaceType.hs:341) pprIfaceTcArgs (compiler/iface/IfaceType.hs:420) pprParendIfaceTcArgs (compiler/iface/IfaceType.hs:420) pprIfaceForAllPart (compiler/iface/IfaceType.hs:439) pprIfaceForAll (compiler/iface/IfaceType.hs:451) pprIfaceSigmaType (compiler/iface/IfaceType.hs:455) pprIfaceCoercion (compiler/iface/IfaceType.hs:564) pprParendIfaceCoercion (compiler/iface/IfaceType.hs:564) splitIfaceSigmaTy (compiler/iface/IfaceType.hs:161) pprIfaceTypeApp (compiler/iface/IfaceType.hs:494) pprUserIfaceForAll (compiler/iface/IfaceType.hs:458) suppressIfaceKinds (compiler/iface/IfaceType.hs:177) stripIfaceKindVars (compiler/iface/IfaceType.hs:188) stripKindArgs (compiler/iface/IfaceType.hs:264) substIfaceType (compiler/iface/IfaceType.hs:231) substIfaceTyVar (compiler/iface/IfaceType.hs:251) substIfaceTcArgs (compiler/iface/IfaceType.hs:243) mkIfaceTySubst (compiler/iface/IfaceType.hs:228) 5% ( 2 / 37) in 'IfaceSyn' Missing documentation for: Module header IfaceDecl (compiler/iface/IfaceSyn.hs:84) IfaceFamTyConFlav (compiler/iface/IfaceSyn.hs:155) IfaceClassOp (compiler/iface/IfaceSyn.hs:162) IfaceAT (compiler/iface/IfaceSyn.hs:167) IfaceConDecl (compiler/iface/IfaceSyn.hs:186) IfaceConDecls (compiler/iface/IfaceSyn.hs:180) IfaceEqSpec (compiler/iface/IfaceSyn.hs:206) IfaceExpr (compiler/iface/IfaceSyn.hs:412) IfaceAlt (compiler/iface/IfaceSyn.hs:434) IfaceLetBndr (compiler/iface/IfaceSyn.hs:450) IfaceBinding (compiler/iface/IfaceSyn.hs:443) IfaceConAlt (compiler/iface/IfaceSyn.hs:439) IfaceIdInfo (compiler/iface/IfaceSyn.hs:264) IfaceIdDetails (compiler/iface/IfaceSyn.hs:299) IfaceUnfolding (compiler/iface/IfaceSyn.hs:279) IfaceInfoItem (compiler/iface/IfaceSyn.hs:268) IfaceRule (compiler/iface/IfaceSyn.hs:234) IfaceAnnotation (compiler/iface/IfaceSyn.hs:246) IfaceAnnTarget (compiler/iface/IfaceSyn.hs:252) IfaceClsInst (compiler/iface/IfaceSyn.hs:212) IfaceFamInst (compiler/iface/IfaceSyn.hs:227) IfaceTickish (compiler/iface/IfaceSyn.hs:428) IfaceBang (compiler/iface/IfaceSyn.hs:208) IfaceAxBranch (compiler/iface/IfaceSyn.hs:173) IfaceTyConParent (compiler/iface/IfaceSyn.hs:149) ifaceDeclImplicitBndrs (compiler/iface/IfaceSyn.hs:323) visibleIfConDecls (compiler/iface/IfaceSyn.hs:317) ifaceDeclFingerprints (compiler/iface/IfaceSyn.hs:394) freeNamesIfDecl (compiler/iface/IfaceSyn.hs:1040) freeNamesIfRule (compiler/iface/IfaceSyn.hs:1247) freeNamesIfFamInst (compiler/iface/IfaceSyn.hs:1255) pprIfaceDecl (compiler/iface/IfaceSyn.hs:572) ShowSub (compiler/iface/IfaceSyn.hs:516) ShowHowMuch (compiler/iface/IfaceSyn.hs:522) 57% (113 /197) in 'HscTypes' Missing documentation for: TargetId (compiler/main/HscTypes.hs:423) pprTarget (compiler/main/HscTypes.hs:433) pprTargetId (compiler/main/HscTypes.hs:440) emptyMG (compiler/main/HscTypes.hs:2336) Hsc (compiler/main/HscTypes.hs:212) runHsc (compiler/main/HscTypes.hs:233) runInteractiveHsc (compiler/main/HscTypes.hs:239) appendStubC (compiler/main/HscTypes.hs:1149) ImportedModsVal (compiler/main/HscTypes.hs:1036) ms_imps (compiler/main/HscTypes.hs:2378) ms_mod_name (compiler/main/HscTypes.hs:2375) showModMsg (compiler/main/HscTypes.hs:2429) msHsFilePath (compiler/main/HscTypes.hs:2409) msHiFilePath (compiler/main/HscTypes.hs:2409) msObjFilePath (compiler/main/HscTypes.hs:2409) HscSource (compiler/main/DriverPhases.hs:93) isHsBootOrSig (compiler/main/DriverPhases.hs:104) hscSourceString (compiler/main/DriverPhases.hs:98) pprHPT (compiler/main/HscTypes.hs:472) hptObjs (compiler/main/HscTypes.hs:599) PackageTypeEnv (compiler/main/HscTypes.hs:2196) lookupHptByModule (compiler/main/HscTypes.hs:479) PackageInstEnv (compiler/main/HscTypes.hs:2198) PackageFamInstEnv (compiler/main/HscTypes.hs:2199) PackageRuleBase (compiler/main/HscTypes.hs:2197) mkSOName (compiler/main/HscTypes.hs:2301) mkHsSOName (compiler/main/HscTypes.hs:2308) soExt (compiler/main/HscTypes.hs:2311) metaRequestE (compiler/main/HscTypes.hs:628) metaRequestP (compiler/main/HscTypes.hs:631) metaRequestT (compiler/main/HscTypes.hs:634) metaRequestD (compiler/main/HscTypes.hs:637) metaRequestAW (compiler/main/HscTypes.hs:640) MetaHook (compiler/main/HscTypes.hs:626) extendInteractiveContextWithIds (compiler/main/HscTypes.hs:1425) substInteractiveContext (compiler/main/HscTypes.hs:1462) setInteractivePrintName (compiler/main/HscTypes.hs:1446) icInteractiveModule (compiler/main/HscTypes.hs:1381) InteractiveImport (compiler/main/HscTypes.hs:1351) setInteractivePackage (compiler/main/HscTypes.hs:1441) pprModulePrefix (compiler/basicTypes/Name.hs:514) emptyIfaceWarnCache (compiler/main/HscTypes.hs:1970) lookupFixity (compiler/main/HscTypes.hs:2003) emptyFixityEnv (compiler/main/HscTypes.hs:2000) tyThingsTyVars (compiler/main/HscTypes.hs:1737) implicitTyConThings (compiler/main/HscTypes.hs:1676) implicitClassThings (compiler/main/HscTypes.hs:1665) mkTypeEnv (compiler/main/HscTypes.hs:1798) emptyTypeEnv (compiler/main/HscTypes.hs:1778) typeEnvFromEntities (compiler/main/HscTypes.hs:1807) mkTypeEnvWithImplicits (compiler/main/HscTypes.hs:1801) extendTypeEnv (compiler/main/HscTypes.hs:1820) extendTypeEnvList (compiler/main/HscTypes.hs:1823) extendTypeEnvWithIds (compiler/main/HscTypes.hs:1826) lookupTypeEnv (compiler/main/HscTypes.hs:1786) typeEnvElts (compiler/main/HscTypes.hs:1779) typeEnvTyCons (compiler/main/HscTypes.hs:1780) typeEnvIds (compiler/main/HscTypes.hs:1782) typeEnvPatSyns (compiler/main/HscTypes.hs:1783) typeEnvDataCons (compiler/main/HscTypes.hs:1784) typeEnvCoAxioms (compiler/main/HscTypes.hs:1781) typeEnvClasses (compiler/main/HscTypes.hs:1785) noDependencies (compiler/main/HscTypes.hs:2083) WarningTxt (compiler/basicTypes/BasicTypes.hs:267) plusWarns (compiler/main/HscTypes.hs:1973) isObjectLinkable (compiler/main/HscTypes.hs:2728) linkableObjs (compiler/main/HscTypes.hs:2736) CompiledByteCode (compiler/ghci/ByteCodeAsm.hs:65) emptyHpcInfo (compiler/main/HscTypes.hs:2504) noVectInfo (compiler/main/HscTypes.hs:2570) plusVectInfo (compiler/main/HscTypes.hs:2574) noIfaceVectInfo (compiler/main/HscTypes.hs:2585) isNoIfaceVectInfo (compiler/main/HscTypes.hs:2588) getSafeMode (compiler/main/HscTypes.hs:2644) setSafeMode (compiler/main/HscTypes.hs:2647) noIfaceTrustInfo (compiler/main/HscTypes.hs:2650) trustInfoToNum (compiler/main/HscTypes.hs:2653) numToTrustInfo (compiler/main/HscTypes.hs:2661) HsParsedModule (compiler/main/HscTypes.hs:2689) mkSrcErr (compiler/main/HscTypes.hs:253) srcErrorMessages (compiler/main/HscTypes.hs:256) mkApiErr (compiler/main/HscTypes.hs:259) throwOneError (compiler/main/HscTypes.hs:262) handleFlagWarnings (compiler/main/HscTypes.hs:317) 79% ( 15 / 19) in 'GhcMonad' Missing documentation for: Module header liftGhcT (compiler/main/GhcMonad.hs:159) reifyGhc (compiler/main/GhcMonad.hs:151) defaultWarnErrLogger (compiler/main/GhcMonad.hs:204) 8% ( 1 / 12) in 'PipelineMonad' Missing documentation for: CompPipeline (compiler/main/PipelineMonad.hs:21) evalP (compiler/main/PipelineMonad.hs:23) PhasePlus (compiler/main/PipelineMonad.hs:41) PipeEnv (compiler/main/PipelineMonad.hs:52) PipeState (compiler/main/PipelineMonad.hs:62) PipelineOutput (compiler/main/PipelineMonad.hs:76) getPipeEnv (compiler/main/PipelineMonad.hs:90) getPipeState (compiler/main/PipelineMonad.hs:93) setDynFlags (compiler/main/PipelineMonad.hs:99) setModLocation (compiler/main/PipelineMonad.hs:103) setStubO (compiler/main/PipelineMonad.hs:107) 9% ( 13 /138) in 'TcRnTypes' Missing documentation for: Module header TcRnIf (compiler/typecheck/TcRnTypes.hs:161) TcRn (compiler/typecheck/TcRnTypes.hs:162) IfM (compiler/typecheck/TcRnTypes.hs:163) IfL (compiler/typecheck/TcRnTypes.hs:165) IfG (compiler/typecheck/TcRnTypes.hs:164) Env (compiler/typecheck/TcRnTypes.hs:184) TcLclEnv (compiler/typecheck/TcRnTypes.hs:602) IfGblEnv (compiler/typecheck/TcRnTypes.hs:216) IfLclEnv (compiler/typecheck/TcRnTypes.hs:229) ErrCtxt (compiler/typecheck/TcRnTypes.hs:887) RecFieldEnv (compiler/typecheck/TcRnTypes.hs:543) emptyImportAvails (compiler/typecheck/TcRnTypes.hs:992) WhereFrom (compiler/typecheck/TcRnTypes.hs:1039) mkModDeps (compiler/typecheck/TcRnTypes.hs:986) TcTypeEnv (compiler/typecheck/TcRnTypes.hs:646) TcIdBinder (compiler/typecheck/TcRnTypes.hs:657) TcTyThing (compiler/typecheck/TcRnTypes.hs:786) PromotionErr (compiler/typecheck/TcRnTypes.hs:805) pprTcTyThingCategory (compiler/typecheck/TcRnTypes.hs:834) pprPECategory (compiler/typecheck/TcRnTypes.hs:841) DsM (compiler/typecheck/TcRnTypes.hs:166) DsLclEnv (compiler/typecheck/TcRnTypes.hs:299) DsGblEnv (compiler/typecheck/TcRnTypes.hs:279) PArrBuiltin (compiler/typecheck/TcRnTypes.hs:263) DsMetaEnv (compiler/typecheck/TcRnTypes.hs:306) DsMetaVal (compiler/typecheck/TcRnTypes.hs:308) ThStage (compiler/typecheck/TcRnTypes.hs:690) PendingStuff (compiler/typecheck/TcRnTypes.hs:704) topStage (compiler/typecheck/TcRnTypes.hs:714) topAnnStage (compiler/typecheck/TcRnTypes.hs:714) topSpliceStage (compiler/typecheck/TcRnTypes.hs:714) ThLevel (compiler/typecheck/TcRnTypes.hs:724) impLevel (compiler/typecheck/TcRnTypes.hs:731) outerLevel (compiler/typecheck/TcRnTypes.hs:731) thLevel (compiler/typecheck/TcRnTypes.hs:735) ArrowCtxt (compiler/typecheck/TcRnTypes.hs:777) Xi (compiler/typecheck/TcRnTypes.hs:1070) Ct (compiler/typecheck/TcRnTypes.hs:1074) Cts (compiler/typecheck/TcRnTypes.hs:1072) emptyCts (compiler/typecheck/TcRnTypes.hs:1370) andCts (compiler/typecheck/TcRnTypes.hs:1348) andManyCts (compiler/typecheck/TcRnTypes.hs:1367) pprCts (compiler/typecheck/TcRnTypes.hs:1376) singleCt (compiler/typecheck/TcRnTypes.hs:1345) listToCts (compiler/typecheck/TcRnTypes.hs:1351) ctsElts (compiler/typecheck/TcRnTypes.hs:1354) consCts (compiler/typecheck/TcRnTypes.hs:1357) snocCts (compiler/typecheck/TcRnTypes.hs:1360) extendCtsList (compiler/typecheck/TcRnTypes.hs:1363) isEmptyCts (compiler/typecheck/TcRnTypes.hs:1373) isCTyEqCan (compiler/typecheck/TcRnTypes.hs:1298) isCFunEqCan (compiler/typecheck/TcRnTypes.hs:1315) isCDictCan_Maybe (compiler/typecheck/TcRnTypes.hs:1303) isCFunEqCan_maybe (compiler/typecheck/TcRnTypes.hs:1311) isCIrredEvCan (compiler/typecheck/TcRnTypes.hs:1307) isCNonCanonical (compiler/typecheck/TcRnTypes.hs:1319) isWantedCt (compiler/typecheck/TcRnTypes.hs:1289) isDerivedCt (compiler/typecheck/TcRnTypes.hs:1295) isGivenCt (compiler/typecheck/TcRnTypes.hs:1292) isHoleCt (compiler/typecheck/TcRnTypes.hs:1323) isTypedHoleCt (compiler/typecheck/TcRnTypes.hs:1327) isPartialTypeSigCt (compiler/typecheck/TcRnTypes.hs:1331) ctEvidence (compiler/typecheck/TcRnTypes.hs:1231) ctLoc (compiler/typecheck/TcRnTypes.hs:1234) ctPred (compiler/typecheck/TcRnTypes.hs:1237) mkNonCanonical (compiler/typecheck/TcRnTypes.hs:1225) mkNonCanonicalCt (compiler/typecheck/TcRnTypes.hs:1228) ctEvPred (compiler/typecheck/TcRnTypes.hs:1605) ctEvLoc (compiler/typecheck/TcRnTypes.hs:1609) ctEvTerm (compiler/typecheck/TcRnTypes.hs:1620) ctEvCoercion (compiler/typecheck/TcRnTypes.hs:1626) ctEvId (compiler/typecheck/TcRnTypes.hs:1633) WantedConstraints (compiler/typecheck/TcRnTypes.hs:1392) insolubleWC (compiler/typecheck/TcRnTypes.hs:1411) emptyWC (compiler/typecheck/TcRnTypes.hs:1400) isEmptyWC (compiler/typecheck/TcRnTypes.hs:1407) andWC (compiler/typecheck/TcRnTypes.hs:1419) unionsWC (compiler/typecheck/TcRnTypes.hs:1426) addSimples (compiler/typecheck/TcRnTypes.hs:1429) addImplics (compiler/typecheck/TcRnTypes.hs:1433) mkSimpleWC (compiler/typecheck/TcRnTypes.hs:1403) addInsols (compiler/typecheck/TcRnTypes.hs:1436) dropDerivedWC (compiler/typecheck/TcRnTypes.hs:1249) Implication (compiler/typecheck/TcRnTypes.hs:1461) SubGoalCounter (compiler/typecheck/TcRnTypes.hs:1729) SubGoalDepth (compiler/typecheck/TcRnTypes.hs:1731) initialSubGoalDepth (compiler/typecheck/TcRnTypes.hs:1742) maxSubGoalDepth (compiler/typecheck/TcRnTypes.hs:1745) bumpSubGoalDepth (compiler/typecheck/TcRnTypes.hs:1748) subGoalCounterValue (compiler/typecheck/TcRnTypes.hs:1752) subGoalDepthExceeded (compiler/typecheck/TcRnTypes.hs:1756) CtLoc (compiler/typecheck/TcRnTypes.hs:1807) ctLocSpan (compiler/typecheck/TcRnTypes.hs:1831) ctLocEnv (compiler/typecheck/TcRnTypes.hs:1822) ctLocOrigin (compiler/typecheck/TcRnTypes.hs:1828) ctLocDepth (compiler/typecheck/TcRnTypes.hs:1825) bumpCtLocDepth (compiler/typecheck/TcRnTypes.hs:1837) setCtLocOrigin (compiler/typecheck/TcRnTypes.hs:1840) setCtLocEnv (compiler/typecheck/TcRnTypes.hs:1843) setCtLocSpan (compiler/typecheck/TcRnTypes.hs:1834) CtOrigin (compiler/typecheck/TcRnTypes.hs:1963) pprCtOrigin (compiler/typecheck/TcRnTypes.hs:2027) pushErrCtxt (compiler/typecheck/TcRnTypes.hs:1846) pushErrCtxtSameOrigin (compiler/typecheck/TcRnTypes.hs:1850) SkolemInfo (compiler/typecheck/TcRnTypes.hs:1877) CtEvidence (compiler/typecheck/TcRnTypes.hs:1587) mkGivenLoc (compiler/typecheck/TcRnTypes.hs:1816) isWanted (compiler/typecheck/TcRnTypes.hs:1644) isGiven (compiler/typecheck/TcRnTypes.hs:1648) isDerived (compiler/typecheck/TcRnTypes.hs:1652) TcPlugin (compiler/typecheck/TcRnTypes.hs:2138) TcPluginResult (compiler/typecheck/TcRnTypes.hs:2150) TcPluginSolver (compiler/typecheck/TcRnTypes.hs:2107) TcPluginM (compiler/typecheck/TcRnTypes.hs:2112) runTcPluginM (compiler/typecheck/TcRnTypes.hs:2129) CtFlavour (compiler/typecheck/TcRnTypes.hs:1668) ctEvFlavour (compiler/typecheck/TcRnTypes.hs:1676) pprEvVarTheta (compiler/typecheck/TcRnTypes.hs:1567) pprEvVars (compiler/typecheck/TcRnTypes.hs:1564) pprEvVarWithType (compiler/typecheck/TcRnTypes.hs:1570) pprArising (compiler/typecheck/TcRnTypes.hs:1855) pprArisingAt (compiler/typecheck/TcRnTypes.hs:1861) TcId (compiler/typecheck/TcRnTypes.hs:683) TcIdSet (compiler/typecheck/TcRnTypes.hs:684) 6% ( 1 / 18) in 'Hooks' Missing documentation for: Module header Hooks (compiler/main/Hooks.hs:65) lookupHook (compiler/main/Hooks.hs:84) getHooked (compiler/main/Hooks.hs:81) dsForeignsHook (compiler/main/Hooks.hs:66) tcForeignImportsHook (compiler/main/Hooks.hs:67) tcForeignExportsHook (compiler/main/Hooks.hs:68) hscFrontendHook (compiler/main/Hooks.hs:69) hscCompileOneShotHook (compiler/main/Hooks.hs:70) hscCompileCoreExprHook (compiler/main/Hooks.hs:71) ghcPrimIfaceHook (compiler/main/Hooks.hs:72) runPhaseHook (compiler/main/Hooks.hs:73) runMetaHook (compiler/main/Hooks.hs:74) linkHook (compiler/main/Hooks.hs:75) runQuasiQuoteHook (compiler/main/Hooks.hs:76) runRnSpliceHook (compiler/main/Hooks.hs:77) getValueSafelyHook (compiler/main/Hooks.hs:78) 0% ( 0 / 4) in 'RnHsDoc' Missing documentation for: Module header rnHsDoc (compiler/rename/RnHsDoc.hs:21) rnLHsDoc (compiler/rename/RnHsDoc.hs:16) rnMbLHsDoc (compiler/rename/RnHsDoc.hs:9) 68% ( 47 / 69) in 'MkCore' Missing documentation for: mkWildCase (compiler/coreSyn/MkCore.hs:199) mkIfThenElse (compiler/coreSyn/MkCore.hs:205) mkWildEvBinder (compiler/coreSyn/MkCore.hs:188) sortQuantVars (compiler/coreSyn/MkCore.hs:102) castBottomExpr (compiler/coreSyn/MkCore.hs:212) FloatBind (compiler/coreSyn/MkCore.hs:409) wrapFloat (compiler/coreSyn/MkCore.hs:420) mkEqBox (compiler/coreSyn/MkCore.hs:299) mkRuntimeErrorApp (compiler/coreSyn/MkCore.hs:611) mkImpossibleExpr (compiler/coreSyn/MkCore.hs:623) errorIds (compiler/coreSyn/MkCore.hs:650) rEC_CON_ERROR_ID (compiler/coreSyn/MkCore.hs:689) iRREFUT_PAT_ERROR_ID (compiler/coreSyn/MkCore.hs:689) rUNTIME_ERROR_ID (compiler/coreSyn/MkCore.hs:689) nON_EXHAUSTIVE_GUARDS_ERROR_ID (compiler/coreSyn/MkCore.hs:690) nO_METHOD_BINDING_ERROR_ID (compiler/coreSyn/MkCore.hs:690) pAT_ERROR_ID (compiler/coreSyn/MkCore.hs:690) eRROR_ID (compiler/coreSyn/MkCore.hs:711) rEC_SEL_ERROR_ID (compiler/coreSyn/MkCore.hs:689) aBSENT_ERROR_ID (compiler/coreSyn/MkCore.hs:691) uNDEFINED_ID (compiler/coreSyn/MkCore.hs:720) undefinedName (compiler/coreSyn/MkCore.hs:717) 0% ( 0 / 3) in 'PrelRules' Missing documentation for: Module header primOpRules (compiler/prelude/PrelRules.hs:81) builtinRules (compiler/prelude/PrelRules.hs:976) 3% ( 1 / 34) in 'MkId' Missing documentation for: Module header mkDictFunId (compiler/basicTypes/MkId.hs:965) mkDictFunTy (compiler/basicTypes/MkId.hs:982) mkDictSelId (compiler/basicTypes/MkId.hs:270) mkDictSelRhs (compiler/basicTypes/MkId.hs:324) mkPrimOpId (compiler/basicTypes/MkId.hs:894) mkFCallId (compiler/basicTypes/MkId.hs:924) wrapNewTypeBody (compiler/basicTypes/MkId.hs:813) unwrapNewTypeBody (compiler/basicTypes/MkId.hs:844) wrapFamInstBody (compiler/basicTypes/MkId.hs:854) unwrapFamInstScrut (compiler/basicTypes/MkId.hs:871) wrapTypeFamInstBody (compiler/basicTypes/MkId.hs:863) wrapTypeUnbranchedFamInstBody (compiler/basicTypes/MkId.hs:867) unwrapTypeFamInstScrut (compiler/basicTypes/MkId.hs:878) unwrapTypeUnbranchedFamInstScrut (compiler/basicTypes/MkId.hs:882) DataConBoxer (compiler/basicTypes/MkId.hs:464) mkDataConRep (compiler/basicTypes/MkId.hs:468) mkDataConWorkId (compiler/basicTypes/MkId.hs:368) wiredInIds (compiler/basicTypes/MkId.hs:121) ghcPrimIds (compiler/basicTypes/MkId.hs:128) unsafeCoerceName (compiler/basicTypes/MkId.hs:1021) unsafeCoerceId (compiler/basicTypes/MkId.hs:1064) realWorldPrimId (compiler/basicTypes/MkId.hs:1372) voidPrimId (compiler/basicTypes/MkId.hs:1377) voidArgId (compiler/basicTypes/MkId.hs:1381) nullAddrId (compiler/basicTypes/MkId.hs:1079) seqId (compiler/basicTypes/MkId.hs:1089) lazyId (compiler/basicTypes/MkId.hs:1125) lazyIdKey (compiler/prelude/PrelNames.hs:1763) coercionTokenId (compiler/basicTypes/MkId.hs:1384) magicDictId (compiler/basicTypes/MkId.hs:1144) coerceId (compiler/basicTypes/MkId.hs:1152) proxyHashId (compiler/basicTypes/MkId.hs:1051) 0% ( 0 / 3) in 'CoreToStg' Missing documentation for: Module header coreToStg (compiler/stgSyn/CoreToStg.hs:189) coreExprToStg (compiler/stgSyn/CoreToStg.hs:194) 0% ( 0 / 2) in 'UnariseStg' Missing documentation for: Module header unarise (compiler/simplStg/UnariseStg.hs:64) 0% ( 0 / 2) in 'SimplStg' Missing documentation for: Module header stg2stg (compiler/simplStg/SimplStg.hs:29) 0% ( 0 / 2) in 'FloatIn' Missing documentation for: Module header floatInwards (compiler/simplCore/FloatIn.hs:41) 0% ( 0 / 6) in 'WwLib' Missing documentation for: Module header mkWwBodies (compiler/stranal/WwLib.hs:111) mkWWstr (compiler/stranal/WwLib.hs:377) mkWorkerArgs (compiler/stranal/WwLib.hs:199) deepSplitProductType_maybe (compiler/stranal/WwLib.hs:537) findTypeShape (compiler/stranal/WwLib.hs:566) 0% ( 0 / 2) in 'DmdAnal' Missing documentation for: Module header dmdAnalProgram (compiler/stranal/DmdAnal.hs:47) 0% ( 0 / 2) in 'WorkWrap' Missing documentation for: Module header wwTopBinds (compiler/stranal/WorkWrap.hs:58) 67% ( 2 / 3) in 'CmmPipeline' Missing documentation for: Module header 0% ( 0 / 3) in 'StgCmmHpc' Missing documentation for: Module header initHpc (compiler/codeGen/StgCmmHpc.hs:35) mkTickBox (compiler/codeGen/StgCmmHpc.hs:24) 0% ( 0 / 13) in 'PrelInfo' Missing documentation for: Module header wiredInIds (compiler/basicTypes/MkId.hs:121) ghcPrimIds (compiler/basicTypes/MkId.hs:128) primOpRules (compiler/prelude/PrelRules.hs:81) builtinRules (compiler/prelude/PrelRules.hs:976) ghcPrimExports (compiler/prelude/PrelInfo.hs:120) wiredInThings (compiler/prelude/PrelInfo.hs:69) basicKnownKeyNames (compiler/prelude/PrelNames.hs:182) primOpId (compiler/prelude/PrelInfo.hs:106) maybeCharLikeCon (compiler/prelude/PrelInfo.hs:137) maybeIntLikeCon (compiler/prelude/PrelInfo.hs:137) isNumericClass (compiler/prelude/PrelInfo.hs:149) isStandardClass (compiler/prelude/PrelInfo.hs:149) 0% ( 0 / 4) in 'StgCmmCon' Missing documentation for: Module header cgTopRhsCon (compiler/codeGen/StgCmmCon.hs:56) buildDynCon (compiler/codeGen/StgCmmCon.hs:113) bindConArgs (compiler/codeGen/StgCmmCon.hs:248) 0% ( 0 / 2) in 'StgCmmExpr' Missing documentation for: Module header cgExpr (compiler/codeGen/StgCmmExpr.hs:60) 0% ( 0 / 6) in 'StgCmmBind' Missing documentation for: Module header cgTopRhsClosure (compiler/codeGen/StgCmmBind.hs:66) cgBind (compiler/codeGen/StgCmmBind.hs:132) emitBlackHoleCode (compiler/codeGen/StgCmmBind.hs:602) pushUpdateFrame (compiler/codeGen/StgCmmBind.hs:677) emitUpdateFrame (compiler/codeGen/StgCmmBind.hs:689) 0% ( 0 / 2) in 'CmmParse' Missing documentation for: Module header parseCmmFile (compiler/cmm/CmmParse.hs:2853) 0% ( 0 / 2) in 'StgCmm' Missing documentation for: Module header codeGen (compiler/codeGen/StgCmm.hs:53) 8% ( 15 /180) in 'TcRnMonad' Missing documentation for: Module header initTcInteractive (compiler/typecheck/TcRnMonad.hs:209) initTcForLookup (compiler/typecheck/TcRnMonad.hs:219) initTcRnIf (compiler/typecheck/TcRnMonad.hs:236) discardResult (compiler/typecheck/TcRnMonad.hs:261) getTopEnv (compiler/typecheck/TcRnMonad.hs:264) getGblEnv (compiler/typecheck/TcRnMonad.hs:267) updGblEnv (compiler/typecheck/TcRnMonad.hs:270) setGblEnv (compiler/typecheck/TcRnMonad.hs:274) getLclEnv (compiler/typecheck/TcRnMonad.hs:277) updLclEnv (compiler/typecheck/TcRnMonad.hs:280) setLclEnv (compiler/typecheck/TcRnMonad.hs:284) getEnvs (compiler/typecheck/TcRnMonad.hs:287) setEnvs (compiler/typecheck/TcRnMonad.hs:290) xoptM (compiler/typecheck/TcRnMonad.hs:295) doptM (compiler/typecheck/TcRnMonad.hs:298) goptM (compiler/typecheck/TcRnMonad.hs:301) woptM (compiler/typecheck/TcRnMonad.hs:304) setXOptM (compiler/typecheck/TcRnMonad.hs:307) unsetGOptM (compiler/typecheck/TcRnMonad.hs:311) unsetWOptM (compiler/typecheck/TcRnMonad.hs:315) whenGOptM (compiler/typecheck/TcRnMonad.hs:324) whenWOptM (compiler/typecheck/TcRnMonad.hs:328) whenXOptM (compiler/typecheck/TcRnMonad.hs:332) getGhcMode (compiler/typecheck/TcRnMonad.hs:336) withDoDynamicToo (compiler/typecheck/TcRnMonad.hs:339) getEpsVar (compiler/typecheck/TcRnMonad.hs:346) getEps (compiler/typecheck/TcRnMonad.hs:349) getHpt (compiler/typecheck/TcRnMonad.hs:375) getEpsAndHpt (compiler/typecheck/TcRnMonad.hs:378) newArrowScope (compiler/typecheck/TcRnMonad.hs:390) escapeArrowScope (compiler/typecheck/TcRnMonad.hs:395) newUnique (compiler/typecheck/TcRnMonad.hs:412) newUniqueSupply (compiler/typecheck/TcRnMonad.hs:427) newLocalName (compiler/typecheck/TcRnMonad.hs:436) newName (compiler/typecheck/TcRnMonad.hs:439) newSysName (compiler/typecheck/TcRnMonad.hs:445) newSysLocalId (compiler/typecheck/TcRnMonad.hs:450) newSysLocalIds (compiler/typecheck/TcRnMonad.hs:455) (compiler/typecheck/TcRnMonad.hs:460) newTcRef (compiler/typecheck/TcRnMonad.hs:472) readTcRef (compiler/typecheck/TcRnMonad.hs:475) writeTcRef (compiler/typecheck/TcRnMonad.hs:478) updTcRef (compiler/typecheck/TcRnMonad.hs:481) updTcRefX (compiler/typecheck/TcRnMonad.hs:486) traceTc (compiler/typecheck/TcRnMonad.hs:500) traceRn (compiler/typecheck/TcRnMonad.hs:510) getPrintUnqualified (compiler/typecheck/TcRnMonad.hs:545) traceIf (compiler/typecheck/TcRnMonad.hs:568) traceHiDiffs (compiler/typecheck/TcRnMonad.hs:568) traceOptIf (compiler/typecheck/TcRnMonad.hs:573) setModule (compiler/typecheck/TcRnMonad.hs:587) getIsGHCi (compiler/typecheck/TcRnMonad.hs:590) getGHCiMonad (compiler/typecheck/TcRnMonad.hs:594) getInteractivePrintName (compiler/typecheck/TcRnMonad.hs:597) tcIsHsBootOrSig (compiler/typecheck/TcRnMonad.hs:600) getGlobalRdrEnv (compiler/typecheck/TcRnMonad.hs:603) getRdrEnvs (compiler/typecheck/TcRnMonad.hs:606) getImports (compiler/typecheck/TcRnMonad.hs:609) getFixityEnv (compiler/typecheck/TcRnMonad.hs:612) extendFixityEnv (compiler/typecheck/TcRnMonad.hs:615) getRecFieldEnv (compiler/typecheck/TcRnMonad.hs:620) getDeclaredDefaultTys (compiler/typecheck/TcRnMonad.hs:623) addDependentFiles (compiler/typecheck/TcRnMonad.hs:626) getSrcSpanM (compiler/typecheck/TcRnMonad.hs:640) setSrcSpan (compiler/typecheck/TcRnMonad.hs:644) addLocM (compiler/typecheck/TcRnMonad.hs:650) wrapLocM (compiler/typecheck/TcRnMonad.hs:653) wrapLocFstM (compiler/typecheck/TcRnMonad.hs:656) wrapLocSndM (compiler/typecheck/TcRnMonad.hs:662) getErrsVar (compiler/typecheck/TcRnMonad.hs:670) setErrsVar (compiler/typecheck/TcRnMonad.hs:673) addErr (compiler/typecheck/TcRnMonad.hs:676) failWith (compiler/typecheck/TcRnMonad.hs:679) addErrAt (compiler/typecheck/TcRnMonad.hs:682) addErrs (compiler/typecheck/TcRnMonad.hs:691) checkErr (compiler/typecheck/TcRnMonad.hs:696) warnIf (compiler/typecheck/TcRnMonad.hs:700) addMessages (compiler/typecheck/TcRnMonad.hs:704) discardWarnings (compiler/typecheck/TcRnMonad.hs:711) mkLongErrAt (compiler/typecheck/TcRnMonad.hs:734) addLongErrAt (compiler/typecheck/TcRnMonad.hs:740) reportErrors (compiler/typecheck/TcRnMonad.hs:743) reportError (compiler/typecheck/TcRnMonad.hs:746) reportWarning (compiler/typecheck/TcRnMonad.hs:753) try_m (compiler/typecheck/TcRnMonad.hs:760) recoverM (compiler/typecheck/TcRnMonad.hs:771) mapAndRecoverM (compiler/typecheck/TcRnMonad.hs:783) tryTc (compiler/typecheck/TcRnMonad.hs:799) tryTcErrs (compiler/typecheck/TcRnMonad.hs:817) tryTcLIE (compiler/typecheck/TcRnMonad.hs:834) tryTcLIE_ (compiler/typecheck/TcRnMonad.hs:846) checkNoErrs (compiler/typecheck/TcRnMonad.hs:859) whenNoErrs (compiler/typecheck/TcRnMonad.hs:874) ifErrsM (compiler/typecheck/TcRnMonad.hs:877) failIfErrsM (compiler/typecheck/TcRnMonad.hs:890) checkTH (compiler/typecheck/TcRnMonad.hs:894) failTH (compiler/typecheck/TcRnMonad.hs:901) getErrCtxt (compiler/typecheck/TcRnMonad.hs:916) setErrCtxt (compiler/typecheck/TcRnMonad.hs:919) addErrCtxt (compiler/typecheck/TcRnMonad.hs:922) addErrCtxtM (compiler/typecheck/TcRnMonad.hs:925) addLandmarkErrCtxt (compiler/typecheck/TcRnMonad.hs:928) updCtxt (compiler/typecheck/TcRnMonad.hs:932) popErrCtxt (compiler/typecheck/TcRnMonad.hs:936) getCtLoc (compiler/typecheck/TcRnMonad.hs:939) setCtLoc (compiler/typecheck/TcRnMonad.hs:946) addErrTc (compiler/typecheck/TcRnMonad.hs:966) addErrsTc (compiler/typecheck/TcRnMonad.hs:970) addErrTcM (compiler/typecheck/TcRnMonad.hs:973) mkErrTcM (compiler/typecheck/TcRnMonad.hs:980) failWithTc (compiler/typecheck/TcRnMonad.hs:989) failWithTcM (compiler/typecheck/TcRnMonad.hs:993) checkTc (compiler/typecheck/TcRnMonad.hs:997) warnTc (compiler/typecheck/TcRnMonad.hs:1003) addWarnTc (compiler/typecheck/TcRnMonad.hs:1008) addWarnTcM (compiler/typecheck/TcRnMonad.hs:1012) addWarn (compiler/typecheck/TcRnMonad.hs:1018) addWarnAt (compiler/typecheck/TcRnMonad.hs:1021) add_warn (compiler/typecheck/TcRnMonad.hs:1024) add_warn_at (compiler/typecheck/TcRnMonad.hs:1029) tcInitTidyEnv (compiler/typecheck/TcRnMonad.hs:1037) add_err_tcm (compiler/typecheck/TcRnMonad.hs:1047) mkErrInfo (compiler/typecheck/TcRnMonad.hs:1054) mAX_CONTEXTS (compiler/typecheck/TcRnMonad.hs:1073) debugTc (compiler/typecheck/TcRnMonad.hs:1078) newTcEvBinds (compiler/typecheck/TcRnMonad.hs:1091) addTcEvBind (compiler/typecheck/TcRnMonad.hs:1096) getTcEvBinds (compiler/typecheck/TcRnMonad.hs:1104) chooseUniqueOccTc (compiler/typecheck/TcRnMonad.hs:1109) getConstraintVar (compiler/typecheck/TcRnMonad.hs:1118) setConstraintVar (compiler/typecheck/TcRnMonad.hs:1121) emitConstraints (compiler/typecheck/TcRnMonad.hs:1124) emitSimple (compiler/typecheck/TcRnMonad.hs:1129) emitSimples (compiler/typecheck/TcRnMonad.hs:1134) emitImplication (compiler/typecheck/TcRnMonad.hs:1139) emitImplications (compiler/typecheck/TcRnMonad.hs:1144) emitInsoluble (compiler/typecheck/TcRnMonad.hs:1149) captureConstraints (compiler/typecheck/TcRnMonad.hs:1156) captureTcLevel (compiler/typecheck/TcRnMonad.hs:1165) pushLevelAndCaptureConstraints (compiler/typecheck/TcRnMonad.hs:1173) pushTcLevelM (compiler/typecheck/TcRnMonad.hs:1184) getTcLevel (compiler/typecheck/TcRnMonad.hs:1191) setTcLevel (compiler/typecheck/TcRnMonad.hs:1195) isTouchableTcM (compiler/typecheck/TcRnMonad.hs:1199) getLclTypeEnv (compiler/typecheck/TcRnMonad.hs:1204) setLclTypeEnv (compiler/typecheck/TcRnMonad.hs:1207) traceTcConstraints (compiler/typecheck/TcRnMonad.hs:1216) emitWildcardHoleConstraints (compiler/typecheck/TcRnMonad.hs:1223) recordThUse (compiler/typecheck/TcRnMonad.hs:1248) recordThSpliceUse (compiler/typecheck/TcRnMonad.hs:1251) keepAlive (compiler/typecheck/TcRnMonad.hs:1254) getStage (compiler/typecheck/TcRnMonad.hs:1260) getStageAndBindLevel (compiler/typecheck/TcRnMonad.hs:1263) setStage (compiler/typecheck/TcRnMonad.hs:1270) getLocalRdrEnv (compiler/typecheck/TcRnMonad.hs:1302) setLocalRdrEnv (compiler/typecheck/TcRnMonad.hs:1305) mkIfLclEnv (compiler/typecheck/TcRnMonad.hs:1317) initIfaceCheck (compiler/typecheck/TcRnMonad.hs:1335) initIfaceTc (compiler/typecheck/TcRnMonad.hs:1345) initIfaceLcl (compiler/typecheck/TcRnMonad.hs:1362) getIfModule (compiler/typecheck/TcRnMonad.hs:1366) failIfM (compiler/typecheck/TcRnMonad.hs:1370) forkM_maybe (compiler/typecheck/TcRnMonad.hs:1382) forkM (compiler/typecheck/TcRnMonad.hs:1420) 4% ( 3 / 71) in 'TcMType' Missing documentation for: Module header TcTyVar (compiler/typecheck/TcType.hs:224) TcKind (compiler/typecheck/TcType.hs:238) TcType (compiler/typecheck/TcType.hs:226) TcTauType (compiler/typecheck/TcType.hs:237) TcThetaType (compiler/typecheck/TcType.hs:234) TcTyVarSet (compiler/typecheck/TcType.hs:239) newFlexiTyVar (compiler/typecheck/TcMType.hs:441) newFlexiTyVarTy (compiler/typecheck/TcMType.hs:444) newFlexiTyVarTys (compiler/typecheck/TcMType.hs:449) newReturnTyVar (compiler/typecheck/TcMType.hs:452) newReturnTyVarTy (compiler/typecheck/TcMType.hs:455) newMetaKindVar (compiler/typecheck/TcMType.hs:106) newMetaKindVars (compiler/typecheck/TcMType.hs:112) mkTcTyVarName (compiler/typecheck/TcMType.hs:351) cloneMetaTyVar (compiler/typecheck/TcMType.hs:340) newMetaTyVar (compiler/typecheck/TcMType.hs:305) readMetaTyVar (compiler/typecheck/TcMType.hs:355) writeMetaTyVar (compiler/typecheck/TcMType.hs:379) writeMetaTyVarRef (compiler/typecheck/TcMType.hs:399) newMetaDetails (compiler/typecheck/TcMType.hs:334) isFilledMetaTyVar (compiler/typecheck/TcMType.hs:359) isUnfilledMetaTyVar (compiler/typecheck/TcMType.hs:368) newEvVar (compiler/typecheck/TcMType.hs:128) newEvVars (compiler/typecheck/TcMType.hs:123) newEq (compiler/typecheck/TcMType.hs:133) newDict (compiler/typecheck/TcMType.hs:138) newTcEvBinds (compiler/typecheck/TcRnMonad.hs:1091) addTcEvBind (compiler/typecheck/TcRnMonad.hs:1096) newSimpleWanted (compiler/typecheck/TcMType.hs:158) newSimpleWanteds (compiler/typecheck/TcMType.hs:167) tcInstTyVars (compiler/typecheck/TcMType.hs:458) newSigTyVar (compiler/typecheck/TcMType.hs:325) tcInstType (compiler/typecheck/TcMType.hs:178) tcInstSkolTyVars (compiler/typecheck/TcMType.hs:213) tcInstSuperSkolTyVarsX (compiler/typecheck/TcMType.hs:219) tcInstSigTyVarsLoc (compiler/typecheck/TcMType.hs:236) tcInstSigTyVars (compiler/typecheck/TcMType.hs:240) tcInstSkolType (compiler/typecheck/TcMType.hs:248) tcSkolDFunType (compiler/typecheck/TcMType.hs:194) tcSuperSkolTyVars (compiler/typecheck/TcMType.hs:199) instSkolTyVars (compiler/typecheck/TcMType.hs:263) zonkTcPredType (compiler/typecheck/TcMType.hs:735) zonkTidyTcType (compiler/typecheck/TcMType.hs:915) zonkTidyOrigin (compiler/typecheck/TcMType.hs:919) tidyEvVar (compiler/typecheck/TcMType.hs:969) tidyCt (compiler/typecheck/TcMType.hs:949) tidySkolemInfo (compiler/typecheck/TcMType.hs:973) skolemiseUnboundMetaTyVar (compiler/typecheck/TcMType.hs:583) zonkTcTyVar (compiler/typecheck/TcMType.hs:879) zonkTcTyVars (compiler/typecheck/TcMType.hs:721) zonkTyVarsAndFV (compiler/typecheck/TcMType.hs:718) zonkTcTypeAndFV (compiler/typecheck/TcMType.hs:700) zonkQuantifiedTyVar (compiler/typecheck/TcMType.hs:543) quantifyTyVars (compiler/typecheck/TcMType.hs:505) zonkTcTyVarBndr (compiler/typecheck/TcMType.hs:870) zonkTcType (compiler/typecheck/TcMType.hs:835) zonkTcTypes (compiler/typecheck/TcMType.hs:729) zonkTcThetaType (compiler/typecheck/TcMType.hs:732) zonkTcKind (compiler/typecheck/TcMType.hs:904) defaultKindVarToStar (compiler/typecheck/TcMType.hs:576) zonkEvVar (compiler/typecheck/TcMType.hs:764) zonkWC (compiler/typecheck/TcMType.hs:769) zonkSimples (compiler/typecheck/TcMType.hs:779) zonkId (compiler/typecheck/TcMType.hs:826) zonkCt (compiler/typecheck/TcMType.hs:787) zonkSkolemInfo (compiler/typecheck/TcMType.hs:806) tcGetGlobalTyVars (compiler/typecheck/TcMType.hs:691) 0% ( 0 / 26) in 'TcHsSyn' Missing documentation for: Module header mkHsConApp (compiler/hsSyn/HsUtils.hs:164) mkHsDictLet (compiler/hsSyn/HsUtils.hs:512) mkHsApp (compiler/hsSyn/HsUtils.hs:152) hsLitType (compiler/typecheck/TcHsSyn.hs:105) hsLPatType (compiler/typecheck/TcHsSyn.hs:77) hsPatType (compiler/typecheck/TcHsSyn.hs:80) mkHsAppTy (compiler/hsSyn/HsUtils.hs:149) mkSimpleHsAlt (compiler/hsSyn/HsUtils.hs:171) nlHsIntLit (compiler/hsSyn/HsUtils.hs:338) shortCutLit (compiler/typecheck/TcHsSyn.hs:122) hsOverLitName (compiler/typecheck/TcHsSyn.hs:148) conLikeResTy (compiler/typecheck/TcHsSyn.hs:101) TcId (compiler/typecheck/TcRnTypes.hs:683) TcIdSet (compiler/typecheck/TcRnTypes.hs:684) zonkTopDecls (compiler/typecheck/TcHsSyn.hs:300) zonkTopExpr (compiler/typecheck/TcHsSyn.hs:294) zonkTopLExpr (compiler/typecheck/TcHsSyn.hs:297) zonkTopBndrs (compiler/typecheck/TcHsSyn.hs:258) zonkTyBndrsX (compiler/typecheck/TcHsSyn.hs:283) emptyZonkEnv (compiler/typecheck/TcHsSyn.hs:198) mkEmptyZonkEnv (compiler/typecheck/TcHsSyn.hs:201) mkTyVarZonkEnv (compiler/typecheck/TcHsSyn.hs:216) zonkTcTypeToType (compiler/typecheck/TcHsSyn.hs:1413) zonkTcTypeToTypes (compiler/typecheck/TcHsSyn.hs:1443) zonkTyVarOcc (compiler/typecheck/TcHsSyn.hs:1387) 0% ( 0 / 3) in 'TcAnnotations' Missing documentation for: Module header tcAnnotations (compiler/typecheck/TcAnnotations.hs:41) annCtxt (compiler/typecheck/TcAnnotations.hs:67) 0% ( 0 / 3) in 'Coverage' Missing documentation for: Module header addTicksToBinds (compiler/deSugar/Coverage.hs:55) hpcInitCode (compiler/deSugar/Coverage.hs:1244) 24% ( 4 / 17) in 'Finder' Missing documentation for: Module header flushFinderCaches (compiler/main/Finder.hs:71) findExposedPackageModule (compiler/main/Finder.hs:193) mkHomeModLocation (compiler/main/Finder.hs:431) mkHomeModLocation2 (compiler/main/Finder.hs:436) mkHiOnlyModLocation (compiler/main/Finder.hs:451) addHomeModuleToFinder (compiler/main/Finder.hs:226) uncacheModule (compiler/main/Finder.hs:233) mkStubPaths (compiler/main/Finder.hs:504) findObjectLinkableMaybe (compiler/main/Finder.hs:530) findObjectLinkable (compiler/main/Finder.hs:540) cannotFindModule (compiler/main/Finder.hs:548) cannotFindInterface (compiler/main/Finder.hs:552) 10% ( 2 / 21) in 'IfaceEnv' Missing documentation for: Module header newGlobalBinder (compiler/iface/IfaceEnv.hs:64) newImplicitBinder (compiler/iface/IfaceEnv.hs:122) lookupIfaceTop (compiler/iface/IfaceEnv.hs:301) lookupOrig (compiler/iface/IfaceEnv.hs:143) lookupOrigNameCache (compiler/iface/IfaceEnv.hs:194) extendNameCache (compiler/iface/IfaceEnv.hs:212) newIfaceName (compiler/iface/IfaceEnv.hs:306) newIfaceNames (compiler/iface/IfaceEnv.hs:311) extendIfaceIdEnv (compiler/iface/IfaceEnv.hs:265) extendIfaceTyVarEnv (compiler/iface/IfaceEnv.hs:286) tcIfaceLclId (compiler/iface/IfaceEnv.hs:257) tcIfaceTyVar (compiler/iface/IfaceEnv.hs:273) lookupIfaceTyVar (compiler/iface/IfaceEnv.hs:281) ifaceExportNames (compiler/iface/IfaceEnv.hs:140) allocateGlobalBinder (compiler/iface/IfaceEnv.hs:79) initNameCache (compiler/iface/IfaceEnv.hs:241) updNameCache (compiler/iface/IfaceEnv.hs:222) getNameCache (compiler/iface/IfaceEnv.hs:218) 43% ( 3 / 7) in 'BinIface' Missing documentation for: getSymtabName (compiler/iface/BinIface.hs:352) getDictFastString (compiler/iface/BinIface.hs:402) CheckHiWay (compiler/iface/BinIface.hs:63) TraceBinIFaceReading (compiler/iface/BinIface.hs:66) 8% ( 1 / 13) in 'BuildTyCl' Missing documentation for: Module header buildSynonymTyCon (compiler/iface/BuildTyCl.hs:45) buildFamilyTyCon (compiler/iface/BuildTyCl.hs:54) buildAlgTyCon (compiler/basicTypes/DataCon.hs:1032) buildDataCon (compiler/iface/BuildTyCl.hs:129) buildPatSyn (compiler/iface/BuildTyCl.hs:187) TcMethInfo (compiler/iface/BuildTyCl.hs:215) buildClass (compiler/iface/BuildTyCl.hs:219) distinctAbstractTyConRhs (compiler/iface/BuildTyCl.hs:65) totallyAbstractTyConRhs (compiler/iface/BuildTyCl.hs:65) mkDataTyConRhs (compiler/iface/BuildTyCl.hs:69) newImplicitBinder (compiler/iface/IfaceEnv.hs:122) 50% ( 1 / 2) in 'DebuggerUtils' Missing documentation for: Module header 100% ( 2 / 2) in 'FlagChecker' 0% ( 0 / 3) in 'CodeOutput' Missing documentation for: Module header codeOutput (compiler/main/CodeOutput.hs:48) outputForeignStubs (compiler/main/CodeOutput.hs:183) 25% ( 1 / 4) in 'ByteCodeGen' Missing documentation for: UnlinkedBCO (compiler/ghci/ByteCodeAsm.hs:73) byteCodeGen (compiler/ghci/ByteCodeGen.hs:71) coreExprToBCOs (compiler/ghci/ByteCodeGen.hs:100) 0% ( 0 / 9) in 'TcTyDecls' Missing documentation for: Module header calcRecFlags (compiler/typecheck/TcTyDecls.hs:362) RecTyInfo (compiler/typecheck/TcTyDecls.hs:358) calcSynCycles (compiler/typecheck/TcTyDecls.hs:124) calcClassCycles (compiler/typecheck/TcTyDecls.hs:186) RoleAnnots (compiler/typecheck/TcTyDecls.hs:534) extractRoleAnnots (compiler/typecheck/TcTyDecls.hs:536) emptyRoleAnnots (compiler/typecheck/TcTyDecls.hs:541) lookupRoleAnnots (compiler/typecheck/TcTyDecls.hs:544) 92% ( 12 / 13) in 'Vectorise.Env' Missing documentation for: Module header 43% ( 10 / 23) in 'LoadIface' Missing documentation for: Module header tcLookupImported_maybe (compiler/iface/LoadIface.hs:101) importDecl (compiler/iface/LoadIface.hs:121) checkWiredInTyCon (compiler/iface/LoadIface.hs:183) ifCheckWiredInThing (compiler/iface/LoadIface.hs:203) loadInterface (compiler/iface/LoadIface.hs:392) loadPluginInterface (compiler/iface/LoadIface.hs:377) findAndReadIface (compiler/iface/LoadIface.hs:729) readIface (compiler/iface/LoadIface.hs:810) loadDecls (compiler/iface/LoadIface.hs:594) initExternalPackageState (compiler/iface/LoadIface.hs:837) ifaceStats (compiler/iface/LoadIface.hs:885) pprModIface (compiler/iface/LoadIface.hs:918) 3% ( 2 / 67) in 'TcEnv' Missing documentation for: Module header TcTyThing (compiler/typecheck/TcRnTypes.hs:786) TcId (compiler/typecheck/TcRnTypes.hs:683) InstInfo (compiler/typecheck/TcEnv.hs:725) iDFunId (compiler/typecheck/TcEnv.hs:731) pprInstInfoDetails (compiler/typecheck/TcEnv.hs:758) simpleInstInfoClsTy (compiler/typecheck/TcEnv.hs:765) simpleInstInfoTy (compiler/typecheck/TcEnv.hs:770) simpleInstInfoTyCon (compiler/typecheck/TcEnv.hs:773) InstBindings (compiler/typecheck/TcEnv.hs:734) tcExtendGlobalEnv (compiler/typecheck/TcEnv.hs:268) tcExtendGlobalEnvImplicit (compiler/typecheck/TcEnv.hs:257) setGlobalTypeEnv (compiler/typecheck/TcEnv.hs:247) tcExtendGlobalValEnv (compiler/typecheck/TcEnv.hs:279) tcLookupLocatedGlobal (compiler/typecheck/TcEnv.hs:112) tcLookupGlobal (compiler/typecheck/TcEnv.hs:117) tcLookupField (compiler/typecheck/TcEnv.hs:140) tcLookupTyCon (compiler/typecheck/TcEnv.hs:184) tcLookupClass (compiler/typecheck/TcEnv.hs:177) tcLookupDataCon (compiler/typecheck/TcEnv.hs:156) tcLookupPatSyn (compiler/typecheck/TcEnv.hs:163) tcLookupConLike (compiler/typecheck/TcEnv.hs:170) tcLookupLocatedGlobalId (compiler/typecheck/TcEnv.hs:198) tcLookupLocatedTyCon (compiler/typecheck/TcEnv.hs:204) tcLookupLocatedClass (compiler/typecheck/TcEnv.hs:201) tcLookupAxiom (compiler/typecheck/TcEnv.hs:191) tcExtendKindEnv (compiler/typecheck/TcEnv.hs:361) tcExtendKindEnv2 (compiler/typecheck/TcEnv.hs:352) tcExtendTyVarEnv (compiler/typecheck/TcEnv.hs:367) tcExtendTyVarEnv2 (compiler/typecheck/TcEnv.hs:371) tcExtendLetEnv (compiler/typecheck/TcEnv.hs:453) tcExtendIdEnv (compiler/typecheck/TcEnv.hs:463) tcExtendIdEnv1 (compiler/typecheck/TcEnv.hs:469) tcExtendIdEnv2 (compiler/typecheck/TcEnv.hs:475) tcExtendIdBndrs (compiler/typecheck/TcEnv.hs:493) tcExtendGhciIdEnv (compiler/typecheck/TcEnv.hs:438) tcLookup (compiler/typecheck/TcEnv.hs:309) tcLookupLocated (compiler/typecheck/TcEnv.hs:301) tcLookupLocalIds (compiler/typecheck/TcEnv.hs:335) tcLookupId (compiler/typecheck/TcEnv.hs:323) tcLookupTyVar (compiler/typecheck/TcEnv.hs:316) tcLookupLcl_maybe (compiler/typecheck/TcEnv.hs:304) getScopedTyVarBinds (compiler/typecheck/TcEnv.hs:393) getInLocalScope (compiler/typecheck/TcEnv.hs:347) wrongThingErr (compiler/typecheck/TcEnv.hs:898) pprBinders (compiler/typecheck/TcEnv.hs:875) tcExtendRecEnv (compiler/typecheck/TcEnv.hs:284) tcLookupInstance (compiler/typecheck/TcEnv.hs:210) tcGetInstEnvs (compiler/typecheck/TcEnv.hs:227) tcExtendRules (compiler/typecheck/TcEnv.hs:589) tcGetDefaultTys (compiler/typecheck/TcEnv.hs:665) tcGetGlobalTyVars (compiler/typecheck/TcMType.hs:691) zapLclTypeEnv (compiler/typecheck/TcEnv.hs:573) checkWellStaged (compiler/typecheck/TcEnv.hs:608) tcMetaTy (compiler/typecheck/TcEnv.hs:645) thLevel (compiler/typecheck/TcRnTypes.hs:735) topIdLvl (compiler/typecheck/TcEnv.hs:632) isBrackStage (compiler/typecheck/TcEnv.hs:653) newLocalName (compiler/typecheck/TcRnMonad.hs:436) newDFunName (compiler/typecheck/TcEnv.hs:783) newFamInstTyConName (compiler/typecheck/TcEnv.hs:798) newFamInstAxiomName (compiler/typecheck/TcEnv.hs:801) mkStableIdFromString (compiler/typecheck/TcEnv.hs:824) mkStableIdFromName (compiler/typecheck/TcEnv.hs:834) mkWrapperName (compiler/typecheck/TcEnv.hs:837) 0% ( 0 / 21) in 'Inst' Missing documentation for: Module header deeplySkolemise (compiler/typecheck/Inst.hs:136) deeplyInstantiate (compiler/typecheck/Inst.hs:158) instCall (compiler/typecheck/Inst.hs:194) instStupidTheta (compiler/typecheck/Inst.hs:240) emitWanted (compiler/typecheck/Inst.hs:73) emitWanteds (compiler/typecheck/Inst.hs:70) newOverloadedLit (compiler/typecheck/Inst.hs:260) mkOverLit (compiler/typecheck/Inst.hs:299) newClsInst (compiler/typecheck/Inst.hs:409) tcGetInsts (compiler/typecheck/Inst.hs:405) tcGetInstEnvs (compiler/typecheck/TcEnv.hs:227) getOverlapFlag (compiler/typecheck/Inst.hs:391) tcExtendLocalInstEnv (compiler/typecheck/Inst.hs:425) instCallConstraints (compiler/typecheck/Inst.hs:206) newMethodFromName (compiler/typecheck/Inst.hs:81) tcSyntaxName (compiler/typecheck/Inst.hs:342) tyVarsOfWC (compiler/typecheck/Inst.hs:602) tyVarsOfBag (compiler/typecheck/Inst.hs:616) tyVarsOfCt (compiler/typecheck/Inst.hs:591) tyVarsOfCts (compiler/typecheck/Inst.hs:599) 5% ( 1 / 21) in 'TcUnify' Missing documentation for: Module header tcWrapResult (compiler/typecheck/TcUnify.hs:477) tcGen (compiler/typecheck/TcUnify.hs:522) tcSubType (compiler/typecheck/TcUnify.hs:386) tcSubType_NC (compiler/typecheck/TcUnify.hs:422) tcSubTypeDS (compiler/typecheck/TcUnify.hs:393) tcSubTypeDS_NC (compiler/typecheck/TcUnify.hs:429) checkConstraints (compiler/typecheck/TcUnify.hs:562) buildImplication (compiler/typecheck/TcUnify.hs:579) unifyType (compiler/typecheck/TcUnify.hs:622) unifyTypeList (compiler/typecheck/TcUnify.hs:649) unifyTheta (compiler/typecheck/TcUnify.hs:635) unifyKindX (compiler/typecheck/TcUnify.hs:1218) matchExpectedListTy (compiler/typecheck/TcUnify.hs:209) matchExpectedPArrTy (compiler/typecheck/TcUnify.hs:216) matchExpectedTyConApp (compiler/typecheck/TcUnify.hs:223) matchExpectedAppTy (compiler/typecheck/TcUnify.hs:274) matchExpectedFunTys (compiler/typecheck/TcUnify.hs:108) matchExpectedFunKind (compiler/typecheck/TcUnify.hs:1198) wrapFunResCoercion (compiler/typecheck/TcUnify.hs:484) 3% ( 1 / 30) in 'RtClosureInspect' Missing documentation for: Module header cvObtainTerm (compiler/ghci/RtClosureInspect.hs:654) cvReconstructType (compiler/ghci/RtClosureInspect.hs:841) improveRTTIType (compiler/ghci/RtClosureInspect.hs:942) Term (compiler/ghci/RtClosureInspect.hs:83) isTerm (compiler/ghci/RtClosureInspect.hs:110) isSuspension (compiler/ghci/RtClosureInspect.hs:110) isPrim (compiler/ghci/RtClosureInspect.hs:110) isFun (compiler/ghci/RtClosureInspect.hs:110) isFunLike (compiler/ghci/RtClosureInspect.hs:110) isNewtypeWrap (compiler/ghci/RtClosureInspect.hs:110) isFullyEvaluated (compiler/ghci/RtClosureInspect.hs:226) isFullyEvaluatedTerm (compiler/ghci/RtClosureInspect.hs:129) termType (compiler/ghci/RtClosureInspect.hs:126) mapTermType (compiler/ghci/RtClosureInspect.hs:297) termTyVars (compiler/ghci/RtClosureInspect.hs:314) foldTerm (compiler/ghci/RtClosureInspect.hs:273) TermFold (compiler/ghci/RtClosureInspect.hs:253) foldTermM (compiler/ghci/RtClosureInspect.hs:281) TermFoldM (compiler/ghci/RtClosureInspect.hs:263) idTermFold (compiler/ghci/RtClosureInspect.hs:288) pprTerm (compiler/ghci/RtClosureInspect.hs:337) cPprTermBase (compiler/ghci/RtClosureInspect.hs:429) CustomTermPrinter (compiler/ghci/RtClosureInspect.hs:411) Closure (compiler/ghci/RtClosureInspect.hs:156) getClosureData (compiler/ghci/RtClosureInspect.hs:174) ClosureType (compiler/ghci/RtClosureInspect.hs:143) isConstr (compiler/ghci/RtClosureInspect.hs:214) isIndirection (compiler/ghci/RtClosureInspect.hs:214) 0% ( 0 / 15) in 'TcGenDeriv' Missing documentation for: Module header BagDerivStuff (compiler/typecheck/TcGenDeriv.hs:75) DerivStuff (compiler/typecheck/TcGenDeriv.hs:85) canDeriveAnyClass (compiler/typecheck/TcGenDeriv.hs:134) genDerivedBinds (compiler/typecheck/TcGenDeriv.hs:104) FFoldType (compiler/typecheck/TcGenDeriv.hs:1587) functorLikeTraverse (compiler/typecheck/TcGenDeriv.hs:1598) deepSubtypesContaining (compiler/typecheck/TcGenDeriv.hs:1641) foldDataConArgs (compiler/typecheck/TcGenDeriv.hs:1654) mkCoerceClassMethEqn (compiler/typecheck/TcGenDeriv.hs:1855) gen_Newtype_binds (compiler/typecheck/TcGenDeriv.hs:1876) genAuxBinds (compiler/typecheck/TcGenDeriv.hs:1977) ordOpTbl (compiler/typecheck/TcGenDeriv.hs:2064) boxConTbl (compiler/typecheck/TcGenDeriv.hs:2073) mkRdrFunBind (compiler/typecheck/TcGenDeriv.hs:2031) 40% ( 4 / 10) in 'MkIface' Missing documentation for: mkUsedNames (compiler/iface/MkIface.hs:197) mkIface (compiler/iface/MkIface.hs:134) writeIfaceFile (compiler/iface/MkIface.hs:399) RecompileRequired (compiler/iface/MkIface.hs:1143) recompileRequired (compiler/iface/MkIface.hs:1153) tyThingToIfaceDecl (compiler/iface/MkIface.hs:1501) 47% ( 8 / 17) in 'Linker' Missing documentation for: linkDecls (compiler/ghci/Linker.hs:679) extendLinkEnv (compiler/ghci/Linker.hs:148) deleteFromLinkEnv (compiler/ghci/Linker.hs:155) extendLoadedPkgs (compiler/ghci/Linker.hs:143) linkModule (compiler/ghci/Linker.hs:724) linkCmdLineLibs (compiler/ghci/Linker.hs:292) PersistentLinkerState (compiler/ghci/Linker.hs:97) saveLinkerGlobals (compiler/ghci/Linker.hs:1317) restoreLinkerGlobals (compiler/ghci/Linker.hs:1320) 54% ( 32 / 59) in 'CoreMonad' Missing documentation for: Module header CoreToDo (compiler/simplCore/CoreMonad.hs:118) runWhen (compiler/simplCore/CoreMonad.hs:230) runMaybe (compiler/simplCore/CoreMonad.hs:234) SimplifierMode (compiler/simplCore/CoreMonad.hs:178) FloatOutSwitches (compiler/simplCore/CoreMonad.hs:202) pprPassDetails (compiler/simplCore/CoreMonad.hs:173) bindsOnlyPass (compiler/simplCore/CoreMonad.hs:266) SimplCount (compiler/simplCore/CoreMonad.hs:290) doSimplTick (compiler/simplCore/CoreMonad.hs:286) doFreeSimplTick (compiler/simplCore/CoreMonad.hs:287) simplCountN (compiler/simplCore/CoreMonad.hs:307) pprSimplCount (compiler/simplCore/CoreMonad.hs:285) plusSimplCount (compiler/simplCore/CoreMonad.hs:288) zeroSimplCount (compiler/simplCore/CoreMonad.hs:282) isZeroSimplCount (compiler/simplCore/CoreMonad.hs:283) hasDetailedCounts (compiler/simplCore/CoreMonad.hs:284) Tick (compiler/simplCore/CoreMonad.hs:392) runCoreM (compiler/simplCore/CoreMonad.hs:595) getHscEnv (compiler/simplCore/CoreMonad.hs:666) getRuleBase (compiler/simplCore/CoreMonad.hs:669) getModule (compiler/basicTypes/Module.hs:292) getDynFlags (compiler/main/DynFlags.hs:894) getPackageFamInstEnv (compiler/simplCore/CoreMonad.hs:693) getPrintUnqualified (compiler/simplCore/CoreMonad.hs:672) addSimplCount (compiler/simplCore/CoreMonad.hs:675) reinitializeGlobals (compiler/simplCore/CoreMonad.hs:745) 75% ( 3 / 4) in 'Plugins' Missing documentation for: Module header 14% ( 2 / 14) in 'CoreLint' Missing documentation for: Module header lintCoreBindings (compiler/coreSyn/CoreLint.hs:320) lintUnfolding (compiler/coreSyn/CoreLint.hs:382) lintPassResult (compiler/coreSyn/CoreLint.hs:229) lintInteractiveExpr (compiler/coreSyn/CoreLint.hs:272) lintExpr (compiler/coreSyn/CoreLint.hs:396) showPass (compiler/coreSyn/CoreLint.hs:137) showPassIO (compiler/coreSyn/CoreLint.hs:141) endPass (compiler/coreSyn/CoreLint.hs:144) endPassIO (compiler/coreSyn/CoreLint.hs:150) dumpPassResult (compiler/coreSyn/CoreLint.hs:168) dumpIfSet (compiler/coreSyn/CoreLint.hs:164) 0% ( 0 / 6) in 'CorePrep' Missing documentation for: Module header corePrepPgm (compiler/coreSyn/CorePrep.hs:167) corePrepExpr (compiler/coreSyn/CorePrep.hs:186) cvtLitInteger (compiler/coreSyn/CorePrep.hs:558) lookupMkIntegerName (compiler/coreSyn/CorePrep.hs:1153) lookupIntegerSDataConName (compiler/coreSyn/CorePrep.hs:1158) 0% ( 0 / 4) in 'TidyPgm' Missing documentation for: Module header mkBootModDetailsTc (compiler/main/TidyPgm.hs:134) tidyProgram (compiler/main/TidyPgm.hs:301) globaliseAndTidyId (compiler/main/TidyPgm.hs:193) 100% ( 42 / 42) in 'GhcPlugins' 0% ( 0 / 13) in 'SetLevels' Missing documentation for: Module header setLevels (compiler/simplCore/SetLevels.hs:211) Level (compiler/simplCore/SetLevels.hs:96) tOP_LEVEL (compiler/simplCore/SetLevels.hs:171) LevelledBind (compiler/simplCore/SetLevels.hs:93) LevelledExpr (compiler/simplCore/SetLevels.hs:92) LevelledBndr (compiler/simplCore/SetLevels.hs:94) FloatSpec (compiler/simplCore/SetLevels.hs:101) floatSpecLevel (compiler/simplCore/SetLevels.hs:107) incMinorLvl (compiler/simplCore/SetLevels.hs:177) ltMajLvl (compiler/simplCore/SetLevels.hs:189) ltLvl (compiler/simplCore/SetLevels.hs:185) isTopLvl (compiler/simplCore/SetLevels.hs:193) 0% ( 0 / 2) in 'FloatOut' Missing documentation for: Module header floatOutwards (compiler/simplCore/FloatOut.hs:116) 6% ( 1 / 17) in 'SimplMonad' Missing documentation for: Module header SimplM (compiler/simplCore/SimplMonad.hs:46) initSmpl (compiler/simplCore/SimplMonad.hs:61) traceSmpl (compiler/simplCore/SimplMonad.hs:134) getSimplRules (compiler/simplCore/SimplMonad.hs:170) getFamEnvs (compiler/simplCore/SimplMonad.hs:173) newId (compiler/simplCore/SimplMonad.hs:176) SimplCount (compiler/simplCore/CoreMonad.hs:290) tick (compiler/simplCore/SimplMonad.hs:191) freeTick (compiler/simplCore/SimplMonad.hs:213) checkedTick (compiler/simplCore/SimplMonad.hs:195) getSimplCount (compiler/simplCore/SimplMonad.hs:188) zeroSimplCount (compiler/simplCore/CoreMonad.hs:282) pprSimplCount (compiler/simplCore/CoreMonad.hs:285) plusSimplCount (compiler/simplCore/CoreMonad.hs:288) isZeroSimplCount (compiler/simplCore/CoreMonad.hs:283) 0% ( 0 / 67) in 'SimplEnv' Missing documentation for: Module header InId (compiler/simplCore/SimplEnv.hs:74) InBind (compiler/simplCore/SimplEnv.hs:76) InExpr (compiler/simplCore/SimplEnv.hs:77) InAlt (compiler/simplCore/SimplEnv.hs:78) InArg (compiler/simplCore/SimplEnv.hs:79) InType (compiler/simplCore/SimplEnv.hs:75) InBndr (compiler/simplCore/SimplEnv.hs:72) InVar (compiler/simplCore/SimplEnv.hs:73) OutId (compiler/simplCore/SimplEnv.hs:84) OutTyVar (compiler/simplCore/SimplEnv.hs:85) OutBind (compiler/simplCore/SimplEnv.hs:88) OutExpr (compiler/simplCore/SimplEnv.hs:89) OutAlt (compiler/simplCore/SimplEnv.hs:90) OutArg (compiler/simplCore/SimplEnv.hs:91) OutType (compiler/simplCore/SimplEnv.hs:86) OutBndr (compiler/simplCore/SimplEnv.hs:82) OutVar (compiler/simplCore/SimplEnv.hs:83) InCoercion (compiler/simplCore/SimplEnv.hs:80) OutCoercion (compiler/simplCore/SimplEnv.hs:87) setMode (compiler/simplCore/SimplEnv.hs:264) getMode (compiler/simplCore/SimplEnv.hs:261) updMode (compiler/simplCore/SimplEnv.hs:267) SimplEnv (compiler/simplCore/SimplEnv.hs:101) StaticEnv (compiler/simplCore/SimplEnv.hs:126) pprSimplEnv (compiler/simplCore/SimplEnv.hs:128) mkSimplEnv (compiler/simplCore/SimplEnv.hs:227) extendIdSubst (compiler/simplCore/SimplEnv.hs:271) extendTvSubst (compiler/simplCore/SimplEnv.hs:276) extendCvSubst (compiler/simplCore/SimplEnv.hs:280) zapSubstEnv (compiler/simplCore/SimplEnv.hs:322) setSubstEnv (compiler/simplCore/SimplEnv.hs:325) getInScope (compiler/simplCore/SimplEnv.hs:285) setInScope (compiler/simplCore/SimplEnv.hs:291) setInScopeSet (compiler/simplCore/SimplEnv.hs:288) modifyInScope (compiler/simplCore/SimplEnv.hs:314) addNewInScopeIds (compiler/simplCore/SimplEnv.hs:303) getSimplRules (compiler/simplCore/SimplMonad.hs:170) SimplSR (compiler/simplCore/SimplEnv.hs:143) mkContEx (compiler/simplCore/SimplEnv.hs:328) substId (compiler/simplCore/SimplEnv.hs:514) lookupRecBndr (compiler/simplCore/SimplEnv.hs:533) refineFromInScope (compiler/simplCore/SimplEnv.hs:526) substExpr (compiler/simplCore/SimplEnv.hs:732) simplNonRecBndr (compiler/simplCore/SimplEnv.hs:571) simplRecBndrs (compiler/simplCore/SimplEnv.hs:577) simplBinder (compiler/simplCore/SimplEnv.hs:559) simplBinders (compiler/simplCore/SimplEnv.hs:556) substTy (compiler/simplCore/SimplEnv.hs:697) substTyVar (compiler/simplCore/SimplEnv.hs:700) getTvSubst (compiler/simplCore/SimplEnv.hs:689) getCvSubst (compiler/simplCore/SimplEnv.hs:693) substCo (compiler/simplCore/SimplEnv.hs:718) substCoVar (compiler/simplCore/SimplEnv.hs:709) Floats (compiler/simplCore/SimplEnv.hs:359) emptyFloats (compiler/simplCore/SimplEnv.hs:416) isEmptyFloats (compiler/simplCore/SimplEnv.hs:484) addNonRec (compiler/simplCore/SimplEnv.hs:431) addFloats (compiler/simplCore/SimplEnv.hs:450) extendFloats (compiler/simplCore/SimplEnv.hs:442) wrapFloats (compiler/simplCore/SimplEnv.hs:474) setFloats (compiler/simplCore/SimplEnv.hs:297) zapFloats (compiler/simplCore/SimplEnv.hs:462) addRecFloats (compiler/simplCore/SimplEnv.hs:465) mapFloats (compiler/simplCore/SimplEnv.hs:488) doFloatFromRhs (compiler/simplCore/SimplEnv.hs:392) getFloatBinds (compiler/simplCore/SimplEnv.hs:480) 0% ( 0 / 38) in 'SimplUtils' Missing documentation for: Module header mkLam (compiler/simplCore/SimplUtils.hs:1262) mkCase (compiler/simplCore/SimplUtils.hs:1839) prepareAlts (compiler/simplCore/SimplUtils.hs:1698) tryEtaExpandRhs (compiler/simplCore/SimplUtils.hs:1367) preInlineUnconditionally (compiler/simplCore/SimplUtils.hs:1019) postInlineUnconditionally (compiler/simplCore/SimplUtils.hs:1125) activeUnfolding (compiler/simplCore/SimplUtils.hs:840) activeRule (compiler/simplCore/SimplUtils.hs:894) getUnfoldingInRuleMatch (compiler/simplCore/SimplUtils.hs:849) simplEnvForGHCi (compiler/simplCore/SimplUtils.hs:677) updModeForStableUnfoldings (compiler/simplCore/SimplUtils.hs:691) updModeForRules (compiler/simplCore/SimplUtils.hs:703) SimplCont (compiler/simplCore/SimplUtils.hs:98) DupFlag (compiler/simplCore/SimplUtils.hs:148) isSimplified (compiler/simplCore/SimplUtils.hs:152) contIsDupable (compiler/simplCore/SimplUtils.hs:323) contResultType (compiler/simplCore/SimplUtils.hs:340) contHoleType (compiler/simplCore/SimplUtils.hs:350) contIsTrivial (compiler/simplCore/SimplUtils.hs:332) contArgs (compiler/simplCore/SimplUtils.hs:376) countValArgs (compiler/simplCore/SimplUtils.hs:363) countArgs (compiler/simplCore/SimplUtils.hs:370) mkBoringStop (compiler/simplCore/SimplUtils.hs:302) mkRhsStop (compiler/simplCore/SimplUtils.hs:305) mkLazyArgStop (compiler/simplCore/SimplUtils.hs:308) contIsRhsOrArg (compiler/simplCore/SimplUtils.hs:312) interestingCallContext (compiler/simplCore/SimplUtils.hs:521) ArgInfo (compiler/simplCore/SimplUtils.hs:218) ArgSpec (compiler/simplCore/SimplUtils.hs:238) mkArgInfo (compiler/simplCore/SimplUtils.hs:401) addValArgTo (compiler/simplCore/SimplUtils.hs:249) addCastTo (compiler/simplCore/SimplUtils.hs:260) addTyArgTo (compiler/simplCore/SimplUtils.hs:253) argInfoExpr (compiler/simplCore/SimplUtils.hs:282) argInfoAppArgs (compiler/simplCore/SimplUtils.hs:264) pushSimplifiedArgs (compiler/simplCore/SimplUtils.hs:270) abstractFloats (compiler/simplCore/SimplUtils.hs:1551) 0% ( 0 / 4) in 'Simplify' Missing documentation for: Module header simplTopBinds (compiler/simplCore/Simplify.hs:213) simplExpr (compiler/simplCore/Simplify.hs:828) simplRules (compiler/simplCore/Simplify.hs:2961) 0% ( 0 / 3) in 'Specialise' Missing documentation for: Module header specProgram (compiler/specialise/Specialise.hs:574) specUnfolding (compiler/coreSyn/CoreUnfold.hs:152) 0% ( 0 / 3) in 'SpecConstr' Missing documentation for: Module header specConstrProgram (compiler/specialise/SpecConstr.hs:664) SpecConstrAnnotation 2% ( 1 / 61) in 'RnEnv' Missing documentation for: Module header newTopSrcBinder (compiler/rename/RnEnv.hs:148) lookupLocatedTopBndrRn (compiler/rename/RnEnv.hs:267) lookupTopBndrRn (compiler/rename/RnEnv.hs:260) lookupLocatedOccRn (compiler/rename/RnEnv.hs:655) lookupOccRn (compiler/rename/RnEnv.hs:671) lookupOccRn_maybe (compiler/rename/RnEnv.hs:757) lookupLocalOccRn_maybe (compiler/rename/RnEnv.hs:658) lookupInfoOccRn (compiler/rename/RnEnv.hs:785) lookupLocalOccThLvl_maybe (compiler/rename/RnEnv.hs:664) lookupTypeOccRn (compiler/rename/RnEnv.hs:687) lookupKindOccRn (compiler/rename/RnEnv.hs:678) lookupGlobalOccRn (compiler/rename/RnEnv.hs:775) lookupGlobalOccRn_maybe (compiler/rename/RnEnv.hs:804) reportUnboundName (compiler/rename/RnEnv.hs:1558) HsSigCtxt (compiler/rename/RnEnv.hs:1059) lookupLocalTcNames (compiler/rename/RnEnv.hs:1163) lookupSigOccRn (compiler/rename/RnEnv.hs:1071) lookupFixityRn (compiler/rename/RnEnv.hs:1276) lookupTyFixityRn (compiler/rename/RnEnv.hs:1322) lookupInstDeclBndr (compiler/rename/RnEnv.hs:392) lookupSubBndrOcc (compiler/rename/RnEnv.hs:464) lookupFamInstName (compiler/rename/RnEnv.hs:423) greRdrName (compiler/rename/RnEnv.hs:496) lookupSubBndrGREs (compiler/rename/RnEnv.hs:515) lookupConstructorFields (compiler/rename/RnEnv.hs:432) lookupSyntaxName (compiler/rename/RnEnv.hs:1377) lookupSyntaxNames (compiler/rename/RnEnv.hs:1388) lookupIfThenElse (compiler/rename/RnEnv.hs:1366) lookupGreRn (compiler/rename/RnEnv.hs:831) lookupGreRn_maybe (compiler/rename/RnEnv.hs:826) lookupGreLocalRn_maybe (compiler/rename/RnEnv.hs:843) getLookupOccRn (compiler/rename/RnEnv.hs:650) addUsedRdrNames (compiler/rename/RnEnv.hs:898) newLocalBndrRn (compiler/rename/RnEnv.hs:1406) newLocalBndrsRn (compiler/rename/RnEnv.hs:1419) bindLocalNames (compiler/rename/RnEnv.hs:1434) bindLocalNamesFV (compiler/rename/RnEnv.hs:1445) MiniFixityEnv (compiler/rename/RnEnv.hs:1234) addLocalFixities (compiler/rename/RnEnv.hs:1249) bindLocatedLocalsFV (compiler/rename/RnEnv.hs:1454) bindLocatedLocalsRn (compiler/rename/RnEnv.hs:1423) extendTyVarEnvFVRn (compiler/rename/RnEnv.hs:1463) checkDupRdrNames (compiler/rename/RnEnv.hs:1468) checkShadowedRdrNames (compiler/rename/RnEnv.hs:1487) checkDupNames (compiler/rename/RnEnv.hs:1475) checkDupAndShadowedNames (compiler/rename/RnEnv.hs:1496) checkTupSize (compiler/rename/RnEnv.hs:1871) addFvRn (compiler/rename/RnEnv.hs:1714) mapFvRn (compiler/rename/RnEnv.hs:1718) mapMaybeFvRn (compiler/rename/RnEnv.hs:1723) mapFvRnCPS (compiler/rename/RnEnv.hs:1730) warnUnusedMatches (compiler/rename/RnEnv.hs:1764) warnUnusedTopBinds (compiler/rename/RnEnv.hs:1746) warnUnusedLocalBinds (compiler/rename/RnEnv.hs:1764) dataTcOccs (compiler/rename/RnEnv.hs:1176) kindSigErr (compiler/rename/RnEnv.hs:1857) perhapsForallMsg (compiler/rename/RnEnv.hs:1832) HsDocContext (compiler/rename/RnEnv.hs:1888) docOfHsDocContext (compiler/rename/RnEnv.hs:1910) 33% ( 3 / 9) in 'RnNames' Missing documentation for: Module header getLocalNonValBinders (compiler/rename/RnNames.hs:497) rnExports (compiler/rename/RnNames.hs:1001) extendGlobalRdrEnvRn (compiler/rename/RnNames.hs:429) reportUnusedNames (compiler/rename/RnNames.hs:1293) checkConName (compiler/rename/RnNames.hs:1800) 85% ( 11 / 13) in 'DynamicLoading' Missing documentation for: loadPlugins (compiler/main/DynamicLoading.hs:58) getHValueSafely (compiler/main/DynamicLoading.hs:149) 3% ( 1 / 29) in 'RnTypes' Missing documentation for: Module header rnHsType (compiler/rename/RnTypes.hs:131) rnLHsType (compiler/rename/RnTypes.hs:117) rnLHsTypes (compiler/rename/RnTypes.hs:357) rnContext (compiler/rename/RnTypes.hs:549) rnHsKind (compiler/rename/RnTypes.hs:133) rnLHsKind (compiler/rename/RnTypes.hs:120) rnLHsMaybeKind (compiler/rename/RnTypes.hs:123) rnHsSigType (compiler/rename/RnTypes.hs:65) rnLHsInstType (compiler/rename/RnTypes.hs:70) rnConDeclFields (compiler/rename/RnTypes.hs:537) newTyVarNameRn (compiler/rename/RnTypes.hs:463) mkOpAppRn (compiler/rename/RnTypes.hs:618) mkNegAppRn (compiler/rename/RnTypes.hs:686) mkOpFormRn (compiler/rename/RnTypes.hs:696) mkConOpPatRn (compiler/rename/RnTypes.hs:723) checkPrecMatch (compiler/rename/RnTypes.hs:748) checkSectionPrec (compiler/rename/RnTypes.hs:792) warnContextQuantification (compiler/rename/RnTypes.hs:857) warnUnusedForAlls (compiler/rename/RnTypes.hs:844) bindSigTyVarsFV (compiler/rename/RnTypes.hs:388) bindHsTyVars (compiler/rename/RnTypes.hs:402) rnHsBndrSig (compiler/rename/RnTypes.hs:472) extractHsTyRdrTyVars (compiler/rename/RnTypes.hs:930) extractHsTysRdrTyVars (compiler/rename/RnTypes.hs:939) extractRdrKindSigVars (compiler/rename/RnTypes.hs:945) extractDataDefnKindVars (compiler/rename/RnTypes.hs:949) filterInScope (compiler/rename/RnTypes.hs:924) 0% ( 0 / 18) in 'RnPat' Missing documentation for: Module header rnPat (compiler/rename/RnPat.hs:307) rnPats (compiler/rename/RnPat.hs:283) rnBindPat (compiler/rename/RnPat.hs:326) rnPatAndThen (compiler/rename/RnPat.hs:355) NameMaker (compiler/rename/RnPat.hs:177) applyNameMaker (compiler/rename/RnPat.hs:315) localRecNameMaker (compiler/rename/RnPat.hs:195) topRecNameMaker (compiler/rename/RnPat.hs:188) isTopRecNameMaker (compiler/rename/RnPat.hs:191) rnHsRecFields (compiler/rename/RnPat.hs:523) HsRecFieldContext (compiler/rename/RnPat.hs:518) CpsRn (compiler/rename/RnPat.hs:98) liftCps (compiler/rename/RnPat.hs:116) rnLit (compiler/rename/RnPat.hs:708) rnOverLit (compiler/rename/RnPat.hs:719) checkTupSize (compiler/rename/RnEnv.hs:1871) patSigErr (compiler/rename/RnPat.hs:743) 0% ( 0 / 16) in 'RnBinds' Missing documentation for: Module header rnTopBindsLHS (compiler/rename/RnBinds.hs:167) rnTopBindsRHS (compiler/rename/RnBinds.hs:173) rnValBindsRHS (compiler/rename/RnBinds.hs:288) rnLocalBindsAndThen (compiler/rename/RnBinds.hs:198) rnLocalValBindsLHS (compiler/rename/RnBinds.hs:236) rnLocalValBindsRHS (compiler/rename/RnBinds.hs:313) rnMethodBinds (compiler/rename/RnBinds.hs:705) renameSigs (compiler/rename/RnBinds.hs:783) mkSigTvFn (compiler/rename/RnBinds.hs:671) rnMatchGroup (compiler/rename/RnBinds.hs:961) rnGRHSs (compiler/rename/RnBinds.hs:1025) rnGRHS (compiler/rename/RnBinds.hs:1034) makeMiniFixityEnv (compiler/rename/RnBinds.hs:387) MiniFixityEnv (compiler/rename/RnEnv.hs:1234) HsSigCtxt (compiler/rename/RnEnv.hs:1059) 0% ( 0 / 5) in 'RnSource' Missing documentation for: Module header rnSrcDecls (compiler/rename/RnSource.hs:75) addTcgDUs (compiler/rename/RnSource.hs:226) rnTyClDecls (compiler/rename/RnSource.hs:941) findSplice (compiler/rename/RnSource.hs:1495) 0% ( 0 / 11) in 'TcTypeNats' Missing documentation for: Module header typeNatTyCons (compiler/typecheck/TcTypeNats.hs:50) typeNatCoAxiomRules (compiler/typecheck/TcTypeNats.hs:252) BuiltInSynFamily (compiler/types/CoAxiom.hs:519) typeNatAddTyCon (compiler/typecheck/TcTypeNats.hs:61) typeNatMulTyCon (compiler/typecheck/TcTypeNats.hs:83) typeNatExpTyCon (compiler/typecheck/TcTypeNats.hs:94) typeNatLeqTyCon (compiler/typecheck/TcTypeNats.hs:105) typeNatSubTyCon (compiler/typecheck/TcTypeNats.hs:72) typeNatCmpTyCon (compiler/typecheck/TcTypeNats.hs:122) typeSymbolCmpTyCon (compiler/typecheck/TcTypeNats.hs:139) 0% ( 0 / 14) in 'TcIface' Missing documentation for: Module header tcLookupImported_maybe (compiler/iface/LoadIface.hs:101) importDecl (compiler/iface/LoadIface.hs:121) checkWiredInTyCon (compiler/iface/LoadIface.hs:183) tcHiBootIface (compiler/iface/TcIface.hs:168) typecheckIface (compiler/iface/TcIface.hs:114) tcIfaceDecl (compiler/iface/TcIface.hs:288) tcIfaceInst (compiler/iface/TcIface.hs:587) tcIfaceFamInst (compiler/iface/TcIface.hs:596) tcIfaceRules (compiler/iface/TcIface.hs:618) tcIfaceVectInfo (compiler/iface/TcIface.hs:700) tcIfaceAnnotations (compiler/iface/TcIface.hs:667) tcIfaceExpr (compiler/iface/TcIface.hs:919) tcIfaceGlobal (compiler/iface/TcIface.hs:1231) 20% ( 11 / 55) in 'DsMonad' Missing documentation for: Module header DsM (compiler/typecheck/TcRnTypes.hs:166) initDs (compiler/deSugar/DsMonad.hs:133) initDsTc (compiler/deSugar/DsMonad.hs:214) fixDs (compiler/deSugar/DsMonad.hs:125) whenGOptM (compiler/typecheck/TcRnMonad.hs:324) unsetGOptM (compiler/typecheck/TcRnMonad.hs:311) unsetWOptM (compiler/typecheck/TcRnMonad.hs:315) newLocalName (compiler/typecheck/TcRnMonad.hs:436) duplicateLocalDs (compiler/deSugar/DsMonad.hs:283) newSysLocalDs (compiler/deSugar/DsMonad.hs:292) newSysLocalsDs (compiler/deSugar/DsMonad.hs:296) newUniqueId (compiler/deSugar/DsMonad.hs:280) newFailLocalDs (compiler/deSugar/DsMonad.hs:292) newPredVarDs (compiler/deSugar/DsMonad.hs:288) getSrcSpanDs (compiler/deSugar/DsMonad.hs:307) putSrcSpanDs (compiler/deSugar/DsMonad.hs:310) mkPrintUnqualifiedDs (compiler/deSugar/DsMonad.hs:328) newUnique (compiler/typecheck/TcRnMonad.hs:412) newUniqueSupply (compiler/typecheck/TcRnMonad.hs:427) getGhcModeDs (compiler/deSugar/DsMonad.hs:304) dsGetFamInstEnvs (compiler/deSugar/DsMonad.hs:422) dsLookupGlobal (compiler/deSugar/DsMonad.hs:334) dsLookupGlobalId (compiler/deSugar/DsMonad.hs:341) dsLookupTyCon (compiler/deSugar/DsMonad.hs:351) dsLookupDataCon (compiler/deSugar/DsMonad.hs:355) PArrBuiltin (compiler/typecheck/TcRnTypes.hs:263) dsInitPArrBuiltin (compiler/deSugar/DsMonad.hs:383) DsMetaEnv (compiler/typecheck/TcRnTypes.hs:306) DsMetaVal (compiler/typecheck/TcRnTypes.hs:308) dsGetMetaEnv (compiler/deSugar/DsMonad.hs:429) dsLookupMetaEnv (compiler/deSugar/DsMonad.hs:432) dsExtendMetaEnv (compiler/deSugar/DsMonad.hs:435) DsWarning (compiler/deSugar/DsMonad.hs:128) warnDs (compiler/deSugar/DsMonad.hs:312) failWithDs (compiler/deSugar/DsMonad.hs:319) discardWarningsDs (compiler/deSugar/DsMonad.hs:443) DsMatchContext (compiler/deSugar/DsMonad.hs:81) EquationInfo (compiler/deSugar/DsMonad.hs:85) MatchResult (compiler/deSugar/DsMonad.hs:102) DsWrapper (compiler/deSugar/DsMonad.hs:92) idDsWrapper (compiler/deSugar/DsMonad.hs:93) CanItFail (compiler/deSugar/DsMonad.hs:110) orFail (compiler/deSugar/DsMonad.hs:112) 2% ( 1 / 40) in 'DsUtils' Missing documentation for: EquationInfo (compiler/deSugar/DsMonad.hs:85) firstPat (compiler/deSugar/DsUtils.hs:173) shiftEqns (compiler/deSugar/DsUtils.hs:176) MatchResult (compiler/deSugar/DsMonad.hs:102) CanItFail (compiler/deSugar/DsMonad.hs:110) CaseAlt (compiler/deSugar/DsUtils.hs:271) cantFailMatchResult (compiler/deSugar/DsUtils.hs:189) alwaysFailMatchResult (compiler/deSugar/DsUtils.hs:186) extractMatchResult (compiler/deSugar/DsUtils.hs:192) combineMatchResults (compiler/deSugar/DsUtils.hs:202) adjustMatchResult (compiler/deSugar/DsUtils.hs:215) adjustMatchResultDs (compiler/deSugar/DsUtils.hs:219) mkCoLetMatchResult (compiler/deSugar/DsUtils.hs:236) mkViewMatchResult (compiler/deSugar/DsUtils.hs:241) mkGuardedMatchResult (compiler/deSugar/DsUtils.hs:249) matchCanFail (compiler/deSugar/DsUtils.hs:182) mkEvalMatchResult (compiler/deSugar/DsUtils.hs:245) mkCoPrimCaseMatchResult (compiler/deSugar/DsUtils.hs:254) mkCoAlgCaseMatchResult (compiler/deSugar/DsUtils.hs:276) mkCoSynCaseMatchResult (compiler/deSugar/DsUtils.hs:334) wrapBind (compiler/deSugar/DsUtils.hs:227) wrapBinds (compiler/deSugar/DsUtils.hs:223) mkErrorAppDs (compiler/deSugar/DsUtils.hs:456) mkCoreAppDs (compiler/deSugar/DsUtils.hs:538) mkCoreAppsDs (compiler/deSugar/DsUtils.hs:549) seqVar (compiler/deSugar/DsUtils.hs:232) mkLHsVarPatTup (compiler/deSugar/DsUtils.hs:699) mkLHsPatTup (compiler/deSugar/DsUtils.hs:693) mkVanillaTuplePat (compiler/deSugar/DsUtils.hs:702) mkBigLHsVarTup (compiler/deSugar/DsUtils.hs:707) mkBigLHsTup (compiler/deSugar/DsUtils.hs:710) mkBigLHsVarPatTup (compiler/deSugar/DsUtils.hs:714) mkBigLHsPatTup (compiler/deSugar/DsUtils.hs:717) mkSelectorBinds (compiler/deSugar/DsUtils.hs:602) selectSimpleMatchVarL (compiler/deSugar/DsUtils.hs:92) selectMatchVars (compiler/deSugar/DsUtils.hs:111) selectMatchVar (compiler/deSugar/DsUtils.hs:114) mkOptTickBox (compiler/deSugar/DsUtils.hs:810) mkBinaryTickBox (compiler/deSugar/DsUtils.hs:813) 0% ( 0 / 12) in 'MatchLit' Missing documentation for: Module header dsLit (compiler/deSugar/MatchLit.hs:77) dsOverLit (compiler/deSugar/MatchLit.hs:104) hsLitKey (compiler/deSugar/MatchLit.hs:372) hsOverLitKey (compiler/deSugar/MatchLit.hs:390) tidyLitPat (compiler/deSugar/MatchLit.hs:258) tidyNPat (compiler/deSugar/MatchLit.hs:275) matchLiterals (compiler/deSugar/MatchLit.hs:330) matchNPlusKPats (compiler/deSugar/MatchLit.hs:443) matchNPats (compiler/deSugar/MatchLit.hs:411) warnAboutIdentities (compiler/deSugar/MatchLit.hs:138) warnAboutEmptyEnumerations (compiler/deSugar/MatchLit.hs:203) 0% ( 0 / 3) in 'Check' Missing documentation for: Module header check (compiler/deSugar/Check.hs:106) ExhaustivePat (compiler/deSugar/Check.hs:101) 0% ( 0 / 4) in 'DsGRHSs' Missing documentation for: Module header dsGuarded (compiler/deSugar/DsGRHSs.hs:47) dsGRHSs (compiler/deSugar/DsGRHSs.hs:56) dsGRHS (compiler/deSugar/DsGRHSs.hs:68) 0% ( 0 / 8) in 'DsBinds' Missing documentation for: Module header dsTopLHsBinds (compiler/deSugar/DsBinds.hs:86) dsLHsBinds (compiler/deSugar/DsBinds.hs:89) decomposeRuleLhs (compiler/deSugar/DsBinds.hs:595) dsSpec (compiler/deSugar/DsBinds.hs:446) dsHsWrapper (compiler/deSugar/DsBinds.hs:825) dsTcEvBinds (compiler/deSugar/DsBinds.hs:843) dsEvBinds (compiler/deSugar/DsBinds.hs:847) 0% ( 0 / 6) in 'DsCCall' Missing documentation for: Module header dsCCall (compiler/deSugar/DsCCall.hs:86) mkFCall (compiler/deSugar/DsCCall.hs:103) unboxArg (compiler/deSugar/DsCCall.hs:125) boxResult (compiler/deSugar/DsCCall.hs:197) resultWrapper (compiler/deSugar/DsCCall.hs:312) 0% ( 0 / 12) in 'DsForeign' Missing documentation for: Module header dsForeigns (compiler/deSugar/DsForeign.hs:82) dsForeigns' (compiler/deSugar/DsForeign.hs:86) dsFImport (compiler/deSugar/DsForeign.hs:141) dsCImport (compiler/deSugar/DsForeign.hs:149) dsFCall (compiler/deSugar/DsForeign.hs:202) dsPrimCall (compiler/deSugar/DsForeign.hs:297) dsFExport (compiler/deSugar/DsForeign.hs:336) dsFExportDynamic (compiler/deSugar/DsForeign.hs:412) mkFExportCBits (compiler/deSugar/DsForeign.hs:500) toCType (compiler/deSugar/DsForeign.hs:700) foreignExportInitialiser (compiler/deSugar/DsForeign.hs:668) 0% ( 0 / 26) in 'DsMeta' Missing documentation for: Module header dsBracket (compiler/deSugar/DsMeta.hs:73) templateHaskellNames (compiler/deSugar/DsMeta.hs:2105) qTyConName (compiler/deSugar/DsMeta.hs:2232) nameTyConName (compiler/deSugar/DsMeta.hs:2232) liftName (compiler/deSugar/DsMeta.hs:2251) liftStringName (compiler/deSugar/DsMeta.hs:2251) expQTyConName (compiler/deSugar/DsMeta.hs:2546) patQTyConName (compiler/deSugar/DsMeta.hs:2546) decQTyConName (compiler/deSugar/DsMeta.hs:2546) decsQTyConName (compiler/deSugar/DsMeta.hs:2546) typeQTyConName (compiler/deSugar/DsMeta.hs:2546) decTyConName (compiler/deSugar/DsMeta.hs:2232) typeTyConName (compiler/deSugar/DsMeta.hs:2232) mkNameG_dName (compiler/deSugar/DsMeta.hs:2251) mkNameG_vName (compiler/deSugar/DsMeta.hs:2251) mkNameG_tcName (compiler/deSugar/DsMeta.hs:2251) quoteExpName (compiler/deSugar/DsMeta.hs:2570) quotePatName (compiler/deSugar/DsMeta.hs:2570) quoteDecName (compiler/deSugar/DsMeta.hs:2570) quoteTypeName (compiler/deSugar/DsMeta.hs:2570) tExpTyConName (compiler/deSugar/DsMeta.hs:2232) tExpDataConName (compiler/deSugar/DsMeta.hs:2519) unTypeName (compiler/deSugar/DsMeta.hs:2251) unTypeQName (compiler/deSugar/DsMeta.hs:2251) unsafeTExpCoerceName (compiler/deSugar/DsMeta.hs:2251) 12% ( 1 / 8) in 'RnSplice' Missing documentation for: Module header rnTopSpliceDecls (compiler/rename/RnSplice.hs:265) rnSpliceType (compiler/rename/RnSplice.hs:180) rnSpliceExpr (compiler/rename/RnSplice.hs:141) rnSpliceDecl (compiler/rename/RnSplice.hs:256) rnBracket (compiler/rename/RnSplice.hs:294) checkThLocalName (compiler/rename/RnSplice.hs:493) 0% ( 0 / 4) in 'RnExpr' Missing documentation for: Module header rnLExpr (compiler/rename/RnExpr.hs:72) rnExpr (compiler/rename/RnExpr.hs:75) rnStmts (compiler/rename/RnExpr.hs:633) 0% ( 0 / 3) in 'MatchCon' Missing documentation for: Module header matchConFamily (compiler/deSugar/MatchCon.hs:88) matchPatSyn (compiler/deSugar/MatchCon.hs:103) 0% ( 0 / 6) in 'Match' Missing documentation for: Module header match (compiler/deSugar/Match.hs:278) matchEquations (compiler/deSugar/Match.hs:816) matchWrapper (compiler/deSugar/Match.hs:766) matchSimply (compiler/deSugar/Match.hs:841) matchSinglePat (compiler/deSugar/Match.hs:856) 0% ( 0 / 2) in 'DsArrows' Missing documentation for: Module header dsProcExpr (compiler/deSugar/DsArrows.hs:262) 0% ( 0 / 4) in 'DsListComp' Missing documentation for: Module header dsListComp (compiler/deSugar/DsListComp.hs:47) dsPArrComp (compiler/deSugar/DsListComp.hs:467) dsMonadComp (compiler/deSugar/DsListComp.hs:659) 0% ( 0 / 6) in 'DsExpr' Missing documentation for: Module header dsExpr (compiler/deSugar/DsExpr.hs:195) dsLExpr (compiler/deSugar/DsExpr.hs:191) dsLocalBinds (compiler/deSugar/DsExpr.hs:79) dsValBinds (compiler/deSugar/DsExpr.hs:85) dsLit (compiler/deSugar/MatchLit.hs:77) 33% ( 1 / 3) in 'Desugar' Missing documentation for: Module header deSugarExpr (compiler/deSugar/Desugar.hs:230) 75% ( 3 / 4) in 'Vectorise.Builtins.Initialise' Missing documentation for: Module header 28% ( 7 / 25) in 'Vectorise.Builtins' Missing documentation for: Module header mAX_DPH_SCALAR_ARGS (compiler/vectorise/Vectorise/Builtins/Base.hs:59) selTy (compiler/vectorise/Vectorise/Builtins/Base.hs:120) selsTy (compiler/vectorise/Vectorise/Builtins/Base.hs:123) selReplicate (compiler/vectorise/Vectorise/Builtins/Base.hs:129) selTags (compiler/vectorise/Vectorise/Builtins/Base.hs:132) selElements (compiler/vectorise/Vectorise/Builtins/Base.hs:135) selsLength (compiler/vectorise/Vectorise/Builtins/Base.hs:126) sumTyCon (compiler/vectorise/Vectorise/Builtins/Base.hs:138) prodTyCon (compiler/vectorise/Vectorise/Builtins/Base.hs:141) prodDataCon (compiler/vectorise/Vectorise/Builtins/Base.hs:148) replicatePD_PrimVar (compiler/vectorise/Vectorise/Builtins/Base.hs:154) emptyPD_PrimVar (compiler/vectorise/Vectorise/Builtins/Base.hs:158) packByTagPD_PrimVar (compiler/vectorise/Vectorise/Builtins/Base.hs:162) combinePDVar (compiler/vectorise/Vectorise/Builtins/Base.hs:166) combinePD_PrimVar (compiler/vectorise/Vectorise/Builtins/Base.hs:169) scalarZip (compiler/vectorise/Vectorise/Builtins/Base.hs:174) closureCtrFun (compiler/vectorise/Vectorise/Builtins/Base.hs:177) 96% ( 27 / 28) in 'Vectorise.Monad.Base' Missing documentation for: VM (compiler/vectorise/Vectorise/Monad/Base.hs:50) 92% ( 11 / 12) in 'Vectorise.Monad.Local' Missing documentation for: Module header 93% ( 25 / 27) in 'Vectorise.Monad.Global' Missing documentation for: Module header lookupTyConPR (compiler/vectorise/Vectorise/Monad/Global.hs:237) 0% ( 0 / 4) in 'Vectorise.Monad.InstEnv' Missing documentation for: Module header existsInst (compiler/vectorise/Vectorise/Monad/InstEnv.hs:29) lookupInst (compiler/vectorise/Vectorise/Monad/InstEnv.hs:44) lookupFamInst (compiler/vectorise/Vectorise/Monad/InstEnv.hs:70) 90% ( 9 / 10) in 'Vectorise.Monad.Naming' Missing documentation for: mkDerivedName (compiler/vectorise/Vectorise/Monad/Naming.hs:51) 88% ( 14 / 16) in 'Vectorise.Monad' Missing documentation for: Module header lookupVar_maybe (compiler/vectorise/Vectorise/Monad.hs:164) 78% ( 18 / 23) in 'Vectorise.Utils.Base' Missing documentation for: Module header voidType (compiler/vectorise/Vectorise/Utils/Base.hs:49) newLocalVVar (compiler/vectorise/Vectorise/Utils/Base.hs:55) mkDataConTag (compiler/vectorise/Vectorise/Utils/Base.hs:66) dataConTagZ (compiler/vectorise/Vectorise/Utils/Base.hs:69) 36% ( 4 / 11) in 'FamInst' Missing documentation for: Module header FamInstEnvs (compiler/types/FamInstEnv.hs:310) tcGetFamInstEnvs (compiler/typecheck/FamInst.hs:396) checkFamInstConsistency (compiler/typecheck/FamInst.hs:128) tcExtendLocalFamInstEnv (compiler/typecheck/FamInst.hs:304) tcLookupFamInst (compiler/typecheck/FamInst.hs:205) newFamInst (compiler/typecheck/FamInst.hs:55) 2% ( 2 /121) in 'TcSMonad' Missing documentation for: Module header WorkList (compiler/typecheck/TcSMonad.hs:218) isEmptyWorkList (compiler/typecheck/TcSMonad.hs:273) emptyWorkList (compiler/typecheck/TcSMonad.hs:278) extendWorkListNonEq (compiler/typecheck/TcSMonad.hs:247) extendWorkListCt (compiler/typecheck/TcSMonad.hs:256) extendWorkListCts (compiler/typecheck/TcSMonad.hs:269) appendWorkList (compiler/typecheck/TcSMonad.hs:225) selectWorkItem (compiler/typecheck/TcSMonad.hs:282) workListSize (compiler/typecheck/TcSMonad.hs:235) updWorkListTcS (compiler/typecheck/TcSMonad.hs:1316) updWorkListTcS_return (compiler/typecheck/TcSMonad.hs:1323) runFlatten (compiler/typecheck/TcSMonad.hs:312) emitFlatWork (compiler/typecheck/TcSMonad.hs:305) TcS (compiler/typecheck/TcSMonad.hs:1069) runTcS (compiler/typecheck/TcSMonad.hs:1149) runTcSWithEvBinds (compiler/typecheck/TcSMonad.hs:1157) failTcS (compiler/typecheck/TcSMonad.hs:1104) tryTcS (compiler/typecheck/TcSMonad.hs:1264) nestTcS (compiler/typecheck/TcSMonad.hs:1243) nestImplicTcS (compiler/typecheck/TcSMonad.hs:1210) recoverTcS (compiler/typecheck/TcSMonad.hs:1238) runTcPluginTcS (compiler/typecheck/TcSMonad.hs:1111) addUsedRdrNamesTcS (compiler/typecheck/TcSMonad.hs:1422) deferTcSForAllEq (compiler/typecheck/TcSMonad.hs:1766) panicTcS (compiler/typecheck/TcSMonad.hs:1104) traceTcS (compiler/typecheck/TcSMonad.hs:1108) traceFireTcS (compiler/typecheck/TcSMonad.hs:1129) bumpStepCountTcS (compiler/typecheck/TcSMonad.hs:1120) csTraceTcS (compiler/typecheck/TcSMonad.hs:1125) wrapErrTcS (compiler/typecheck/TcSMonad.hs:1093) wrapWarnTcS (compiler/typecheck/TcSMonad.hs:1099) XEvTerm (compiler/typecheck/TcSMonad.hs:1615) Freshness (compiler/typecheck/TcSMonad.hs:1623) freshGoals (compiler/typecheck/TcSMonad.hs:1629) isFresh (compiler/typecheck/TcSMonad.hs:1625) newTcEvBinds (compiler/typecheck/TcSMonad.hs:1637) newWantedEvVar (compiler/typecheck/TcSMonad.hs:1707) newWantedEvVarNC (compiler/typecheck/TcSMonad.hs:1701) setWantedTyBind (compiler/typecheck/TcSMonad.hs:1376) reportUnifications (compiler/typecheck/TcSMonad.hs:1393) setEvBind (compiler/typecheck/TcSMonad.hs:1632) newEvVar (compiler/typecheck/TcSMonad.hs:1640) newGivenEvVar (compiler/typecheck/TcSMonad.hs:1643) newGivenEvVars (compiler/typecheck/TcSMonad.hs:1655) newDerived (compiler/typecheck/TcSMonad.hs:1728) emitNewDerived (compiler/typecheck/TcSMonad.hs:1719) instDFunConstraints (compiler/typecheck/TcSMonad.hs:1737) getInstEnvs (compiler/typecheck/TcSMonad.hs:1407) getFamInstEnvs (compiler/typecheck/TcSMonad.hs:1410) getTopEnv (compiler/typecheck/TcSMonad.hs:1413) getGblEnv (compiler/typecheck/TcSMonad.hs:1416) getTcEvBinds (compiler/typecheck/TcSMonad.hs:1365) getTcLevel (compiler/typecheck/TcSMonad.hs:1368) getTcEvBindsMap (compiler/typecheck/TcSMonad.hs:1371) InertSet (compiler/typecheck/TcSMonad.hs:421) InertCans (compiler/typecheck/TcSMonad.hs:387) updInertTcS (compiler/typecheck/TcSMonad.hs:527) updInertCans (compiler/typecheck/TcSMonad.hs:540) updInertDicts (compiler/typecheck/TcSMonad.hs:545) updInertIrreds (compiler/typecheck/TcSMonad.hs:555) getNoGivenEqs (compiler/typecheck/TcSMonad.hs:651) setInertCans (compiler/typecheck/TcSMonad.hs:537) getInertEqs (compiler/typecheck/TcSMonad.hs:614) getInertCans (compiler/typecheck/TcSMonad.hs:534) emptyInert (compiler/typecheck/TcSMonad.hs:465) getTcSInerts (compiler/typecheck/TcSMonad.hs:1304) setTcSInerts (compiler/typecheck/TcSMonad.hs:1307) getUnsolvedInerts (compiler/typecheck/TcSMonad.hs:619) checkAllSolved (compiler/typecheck/TcSMonad.hs:789) prepareInertsForImplications (compiler/typecheck/TcSMonad.hs:561) addInertCan (compiler/typecheck/TcSMonad.hs:477) insertInertItemTcS (compiler/typecheck/TcSMonad.hs:507) insertFunEq (compiler/typecheck/TcSMonad.hs:1004) emitInsoluble (compiler/typecheck/TcSMonad.hs:1342) emitWorkNC (compiler/typecheck/TcSMonad.hs:1334) EqualCtList (compiler/typecheck/TcSMonad.hs:406) lookupInertDict (compiler/typecheck/TcSMonad.hs:834) findDictsByClass (compiler/typecheck/TcSMonad.hs:929) addDict (compiler/typecheck/TcSMonad.hs:937) addDictsByClass (compiler/typecheck/TcSMonad.hs:940) delDict (compiler/typecheck/TcSMonad.hs:934) partitionDicts (compiler/typecheck/TcSMonad.hs:950) findTyEqs (compiler/typecheck/TcSMonad.hs:859) addSolvedDict (compiler/typecheck/TcSMonad.hs:517) lookupSolvedDict (compiler/typecheck/TcSMonad.hs:842) lookupFlatCache (compiler/typecheck/TcSMonad.hs:808) extendFlatCache (compiler/typecheck/TcSMonad.hs:1549) newFlattenSkolem (compiler/typecheck/TcSMonad.hs:1524) updInertFunEqs (compiler/typecheck/TcSMonad.hs:550) findFunEq (compiler/typecheck/TcSMonad.hs:977) sizeFunEqMap (compiler/typecheck/TcSMonad.hs:974) findFunEqsByTyCon (compiler/typecheck/TcSMonad.hs:986) findFunEqs (compiler/typecheck/TcSMonad.hs:980) partitionFunEqs (compiler/typecheck/TcSMonad.hs:1012) instDFunType (compiler/typecheck/TcSMonad.hs:1559) newFlexiTcSTy (compiler/typecheck/TcSMonad.hs:1578) instFlexiTcS (compiler/typecheck/TcSMonad.hs:1593) instFlexiTcSHelperTcS (compiler/typecheck/TcSMonad.hs:1608) cloneMetaTyVar (compiler/typecheck/TcSMonad.hs:1581) demoteUnfilledFmv (compiler/typecheck/TcSMonad.hs:1584) TcLevel (compiler/typecheck/TcType.hs:417) isTouchableMetaTyVarTcS (compiler/typecheck/TcSMonad.hs:1440) isFilledMetaTyVar_maybe (compiler/typecheck/TcSMonad.hs:1445) isFilledMetaTyVar (compiler/typecheck/TcSMonad.hs:1456) zonkTyVarsAndFV (compiler/typecheck/TcSMonad.hs:1459) zonkTcType (compiler/typecheck/TcSMonad.hs:1462) zonkTcTyVar (compiler/typecheck/TcSMonad.hs:1465) zonkSimples (compiler/typecheck/TcSMonad.hs:1468) newTcRef (compiler/typecheck/TcSMonad.hs:1356) readTcRef (compiler/typecheck/TcSMonad.hs:1359) updTcRef (compiler/typecheck/TcSMonad.hs:1362) getDefaultInfo (compiler/typecheck/TcSMonad.hs:1401) getDynFlags (compiler/main/DynFlags.hs:894) getGlobalRdrEnvTcS (compiler/typecheck/TcSMonad.hs:1117) matchFam (compiler/typecheck/TcSMonad.hs:1741) matchFamTcM (compiler/typecheck/TcSMonad.hs:1744) checkWellStagedDFun (compiler/typecheck/TcSMonad.hs:1428) pprEq (compiler/typecheck/TcSMonad.hs:1437) 38% ( 11 / 29) in 'TcPluginM' Missing documentation for: TcPluginM (compiler/typecheck/TcRnTypes.hs:2112) findImportedModule (compiler/typecheck/TcPluginM.hs:82) lookupOrig (compiler/typecheck/TcPluginM.hs:87) tcLookupGlobal (compiler/typecheck/TcPluginM.hs:91) tcLookupTyCon (compiler/typecheck/TcPluginM.hs:94) tcLookupDataCon (compiler/typecheck/TcPluginM.hs:97) tcLookupClass (compiler/typecheck/TcPluginM.hs:100) tcLookup (compiler/typecheck/TcPluginM.hs:103) tcLookupId (compiler/typecheck/TcPluginM.hs:106) getTopEnv (compiler/typecheck/TcPluginM.hs:110) getEnvs (compiler/typecheck/TcPluginM.hs:113) getInstEnvs (compiler/typecheck/TcPluginM.hs:116) getFamInstEnvs (compiler/typecheck/TcPluginM.hs:119) matchFam (compiler/typecheck/TcPluginM.hs:122) newFlexiTyVar (compiler/typecheck/TcPluginM.hs:126) isTouchableTcPluginM (compiler/typecheck/TcPluginM.hs:129) zonkTcType (compiler/typecheck/TcPluginM.hs:133) zonkCt (compiler/typecheck/TcPluginM.hs:136) 19% ( 3 / 16) in 'TcFlatten' Missing documentation for: Module header FlattenEnv (compiler/typecheck/TcFlatten.hs:579) FlattenMode (compiler/typecheck/TcFlatten.hs:585) mkFlattenEnv (compiler/typecheck/TcFlatten.hs:597) flatten (compiler/typecheck/TcFlatten.hs:681) flattenMany (compiler/typecheck/TcFlatten.hs:687) flatten_many (compiler/typecheck/TcFlatten.hs:704) flattenFamApp (compiler/typecheck/TcFlatten.hs:696) flattenTyVarOuter (compiler/typecheck/TcFlatten.hs:1237) unflatten (compiler/typecheck/TcFlatten.hs:1441) eqCanRewrite (compiler/typecheck/TcFlatten.hs:1362) eqCanRewriteFR (compiler/typecheck/TcFlatten.hs:1382) canRewriteOrSame (compiler/typecheck/TcFlatten.hs:1389) 0% ( 0 / 5) in 'TcErrors' Missing documentation for: Module header reportUnsolved (compiler/typecheck/TcErrors.hs:98) reportAllUnsolved (compiler/typecheck/TcErrors.hs:109) warnDefaulting (compiler/typecheck/TcErrors.hs:1566) solverDepthErrorTcS (compiler/typecheck/TcErrors.hs:1594) 0% ( 0 / 8) in 'TcGenGenerics' Missing documentation for: Module header canDoGenerics (compiler/typecheck/TcGenGenerics.hs:242) canDoGenerics1 (compiler/typecheck/TcGenGenerics.hs:338) GenericKind (compiler/typecheck/TcGenGenerics.hs:412) MetaTyCons (compiler/typecheck/TcGenGenerics.hs:658) genGenericMetaTyCons (compiler/typecheck/TcGenGenerics.hs:73) gen_Generic_binds (compiler/typecheck/TcGenGenerics.hs:67) get_gen1_constrained_tys (compiler/typecheck/TcGenGenerics.hs:190) 0% ( 0 / 6) in 'TcCanonical' Missing documentation for: Module header canonicalize (compiler/typecheck/TcCanonical.hs:138) unifyDerived (compiler/typecheck/TcCanonical.hs:1685) StopOrContinue (compiler/typecheck/TcCanonical.hs:1457) stopWith (compiler/typecheck/TcCanonical.hs:1476) continueWith (compiler/typecheck/TcCanonical.hs:1473) 75% ( 6 / 8) in 'PprTyThing' Missing documentation for: Module header pprTypeForUser (compiler/main/PprTyThing.hs:149) 12% ( 6 / 52) in 'RdrHsSyn' Missing documentation for: Module header mkHsOpApp (compiler/hsSyn/HsUtils.hs:281) mkHsIntegral (compiler/hsSyn/HsUtils.hs:198) mkHsFractional (compiler/hsSyn/HsUtils.hs:199) mkHsIsString (compiler/hsSyn/HsUtils.hs:200) mkHsDo (compiler/hsSyn/HsUtils.hs:201) mkSpliceDecl (compiler/parser/RdrHsSyn.hs:373) mkRoleAnnotDecl (compiler/parser/RdrHsSyn.hs:388) mkClassDecl (compiler/parser/RdrHsSyn.hs:131) mkTyData (compiler/parser/RdrHsSyn.hs:265) mkDataFamInst (compiler/parser/RdrHsSyn.hs:333) mkTySynonym (compiler/parser/RdrHsSyn.hs:304) mkTyFamInstEqn (compiler/parser/RdrHsSyn.hs:318) mkTyFamInst (compiler/parser/RdrHsSyn.hs:349) mkFamDecl (compiler/parser/RdrHsSyn.hs:356) splitCon (compiler/parser/RdrHsSyn.hs:538) mkInlinePragma (compiler/parser/RdrHsSyn.hs:1360) mkPatSynMatchGroup (compiler/parser/RdrHsSyn.hs:563) mkRecConstrOrUpdate (compiler/parser/RdrHsSyn.hs:1344) mkInstD (compiler/parser/RdrHsSyn.hs:128) cvBindGroup (compiler/parser/RdrHsSyn.hs:438) cvBindsAndSigs (compiler/parser/RdrHsSyn.hs:444) placeHolderPunRhs (compiler/parser/RdrHsSyn.hs:899) mkImport (compiler/parser/RdrHsSyn.hs:1383) parseCImport (compiler/parser/RdrHsSyn.hs:1412) mkExport (compiler/parser/RdrHsSyn.hs:1467) mkExtName (compiler/parser/RdrHsSyn.hs:1486) mkGadtDecl (compiler/parser/RdrHsSyn.hs:624) mkSimpleConDecl (compiler/parser/RdrHsSyn.hs:610) mkDeprecatedGadtRecordDecl (compiler/parser/RdrHsSyn.hs:591) mkATDefault (compiler/parser/RdrHsSyn.hs:152) checkPrecP (compiler/parser/RdrHsSyn.hs:1338) checkContext (compiler/parser/RdrHsSyn.hs:778) checkPattern (compiler/parser/RdrHsSyn.hs:799) bang_RDR (compiler/parser/RdrHsSyn.hs:904) checkPatterns (compiler/parser/RdrHsSyn.hs:802) checkMonadComp (compiler/parser/RdrHsSyn.hs:1240) checkCommand (compiler/parser/RdrHsSyn.hs:1253) checkValDef (compiler/parser/RdrHsSyn.hs:923) checkValSig (compiler/parser/RdrHsSyn.hs:980) checkDoAndIfThenElse (compiler/parser/RdrHsSyn.hs:1146) checkRecordSyntax (compiler/parser/RdrHsSyn.hs:744) parseErrorSDoc (compiler/parser/RdrHsSyn.hs:1517) ImpExpSubSpec (compiler/parser/RdrHsSyn.hs:1492) mkModuleImpExp (compiler/parser/RdrHsSyn.hs:1494) mkTypeImpExp (compiler/parser/RdrHsSyn.hs:1506) 8% ( 1 / 13) in 'Parser' Missing documentation for: parseModule (compiler/parser/Parser.hs:9704) parseImport (compiler/parser/Parser.hs:9707) parseStatement (compiler/parser/Parser.hs:9710) parseDeclaration (compiler/parser/Parser.hs:9713) parseExpression (compiler/parser/Parser.hs:9716) parsePattern (compiler/parser/Parser.hs:9719) parseTypeSignature (compiler/parser/Parser.hs:9722) parseFullStmt (compiler/parser/Parser.hs:9725) parseStmt (compiler/parser/Parser.hs:9728) parseIdentifier (compiler/parser/Parser.hs:9731) parseType (compiler/parser/Parser.hs:9734) parseHeader (compiler/parser/Parser.hs:9737) 71% ( 5 / 7) in 'HeaderInfo' Missing documentation for: mkPrelImports (compiler/main/HeaderInfo.hs:89) optionsErrorMsgs (compiler/main/HeaderInfo.hs:310) 0% ( 0 / 6) in 'Convert' Missing documentation for: Module header convertToHsExpr (compiler/hsSyn/Convert.hs:59) convertToPat (compiler/hsSyn/Convert.hs:63) convertToHsDecls (compiler/hsSyn/Convert.hs:54) convertToHsType (compiler/hsSyn/Convert.hs:67) thRdrNameGuesses (compiler/hsSyn/Convert.hs:1212) 0% ( 0 / 3) in 'TcInteract' Missing documentation for: Module header solveSimpleGivens (compiler/typecheck/TcInteract.hs:127) solveSimpleWanteds (compiler/typecheck/TcInteract.hs:142) 0% ( 0 / 10) in 'TcSimplify' Missing documentation for: Module header simplifyInfer (compiler/typecheck/TcSimplify.hs:259) quantifyPred (compiler/typecheck/TcSimplify.hs:445) growThetaTyVars (compiler/typecheck/TcSimplify.hs:468) simplifyAmbiguityCheck (compiler/typecheck/TcSimplify.hs:190) simplifyDefault (compiler/typecheck/TcSimplify.hs:215) simplifyRule (compiler/typecheck/TcSimplify.hs:634) simplifyTop (compiler/typecheck/TcSimplify.hs:55) simplifyInteractive (compiler/typecheck/TcSimplify.hs:209) solveWantedsTcM (compiler/typecheck/TcSimplify.hs:739) 11% ( 2 / 18) in 'TcValidity' Missing documentation for: Module header Rank (compiler/typecheck/TcValidity.hs:229) UserTypeCtxt (compiler/typecheck/TcType.hs:368) checkValidType (compiler/typecheck/TcValidity.hs:137) checkValidMonoType (compiler/typecheck/TcValidity.hs:184) expectedKindInCtxt (compiler/typecheck/TcValidity.hs:210) checkValidTheta (compiler/typecheck/TcValidity.hs:463) checkValidFamPats (compiler/typecheck/TcValidity.hs:1219) checkValidInstance (compiler/typecheck/TcValidity.hs:898) validDerivPred (compiler/typecheck/TcValidity.hs:877) checkInstTermination (compiler/typecheck/TcValidity.hs:957) checkValidTyFamInst (compiler/typecheck/TcValidity.hs:1151) checkTyFamFreeness (compiler/typecheck/TcValidity.hs:1241) checkConsistentFamInst (compiler/typecheck/TcValidity.hs:1079) arityErr (compiler/typecheck/TcValidity.hs:772) badATErr (compiler/typecheck/TcValidity.hs:1128) 4% ( 1 / 27) in 'TcHsType' Missing documentation for: Module header tcHsSigType (compiler/typecheck/TcHsType.hs:158) tcHsSigTypeNC (compiler/typecheck/TcHsType.hs:158) tcHsDeriv (compiler/typecheck/TcHsType.hs:205) tcHsVectInst (compiler/typecheck/TcHsType.hs:225) tcHsInstHead (compiler/typecheck/TcHsType.hs:184) UserTypeCtxt (compiler/typecheck/TcType.hs:368) kcLookupKind (compiler/typecheck/TcHsType.hs:1075) kcTyClTyVars (compiler/typecheck/TcHsType.hs:1083) tcTyClTyVars (compiler/typecheck/TcHsType.hs:1112) tcHsConArgType (compiler/typecheck/TcHsType.hs:255) tcDataKindSig (compiler/typecheck/TcHsType.hs:1153) tcClassSigType (compiler/typecheck/TcHsType.hs:249) tcHsTyVarBndrs (compiler/typecheck/TcHsType.hs:973) tcHsLiftedType (compiler/typecheck/TcHsType.hs:280) tcHsOpenType (compiler/typecheck/TcHsType.hs:280) tcLHsType (compiler/typecheck/TcHsType.hs:292) tcCheckLHsType (compiler/typecheck/TcHsType.hs:287) tcHsContext (compiler/typecheck/TcHsType.hs:619) tcInferApps (compiler/typecheck/TcHsType.hs:579) tcHsArgTys (compiler/typecheck/TcHsType.hs:267) kindGeneralize (compiler/typecheck/TcHsType.hs:1017) checkKind (compiler/typecheck/TcHsType.hs:1436) tcLHsKind (compiler/typecheck/TcHsType.hs:1530) tcHsPatSigType (compiler/typecheck/TcHsType.hs:1240) tcPatSig (compiler/typecheck/TcHsType.hs:1275) 0% ( 0 / 17) in 'TcPat' Missing documentation for: Module header tcLetPat (compiler/typecheck/TcPat.hs:60) TcSigFun (compiler/typecheck/TcPat.hs:137) TcPragFun (compiler/typecheck/TcPat.hs:136) TcSigInfo (compiler/typecheck/TcPat.hs:139) TcPatSynInfo (compiler/typecheck/TcPat.hs:170) findScopedTyVars (compiler/typecheck/TcPat.hs:180) isPartialSig (compiler/typecheck/TcPat.hs:211) LetBndrSpec (compiler/typecheck/TcPat.hs:119) addInlinePrags (compiler/typecheck/TcPat.hs:311) warnPrags (compiler/typecheck/TcPat.hs:327) tcPat (compiler/typecheck/TcPat.hs:93) tcPats (compiler/typecheck/TcPat.hs:71) newNoSigLetBndr (compiler/typecheck/TcPat.hs:297) addDataConStupidTheta (compiler/typecheck/TcPat.hs:1018) badFieldCon (compiler/typecheck/TcPat.hs:1164) polyPatSig (compiler/typecheck/TcPat.hs:1169) 0% ( 0 / 17) in 'TcBinds' Missing documentation for: Module header tcLocalBinds (compiler/typecheck/TcBinds.hs:212) tcTopBinds (compiler/typecheck/TcBinds.hs:157) tcRecSelBinds (compiler/typecheck/TcBinds.hs:179) tcHsBootSigs (compiler/typecheck/TcBinds.hs:193) tcPolyCheck (compiler/typecheck/TcBinds.hs:535) PragFun (compiler/typecheck/TcBinds.hs:835) tcSpecPrags (compiler/typecheck/TcBinds.hs:867) tcVectDecls (compiler/typecheck/TcBinds.hs:956) mkPragFun (compiler/typecheck/TcBinds.hs:837) TcSigInfo (compiler/typecheck/TcPat.hs:139) TcSigFun (compiler/typecheck/TcPat.hs:137) instTcTySig (compiler/typecheck/TcBinds.hs:1427) instTcTySigFromId (compiler/typecheck/TcBinds.hs:1415) findScopedTyVars (compiler/typecheck/TcPat.hs:180) badBootDeclErr (compiler/typecheck/TcBinds.hs:208) mkExport (compiler/typecheck/TcBinds.hs:616) 0% ( 0 / 16) in 'TcMatches' Missing documentation for: Module header tcMatchesFun (compiler/typecheck/TcMatches.hs:66) tcGRHS (compiler/typecheck/TcMatches.hs:225) tcGRHSsPat (compiler/typecheck/TcMatches.hs:129) tcMatchesCase (compiler/typecheck/TcMatches.hs:98) tcMatchLambda (compiler/typecheck/TcMatches.hs:112) TcMatchCtxt (compiler/typecheck/TcMatches.hs:166) TcStmtChecker (compiler/typecheck/TcMatches.hs:291) TcExprStmtChecker (compiler/typecheck/TcMatches.hs:288) TcCmdStmtChecker (compiler/typecheck/TcMatches.hs:289) tcStmts (compiler/typecheck/TcMatches.hs:298) tcStmtsAndThen (compiler/typecheck/TcMatches.hs:308) tcDoStmts (compiler/typecheck/TcMatches.hs:243) tcBody (compiler/typecheck/TcMatches.hs:273) tcDoStmt (compiler/typecheck/TcMatches.hs:730) tcGuardStmt (compiler/typecheck/TcMatches.hs:343) 0% ( 0 / 2) in 'TcArrows' Missing documentation for: Module header tcProc (compiler/typecheck/TcArrows.hs:81) 0% ( 0 / 5) in 'TcPatSyn' Missing documentation for: Module header tcInferPatSynDecl (compiler/typecheck/TcPatSyn.hs:59) tcCheckPatSynDecl (compiler/typecheck/TcPatSyn.hs:95) tcPatSynBuilderBind (compiler/typecheck/TcPatSyn.hs:358) tcPatSynBuilderOcc (compiler/typecheck/TcPatSyn.hs:418) 0% ( 0 / 10) in 'TcExpr' Missing documentation for: Module header tcPolyExpr (compiler/typecheck/TcExpr.hs:77) tcPolyExprNC (compiler/typecheck/TcExpr.hs:77) tcMonoExpr (compiler/typecheck/TcExpr.hs:98) tcMonoExprNC (compiler/typecheck/TcExpr.hs:98) tcInferRho (compiler/typecheck/TcExpr.hs:115) tcInferRhoNC (compiler/typecheck/TcExpr.hs:115) tcSyntaxOp (compiler/typecheck/TcExpr.hs:1007) tcCheckId (compiler/typecheck/TcExpr.hs:1048) addExprErrCtxt (compiler/typecheck/TcExpr.hs:1429) 0% ( 0 / 14) in 'TcClassDcl' Missing documentation for: Module header tcClassSigs (compiler/typecheck/TcClassDcl.hs:90) tcClassDecl2 (compiler/typecheck/TcClassDcl.hs:142) findMethodBind (compiler/typecheck/TcClassDcl.hs:322) instantiateMethod (compiler/typecheck/TcClassDcl.hs:284) tcInstanceMethodBody (compiler/typecheck/TcClassDcl.hs:232) tcClassMinimalDef (compiler/typecheck/TcClassDcl.hs:264) HsSigFun (compiler/typecheck/TcClassDcl.hs:308) mkHsSigFun (compiler/typecheck/TcClassDcl.hs:313) lookupHsSig (compiler/typecheck/TcClassDcl.hs:318) emptyHsSigs (compiler/typecheck/TcClassDcl.hs:310) tcMkDeclCtxt (compiler/typecheck/TcClassDcl.hs:378) tcAddDeclCtxt (compiler/typecheck/TcClassDcl.hs:382) badMethodErr (compiler/typecheck/TcClassDcl.hs:386) 5% ( 1 / 19) in 'TcForeign' Missing documentation for: Module header tcForeignImports (compiler/typecheck/TcForeign.hs:224) tcForeignExports (compiler/typecheck/TcForeign.hs:357) isForeignImport (compiler/typecheck/TcForeign.hs:67) isForeignExport (compiler/typecheck/TcForeign.hs:72) tcFImport (compiler/typecheck/TcForeign.hs:236) tcFExport (compiler/typecheck/TcForeign.hs:373) tcForeignImports' (compiler/typecheck/TcForeign.hs:228) tcCheckFIType (compiler/typecheck/TcForeign.hs:260) checkCTarget (compiler/typecheck/TcForeign.hs:333) checkForeignArgs (compiler/typecheck/TcForeign.hs:422) normaliseFfiType (compiler/typecheck/TcForeign.hs:115) nonIOok (compiler/typecheck/TcForeign.hs:466) mustBeIO (compiler/typecheck/TcForeign.hs:466) checkSafe (compiler/typecheck/TcForeign.hs:470) noCheckSafe (compiler/typecheck/TcForeign.hs:470) tcForeignExports' (compiler/typecheck/TcForeign.hs:362) tcCheckFEType (compiler/typecheck/TcForeign.hs:399) 0% ( 0 / 2) in 'TcDefaults' Missing documentation for: Module header tcDefaults (compiler/typecheck/TcDefaults.hs:25) 0% ( 0 / 15) in 'TcTyClsDecls' Missing documentation for: Module header tcTyAndClassDecls (compiler/typecheck/TcTyClsDecls.hs:111) tcAddImplicits (compiler/typecheck/TcTyClsDecls.hs:179) kcDataDefn (compiler/typecheck/TcTyClsDecls.hs:911) tcConDecls (compiler/typecheck/TcTyClsDecls.hs:1143) dataDeclChecks (compiler/typecheck/TcTyClsDecls.hs:1111) checkValidTyCon (compiler/typecheck/TcTyClsDecls.hs:1434) tcFamTyPats (compiler/typecheck/TcTyClsDecls.hs:1031) tcTyFamInstEqn (compiler/typecheck/TcTyClsDecls.hs:893) famTyConShape (compiler/typecheck/TcTyClsDecls.hs:976) tcAddTyFamInstCtxt (compiler/typecheck/TcTyClsDecls.hs:2099) tcAddDataFamInstCtxt (compiler/typecheck/TcTyClsDecls.hs:2103) wrongKindOfFamily (compiler/typecheck/TcTyClsDecls.hs:2236) dataConCtxt (compiler/typecheck/TcTyClsDecls.hs:2140) badDataConTyCon (compiler/typecheck/TcTyClsDecls.hs:2182) 0% ( 0 / 2) in 'TcDeriv' Missing documentation for: Module header tcDeriving (compiler/typecheck/TcDeriv.hs:341) 0% ( 0 / 3) in 'TcInstDcls' Missing documentation for: Module header tcInstDecls1 (compiler/typecheck/TcInstDcls.hs:358) tcInstDecls2 (compiler/typecheck/TcInstDcls.hs:773) 0% ( 0 / 2) in 'TcRules' Missing documentation for: Module header tcRules (compiler/typecheck/TcRules.hs:121) 27% ( 4 / 15) in 'TcRnDriver' Missing documentation for: Module header tcRnExpr (compiler/typecheck/TcRnDriver.hs:1751) tcRnType (compiler/typecheck/TcRnDriver.hs:1809) tcRnImportDecls (compiler/typecheck/TcRnDriver.hs:1794) tcRnDeclsi (compiler/typecheck/TcRnDriver.hs:1857) isGHCiMonad (compiler/typecheck/TcRnDriver.hs:1732) runTcInteractive (compiler/typecheck/TcRnDriver.hs:1404) tcRnLookupName (compiler/typecheck/TcRnDriver.hs:1935) tcRnGetInfo (compiler/typecheck/TcRnDriver.hs:1952) tcRnModuleTcRnM (compiler/typecheck/TcRnDriver.hs:266) tcTopSrcDecls (compiler/typecheck/TcRnDriver.hs:1120) 83% ( 5 / 6) in 'Vectorise.Utils.PADict' Missing documentation for: Module header 100% ( 5 / 5) in 'Vectorise.Utils.Poly' 44% ( 4 / 9) in 'Vectorise.Utils.Hoisting' Missing documentation for: Module header hoistBinding (compiler/vectorise/Vectorise/Utils/Hoisting.hs:52) hoistExpr (compiler/vectorise/Vectorise/Utils/Hoisting.hs:56) hoistVExpr (compiler/vectorise/Vectorise/Utils/Hoisting.hs:68) takeHoisted (compiler/vectorise/Vectorise/Utils/Hoisting.hs:93) 100% ( 4 / 4) in 'Vectorise.Utils.Closure' 67% ( 16 / 24) in 'Vectorise.Utils' Missing documentation for: Module header collectAnnTypeArgs (compiler/vectorise/Vectorise/Utils.hs:42) collectAnnDictArgs (compiler/vectorise/Vectorise/Utils.hs:48) collectAnnTypeBinders (compiler/vectorise/Vectorise/Utils.hs:56) isAnnTypeArg (compiler/vectorise/Vectorise/Utils.hs:71) isScalar (compiler/vectorise/Vectorise/Utils.hs:140) zipScalars (compiler/vectorise/Vectorise/Utils.hs:147) scalarClosure (compiler/vectorise/Vectorise/Utils.hs:158) 100% ( 8 / 8) in 'Vectorise.Generic.Description' 100% ( 3 / 3) in 'Vectorise.Generic.PData' 75% ( 3 / 4) in 'Vectorise.Type.Type' Missing documentation for: Module header 50% ( 1 / 2) in 'Vectorise.Type.TyConDecl' Missing documentation for: Module header 50% ( 1 / 2) in 'Vectorise.Convert' Missing documentation for: Module header 100% ( 8 / 8) in 'Vectorise.Var' 100% ( 6 / 6) in 'Vectorise.Exp' 33% ( 1 / 3) in 'Vectorise.Generic.PAMethods' Missing documentation for: buildPReprTyCon (compiler/vectorise/Vectorise/Generic/PAMethods.hs:36) buildPAScAndMethods (compiler/vectorise/Vectorise/Generic/PAMethods.hs:74) 50% ( 1 / 2) in 'Vectorise.Generic.PADict' Missing documentation for: Module header 50% ( 1 / 2) in 'Vectorise.Type.Env' Missing documentation for: Module header 50% ( 1 / 2) in 'Vectorise' Missing documentation for: Module header 0% ( 0 / 3) in 'SimplCore' Missing documentation for: Module header core2core (compiler/simplCore/SimplCore.hs:69) simplifyExpr (compiler/simplCore/SimplCore.hs:478) 42% ( 23 / 55) in 'HscMain' Missing documentation for: newHscEnv (compiler/main/HscMain.hs:179) Messager (compiler/main/HscMain.hs:523) batchMsg (compiler/main/HscMain.hs:720) hscCompileOneShot (compiler/main/HscMain.hs:610) hscCompileCmmFile (compiler/main/HscMain.hs:1291) hscCompileCore (compiler/main/HscMain.hs:1608) genericHscCompileGetFrontendResult (compiler/main/HscMain.hs:525) genModDetails (compiler/main/HscMain.hs:699) hscSimpleIface (compiler/main/HscMain.hs:1122) hscWriteIface (compiler/main/HscMain.hs:1178) hscNormalIface (compiler/main/HscMain.hs:1144) hscInteractive (compiler/main/HscMain.hs:1254) hscSimplify (compiler/main/HscMain.hs:1109) hscParseIdentifier (compiler/main/HscMain.hs:1581) hscTcRcLookupName (compiler/main/HscMain.hs:281) hscTcRnGetInfo (compiler/main/HscMain.hs:289) hscIsGHCiMonad (compiler/main/HscMain.hs:296) hscGetModuleInterface (compiler/main/HscMain.hs:300) hscImport (compiler/main/HscMain.hs:1532) hscCompileCoreExpr (compiler/main/HscMain.hs:1663) hscCompileCoreExpr' (compiler/main/HscMain.hs:1667) hscParse' (compiler/main/HscMain.hs:320) hscSimplify' (compiler/main/HscMain.hs:1112) hscDesugar' (compiler/main/HscMain.hs:449) tcRnModule' (compiler/main/HscMain.hs:408) getHscEnv (compiler/main/HscMain.hs:217) hscSimpleIface' (compiler/main/HscMain.hs:1129) hscNormalIface' (compiler/main/HscMain.hs:1151) oneShotMsg (compiler/main/HscMain.hs:711) hscFileFrontEnd (compiler/main/HscMain.hs:741) genericHscFrontend (compiler/main/HscMain.hs:599) dumpIfaceStats (compiler/main/HscMain.hs:1704) 14% ( 4 / 28) in 'DriverPipeline' Missing documentation for: Module header oneShot (compiler/main/DriverPipeline.hs:510) compileFile (compiler/main/DriverPipeline.hs:515) linkBinary (compiler/main/DriverPipeline.hs:1829) compileOne' (compiler/main/DriverPipeline.hs:118) link (compiler/main/DriverPipeline.hs:335) PhasePlus (compiler/main/PipelineMonad.hs:41) CompPipeline (compiler/main/PipelineMonad.hs:21) PipeEnv (compiler/main/PipelineMonad.hs:52) PipeState (compiler/main/PipelineMonad.hs:62) phaseOutputFilename (compiler/main/DriverPipeline.hs:736) getPipeState (compiler/main/PipelineMonad.hs:93) getPipeEnv (compiler/main/PipelineMonad.hs:90) getLocation (compiler/main/DriverPipeline.hs:1560) setModLocation (compiler/main/PipelineMonad.hs:103) setDynFlags (compiler/main/PipelineMonad.hs:99) exeFileName (compiler/main/DriverPipeline.hs:2012) mkExtraObjToLinkIntoBinary (compiler/main/DriverPipeline.hs:1653) mkNoteObjsToLinkIntoBinary (compiler/main/DriverPipeline.hs:1687) maybeCreateManifest (compiler/main/DriverPipeline.hs:2029) runPhase_MoveBinary (compiler/main/DriverPipeline.hs:1611) linkingNeeded (compiler/main/DriverPipeline.hs:435) checkLinkInfo (compiler/main/DriverPipeline.hs:471) writeInterfaceOnlyMode (compiler/main/DriverPipeline.hs:2245) 57% ( 4 / 7) in 'GhcMake' Missing documentation for: Module header noModError (compiler/main/GhcMake.hs:1984) cyclicModuleErr (compiler/main/GhcMake.hs:2009) 26% ( 10 / 38) in 'InteractiveEval' Missing documentation for: Module header RunResult (compiler/main/InteractiveEvalTypes.hs:29) Status (compiler/main/InteractiveEvalTypes.hs:34) Resume (compiler/main/InteractiveEvalTypes.hs:40) History (compiler/main/InteractiveEvalTypes.hs:60) runDecls (compiler/main/InteractiveEval.hs:201) runDeclsWithLocation (compiler/main/InteractiveEval.hs:204) parseImportDecl (compiler/main/InteractiveEval.hs:238) SingleStep (compiler/main/InteractiveEval.hs:104) resume (compiler/main/InteractiveEval.hs:463) abandon (compiler/main/InteractiveEval.hs:735) abandonAll (compiler/main/InteractiveEval.hs:747) getResumeContext (compiler/main/InteractiveEval.hs:101) getHistorySpan (compiler/main/InteractiveEval.hs:122) getModBreaks (compiler/main/InteractiveEval.hs:130) getHistoryModule (compiler/main/InteractiveEval.hs:119) back (compiler/main/InteractiveEval.hs:515) forward (compiler/main/InteractiveEval.hs:518) availsToGlobalRdrEnv (compiler/main/InteractiveEval.hs:853) getRdrNamesInScope (compiler/main/InteractiveEval.hs:927) showModule (compiler/main/InteractiveEval.hs:1019) isModuleInterpreted (compiler/main/InteractiveEval.hs:1026) compileExpr (compiler/main/InteractiveEval.hs:978) dynCompileExpr (compiler/main/InteractiveEval.hs:990) Term (compiler/ghci/RtClosureInspect.hs:83) obtainTermFromId (compiler/main/InteractiveEval.hs:1041) obtainTermFromVal (compiler/main/InteractiveEval.hs:1037) reconstructType (compiler/main/InteractiveEval.hs:1047) Warning: GHC: moduleInfo is exported separately but will be documented under TypecheckedMod. Consider exporting it together with its parent(s) for code clarity. Warning: GHC: renamedSource is exported separately but will be documented under TypecheckedMod. Consider exporting it together with its parent(s) for code clarity. Warning: GHC: typecheckedSource is exported separately but will be documented under TypecheckedMod. Consider exporting it together with its parent(s) for code clarity. Warning: GHC: parsedSource is exported separately but will be documented under ParsedMod. Consider exporting it together with its parent(s) for code clarity. 62% (200 /323) in 'GHC' Missing documentation for: Module header prettyPrintGhcErrors (compiler/main/ErrUtils.hs:421) Severity (compiler/main/ErrUtils.hs:105) parseDynamicFlags (compiler/main/GHC.hs:606) TargetId (compiler/main/HscTypes.hs:423) Phase (compiler/main/DriverPhases.hs:109) InteractiveImport (compiler/main/HscTypes.hs:1351) SuccessFlag (compiler/basicTypes/BasicTypes.hs:769) succeeded (compiler/basicTypes/BasicTypes.hs:779) failed (compiler/basicTypes/BasicTypes.hs:779) defaultWarnErrLogger (compiler/main/GhcMonad.hs:204) TypecheckedSource (compiler/main/GHC.hs:788) ParsedSource (compiler/main/GHC.hs:785) RenamedSource (compiler/main/GHC.hs:786) TypecheckedMod (compiler/main/GHC.hs:719) ParsedMod (compiler/main/GHC.hs:715) coreModule (compiler/main/GHC.hs:731) ms_mod_name (compiler/main/HscTypes.hs:2375) modInfoTopLevelScope (compiler/main/GHC.hs:1126) modInfoExports (compiler/main/GHC.hs:1130) modInfoIsExportedName (compiler/main/GHC.hs:1138) modInfoLookupName (compiler/main/GHC.hs:1147) modInfoIface (compiler/main/GHC.hs:1158) findGlobalAnns (compiler/main/GHC.hs:1182) mkPrintUnqualifiedForModule (compiler/main/GHC.hs:1141) alwaysQualify (compiler/utils/Outputable.hs:203) getPrintUnqual (compiler/main/GHC.hs:1040) getRdrNamesInScope (compiler/main/InteractiveEval.hs:927) RunResult (compiler/main/InteractiveEvalTypes.hs:29) runDecls (compiler/main/InteractiveEval.hs:201) runDeclsWithLocation (compiler/main/InteractiveEval.hs:204) runTcInteractive (compiler/typecheck/TcRnDriver.hs:1404) parseImportDecl (compiler/main/InteractiveEval.hs:238) SingleStep (compiler/main/InteractiveEval.hs:104) resume (compiler/main/InteractiveEval.hs:463) Resume (compiler/main/InteractiveEvalTypes.hs:40) History (compiler/main/InteractiveEvalTypes.hs:60) getHistorySpan (compiler/main/GHC.hs:1419) getHistoryModule (compiler/main/InteractiveEval.hs:119) getResumeContext (compiler/main/InteractiveEval.hs:101) abandon (compiler/main/InteractiveEval.hs:735) abandonAll (compiler/main/InteractiveEval.hs:747) back (compiler/main/InteractiveEval.hs:515) forward (compiler/main/InteractiveEval.hs:518) showModule (compiler/main/InteractiveEval.hs:1019) isModuleInterpreted (compiler/main/InteractiveEval.hs:1026) compileExpr (compiler/main/InteractiveEval.hs:978) HValue (compiler/basicTypes/BasicTypes.hs:1116) dynCompileExpr (compiler/main/InteractiveEval.hs:990) obtainTermFromId (compiler/main/GHC.hs:1427) obtainTermFromVal (compiler/main/GHC.hs:1423) reconstructType (compiler/main/InteractiveEval.hs:1047) modInfoModBreaks (compiler/main/GHC.hs:1166) BreakInfo (compiler/ghci/ByteCodeInstr.hs:147) BreakArray (compiler/main/BreakArray.hs:38) setBreakOn (compiler/main/BreakArray.hs:51) setBreakOff (compiler/main/BreakArray.hs:58) getBreak (compiler/main/BreakArray.hs:65) mkModule (compiler/basicTypes/Module.hs:268) pprModule (compiler/basicTypes/Module.hs:271) moduleName (compiler/basicTypes/Module.hs:240) modulePackageKey (compiler/basicTypes/Module.hs:239) mkModuleName (compiler/basicTypes/Module.hs:211) moduleNameString (compiler/basicTypes/Module.hs:208) isExternalName (compiler/basicTypes/Name.hs:193) nameModule (compiler/basicTypes/Name.hs:175) nameSrcSpan (compiler/basicTypes/Name.hs:177) Id (compiler/basicTypes/Var.hs:94) idType (compiler/basicTypes/Id.hs:166) isDeadBinder (compiler/basicTypes/Id.hs:482) isLocalId (compiler/basicTypes/Var.hs:414) isGlobalId (compiler/basicTypes/Var.hs:424) isRecordSelector (compiler/basicTypes/Id.hs:364) isPrimOpId (compiler/basicTypes/Id.hs:366) isFCallId (compiler/basicTypes/Id.hs:367) isClassOpId_maybe (compiler/basicTypes/Id.hs:371) isDataConWorkId (compiler/basicTypes/Id.hs:368) isDictonaryId (compiler/main/GHC.hs:1170) isFunTyCon (compiler/types/TyCon.hs:1167) isOpenTypeFamilyTyCon (compiler/types/TyCon.hs:1380) TyVar (compiler/basicTypes/Var.hs:96) alphaTyVars (compiler/prelude/TysPrim.hs:218) dataConType (compiler/main/GHC.hs:1217) StrictnessMark (compiler/basicTypes/DataCon.hs:485) isMarkedStrict (compiler/basicTypes/DataCon.hs:610) Class (compiler/types/Class.hs:50) classMethods (compiler/types/Class.hs:224) classSCTheta (compiler/types/Class.hs:67) classTvsFds (compiler/types/Class.hs:238) classATs (compiler/types/Class.hs:231) pprFundeps (compiler/types/Class.hs:288) ClsInst (compiler/types/InstEnv.hs:63) instanceDFunId (compiler/types/InstEnv.hs:163) pprInstance (compiler/types/InstEnv.hs:179) pprInstanceHdr (compiler/types/InstEnv.hs:187) FamInst (compiler/types/FamInstEnv.hs:82) pprParendType (compiler/types/TypeRep.hs:511) pprTypeApp (compiler/types/TypeRep.hs:702) pprForAll (compiler/types/TypeRep.hs:650) pprThetaArrowTy (compiler/types/TypeRep.hs:531) FixityDirection (compiler/basicTypes/BasicTypes.hs:308) defaultFixity (compiler/basicTypes/BasicTypes.hs:321) maxPrecedence (compiler/basicTypes/BasicTypes.hs:317) negateFixity (compiler/basicTypes/BasicTypes.hs:324) compareFixity (compiler/basicTypes/BasicTypes.hs:339) SrcLoc (compiler/basicTypes/SrcLoc.hs:111) mkSrcLoc (compiler/basicTypes/SrcLoc.hs:124) SrcSpan (compiler/basicTypes/SrcLoc.hs:272) srcSpanFile (compiler/basicTypes/SrcLoc.hs:251) srcSpanStartLine (compiler/basicTypes/SrcLoc.hs:379) srcSpanEndLine (compiler/basicTypes/SrcLoc.hs:380) srcSpanStartCol (compiler/basicTypes/SrcLoc.hs:381) srcSpanEndCol (compiler/basicTypes/SrcLoc.hs:382) Located (compiler/basicTypes/SrcLoc.hs:527) noLoc (compiler/basicTypes/SrcLoc.hs:536) mkGeneralLocated (compiler/basicTypes/SrcLoc.hs:539) getLoc (compiler/basicTypes/SrcLoc.hs:533) unLoc (compiler/basicTypes/SrcLoc.hs:530) combineLocs (compiler/basicTypes/SrcLoc.hs:542) Token (compiler/parser/Lexer.x:517) ApiAnns (compiler/parser/ApiAnnotation.hs:124) AnnotationComment (compiler/parser/ApiAnnotation.hs:275) cyclicModuleErr (compiler/main/GhcMake.hs:2009) 0% ( 0 / 2) in 'DriverMkDepend' Missing documentation for: Module header doMkDependHS (compiler/main/DriverMkDepend.hs:50) 25% ( 1 / 4) in 'Debugger' Missing documentation for: Module header showTerm (compiler/ghci/Debugger.hs:151) pprTypeAndContents (compiler/ghci/Debugger.hs:209) 10% ( 2 / 20) in 'TcSplice' Missing documentation for: Module header tcSpliceExpr (compiler/typecheck/TcSplice.hs:128) tcTypedBracket (compiler/typecheck/TcSplice.hs:126) tcUntypedBracket (compiler/typecheck/TcSplice.hs:127) runQuasiQuoteExpr (compiler/typecheck/TcSplice.hs:131) runQuasiQuotePat (compiler/typecheck/TcSplice.hs:132) runQuasiQuoteDecl (compiler/typecheck/TcSplice.hs:134) runQuasiQuoteType (compiler/typecheck/TcSplice.hs:133) runAnnotation (compiler/typecheck/TcSplice.hs:136) runMetaE (compiler/typecheck/TcSplice.hs:735) runMetaP (compiler/typecheck/TcSplice.hs:739) runMetaT (compiler/typecheck/TcSplice.hs:743) runMetaD (compiler/typecheck/TcSplice.hs:747) runQuasi (compiler/typecheck/TcSplice.hs:699) tcTopSpliceExpr (compiler/typecheck/TcSplice.hs:502) lookupThName_maybe (compiler/typecheck/TcSplice.hs:1148) defaultRunMeta (compiler/typecheck/TcSplice.hs:716) runMeta' (compiler/typecheck/TcSplice.hs:752) Warning: ExtsCompat46: could not find link destinations for: Char# Int# Word# Double# Float# Addr# MutableArray# MutableByteArray# MutableArrayArray# MutVar# TVar# MVar# Warning: Encoding: could not find link destinations for: Addr# Char# Int# UserString EncodedString Warning: FastBool: could not find link destinations for: Int# Warning: FastTypes: could not find link destinations for: Int# Char# Addr# Warning: MonadUtils: could not find link destinations for: Id P VM StateL StateR State Warning: FastString: could not find link destinations for: Addr# Warning: Outputable: could not find link destinations for: SDocContext Warning: Digraph: could not find link destinations for: Edge Bounds Vertex Table Forest IntGraph Tree Warning: BasicTypes: could not find link destinations for: RulesOnly Any Warning: Hoopl.Dataflow: could not find link destinations for: Graph Warning: Binary: could not find link destinations for: ByteArray# Int# Warning: PackageConfig: could not find link destinations for: Binary Warning: CmdLineParser: could not find link destinations for: Errs Warns Warning: DynFlags: could not find link destinations for: OnOff SseVersion TurnOnFlag DynP Warning: SMRep: could not find link destinations for: ConstrTag FunArity SelectorOffset Warning: BreakArray: could not find link destinations for: MutableByteArray# Warning: Lexer: could not find link destinations for: ExtsBitmap LayoutContext ALRContext ALRLayout Warning: TyCon: could not find link destinations for: algTcStupidTheta TupleTyCon Warning: Type: could not find link destinations for: TyConApp FunTy Warning: Coercion: could not find link destinations for: LiftCoSubst liftCoSubst ty_co_match Warning: Demand: could not find link destinations for: MaybeUsed JointDmd DeferAndUseM Termination DeferAndUse Warning: IdInfo: could not find link destinations for: RulesOnly Warning: Cmm: could not find link destinations for: ConstrTag FunArity SelectorOffset Warning: LlvmCodeGen.CodeGen: could not find link destinations for: exprToVar Warning: CmmLive: could not find link destinations for: CmmLive BlockEntryLiveness Warning: X86.Regs: could not find link destinations for: Displacement Warning: RegAlloc.Graph.Main: could not find link destinations for: maxSpinCount Warning: X86.CodeGen: could not find link destinations for: getAmode Warning: LibFFI: could not find link destinations for: C_ffi_cif Warning: TcType: could not find link destinations for: TyConApp FunTy Warning: StgCmmMonad: could not find link destinations for: CgBindings Warning: StgCmmExtCode: could not find link destinations for: Decls ExtCode Warning: StgCmmLayout: could not find link destinations for: slowArgs Warning: CmmLayoutStack: could not find link destinations for: StackMap Warning: ByteCodeItbls: could not find link destinations for: EntryFunPtr HalfWord ItblCodes Warning: ByteCodeInstr: could not find link destinations for: LocalLabel MutableByteArray# Warning: ByteCodeAsm: could not find link destinations for: ByteArray# MutableByteArray# Warning: CoreFVs: could not find link destinations for: exprOrphNames Warning: InstEnv: could not find link destinations for: ClsInstEnv Warning: TrieMap: could not find link destinations for: XT BndrMap Warning: FamInstEnv: could not find link destinations for: FamilyInstEnv Warning: OptCoercion: could not find link destinations for: NormalCo Warning: CoreSubst: could not find link destinations for: InExpr OutExpr Warning: IfaceType: could not find link destinations for: IfaceTySubst Warning: IfaceSyn: could not find link destinations for: IfaceTopBndr Warning: HscTypes: could not find link destinations for: PackageVectInfo PackageAnnEnv WhetherHasFamInst Warning: TcRnTypes: could not find link destinations for: ThBindEnv Warning: TcMType: could not find link destinations for: isWildcardVar Warning: TcHsSyn: could not find link destinations for: ZonkEnv UnboundTyVarZonker Warning: RtClosureInspect: could not find link destinations for: RttiType GhciType TermProcessor TermPrinter TermPrinterM Precedence Warning: TcGenDeriv: could not find link destinations for: AuxBindSpec SeparateBagsDerivStuff Warning: SimplEnv: could not find link destinations for: SimplIdSubst Warning: Specialise: could not find link destinations for: DictBind Warning: RnTypes: could not find link destinations for: FreeKiTyVars Warning: DsMonad: could not find link destinations for: Id P VM StateL StateR State Warning: Check: could not find link destinations for: WarningPat Warning: DsForeign: could not find link destinations for: Binding Warning: Vectorise.Builtins.Initialise: could not find link destinations for: externalVar Warning: TcSMonad: could not find link destinations for: FunEqMap DictMap Warning: TcGenGenerics: could not find link destinations for: argTyFold ArgTyAlg Warning: TcBinds: could not find link destinations for: MonoBindInfo Warning: TcTyClsDecls: could not find link destinationhaddock: out of memory (requested 1048576 bytes) gmake[1]: *** [compiler/ghc.mk:655: compiler/stage2/doc/html/ghc/ghc.haddock] Error 1 gmake[1]: *** Deleting file 'compiler/stage2/doc/html/ghc/ghc.haddock' gmake: *** [Makefile:76: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/lang/ghc7 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/lang/ghc7